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

Commit d383fb9

Browse files
committed
adding : in keymap
we need to add a `:` to keymap for it to show up in settings view
1 parent 0623e05 commit d383fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keymaps/htmlhint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
".editor.html": {
3-
"cmd-alt-l": "htmlhint"
3+
"cmd-alt-l": "htmlhint:hint"
44
}
55
}

lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515

1616
keymap.setFileClasses();
1717

18-
atom.workspaceView.command('htmlhint', linter);
18+
atom.workspaceView.command('htmlhint:hint', linter);
1919

2020
atom.config.observe('htmlhint.validateOnSave', {callNow: true}, function (value) {
2121
if (value === true) {

0 commit comments

Comments
 (0)