diff options
| author | Daniel Kempkens <daniel+git@kempkens.io> | 2021-05-15 00:14:36 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-05-18 19:10:06 +0200 |
| commit | 9f0f594ab8fb66bd1a25c3d3a76cf2e34c00865a (patch) | |
| tree | a53c324be51dffe46144f8fbb35667fec02d2772 /lua | |
| parent | 616d459860b46a3ebd3aaee9dce7332f7de2a4c9 (diff) | |
Add requires_generate_from_grammar
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 ae2dfbf2..fcbca697 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -242,6 +242,7 @@ list.elixir = { install_info = { url = "https://github.com/ananthakumaran/tree-sitter-elixir", files = { "src/parser.c", "src/scanner.cc" }, + requires_generate_from_grammar = true, }, maintainers = { '@nifoc' }, } |
