diff --git a/README.md b/README.md index 091a47e90..fdc603100 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,7 @@ local parser_config = require "nvim-treesitter.parsers".get_parser_configs() parser_config.zimbu = { install_info = { url = "~/projects/tree-sitter-zimbu", -- local path or git repo - files = {"src/parser.c"}, + files = {"src/parser.c"}, -- note that some parsers also require src/scanner.c or src/scanner.cc -- optional entries: branch = "main", -- default branch in case of git repo if different from master generate_requires_npm = false, -- if stand-alone parser without npm dependencies