add markdown snippets
This commit is contained in:
parent
550f5d060b
commit
e83b9e5cfa
1 changed files with 11 additions and 0 deletions
11
lua/snippets/markdown.lua
Normal file
11
lua/snippets/markdown.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
dofile(core.snippets)
|
||||||
|
|
||||||
|
return {
|
||||||
|
s("[]", {
|
||||||
|
t("["),
|
||||||
|
i(1),
|
||||||
|
t("]("),
|
||||||
|
i(2),
|
||||||
|
t(")"),
|
||||||
|
}),
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue