summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 28e6f32b8..b606392b5 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -97,8 +97,9 @@ list.angular = {
install_info = {
url = "https://github.com/steelsojka/tree-sitter-angular",
files = { "src/parser.c" },
+ requires_generate_from_grammar = true,
},
- maintainers = { "@steelsojka" },
+ experimental = true,
}
list.apex = {