diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-04-22 17:52:50 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-04-22 17:58:51 +0200 |
| commit | e062f8dade1e1a1726b85a4c504bcc0c9c32dd04 (patch) | |
| tree | 2fbea4f222f7aa9637c211aa69b46f9c2b68b1bc /lua | |
| parent | cf0bbab53e0b5c8cc896b09ee83602fc5c39b496 (diff) | |
parsers: nix no longer requires_generate_from_grammar
Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11
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 e3dfeb5c..4e9d08a3 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -360,7 +360,6 @@ list.nix = { install_info = { url = "https://github.com/cstrahan/tree-sitter-nix", files = { "src/parser.c", "src/scanner.c" }, - requires_generate_from_grammar = true, }, maintainers = {"@leo60228"}, } |
