Sublime: remove Grunt build, update Hayaku settings, add Emmet bem filter.

This commit is contained in:
Artem Sapegin
2012-11-27 18:29:11 +04:00
parent b3c10d50d5
commit d1dd6df0c5
8 changed files with 19 additions and 39 deletions

View File

@ -1,6 +1,4 @@
[
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+alt+g"], "command": "run_build", "args": {"build_system": "Packages/User/GruntWatch.sublime-build"} },
{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "output.exec"} }
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
]