2012-08-16 23:41:25 -04:00
|
|
|
" Language: CoffeeScript
|
2014-10-14 09:30:33 -04:00
|
|
|
" Maintainer: Mick Koch <mick@kochm.co>
|
2012-08-16 23:41:25 -04:00
|
|
|
" URL: http://github.com/kchmck/vim-coffee-script
|
|
|
|
" License: WTFPL
|
|
|
|
|
|
|
|
" Syntax highlighting for text/coffeescript script tags
|
|
|
|
syn include @htmlCoffeeScript syntax/coffee.vim
|
2013-11-16 14:45:48 -05:00
|
|
|
syn region coffeeScript start=#<script [^>]*type="text/coffeescript"[^>]*>#
|
|
|
|
\ end=#</script>#me=s-1 keepend
|
2012-08-16 23:41:25 -04:00
|
|
|
\ contains=@htmlCoffeeScript,htmlScriptTag,@htmlPreproc
|
|
|
|
\ containedin=htmlHead
|