-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(grammars): Update grammars (#802)
* chore(grammars): Update grammars * fix(grammars): Add PHP subdirectory The updates to the PHP grammar seem to have added two grammar dialects for PHP. This updates the build script to select the (seemingly) more full-featured one.
- Loading branch information
1 parent
e4f22f9
commit 494d0cf
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tree-sitter-ocaml
updated
10 files
+64 −22 | interface/src/grammar.json | |
+31 −0 | interface/src/node-types.json | |
+565,754 −561,281 | interface/src/parser.c | |
+23 −0 | ocaml/corpus/expressions.txt | |
+5 −1 | ocaml/corpus/patterns.txt | |
+42 −2 | ocaml/corpus/types.txt | |
+18 −4 | ocaml/grammar.js | |
+64 −22 | ocaml/src/grammar.json | |
+31 −0 | ocaml/src/node-types.json | |
+631,115 −626,700 | ocaml/src/parser.c |
Submodule tree-sitter-php
updated
49 files