feat: add pug support
This commit is contained in:
parent
b265bca726
commit
eec24643a4
1 changed files with 8 additions and 7 deletions
|
@ -5,17 +5,18 @@ return {
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"lua",
|
|
||||||
"javascript",
|
|
||||||
"typescript",
|
|
||||||
"tsx",
|
|
||||||
"htmldjango",
|
|
||||||
"html",
|
"html",
|
||||||
"jsonc",
|
"htmldjango",
|
||||||
"json",
|
"javascript",
|
||||||
"jsdoc",
|
"jsdoc",
|
||||||
|
"json",
|
||||||
|
"jsonc",
|
||||||
|
"lua",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
|
"pug",
|
||||||
|
"tsx",
|
||||||
|
"typescript",
|
||||||
"vim",
|
"vim",
|
||||||
"vimdoc",
|
"vimdoc",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue