Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | highlight(scala): update the Scala highlight queries (#5546) | eugene yokota | 2023-01-16 |
| | | | | | | | | | | 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> | ||
* | Add scala syntax highlights (#1278) | Oliver Hechtl | 2021-12-18 |
* add partial scala syntax highlights * ran cargo xtask docgen * updated tree-sitter-scala, fixed highlights * fix comments * move identifier to the end of the highlights * add indents |