diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 49b177e41..bc42d79d6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -84,6 +84,7 @@ list.angular = { files = { "src/parser.c", "src/scanner.c" }, generate_requires_npm = true, }, + filetype = "htmlangular", maintainers = { "@dlvandenberg" }, experimental = true, } |
