Compare commits

..

No commits in common. "c625fe24991ee2947c3426107b5d4723515f2f6d" and "4c33f7af392f724f57fdca238b438b3bf46e0612" have entirely different histories.

4 changed files with 10 additions and 18 deletions

@ -1 +1 @@
Subproject commit 12edcb59449b335555652898f82dd6d5c59d519a
Subproject commit fcd31ec145bbc628b90371be381717a1498b7c12

@ -1 +1 @@
Subproject commit f116dcc8e21021e6fbfb6b0a9f8f7b9566d933f4
Subproject commit 854a8df0d06b8d3fcb30fa7f2b08c62b553eee3b

@ -1 +1 @@
Subproject commit ce116b6b0649eccb41bd2eab99907adefe712040
Subproject commit 31ce3f9846d1021d111e65b42e8746fa0f74b560

View file

@ -128,7 +128,7 @@ endfun
hi! link Float Number
hi! link Include Keyword
hi! link MoreMsg Special
hi! link SpecialChar String
hi! link SpecialChar Special
hi! link StorageClass Type
hi! link Structure PreProc
@ -176,20 +176,12 @@ endfun
call s:C("htmlTagName",g:cYellow,"","bold")
"javaScript
call s:C("jsImport",g:cRed,"","bold")
call s:C("jsModuleKeyword",g:cYellow,"","bold")
call s:C("jsFrom",g:cRed,"","bold")
call s:C("jsExport",g:cRed,"","bold")
call s:C("jsFuncBlock",g:cBlue,"","")
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
hi! link javaScriptBraces Delimiter
hi! link javaScriptParens Delimiter
hi! link javaScriptValue Constant
hi! link javascriptDomElemAttrs javaScriptSpecial
hi! link javascriptDomElemFuncs javaScriptFunction
hi! link javascriptHtmlEvents javaScriptSpecial
"json
autocmd BufEnter,FileType json hi! link Label Constant