summaryrefslogtreecommitdiffstats
path: root/syntax/jade.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-06-11 16:52:26 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-06-11 16:52:26 +0200
commit7ffa793f199f457beac69fe4412734bd28dc0bbf (patch)
treef493fa7a3fd7b4ef322b99b7f422ad7c497ee2da /syntax/jade.vim
parent4203435c48adfec7950f5b9ab745e87c5296e486 (diff)
downloadvim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.tar.gz
vim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.zip
Update
Diffstat (limited to 'syntax/jade.vim')
-rw-r--r--syntax/jade.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/jade.vim b/syntax/jade.vim
index adfe1ae0..22934396 100644
--- a/syntax/jade.vim
+++ b/syntax/jade.vim
@@ -53,7 +53,7 @@ syn region jadePipedText matchgroup=jadePipeChar start="|" end="$" contained co
syn match jadeTagBlockChar "\.$" contained nextgroup=jadeTagBlockText,jadeTagBlockEnd skipnl
syn region jadeTagBlockText start="\%(\s*\)\S" end="\ze\n" contained contains=jadeInterpolation,jadeTextInlineJade nextgroup=jadeTagBlockText,jadeTagBlockEnd skipnl
syn region jadeTagBlockEnd start="\s*\S" end="$" contained contains=jadeInterpolation,jadeTextInlineJade nextgroup=jadeBegin skipnl
-syn region jadeTextInlineJade matchgroup=jadeInlineDelimiter start="#\[" end="]" contained contains=jadeTag keepend
+syn region jadeTextInlineJade matchgroup=jadeInlineDelimiter start="#\[" end="]" contains=jadeTag keepend
syn region jadeJavascriptFilter matchgroup=jadeFilter start="^\z(\s*\):javascript\s*$" end="^\%(\z1\s\|\s*$\)\@!" contains=@htmlJavascript
syn region jadeCoffeescriptFilter matchgroup=jadeFilter start="^\z(\s*\):coffeescript\s*$" end="^\%(\z1\s\|\s*$\)\@!" contains=@htmlCoffeescript