diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-16 22:36:06 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-17 20:22:46 +0100 |
| commit | fc9bdf7c3dc251ea0e8fad763c71e78955bce326 (patch) | |
| tree | 131881ce3f47c2fe86f50518f95db09d41aed4d4 /lua | |
| parent | 69704cf56185eb109ad77e740c499fec52d4e638 (diff) | |
GraphQL no longer requires_generate_from_grammar
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d08030db..8e768f98 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -109,7 +109,6 @@ list.graphql = { install_info = { url = "https://github.com/bkegley/tree-sitter-graphql", files = { "src/parser.c" }, - requires_generate_from_grammar = true, }, maintainers = {"@bkegley"}, } |
