Add support for basic languages
coffee, cucumbeer, eruby, haml, haskell, javascript,
json, less, nginx, ocaml, ruby, sass, scss, slim,
stylus, textile, tmux
2013-09-12 10:17:03 -04:00
|
|
|
" Language: CoffeeScript
|
|
|
|
" Maintainer: Mick Koch <kchmck@gmail.com>
|
|
|
|
" URL: http://github.com/kchmck/vim-coffee-script
|
|
|
|
" License: WTFPL
|
|
|
|
|
|
|
|
" Syntax highlighting for text/coffeescript script tags
|
|
|
|
syn include @htmlCoffeeScript syntax/coffee.vim
|
|
|
|
syn region coffeeScript start=#<script [^>]*type="text/coffeescript"[^>]*>#
|
|
|
|
\ end=#</script>#me=s-1 keepend
|
|
|
|
\ contains=@htmlCoffeeScript,htmlScriptTag,@htmlPreproc
|
|
|
|
\ containedin=htmlHead
|
2013-12-26 15:09:58 -05:00
|
|
|
syn include syntax/css/vim-coloresque.vim
|