mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-09 02:13:49 -05:00
Add html tag and attribute colours
This commit is contained in:
@@ -328,6 +328,9 @@ hi def link jsCssStyles Label
|
|||||||
|
|
||||||
" HTML
|
" HTML
|
||||||
call Highlight("htmlTag", s:white, s:none, s:none)
|
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
|
" JSX highlighting
|
||||||
call Highlight("jsxTagName", s:purple, s:none, s:none)
|
call Highlight("jsxTagName", s:purple, s:none, s:none)
|
||||||
|
|||||||
Reference in New Issue
Block a user