fix(typst): add typst comment string

This commit is contained in:
Vo Quang Chien 2024-12-09 08:42:32 +07:00
parent e6f6db2667
commit 50ebce1a7b

View file

@ -53,4 +53,9 @@ return {
},
},
},
{
"folke/ts-comments.nvim",
opts = { lang = { typst = "// %s" } },
},
}