Skip to content

Commit 2ef827e

Browse files
Update init.lua
remove random dot
1 parent d2b9d27 commit 2ef827e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/luasnip-latex-snippets/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ M.setup_markdown = function()
124124
-- tex delimiters
125125
local normal_wA_tex = {
126126
parse_snippet({ trig = "mk", name = "Math" }, "$${1:${TM_SELECTED_TEXT}}$"),
127-
parse_snippet({ trig = "dm", name = "Block Math" }, "$$\n\t${1:${TM_SELECTED_TEXT}}\n.$$"),
127+
parse_snippet({ trig = "dm", name = "Block Math" }, "$$\n\t${1:${TM_SELECTED_TEXT}}\n$$"),
128128
}
129129
vim.list_extend(filtered, normal_wA_tex)
130130

0 commit comments

Comments
 (0)