From 3b70d82a454d07613670e1bd2c8337a983eb7df5 Mon Sep 17 00:00:00 2001 From: xunil-cloud Date: Sat, 21 Sep 2024 17:43:46 +0800 Subject: [PATCH] docs: Add scanner.c in nvim config as well --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03719bd..d8d2611 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,13 @@ parser_config.supercollider = { install_info = { -- url = "~/code/tree-sitter-supercollider", url = "https://github.com/madskjeldgaard/tree-sitter-supercollider", - files = {"src/parser.c"}, + files = {"src/parser.c", "src/scanner.c"}, maintainer = "@madskjeldgaard" }, filetype = "supercollider", -- if filetype does not agrees with parser name } ``` +Also see nvim-treesitter [README](https://github.com/nvim-treesitter/nvim-treesitter#adding-parsers). ## Contributing Help WANTED. This project is too big to be handled by one person, and so any and all help would be appreciated.