From 2ad12932a26a429750b3343199afd60b93c97b72 Mon Sep 17 00:00:00 2001 From: ExpandingMan Date: Fri, 24 Feb 2023 16:19:46 -0500 Subject: [PATCH] docs: add small note in README clarifying custom parser installation (#3625) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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