Created
May 19, 2011 19:00
-
-
Save ConradIrwin/981458 to your computer and use it in GitHub Desktop.
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
" ~/.vim/after/syntax/eruby.vim | |
" Highlight javascript_tag in the same way as <script>. | |
syn region javaScript start=+<% *javascript_tag *do *%>+ keepend end=+<% *end *%>+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