diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-16 20:22:35 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 22:17:23 +0100 |
| commit | ad5c0b9d78591e8b62aa3bc0fede7a1fe4495c30 (patch) | |
| tree | 3f797886ea5ddde21f3f12cf0c2a58e5f6f9a10a /lua | |
| parent | 1d9b3b82ff89dedd7b537165345cddeea60eba67 (diff) | |
Update lockfile
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 4a021df0..d08030db 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -301,7 +301,6 @@ list.toml = { install_info = { url = "https://github.com/ikatyang/tree-sitter-toml", files = { "src/parser.c", "src/scanner.c" }, - requires_generate_from_grammar = true, generate_requires_npm = true, }, maintainers = {"@tk-shirasaka"}, @@ -322,7 +321,6 @@ list.vue = { install_info = { url = "https://github.com/ikatyang/tree-sitter-vue", files = { "src/parser.c", "src/scanner.cc" }, - requires_generate_from_grammar = true, }, maintainers = {"@WhyNotHugo"}, } @@ -348,7 +346,6 @@ list.yaml = { install_info = { url = "https://github.com/ikatyang/tree-sitter-yaml", files = { "src/parser.c", "src/scanner.cc" }, - requires_generate_from_grammar = true, } } |
