a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
Eugene Yokota 944196126a Trailing commas
Problem
-------
Trailing commas are not supported.

Solution
--------
This adds support for that.
2023-01-19 01:39:30 +07:00
.github Fixes crash 2023-01-17 15:45:43 +07:00
bindings Bump tree sitter to 0.20.7 and expose highlights query in rust binding 2023-01-08 00:23:14 +07:00
corpus Trailing commas 2023-01-19 01:39:30 +07:00
examples Improve grammar for package declarations 2018-02-24 17:19:26 +07:00
queries feat: add an explicit interpolator field 2023-01-18 08:21:39 +07:00
script Trailing commas 2023-01-19 01:39:30 +07:00
src chore: generate and sync from be931be797 2023-01-18 08:01:28 +07:00
test test: just a few more highlight tests 2023-01-18 12:32:17 +07:00
.envrc Setup nix with direnv (#129) 2023-01-12 19:11:45 +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 Setup nix with direnv (#129) 2023-01-12 19:11:45 +07:00
grammar.js Trailing commas 2023-01-19 01:39:30 +07:00
package.json Bump tree sitter to 0.20.7 and expose highlights query in rust binding 2023-01-08 00:23:14 +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.