aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/haml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/syntax/haml.vim')
-rwxr-xr-xvim/after/syntax/haml.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/after/syntax/haml.vim b/vim/after/syntax/haml.vim
deleted file mode 100755
index d82fbea..0000000
--- a/vim/after/syntax/haml.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-" 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