Skip to content

Instantly share code, notes, and snippets.

@mde
Created August 24, 2012 19:02
Show Gist options
  • Save mde/3454410 to your computer and use it in GitHub Desktop.
Save mde/3454410 to your computer and use it in GitHub Desktop.
Highlight Jake files as JS
" 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