diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-11-24 12:04:08 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-11-26 15:24:26 +0100 |
| commit | 52b25c9a3f172abf986686c6382dae5f10786809 (patch) | |
| tree | 09c4517619bb3de807feeada6e9a6044e97eee70 /lua | |
| parent | fixup: lint (diff) | |
| download | nvim-treesitter-52b25c9a3f172abf986686c6382dae5f10786809.tar nvim-treesitter-52b25c9a3f172abf986686c6382dae5f10786809.tar.gz nvim-treesitter-52b25c9a3f172abf986686c6382dae5f10786809.tar.bz2 nvim-treesitter-52b25c9a3f172abf986686c6382dae5f10786809.tar.lz nvim-treesitter-52b25c9a3f172abf986686c6382dae5f10786809.tar.xz nvim-treesitter-52b25c9a3f172abf986686c6382dae5f10786809.tar.zst nvim-treesitter-52b25c9a3f172abf986686c6382dae5f10786809.zip | |
fixup: parser requires generate (ABI)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
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 = { |
