a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
ghostbuster91 03ed96098c
chore: Install tree-sitter via nix for the nix-shell
2023-05-19 18:01:37 +07:00
.github fix: Incorrect string interpolation highlighting group (#196) 2023-03-15 22:28:35 +07:00
bindings fix: Incorrect string interpolation highlighting group (#196) 2023-03-15 22:28:35 +07:00
corpus fix: Correctly handle _ separator in integer literals 2023-03-12 15:29:05 +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 Abstract type definitions 2023-01-28 08:50:35 +07:00
src chore: generate and sync from ec60db85fc 2023-03-13 05:05:04 +07:00
test fix: Incorrect string interpolation highlighting group (#196) 2023-03-15 22:28:35 +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 Setup nix with direnv (#129) 2023-01-12 19:11:45 +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 Bump tree sitter to 0.20.7 and expose highlights query in rust binding 2023-01-08 00:23:14 +07:00
LICENSE Add MIT license 2019-08-07 11:11:36 +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 fix: Correctly handle _ separator in integer literals 2023-03-12 15:29:05 +07:00
package.json Downgrade tree-sitter-cli 2023-05-18 13:36:49 +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.