Commit be1fb0f
chore: Bump scala grammar
1 parent 1c3d95d commit be1fb0f
1 file changed
+1
-1
lines changed- .editorconfig+39
- .envrc+1
- .git-blame-ignore-revs+5
- .github/ISSUE_TEMPLATE/bug_report.yml+66
- .github/workflows/ci.yml+109-7
- .github/workflows/fuzz.yml+25
- .github/workflows/publish.yml+26
- .github/workflows/sync.yml+65
- .gitignore+7-1
- .prettierrc.json+3
- CONTRIBUTING.md+109
- Cargo.toml+4-4
- Makefile+112
- Package.swift+25
- README.md+23-19
- binding.gyp+8-6
- bindings/c/tree-sitter-scala.h+16
- bindings/c/tree-sitter-scala.pc.in+11
- bindings/go/binding.go+13
- bindings/go/binding_test.go+15
- bindings/go/go.mod+5
- bindings/node/binding.cc+14-22
- bindings/node/index.d.ts+28
- bindings/node/index.js+3-15
- bindings/python/tree_sitter_scala/__init__.py+5
- bindings/python/tree_sitter_scala/__init__.pyi+1
- bindings/python/tree_sitter_scala/binding.c+27
- bindings/python/tree_sitter_scala/py.typed
- bindings/rust/build.rs+3
- bindings/rust/lib.rs+4-4
- bindings/swift/TreeSitterScala/scala.h+16
- corpus/definitions.txt-422
- corpus/expressions.txt-326
- corpus/literals.txt-66
- corpus/patterns.txt-159
- corpus/types.txt-252
- default.nix+17
- examples/RefChecks.scala+2.2k
- grammar.js+1.7k-636
- package-lock.json+658
- package.json+33-7
- pyproject.toml+29
- queries/scala/highlights.scm+261
- queries/scala/indents.scm+30
- queries/scala/locals.scm+30
- script/smoke_test.sh+87
- setup.py+60
- src/grammar.json+6.8k-2.3k
- src/node-types.json+5.7k-1.1k
- src/parser.c+808.8k-62.2k
- src/scanner.c+310-74
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- src/tree_sitter/parser.h+57-15
- test/corpus/annotations.txt
- test/corpus/comments.txt+102
- test/corpus/definitions.txt+1.8k
- test/corpus/expressions.txt+1.8k
- test/corpus/literals.txt+297
- test/corpus/patterns.txt+334
- test/corpus/types.txt+657
- test/highlight/basics.scala+94
- test/highlight/comments.scala+12
- test/highlight/scala3.scala+159
0 commit comments