feat: add pug support

This commit is contained in:
Devin Haska 2024-08-07 17:12:53 -07:00
parent b265bca726
commit eec24643a4
No known key found for this signature in database

View file

@ -5,17 +5,18 @@ return {
build = ":TSUpdate",
opts = {
ensure_installed = {
"lua",
"javascript",
"typescript",
"tsx",
"htmldjango",
"html",
"jsonc",
"json",
"htmldjango",
"javascript",
"jsdoc",
"json",
"jsonc",
"lua",
"markdown",
"markdown_inline",
"pug",
"tsx",
"typescript",
"vim",
"vimdoc",
},