mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
Revert "fix(angular): treesitter not enabled for angular templates (#3469)"
This reverts commit 24af74eed6
.
This commit is contained in:
parent
2244af1a86
commit
2bbc7e179d
1 changed files with 0 additions and 7 deletions
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue