use a standalone file for xml
This commit is contained in:
parent
90e259bf46
commit
937449e548
2 changed files with 7 additions and 2 deletions
7
after/syntax/xml.vim
Normal file
7
after/syntax/xml.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
if dracula#should_abort('xml')
|
||||
finish
|
||||
endif
|
||||
|
||||
hi! link xmlTag DraculaGreen
|
||||
hi! link xmlEndTag DraculaGreen
|
||||
|
|
@ -326,8 +326,6 @@ hi! link helpHyperTextJump DraculaLink
|
|||
hi! link helpCommand DraculaPurple
|
||||
hi! link helpExample DraculaGreen
|
||||
|
||||
hi! link xmlEndTag xmlTag
|
||||
|
||||
"}}}
|
||||
|
||||
" vim: fdm=marker ts=2 sts=2 sw=2:
|
||||
|
|
Loading…
Reference in a new issue