Skip to content

Instantly share code, notes, and snippets.

@sjl
Created October 19, 2011 13:51
Show Gist options
  • Save sjl/1298333 to your computer and use it in GitHub Desktop.
Save sjl/1298333 to your computer and use it in GitHub Desktop.
Tired of your Mustache/Underscore templates in <script type="text/html"> tags getting highlighted as Javascript in Vim? Change line 167 of /Applications/MacVim.app/Contents/Resources/vim/runtime/syntax/html.vim to this!
syn region javaScript start=+<script[^>]*type="text/javascript"[^>]*>+ keepend end=+</script>+me=s-1 contains=@htmlJavaScript,htmlCssStyleComment,htmlScriptTag,@htmlPreproc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment