Skip to content

Commit

Permalink
Merge pull request #793 from tweag/nb/doc
Browse files Browse the repository at this point in the history
doc: disambiguate `grammar.source.path` config option
  • Loading branch information
nbacquey authored Nov 26, 2024
2 parents ba8a2e0 + d45bea8 commit 4dcdc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,11 @@ nickel = {
},
```

To specify a prebuilt grammar, specify the `grammar.source.path` attribute:
To specify a prebuilt grammar, specify the `grammar.source.path` attribute, which must point to a compiled grammar file:
```nickel
nickel = {
extensions = ["ncl"],
grammar.source.path = "/path/to/compiled/grammar/file",
grammar.source.path = "/path/to/compiled/grammar/file.so",
},
```

Expand Down

0 comments on commit 4dcdc0a

Please sign in to comment.