Commit bd9b1ee
1 parent 2ff446b commit bd9b1ee
1 file changed
+1
-1
lines changed- .clang-format+2
- .editorconfig+39
- .gitattributes+11
- .github/workflows/ci.yml+4-4
- .github/workflows/fuzzing.yml-17
- .github/workflows/release.yml+6-7
- .gitignore+5-2
- .perltidyrc+15
- CMakeLists.txt+60
- Cargo.toml+23
- Makefile+110
- Package.swift+48
- README.md+21-11
- binding.gyp+30
- bindings/node/binding.cc+14-22
- bindings/node/binding_test.js+9
- bindings/node/index.js+3-15
- bindings/rust/build.rs+3
- copy-to-release+4
- cpanfile+3
- go.mod+5
- grammar.js+529-210
- lib/primitives.js+5-3
- lib/unicode_ranges.js+7
- package.json+30-9
- pyproject.toml+29
- queries/folds.scm+8
- queries/highlights.scm+88-40
- queries/injections.scm+13-1
- queries/matchup.scm+30
- setup.py+57
- src/bsearch.h+90
- src/grammar.json+9.4k
- src/scanner.c+559-413
- src/tree_sitter/alloc.h+54
- src/tsp_unicode.h+1.2k
- test/corpus/autoquote+109-24
- test/corpus/expressions+143-45
- test/corpus/functions+180-15
- test/corpus/heredocs+110-31
- test/corpus/interpolation+233-60
- test/corpus/literals+86-40
- test/corpus/map-grep+141-27
- test/corpus/operators+336-52
- test/corpus/pod+21-6
- test/corpus/regexp+153-16
- test/corpus/simple+26-1
- test/corpus/statements+235-20
- test/corpus/subroutines+288-20
- test/corpus/variables+274-43
- test/highlight/builtins.pm
- test/highlight/expressions.pm+11
- test/highlight/functions.pm+3-1
- test/highlight/interpolation.pm+7
- test/highlight/operators.pm+8-6
- test/highlight/regexp.pm+11-5
- test/highlight/statements.pm+27-4
- test/highlight/subroutines.pm+5
- test/highlight/variables.pm+30-20
- tree-sitter-perl.pc+11
- tree-sitter.json+39
- unicode_ranges.pl+96
0 commit comments