vue definitions
This commit is contained in:
parent
a4fe930050
commit
172fb3ddbc
|
@ -261,26 +261,39 @@ hi! def link htmlHrefValue htmlSrcValue
|
|||
|
||||
"" #vue definitions
|
||||
""{{{
|
||||
"hi! def link vueTagSpecial bSpecialBright
|
||||
"hi! def link vueComponentName bSpecial
|
||||
"hi! def link vueDynamicComponent bSpecialDark
|
||||
"hi! def link vueTransitionComponent vueDynamicComponent
|
||||
"hi! def link vueTransitionName gSpecialDark
|
||||
"hi! def link vueTransitionMode mValueDarkItalic
|
||||
"hi! def link vueDirective mType
|
||||
"hi! def link vueEvent mTypeBright
|
||||
"hi! def link vueConditional mSpecial
|
||||
"hi! def link vueFor vueConditional
|
||||
"hi! def link vueRef vueDirective
|
||||
hi! vueTagSpecial guifg=#bbbbdd
|
||||
hi! vueComponentName guifg=#9999bb
|
||||
hi! vueDynamicComponent guifg=#615d7a
|
||||
hi! def link vueTransitionComponent vueDynamicComponent
|
||||
hi! def link vueTransitionName cssIdentifier
|
||||
hi! def link vueTransitionMode String
|
||||
hi! def link vueDirective Type
|
||||
hi! def link vueEvent Identifier
|
||||
hi! def link vueConditional Special
|
||||
hi! def link vueFor vueConditional
|
||||
hi! def link vueRef vueDirective
|
||||
|
||||
"hi! def link vueDirectiveValue mIdentifier
|
||||
"hi! def link vueEventValue vueDirectiveValue
|
||||
"hi! def link vueConditionalValue vueDirectiveValue
|
||||
"hi! def link vueForValue vueConditionalValue
|
||||
"hi! def link vueRefValue mValueBrightItalic
|
||||
"hi! def link vueObjectKey gSpecial
|
||||
"hi! def link vueObjectValue vueDirectiveValue
|
||||
"hi! def link vueDirectiveClass mNoise
|
||||
hi! def link vueDirectiveValue Identifier
|
||||
hi! def link vueEventValue vueDirectiveValue
|
||||
hi! def link vueConditionalValue vueDirectiveValue
|
||||
hi! def link vueForValue vueConditionalValue
|
||||
hi! def link vueRefValue Constant
|
||||
hi! def link vueObjectKey cssClass
|
||||
hi! def link vueObjectValue vueDirectiveValue
|
||||
hi! def link vueDirectiveClass Noise
|
||||
""}}}
|
||||
|
||||
"" #python definitions
|
||||
""{{{
|
||||
"hi! def link pythonImport mNoise
|
||||
"hi! def link pythonInclude pythonImport
|
||||
"hi! def link pythonFunction mIdentifierBright
|
||||
"hi! def link pythonBuiltin mIdentifierDark
|
||||
"hi! def link pythonBuiltinObj mSpecial
|
||||
"hi! def link pythonBrackets mNoiseDark
|
||||
"hi! def link pythonQuotes mNoise
|
||||
"hi! def link pythonDot mNoise
|
||||
"hi! def link pythonNoise mNoiseDark
|
||||
""}}}
|
||||
|
||||
|
||||
|
@ -290,5 +303,4 @@ hi! def link htmlHrefValue htmlSrcValue
|
|||
|
||||
|
||||
|
||||
|
||||
" vim: foldmethod=marker
|
||||
|
|
Loading…
Reference in New Issue