mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-23 15:14:10 -05:00
Compare commits
3 commits
4c33f7af39
...
c625fe2499
Author | SHA1 | Date | |
---|---|---|---|
|
c625fe2499 | ||
|
59408083ae | ||
|
ae97850a6f |
4 changed files with 18 additions and 10 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit fcd31ec145bbc628b90371be381717a1498b7c12
|
Subproject commit 12edcb59449b335555652898f82dd6d5c59d519a
|
|
@ -1 +1 @@
|
||||||
Subproject commit 854a8df0d06b8d3fcb30fa7f2b08c62b553eee3b
|
Subproject commit f116dcc8e21021e6fbfb6b0a9f8f7b9566d933f4
|
|
@ -1 +1 @@
|
||||||
Subproject commit 31ce3f9846d1021d111e65b42e8746fa0f74b560
|
Subproject commit ce116b6b0649eccb41bd2eab99907adefe712040
|
|
@ -128,7 +128,7 @@ endfun
|
||||||
hi! link Float Number
|
hi! link Float Number
|
||||||
hi! link Include Keyword
|
hi! link Include Keyword
|
||||||
hi! link MoreMsg Special
|
hi! link MoreMsg Special
|
||||||
hi! link SpecialChar Special
|
hi! link SpecialChar String
|
||||||
hi! link StorageClass Type
|
hi! link StorageClass Type
|
||||||
hi! link Structure PreProc
|
hi! link Structure PreProc
|
||||||
|
|
||||||
|
@ -176,12 +176,20 @@ endfun
|
||||||
call s:C("htmlTagName",g:cYellow,"","bold")
|
call s:C("htmlTagName",g:cYellow,"","bold")
|
||||||
|
|
||||||
"javaScript
|
"javaScript
|
||||||
hi! link javaScriptBraces Delimiter
|
call s:C("jsImport",g:cRed,"","bold")
|
||||||
hi! link javaScriptParens Delimiter
|
call s:C("jsModuleKeyword",g:cYellow,"","bold")
|
||||||
hi! link javaScriptValue Constant
|
call s:C("jsFrom",g:cRed,"","bold")
|
||||||
hi! link javascriptDomElemAttrs javaScriptSpecial
|
call s:C("jsExport",g:cRed,"","bold")
|
||||||
hi! link javascriptDomElemFuncs javaScriptFunction
|
call s:C("jsFuncBlock",g:cBlue,"","")
|
||||||
hi! link javascriptHtmlEvents javaScriptSpecial
|
call s:C("jsObjectKey",g:cBlue,"","")
|
||||||
|
call s:C("jsObjectProp",g:cBlue,"","")
|
||||||
|
call s:C("jsBracket",g:cYellow,"","bold")
|
||||||
|
call s:C("jsReturn",g:cRed,"","bold")
|
||||||
|
hi! link jsBraces Delimiter
|
||||||
|
hi! link jsParens Delimiter
|
||||||
|
hi! link jsDomElemAttrs jsSpecial
|
||||||
|
hi! link jsDomElemFuncs jsFunction
|
||||||
|
hi! link jsHtmlEvents jsSpecial
|
||||||
|
|
||||||
"json
|
"json
|
||||||
autocmd BufEnter,FileType json hi! link Label Constant
|
autocmd BufEnter,FileType json hi! link Label Constant
|
||||||
|
|
Loading…
Reference in a new issue