I’m trying to map ctrl+shift+h to set the file type of the current open window to HTML. I put this in my .sublime-keymap file and it doesn’t work:
{ "keys": "ctrl+shift+h"], "command": "set_file_type Packages/HTML/HTML.tmLanguage" }
any ideas? I’m using ST2 build 2085