diff options
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 |