]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/after/syntax/html.vim
Add license
[rbdr/dotfiles] / vim / after / syntax / html.vim
CommitLineData
0d23b6e5
BB
1" Language: CoffeeScript
2" Maintainer: Mick Koch <kchmck@gmail.com>
3" URL: http://github.com/kchmck/vim-coffee-script
4" License: WTFPL
5
6" Syntax highlighting for text/coffeescript script tags
7syn include @htmlCoffeeScript syntax/coffee.vim
8syn region coffeeScript start=+<script [^>]*type *=[^>]*text/coffeescript[^>]*>+
9\ end=+</script>+me=s-1 keepend
10\ contains=@htmlCoffeeScript,htmlScriptTag,@htmlPreproc