We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4ee56 commit aa0efe1Copy full SHA for aa0efe1
1 file changed
ftplugin/liquid.vim
@@ -53,7 +53,7 @@ if has('gui_win32')
53
endif
54
55
if exists('loaded_matchit')
56
- let b:match_words .= '\<\%(if\w*\|unless\|case\)\>:\<\%(elsif\|else\|when\)\>:\<end\%(if\w*\|unless\|case\)\>,\<\%(for\|tablerow\)\>:\%({%\s*\)\@<=empty\>:\<end\%(for\|tablerow\)\>,\<\(capture\|comment\|highlight\)\>:\<end\1\>'
+ let b:match_words .= '\<\%(if\w*\|unless\|case\)\>:\<\%(elsif\|else\|when\)\>:\<end\%(if\w*\|unless\|case\)\>,\<\%(for\|tablerow\)\>:\%({%\s*\)\@<=empty\>:\<end\%(for\|tablerow\)\>,\<\(capture\|comment\|highlight\|schema\|style\)\>:\<end\1\>'
57
58
59
setlocal commentstring={%\ comment\ %}%s{%\ endcomment\ %}
0 commit comments