I can see gutter lights and code highlights for errors and warnings in my CSS and JS (via SublimeLinter-csslint and SublimeLinter-jshint). I've attempted to install this linter for HTML linting, but I see no gutter lights or code highlights in .html files in Sublime when I intentionally introduce errors.
Sublime Text version 3.0
macOS version 10.13.3 "High Sierra"
I've run npm install -g htmllint-cli. which htmllint reports /usr/local/bin/htmllint.
I've installed SublimeLinter-contrib-htmllint via Sublime Package Control.
My ~/Library/Application Support/Sublime Text 3/Packages/User/SublimeLinter.sublime-settings file includes under "linters" this object (I don't recall if it automatically populated, or if I manually pasted it from somewhere online):
I can see gutter lights and code highlights for errors and warnings in my CSS and JS (via SublimeLinter-csslint and SublimeLinter-jshint). I've attempted to install this linter for HTML linting, but I see no gutter lights or code highlights in
.html
files in Sublime when I intentionally introduce errors.I've run
npm install -g htmllint-cli
.which htmllint
reports/usr/local/bin/htmllint
.I've installed SublimeLinter-contrib-htmllint via Sublime Package Control.
My
~/Library/Application Support/Sublime Text 3/Packages/User/SublimeLinter.sublime-settings
file includes under "linters" this object (I don't recall if it automatically populated, or if I manually pasted it from somewhere online):I've quit and relaunched Sublime.
I notice no further instruction in the readme. What might I be missing, please?