Created
August 24, 2012 19:02
-
-
Save mde/3454410 to your computer and use it in GitHub Desktop.
Highlight Jake files as JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" JS syntax for Jakefiles | |
au BufRead,BufNewFile Jakefile set filetype=javascript | |
" JS syntax for .jake files | |
au BufRead,BufNewFile *.jake set filetype=javascript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment