We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenteb3bba0 commitd15590dCopy full SHA for d15590d
syntax/vue.vim
@@ -176,7 +176,10 @@ endfunction
176
177
function!s:HighlightVueStyle()
178
syntaxkeywordcssPseudoClassIdcontained deep slotted global
179
-syntaxregioncssFunctioncontainedmatchgroup=cssFunctionNamestart="\<\(v-bind\)\s*("end=")"contains=cssCustomProp,cssValue.*,cssFunction,cssColor,cssStringQ,cssStringQQoneline
+syntaxregioncssFunctioncontainedmatchgroup=cssFunctionName
180
+\start="\<\(v-bind\)\s*("end=")"
181
+\contains=cssCustomProp,cssValue.*,cssFunction,cssColor,cssStringQ,cssStringQQ
182
+\oneline
183
endfunction
184
185
function!s:SetIsKeyword()