~dricottone/vim-xml

5c40cc9805fb805473274156b7c60f33079b9a71 — Dominic Ricottone 2 years ago 771bed1
Updates

I don't know the history of these changes, but this is how I found the
XML vim syntax file when I began my fork.
1 files changed, 4 insertions(+), 2 deletions(-)

M syntax/xml.vim
M syntax/xml.vim => syntax/xml.vim +4 -2
@@ 3,7 3,8 @@
" Maintainer:	Johannes Zellner <johannes@zellner.org>
"		Author and previous maintainer:
"		Paul Siegmann <pauls@euronet.nl>
" Last Change:	2013 Jun 07
"		Lorenzo Ruiz <lars.bs@hotmail.com>
" Last Change:	2016 Jan 01
" Filenames:	*.xml
" $Id: xml.vim,v 1.3 2006/04/11 21:32:00 vimboss Exp $



@@ 160,7 161,7 @@ if exists('g:xml_syntax_folding')
    syn match   xmlEndTag
	\ +</[^ /!?<>"']\+>+
	\ contained
	\ contains=xmlNamespace,xmlAttribPunct,@xmlTagHook
	\ contains=xmlTagName,xmlNamespace,xmlAttribPunct,@xmlTagHook


    " tag elements with syntax-folding.


@@ 344,3 345,4 @@ let &cpo = s:xml_cpo_save
unlet s:xml_cpo_save

" vim: ts=8