tree-sitter-scala
tree-sitter-scala copied to clipboard
WIP: nvim indents
Sharing queries for proper indents (also fixes problem descirbed in #173). I'm going to use them for a while and polish before merging
cc @keynmol
TODO list:
- [ ] Nested definitions with no braces
object Foo:
class Bar:<cr>
- [ ] Ending indents on "end"
object Foo:
en<d>
- [ ] Match expression with no braces
def foo(x: Int) =
x match <cr>