Skip to content

Commit d15590d

Browse files
committed
Format code
1 parent eb3bba0 commit d15590d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

syntax/vue.vim

+4-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ endfunction
176176

177177
function! s:HighlightVueStyle()
178178
syntax keyword cssPseudoClassId contained deep slotted global
179-
syntax region cssFunction contained matchgroup=cssFunctionName start="\<\(v-bind\)\s*(" end=")" contains=cssCustomProp,cssValue.*,cssFunction,cssColor,cssStringQ,cssStringQQ oneline
179+
syntax region cssFunction contained matchgroup=cssFunctionName
180+
\ start="\<\(v-bind\)\s*(" end=")"
181+
\ contains=cssCustomProp,cssValue.*,cssFunction,cssColor,cssStringQ,cssStringQQ
182+
\ oneline
180183
endfunction
181184

182185
function! s:SetIsKeyword()

0 commit comments

Comments
 (0)