Skip to content

Conversation

@dburrows
Copy link
Contributor

@dburrows dburrows commented Jul 3, 2014

White trying to integrate HTMLHint with SublimeLinter I found an issue with the executable for HTMLHint. As it stands HTMLHint will only process files with an .html extension (due to test on line 97 of current executable). To integrate with Sublime and allow the plugin to lint any file (e.g handlebars template etc.) I've made some changes to the executable so that if (and only if) you pass a file path via the command line it will process that file regardless of extension. If you pass nothing or a directory in it it will process files as before.

I've tried to implement the minimum to get this working, happy to discuss further, just let me know.

@burkostya
Copy link

Can this be merged? We are using .tmpl extension for golang html templates and have to rename it to .html for linting.

@waldyrious
Copy link
Contributor

This should also fix #68

@yaniswang yaniswang merged commit ee7b71a into htmlhint:master Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants