[nvim] modify XML syntax highlighting

This commit is contained in:
Dmytro Meleshko 2019-11-02 16:44:47 +02:00
parent 8f36c52cd8
commit 6ebd7f6728

View file

@ -166,8 +166,10 @@
" XML {{{ " XML {{{
call s:hi('xmlTagName', 0x8, '', '', '') call s:hi('xmlTagName', 0x8, '', '', '')
call s:hi('xmlAttrib', 0x9, '', '', '') call s:hi('xmlAttrib', 0x9, '', '', '')
hi! link xmlTag NONE hi! link xmlTag Delimiter
hi! link xmlEndTag xmlTag hi! link xmlEndTag Delimiter
hi! link xmlAttribPunct Delimiter
hi! link xmlProcessingDelim Delimiter
" }}} " }}}
" Git {{{ " Git {{{