Change XML tag trigger to auto trigger
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 20s Details

This commit is contained in:
Yannick Reiß 2024-09-15 21:09:33 +02:00
parent c3f37295e6
commit 04f7b17fd5
1 changed files with 1 additions and 1 deletions

View File

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