Improvements to xml snippets by jhradilek

This commit is contained in:
Holger Rapp 2013-03-21 11:35:31 +01:00
parent 584bee0ab1
commit 7320873e04
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
snippet t "Simple tag" b
<${1:tag}>
${2:content}
</${1/(\w+).*/$1/}>
</${1/([\w:._-]+).*/$1/}>
endsnippet
snippet ti "Inline tag" b
<${1:tag}>${2:content}</${1/(\w+).*/$1/}>
<${1:tag}>${2:content}</${1/([\w:._-]+).*/$1/}>
endsnippet

View File

@ -1337,6 +1337,7 @@ Contributors listed in chronological order:
Tom Cammann (takac)
Paolo Cretaro (melko)
Sergey Alexandrov (taketwo)
Jaromír Hradílek (jhradilek)
Thank you for your support.