2 files changed
+2
-1
lines changed- .gitattributes+3-2
- .github/workflows/build.yml+27
- .gitignore+3-1
- .travis.yml-3
- Cargo.toml+31
- LICENSE+21
- README.md+8-1
- binding.gyp+7-5
- bindings/node/binding.cc+37
- bindings/node/index.js+20
- bindings/node/interface.js+1
- bindings/node/ocaml.js+1
- bindings/rust/build.rs+30
- bindings/rust/lib.rs+62
- common/scanner.h+294
- corpus/expressions.txt-633
- corpus/module-items.txt-328
- corpus/patterns.txt-222
- grammar.js-1.8k
- index.js-13
- interface/corpus/module-items.txt+1
- interface/corpus/module-specification.txt+49
- interface/grammar.js+7
- interface/package.json+3
- interface/src/grammar.json+10.8k
- interface/src/node-types.json+5.9k
- interface/src/parser.c+407.9k
- interface/src/scanner.cc+29
- interface/src/tree_sitter/parser.h+75-67
- ocaml/corpus/attributes.txt+23-23
- ocaml/corpus/comments.txt+6-16
- ocaml/corpus/expressions.txt+716
- ocaml/corpus/module-expressions.txt+16-18
- ocaml/corpus/module-implementation.txt+98
- ocaml/corpus/module-items.txt+199
- ocaml/corpus/module-types.txt+14-7
- ocaml/corpus/patterns.txt+235
- ocaml/corpus/toplevel.txt+2-2
- ocaml/corpus/types.txt+38-10
- ocaml/grammar.js+2.0k
- ocaml/package.json+3
- ocaml/src/grammar.json+3.9k-3.1k
- ocaml/src/node-types.json+5.9k
- ocaml/src/parser.c+470.8k
- ocaml/src/scanner.cc+29
- ocaml/src/tree_sitter/parser.h+223
- package.json+30-7
- queries/highlights.scm+145
- queries/locals.scm+24
- queries/tags.scm+113
- script/known_failures.txt+9-3
- script/parse-examples+49-35
- src/binding.cc-28
- src/parser.c-338.9k
- src/scanner.cc-126
- test/highlight/attributes.ml+4
- test/highlight/constants.ml+14
- test/highlight/functions.ml+32
- test/highlight/locals.ml+47
- test/highlight/modules.ml+38
- test/highlight/operators.ml+19
- test/highlight/types.ml+33
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
0 commit comments