[nvim] modify XML syntax highlighting

This commit is contained in:
Dmytro Meleshko 2019-11-02 16:44:47 +02:00
parent 8f36c52cd8
commit 6ebd7f6728
1 changed files with 4 additions and 2 deletions

View File

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