Skip to content

Commit

Permalink
meta: Format Tree-sitter's name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Aug 7, 2024
1 parent 186d283 commit 46eab89
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 @@ -12,6 +12,6 @@ sh build.sh

## Update the grammar

Flamingo uses Tree Sitter to parse source code. This is all defined in the [`tree-sitter-flamingo`](https://github.com/inobulles/tree-sitter-flamingo) repo. The readme there contains instructions on how to generate the parser from the grammar.
Flamingo uses Tree-sitter to parse source code. This is all defined in the [`tree-sitter-flamingo`](https://github.com/inobulles/tree-sitter-flamingo) repo. The readme there contains instructions on how to generate the parser from the grammar.

Once the parser is generated, you can just copy over the `src/parser.c` and `tree_sitter/parser.h` files to `src` in this one.

0 comments on commit 46eab89

Please sign in to comment.