aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Popp <[email protected]>2018-05-02 20:44:02 +0100
committerAndrey Popp <[email protected]>2018-05-02 20:44:02 +0100
commit264febebf599bc9576c1762e282d074ffb6c882d (patch)
treec6c3b0b78c4881b57c5f4cb1240856b465948d44
parent97e5b980f2c6180f9d740998ba6ecd0877a04bb9 (diff)
Highloght xmlTag as constant
-rw-r--r--colors/plain.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/plain.vim b/colors/plain.vim
index 0f2208b..47c60fa 100644
--- a/colors/plain.vim
+++ b/colors/plain.vim
@@ -226,7 +226,7 @@ hi link jsGlobalNodeObjects Normal
226hi link jsArrowFunction Noise 226hi link jsArrowFunction Noise
227hi link StorageClass Statement 227hi link StorageClass Statement
228 228
229call s:h("xmlTag", {"bg": s:bg, "fg": s:dark_blue, "gui": "italic"}) 229call s:h("xmlTag", {"bg": s:bg, "fg": s:constant})
230hi link xmlTagName xmlTag 230hi link xmlTagName xmlTag
231hi link xmlEndTag xmlTag 231hi link xmlEndTag xmlTag
232hi link xmlAttrib xmlTag 232hi link xmlAttrib xmlTag