diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-26 21:09:58 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-26 21:09:58 +0100 |
commit | ab679f37dde60c82e419bbda3f335ca64cd8b02c (patch) | |
tree | 989867c5456f8ade336057eac9d56b764b6a1da6 /after/syntax/html.vim | |
parent | ca95a47a93b404cf82362d29f991adfdf4e4c38c (diff) | |
download | vim-polyglot-ab679f37dde60c82e419bbda3f335ca64cd8b02c.tar.gz vim-polyglot-ab679f37dde60c82e419bbda3f335ca64cd8b02c.zip |
Replace css-color with vim-coloresque, closes #11v1.5.0
Diffstat (limited to 'after/syntax/html.vim')
-rw-r--r-- | after/syntax/html.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/syntax/html.vim b/after/syntax/html.vim index 9e2eb3a1..c1ccd239 100644 --- a/after/syntax/html.vim +++ b/after/syntax/html.vim @@ -9,3 +9,4 @@ syn region coffeeScript start=#<script [^>]*type="text/coffeescript"[^>]*># \ end=#</script>#me=s-1 keepend \ contains=@htmlCoffeeScript,htmlScriptTag,@htmlPreproc \ containedin=htmlHead +syn include syntax/css/vim-coloresque.vim |