From 1e96ca23aefac8614658716f99bafbfad7726a1a Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Wed, 22 Sep 2021 21:06:25 +1000 Subject: [PATCH] Add html tag and attribute colours --- colors/vim-monokai-tasty.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index 277eb28..ecf2aea 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -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)