snippets: add snippets for reference comment in md

Co-Authored-by: iGor milhit <igor@milhit.ch>
main
iGor milhit 2024-05-16 13:39:32 +02:00
parent 721a2c02a8
commit 8d88251119
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 16 additions and 0 deletions

View File

@ -206,5 +206,21 @@ return {
i(1, "tags")
}
)
),
s(
{
trig = "refsen",
name = "References",
dscr = "Insert an HTML comment for references."
},
t("<!-- references -->")
),
s(
{
trig = "refsfr",
name = "Références",
dscr = "Insert an HTML comment for references, but in French."
},
t("<!-- références -->")
)
}