mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
refactor(scala): update the Scala highlight queries
There has been a lot of changes recently to the Scala grammar and we've been merging in a handful of things before syncing the actual generated parser. We are currently at a stage where we're going to sync everything, but there are some breaking changes that are included in https://github.com/tree-sitter/tree-sitter-scala/pull/135, so when that commit gets synced here stuff will break. We've taken the queries that existed here and have been building off of them in the actual upstream repo. This will hopefully make the transition smooth and updates the queries to ensure that there is no breakage. It's recommended to wait until that pr is merged, synced here, and then merge this in around the same time. Co-authored-by: eugene yokota <eed3si9n@gmail.com> Co-authored-by: Anton Sviridov <keynmol@gmail.com>
This commit is contained in:
parent
d18851653e
commit
add6f9abe2
2 changed files with 88 additions and 50 deletions
|
|
@ -333,7 +333,7 @@
|
|||
"revision": "f7fb205c424b0962de59b26b931fe484e1262b35"
|
||||
},
|
||||
"scala": {
|
||||
"revision": "fd05f09043051c82fba695aa95cee9c534fbc533"
|
||||
"revision": "47767fca8f422d7f22819f5dd2511ecaa290e7be"
|
||||
},
|
||||
"scheme": {
|
||||
"revision": "16bdcf0495865e17ae5b995257458e31e8b7f450"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue