update jsx

This commit is contained in:
Ray Elliott 2020-08-12 21:54:19 +01:00
parent de54333efa
commit 606241e4c0
2 changed files with 3 additions and 0 deletions

View File

@ -267,6 +267,7 @@
[ "javaScriptExpression", "javaScript" ],
[ "jsxTagName", "htmlTagName" ],
[ "jsxComponentName", "htmlSpecialTagName" ],
[ "jsxBraces", "Special" ],
[ "htmlCssStyleComment", "Comment" ],

View File

@ -162,6 +162,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi link javaScript Special
hi link javaScriptExpression javaScript
hi link jsxTagName htmlTagName
hi link jsxComponentName htmlSpecialTagName
hi link jsxBraces Special
hi link htmlCssStyleComment Comment
hi link htmlCssDefinition Special
@ -482,6 +483,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
hi link javaScript Special
hi link javaScriptExpression javaScript
hi link jsxTagName htmlTagName
hi link jsxComponentName htmlSpecialTagName
hi link jsxBraces Special
hi link htmlCssStyleComment Comment
hi link htmlCssDefinition Special