Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve tree-sitter queries for Scala (#9475) | Jaakko Paju | 2024-02-04 |
| | | | | | | - Simplify function highlighting - Highlight extension methods - Textobject query (mia/maa) for class/trait constructor parameters/arguments - Textobject query (mif/maf) for Scala 3 braceless lambdas | ||
* | Update Scala tree-sitter grammar (#9348) | Jaakko Paju | 2024-01-22 |
| | | | | | | | * Update Scala tree-sitter grammar * Support block comments Modify comment handling in textobjects and highlights to support new TS-scala node type 'block_comment' | ||
* | Add textobject queries for Scala (#9191) | Jaakko Paju | 2024-01-08 |