Revert "fix(angular): treesitter not enabled for angular templates (#3469)"
This reverts commit 24af74eed6
.
This commit is contained in:
@ -14,13 +14,6 @@ return {
|
||||
if type(opts.ensure_installed) == "table" then
|
||||
vim.list_extend(opts.ensure_installed, { "angular", "scss" })
|
||||
end
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.component%.html"] = "angular.html",
|
||||
[".*%.container%.html"] = "angular.html",
|
||||
},
|
||||
})
|
||||
vim.treesitter.language.register("angular", "angular.html")
|
||||
end,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user