FileHeader
FileHeader copied to clipboard
Incorrect Syntax when create a new file ( if one change the default syntax for some ext).
I set all .js
to syntax javascript(babel)
by sublime menus: View -> Syntax -> Open all with current extension as... ->[your syntax choice].
http://stackoverflow.com/questions/7574502/set-default-syntax-to-different-filetype-in-sublime-text-2
It work fine with the original sublime New File
. But when I use FileHeader > New File
, it create a file with syntax javascript
. I have to set it to javascript(babel)
manually.