Add html tag and attribute colours

This commit is contained in:
Patrick Stockwell
2021-09-22 21:06:25 +10:00
parent 1e2b0a7a2e
commit 1e96ca23ae

View File

@@ -328,6 +328,9 @@ hi def link jsCssStyles Label
" HTML
call Highlight("htmlTag", s:white, s:none, s:none)
call Highlight("htmlTagN", s:magenta, s:none, s:none)
call Highlight("htmlEndTag", s:white, s:none, s:none)
call Highlight("htmlArg", s:light_green, s:none, s:none)
" JSX highlighting
call Highlight("jsxTagName", s:purple, s:none, s:none)