Files
nvim/UltiSnips/xml.snippets
yannickreiss 04f7b17fd5
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 20s
Change XML tag trigger to auto trigger
2024-09-15 21:09:33 +02:00

6 lines
87 B
Plaintext

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