1 file changed
+1
-1
lines changed- .editorconfig+39
- .envrc+1
- .git-blame-ignore-revs+5
- .gitattributes+11-2
- .github/ISSUE_TEMPLATE/bug_report.yml+66
- .github/workflows/ci.yml+122-7
- .github/workflows/fuzz.yml+21
- .github/workflows/publish.yml+24
- .github/workflows/sync.yml+68
- .gitignore+37-9
- .npmignore-3
- .prettierrc.json+3
- CONTRIBUTING.md+109
- Cargo.lock+89
- Cargo.toml+13-14
- Makefile+114
- Package.swift+60
- README.md+23-19
- binding.gyp+18-7
- 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/node/binding.cc+14-22
- bindings/node/binding_test.js+9
- bindings/node/index.d.ts+28
- bindings/node/index.js+3-15
- bindings/python/tests/test_binding.py+11
- bindings/python/tree_sitter_scala/__init__.py+34
- bindings/python/tree_sitter_scala/__init__.pyi+6
- bindings/python/tree_sitter_scala/binding.c+27
- bindings/python/tree_sitter_scala/py.typed
- bindings/rust/build.rs+11-8
- bindings/rust/lib.rs+27-20
- bindings/swift/TreeSitterScala/scala.h+16
- bindings/swift/TreeSitterScalaTests/TreeSitterScalaTests.swift+12
- corpus/definitions.txt-422
- corpus/expressions.txt-326
- corpus/literals.txt-66
- corpus/patterns.txt-159
- corpus/types.txt-252
- examples/RefChecks.scala+2.2k
- go.mod+7
- go.sum+36
- grammar.js+1.7k-636
- package-lock.json+365
- package.json+33-10
- pyproject.toml+29
- queries/highlights.scm+261
- queries/indents.scm+30
- queries/locals.scm+30
- script/smoke_test.sh+87
- setup.py+62
- src/grammar.json+6.8k-2.3k
- src/node-types.json+5.7k-1.1k
- src/parser.c+809.2k-62.3k
- src/scanner.c+312-74
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- src/tree_sitter/parser.h+58-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