We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb02bb commit 073bd22Copy full SHA for 073bd22
README.md
@@ -16,7 +16,7 @@ parser_config.rescript = {
16
install_info = {
17
url = "https://github.com/rescript-lang/tree-sitter-rescript",
18
branch = "main",
19
- files = { "src/scanner.c" },
+ files = { "src/parser.c", "src/scanner.c" },
20
generate_requires_npm = false,
21
requires_generate_from_grammar = true,
22
use_makefile = true, -- macOS specific instruction
0 commit comments