Change XML tag trigger to auto trigger

This commit is contained in:
2024-09-15 21:09:33 +02:00
parent c3f37295e6
commit 04f7b17fd5

View File

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