From 90e259bf4692d6bdc79209600c5d28f7a42e0b7c Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Thu, 24 May 2018 19:23:46 +0800 Subject: [PATCH] Fix end tag in xml not being highlighted --- colors/dracula.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/dracula.vim b/colors/dracula.vim index ab03791..60f115f 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -326,6 +326,8 @@ 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: