add markdown snippets

This commit is contained in:
Squibid 2026-01-12 17:14:26 -05:00
parent 550f5d060b
commit e83b9e5cfa

11
lua/snippets/markdown.lua Normal file
View file

@ -0,0 +1,11 @@
dofile(core.snippets)
return {
s("[]", {
t("["),
i(1),
t("]("),
i(2),
t(")"),
}),
}