Skip to content

Commit 073bd22

Browse files
committed
include parser.c
1 parent 5cb02bb commit 073bd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parser_config.rescript = {
1616
install_info = {
1717
url = "https://github.com/rescript-lang/tree-sitter-rescript",
1818
branch = "main",
19-
files = { "src/scanner.c" },
19+
files = { "src/parser.c", "src/scanner.c" },
2020
generate_requires_npm = false,
2121
requires_generate_from_grammar = true,
2222
use_makefile = true, -- macOS specific instruction

0 commit comments

Comments
 (0)