feat(typst): add block-scope comment string

This commit is contained in:
Vo Quang Chien 2024-12-20 08:55:19 +07:00
parent 684d6025b1
commit 979a8c6557

View file

@ -56,6 +56,10 @@ return {
{
"folke/ts-comments.nvim",
opts = { lang = { typst = "// %s" } },
opts = {
lang = {
typst = { "// %s", "/* %s */" },
},
},
},
}