javascript
This commit is contained in:
parent
e1b81bab4d
commit
1d58abdb0a
|
@ -109,12 +109,12 @@ hi mError guifg=#ee0000
|
||||||
|
|
||||||
hi mSpecial guifg=#de7878
|
hi mSpecial guifg=#de7878
|
||||||
|
|
||||||
" hi mIdentifierBright guifg=#964644
|
hi mIdentifierBright guifg=#8f5f5d
|
||||||
hi mIdentifier guifg=#964644
|
hi mIdentifier guifg=#6e4948
|
||||||
" hi mIdentifierDark guifg=#964644
|
hi mIdentifierDark guifg=#4a2c2b
|
||||||
|
|
||||||
" hi mKeywordBright guifg=#743634
|
" hi mKeywordBright guifg=#743634
|
||||||
hi mKeyword guifg=#743634
|
hi mKeyword guifg=#744f4e
|
||||||
" hi mKeywordDark guifg=#743634
|
" hi mKeywordDark guifg=#743634
|
||||||
|
|
||||||
hi mValueBrightBold guifg=#cccccc cterm=bold gui=bold
|
hi mValueBrightBold guifg=#cccccc cterm=bold gui=bold
|
||||||
|
|
|
@ -80,37 +80,6 @@ hi! def link phpVarSelector IdentifierDark
|
||||||
hi! def link wpFunction IdentifierBright
|
hi! def link wpFunction IdentifierBright
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" #javaScript definitions
|
|
||||||
hi! def link jsFunction CRIdentifierDark"{{{
|
|
||||||
hi! def link jsFuncName CRIdentifier
|
|
||||||
hi! def link jsFunctionKey CRSpecialBright
|
|
||||||
hi! def link jsFuncBlock CRIdentifier
|
|
||||||
hi! def link jsFuncCall CRIdentifierBright
|
|
||||||
hi! def link jsIfElseBlock jsFuncBlock
|
|
||||||
hi! def link jsTernaryIf jsFuncBlock
|
|
||||||
hi! def link jsParen CRNoiseBright
|
|
||||||
hi! def link jsBracket jsParen
|
|
||||||
hi! def link jsParenIfElse jsParen
|
|
||||||
hi! def link jsObjectFuncName jsFunctionKey
|
|
||||||
hi! def link jsObjectProp CRIdentifier
|
|
||||||
hi! def link jsVariableDef CRIdentifierBright
|
|
||||||
hi! def link jsFuncArgs CRIdentifier
|
|
||||||
hi! def link jsGlobalObjects CRNoiseBright
|
|
||||||
hi! def link jsGlobalNodeObjects jsGlobalObjects
|
|
||||||
hi! def link jsStorageClass CRIdentifierDark
|
|
||||||
hi! def link jsObject CRIdentifier
|
|
||||||
hi! def link jsObjectKey CRSpecial
|
|
||||||
hi! def link jsObjectValue CRIdentifierDark
|
|
||||||
hi! def link jsModuleKeyword CRIdentifier
|
|
||||||
hi! def link jsThis CRNoiseBright
|
|
||||||
" hi! def link jsConditional CRIdentifierDark
|
|
||||||
hi! def link jsParenRepeat CRIdentifierBright
|
|
||||||
hi! def link jsArrowFunction CRNoiseBright
|
|
||||||
hi! def link jsImport CRNoise
|
|
||||||
hi! def link jsFrom jsImport
|
|
||||||
hi! def link jsExport CRNoiseBright
|
|
||||||
"}}}
|
|
||||||
|
|
||||||
|
|
||||||
" #json definitions
|
" #json definitions
|
||||||
hi! def link jsonKeyword Identifier
|
hi! def link jsonKeyword Identifier
|
||||||
|
|
|
@ -129,6 +129,7 @@ hi! def link htmlHrefArg htmlArg
|
||||||
hi! def link htmlHrefValue htmlSrcValue
|
hi! def link htmlHrefValue htmlSrcValue
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
||||||
" #vue definitions
|
" #vue definitions
|
||||||
"{{{
|
"{{{
|
||||||
hi! def link vueTagSpecial bSpecialBright
|
hi! def link vueTagSpecial bSpecialBright
|
||||||
|
@ -151,7 +152,48 @@ hi! def link vueRefValue mValueBrightBold
|
||||||
hi! def link vueObjectKey gSpecial
|
hi! def link vueObjectKey gSpecial
|
||||||
hi! def link vueObjectValue vueDirectiveValue
|
hi! def link vueObjectValue vueDirectiveValue
|
||||||
hi! def link vueDirectiveClass mNoise
|
hi! def link vueDirectiveClass mNoise
|
||||||
|
"}}}
|
||||||
|
|
||||||
|
" #javaScript definitions
|
||||||
|
"{{{
|
||||||
|
hi! def link jsFunction mKeyword
|
||||||
|
hi! def link jsFuncName midentifier
|
||||||
|
hi! def link jsFunctionKey jsObjectKey
|
||||||
|
hi! def link jsFuncBlock mIdentifier
|
||||||
|
hi! def link jsFuncCall mIdentifierBright
|
||||||
|
hi! def link jsIfElseBlock jsFuncBlock
|
||||||
|
hi! def link jsTernaryIf jsFuncBlock
|
||||||
|
hi! def link jsParen mNoiseBright
|
||||||
|
hi! def link jsBracket jsParen
|
||||||
|
hi! def link jsParenIfElse jsParen
|
||||||
|
hi! def link jsObjectFuncName jsFunctionKey
|
||||||
|
hi! def link jsObjectProp mIdentifier
|
||||||
|
hi! def link jsVariableDef mIdentifierBright
|
||||||
|
hi! def link jsFuncArgs mIdentifier
|
||||||
|
hi! def link jsGlobalObjects mIdentifierDark
|
||||||
|
hi! def link jsGlobalNodeObjects jsGlobalObjects
|
||||||
|
hi! def link jsStorageClass mIdentifierDark
|
||||||
|
hi! def link jsObject mIdentifier
|
||||||
|
hi! def link jsObjectKey mIdentifierBright
|
||||||
|
hi! def link jsObjectValue mIdentifierDark
|
||||||
|
hi! def link jsModuleKeyword mIdentifier
|
||||||
|
hi! def link jsThis mIdentifierDark
|
||||||
|
" hi! def link jsConditional mIdentifierDark
|
||||||
|
hi! def link jsParenRepeat mIdentifierBright
|
||||||
|
hi! def link jsArrowFunction mNoiseBright
|
||||||
|
hi! def link jsImport mNoise
|
||||||
|
hi! def link jsFrom jsImport
|
||||||
|
hi! def link jsExport mNoiseBright
|
||||||
|
|
||||||
|
hi! def link jsConstant mValueBold
|
||||||
|
hi! def link jsString mValueDarkBold
|
||||||
|
hi! def link jsCharacter jsString
|
||||||
|
hi! def link jsNumber mValueDarkBold
|
||||||
|
hi! def link jsBooleanFalse jsNumber
|
||||||
|
hi! def link jsBooleanTrue jsNumber
|
||||||
|
hi! def link jsBoolean jsNumber
|
||||||
|
hi! def link jsFloat jsNumber
|
||||||
|
"}}}
|
||||||
|
|
||||||
|
|
||||||
" vim: foldmethod=marker
|
" vim: foldmethod=marker
|
||||||
|
|
Loading…
Reference in New Issue