Improvements to xml snippets by jhradilek
This commit is contained in:
parent
584bee0ab1
commit
7320873e04
@ -1,9 +1,9 @@
|
|||||||
snippet t "Simple tag" b
|
snippet t "Simple tag" b
|
||||||
<${1:tag}>
|
<${1:tag}>
|
||||||
${2:content}
|
${2:content}
|
||||||
</${1/(\w+).*/$1/}>
|
</${1/([\w:._-]+).*/$1/}>
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet ti "Inline tag" b
|
snippet ti "Inline tag" b
|
||||||
<${1:tag}>${2:content}</${1/(\w+).*/$1/}>
|
<${1:tag}>${2:content}</${1/([\w:._-]+).*/$1/}>
|
||||||
endsnippet
|
endsnippet
|
||||||
|
@ -1337,6 +1337,7 @@ Contributors listed in chronological order:
|
|||||||
Tom Cammann (takac)
|
Tom Cammann (takac)
|
||||||
Paolo Cretaro (melko)
|
Paolo Cretaro (melko)
|
||||||
Sergey Alexandrov (taketwo)
|
Sergey Alexandrov (taketwo)
|
||||||
|
Jaromír Hradílek (jhradilek)
|
||||||
|
|
||||||
Thank you for your support.
|
Thank you for your support.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user