update #1

Merged
hektor merged 10 commits from claude-code-test into main 2025-12-03 15:53:43 +01:00
Showing only changes of commit ce26b1c206 - Show all commits

View File

@@ -0,0 +1,12 @@
local ls = require("luasnip")
local s = ls.snippet
local t = ls.text_node
local i = ls.insert_node
return {
s("preJ", {
t("<pre>{JSON.stringify("),
i(1, "object"), -- first tab stop
t(", null, 2)}</pre>"),
}),
}