Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
adding support for windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarlsen committed May 14, 2014
1 parent c1f9a4c commit 1a40254
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion keymaps/htmlhint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
".editor.html": {
".platform-darwin .editor.html": {
"cmd-alt-l": "htmlhint:hint"
},
".platform-win32 .editor.html, .platform-linux .editor.html": {
"ctrl-alt-l": "htmlhint:lint"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ apm install htmlhint

## Usage

HTMLHint is by default validating on save (this can be changed in the package settings), you can also execute it by hitting `cmd+alt+l` or run `Htmlhint` from the Command Palette.
HTMLHint is by default validating on save (this can be changed in the package settings), you can also execute it by hitting `cmd+alt+l` on OS X or `ctrl-alt-l` on Windows and Linux.

If you like you can even set it to validate while typing in the package settings.

Expand Down

0 comments on commit 1a40254

Please sign in to comment.