Skip to content

Commit

Permalink
Merge pull request rescript-lang#240 from aspeddro/add-parser-file
Browse files Browse the repository at this point in the history
Include `parser.c`
  • Loading branch information
aspeddro authored Mar 21, 2024
2 parents 5cb02bb + 073bd22 commit e55e492
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 e55e492

Please sign in to comment.