Skip to content

Commit

Permalink
Merge branch 'rescript-lang:main' into highlight-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 authored Mar 21, 2024
2 parents 34a40e7 + e55e492 commit c1a1622
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 c1a1622

Please sign in to comment.