diff options
author | Andrey Popp <[email protected]> | 2018-05-02 20:44:02 +0100 |
---|---|---|
committer | Andrey Popp <[email protected]> | 2018-05-02 20:44:02 +0100 |
commit | 264febebf599bc9576c1762e282d074ffb6c882d (patch) | |
tree | c6c3b0b78c4881b57c5f4cb1240856b465948d44 | |
parent | 97e5b980f2c6180f9d740998ba6ecd0877a04bb9 (diff) |
Highloght xmlTag as constant
-rw-r--r-- | colors/plain.vim | 2 |
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 | |||
226 | hi link jsArrowFunction Noise | 226 | hi link jsArrowFunction Noise |
227 | hi link StorageClass Statement | 227 | hi link StorageClass Statement |
228 | 228 | ||
229 | call s:h("xmlTag", {"bg": s:bg, "fg": s:dark_blue, "gui": "italic"}) | 229 | call s:h("xmlTag", {"bg": s:bg, "fg": s:constant}) |
230 | hi link xmlTagName xmlTag | 230 | hi link xmlTagName xmlTag |
231 | hi link xmlEndTag xmlTag | 231 | hi link xmlEndTag xmlTag |
232 | hi link xmlAttrib xmlTag | 232 | hi link xmlAttrib xmlTag |