Sha256: f4dbb7a76f6ae711655a26a266ff3d51a6371cd1df559241fe74798147004173

Contents?: true

Size: 509 Bytes

Versions: 14

Compression:

Stored size: 509 Bytes

Contents

" Language:    CoffeeScript
" Maintainer:  Sven Felix Oberquelle <Svelix.Github@gmail.com>
" URL:         http://github.com/kchmck/vim-coffee-script
" License:     WTFPL

" Inherit coffee from html so coffeeComment isn't redefined and given higher
" priority than hamlInterpolation.
syn cluster hamlCoffeescript contains=@htmlCoffeeScript
syn region  hamlCoffeescriptFilter matchgroup=hamlFilter start="^\z(\s*\):coffeescript\s*$" end="^\%(\z1 \| *$\)\@!" contains=@hamlCoffeeScript,hamlInterpolation keepend

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
utils-0.0.67 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.66 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.65 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.64 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.63 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.62 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.61 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.60 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.59 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.58 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.57 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.56 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.55 lib/utils/config/vim/after/syntax/haml.vim
utils-0.0.54 lib/utils/config/vim/after/syntax/haml.vim