a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
eugene yokota 8ba8016ae5
Merge pull request #251 from susliko/nested-multiline-comments
Nested block comments
2023-05-27 19:29:16 +07:00
.github fix: Incorrect string interpolation highlighting group (#196) 2023-03-15 22:28:35 +07:00
bindings SPM support (#234) 2023-05-25 14:33:28 +07:00
corpus Merge pull request #251 from susliko/nested-multiline-comments 2023-05-27 19:29:16 +07:00
examples Improve grammar for package declarations 2018-02-24 17:19:26 +07:00
queries/scala fix: Incorrect string interpolation highlighting group (#196) 2023-03-15 22:28:35 +07:00
script Merge pull request #251 from susliko/nested-multiline-comments 2023-05-27 19:29:16 +07:00
src chore: generate and sync from e37d21701b 2023-05-27 05:05:45 +07:00
test Add more highlight test 2023-05-26 11:02:37 +07:00
.envrc Setup nix with direnv (#129) 2023-01-12 19:11:45 +07:00
.git-blame-ignore-revs Add 'Move queries to scala sub-directory' to .git-blame-ignore-revs 2023-01-27 13:46:11 +07:00
.gitattributes Initial commit 2018-02-22 10:58:11 +07:00
.gitignore Merge pull request #240 from eed3si9n/wip/smoke 2023-05-25 19:32:54 +07:00
.npmignore Bump tree-sitter-cli to 0.19 2021-03-04 15:02:10 +07:00
CONTRIBUTING.md docs: add some basic contributing docs 2023-01-15 12:43:49 +07:00
Cargo.toml 0.20.0 2023-05-23 22:43:34 +07:00
LICENSE Add MIT license 2019-08-07 11:11:36 +07:00
Package.swift SPM support (#234) 2023-05-25 14:33:28 +07:00
README.md docs: add some basic contributing docs 2023-01-15 12:43:49 +07:00
binding.gyp Bump tree-sitter-cli to 0.19 2021-03-04 15:02:10 +07:00
default.nix chore: Install tree-sitter via nix for the nix-shell 2023-05-19 18:01:37 +07:00
grammar.js Merge pull request #251 from susliko/nested-multiline-comments 2023-05-27 19:29:16 +07:00
package.json 0.20.0 2023-05-23 22:43:34 +07:00

README.md

tree-sitter-scala

Test the grammar

Scala grammar for tree-sitter covering both Scala 2 and 3.

References

Scala 2

Scala 3

Development and Contributing

Please refer to the CONTRIBUTING.md for instructions on getting set up.