Skip to content

Commit

Permalink
include parser.c
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Mar 21, 2024
1 parent 5cb02bb commit 073bd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parser_config.rescript = {
install_info = {
url = "https://github.com/rescript-lang/tree-sitter-rescript",
branch = "main",
files = { "src/scanner.c" },
files = { "src/parser.c", "src/scanner.c" },
generate_requires_npm = false,
requires_generate_from_grammar = true,
use_makefile = true, -- macOS specific instruction
Expand Down

0 comments on commit 073bd22

Please sign in to comment.