feat: add pug comment support

This commit is contained in:
Devin Haska 2025-05-27 11:54:49 -07:00
parent c7a965f8ff
commit ef1e35e013

View file

@ -103,6 +103,10 @@ return {
{ {
"folke/ts-comments.nvim", "folke/ts-comments.nvim",
event = "VeryLazy", event = "VeryLazy",
opts = {}, opts = {
lang = {
pug = "// %s",
},
},
}, },
} }