mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-16 15:31:06 +02:00
feat(typst): add block-scope comment string
This commit is contained in:
parent
684d6025b1
commit
979a8c6557
1 changed files with 5 additions and 1 deletions
|
@ -56,6 +56,10 @@ return {
|
|||
|
||||
{
|
||||
"folke/ts-comments.nvim",
|
||||
opts = { lang = { typst = "// %s" } },
|
||||
opts = {
|
||||
lang = {
|
||||
typst = { "// %s", "/* %s */" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue