diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-03-24 10:30:37 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | a8f5641ab3c8fbdfd1e454821ab34fc7db2c2651 (patch) | |
| tree | 4579c45cb40cc6f13b0901aa1c7c1277d106207b /README.md | |
| parent | doc: better clarification of highlights/injections (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
