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

Commit 1a40254

Browse files
committed
adding support for windows and linux
1 parent c1f9a4c commit 1a40254

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

keymaps/htmlhint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
".editor.html": {
2+
".platform-darwin .editor.html": {
33
"cmd-alt-l": "htmlhint:hint"
4+
},
5+
".platform-win32 .editor.html, .platform-linux .editor.html": {
6+
"ctrl-alt-l": "htmlhint:lint"
47
}
58
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ apm install htmlhint
1414

1515
## Usage
1616

17-
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.
17+
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.
1818

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

0 commit comments

Comments
 (0)