diff options
author | eugene yokota | 2023-01-16 15:48:17 +0000 |
---|---|---|
committer | GitHub | 2023-01-16 15:48:17 +0000 |
commit | 6f6334f3c65f66f72867e6500b3c4a76ed017dfe (patch) | |
tree | 6caab794cd735061fb022dda6b945f8b4779684b /languages.toml | |
parent | d3e0f18c89c94c887d50d2487a4ee76eb96dda2b (diff) |
highlight(scala): update the Scala highlight queries (#5546)
There have been a lot of changes in tree-sitter/tree-sitter-scala,
including partial support for Scala 3 syntax and breaking changes in
some of the nodes.
This bumps up the grammar to the latest, and adjusts the queries.
Co-authored-by: Anton Sviridov <keynmol@gmail.com>
Co-authored-by: Chris Kipp <ckipp@pm.me>
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 51b4efb2..6d016902 100644 --- a/languages.toml +++ b/languages.toml @@ -1064,7 +1064,7 @@ language-server = { command = "metals" } [[grammar]] name = "scala" -source = { git = "https://github.com/tree-sitter/tree-sitter-scala", rev = "140c96cf398693189d4e50f76d19ddfcd8a018f8" } +source = { git = "https://github.com/tree-sitter/tree-sitter-scala", rev = "db1c8c23d7996476a791db85a0d292084c19c232" } [[language]] name = "dockerfile" |