fir(extra-lang-angular): fix formatting

This commit is contained in:
Mykhailo Sabatura 2024-06-06 10:08:27 +02:00
parent 2d9d60b8ca
commit cf8bcef684

View file

@ -35,9 +35,13 @@ return {
angularls = {
filetypes = {
-- default filetypes
"typescript", "html", "typescriptreact", "typescript.tsx",
"typescript",
"html",
"typescriptreact",
"typescript.tsx",
-- file type added in order to enable treesitter
"angular.html" },
"angular.html",
},
},
},
setup = {