feat(install)!: remove support for C++ scanners

This commit is contained in:
Christian Clason 2024-03-24 10:30:37 +01:00
parent 429e6f446b
commit a8f5641ab3
3 changed files with 4 additions and 18 deletions

View file

@ -135,7 +135,7 @@ local parser_config = require('nvim-treesitter.parsers').configs
parser_config.zimbu = {
install_info = {
url = '~/projects/tree-sitter-zimbu', -- local path or git repo
files = { 'src/parser.c' }, -- note that some parsers also require src/scanner.c or src/scanner.cc
files = { 'src/parser.c' }, -- note that some parsers also require src/scanner.c
-- optional entries:
branch = 'develop', -- only needed if different from default branch
location= 'parser', -- only needed if the parser is in subdirectory of a "monorepo"