summaryrefslogtreecommitdiffstats
path: root/syntax/xml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/xml.vim')
-rw-r--r--syntax/xml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/xml.vim b/syntax/xml.vim
index 164b91de..7b1e6ce7 100644
--- a/syntax/xml.vim
+++ b/syntax/xml.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'xml') == -1
+
" Vim syntax file
" Language: XML
" Maintainer: Amadeus Demarzi http://github.com/amadeus
@@ -347,4 +348,5 @@ let &cpo = s:xml_cpo_save
unlet s:xml_cpo_save
" vim: ts=8
+
endif