mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-02-25 19:17:26 +08:00
Format code
This commit is contained in:
@@ -176,7 +176,10 @@ endfunction
|
|||||||
|
|
||||||
function! s:HighlightVueStyle()
|
function! s:HighlightVueStyle()
|
||||||
syntax keyword cssPseudoClassId contained deep slotted global
|
syntax keyword cssPseudoClassId contained deep slotted global
|
||||||
syntax region cssFunction contained matchgroup=cssFunctionName start="\<\(v-bind\)\s*(" end=")" contains=cssCustomProp,cssValue.*,cssFunction,cssColor,cssStringQ,cssStringQQ oneline
|
syntax region cssFunction contained matchgroup=cssFunctionName
|
||||||
|
\ start="\<\(v-bind\)\s*(" end=")"
|
||||||
|
\ contains=cssCustomProp,cssValue.*,cssFunction,cssColor,cssStringQ,cssStringQQ
|
||||||
|
\ oneline
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:SetIsKeyword()
|
function! s:SetIsKeyword()
|
||||||
|
|||||||
Reference in New Issue
Block a user