diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-12-15 10:00:18 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-12-15 10:24:32 +0100 |
| commit | 9bc1f1e6406933e9263456e5761e47b9cb1da71d (patch) | |
| tree | b242d5896ba1e8194fb98aeba316956308c9e613 /lua | |
| parent | fix(python): restrict typed parameter highlight (diff) | |
| download | nvim-treesitter-9bc1f1e6406933e9263456e5761e47b9cb1da71d.tar nvim-treesitter-9bc1f1e6406933e9263456e5761e47b9cb1da71d.tar.gz nvim-treesitter-9bc1f1e6406933e9263456e5761e47b9cb1da71d.tar.bz2 nvim-treesitter-9bc1f1e6406933e9263456e5761e47b9cb1da71d.tar.lz nvim-treesitter-9bc1f1e6406933e9263456e5761e47b9cb1da71d.tar.xz nvim-treesitter-9bc1f1e6406933e9263456e5761e47b9cb1da71d.tar.zst nvim-treesitter-9bc1f1e6406933e9263456e5761e47b9cb1da71d.zip | |
fix(v): adapt to removed scanner.c
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 640018cff..5b10b79b9 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2015,7 +2015,7 @@ list.uxntal = { list.v = { install_info = { url = "https://github.com/v-analyzer/v-analyzer", - files = { "src/parser.c", "src/scanner.c" }, + files = { "src/parser.c" }, location = "tree_sitter_v", }, filetype = "vlang", |
