feat: add pug comment support
This commit is contained in:
parent
eec24643a4
commit
d5ce01c720
1 changed files with 5 additions and 1 deletions
|
@ -103,6 +103,10 @@ return {
|
||||||
{
|
{
|
||||||
"folke/ts-comments.nvim",
|
"folke/ts-comments.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {},
|
opts = {
|
||||||
|
lang = {
|
||||||
|
pug = "// %s",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue