mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Add html tag and attribute colours
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user