aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-03-24 10:30:37 +0100
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commita8f5641ab3c8fbdfd1e454821ab34fc7db2c2651 (patch)
tree4579c45cb40cc6f13b0901aa1c7c1277d106207b /README.md
parentdoc: better clarification of highlights/injections (diff)
downloadnvim-treesitter-a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651.tar
nvim-treesitter-a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651.tar.gz
nvim-treesitter-a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651.tar.bz2
nvim-treesitter-a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651.tar.lz
nvim-treesitter-a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651.tar.xz
nvim-treesitter-a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651.tar.zst
nvim-treesitter-a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651.zip
feat(install)!: remove support for C++ scanners
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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"