testing superhtml

This commit is contained in:
2025-06-24 13:59:11 -05:00
parent a08ef16590
commit 420f2bf9a8
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ return {
typescriptreact = { "prettier" },
svelte = { "prettier" },
css = { "prettier" },
html = { "prettier", "djlint", "htmlbeautifier" },
html = { "prettier", "djlint", "superhtml" },
json = { "prettier" },
yaml = { "prettier" },
markdown = { "prettier" },

View File

@@ -49,7 +49,8 @@ return {
"pylint", -- python linter
"eslint_d", -- js linter
"django-template-lsp",
"htmlbeautifier",
-- "htmlbeautifier",
"superhtml",
"djlint",
},
})