From a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 24 Mar 2024 10:30:37 +0100 Subject: feat(install)!: remove support for C++ scanners --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e98772b1..08794576c 100644 --- a/README.md +++ b/README.md @@ -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" -- cgit v1.2.3-70-g09d2