mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] modify XML syntax highlighting
This commit is contained in:
parent
8f36c52cd8
commit
6ebd7f6728
1 changed files with 4 additions and 2 deletions
|
@ -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 {{{
|
||||
|
|
Loading…
Reference in a new issue