nvim/UltiSnips/xml.snippets

6 lines
87 B
Plaintext

snippet tg "automated tag insertion" b
<${1:tag}>
$2
</${1/(\w+).*/$1/}>$0
endsnippet