Skip to content

Commit 7cb4f7f

Browse files
committed
test 3
1 parent 602e03e commit 7cb4f7f

File tree

1 file changed

+5
-0
lines changed
  • lua/luasnip-latex-snippets/luasnippets/tex

1 file changed

+5
-0
lines changed

lua/luasnip-latex-snippets/luasnippets/tex/test.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ local ms = ls.multi_snippet
2828
M = {
2929
s("test", {t('it works')}
3030
),
31+
autosnippet({ trig='alab', name='label', dscr='add a label'},
32+
fmta([[
33+
\label{<>:<>}
34+
]],
35+
{ i(1), i(0) })),
3136
}
3237

3338
return M

0 commit comments

Comments
 (0)