Releases: tree-sitter/tree-sitter-scala
Releases · tree-sitter/tree-sitter-scala
0.19.1
What's Changed
- Allow
catch
andfinally
intry
expression to be on a new line by @ckipp01 in #16 - Enhance/fix string interpolation model by @ckipp01 in #20
- Add in support for boolean, character, and symbol literals. by @ckipp01 in #22
- Feature/literals by @gemelen in #25
- Miscellaneous stuff by @gemelen in #27
- Add
while
/do
loops andfor
-comprehension by @stumash in #30 - Allow
extends
to be on a new line by @stevanmilic in #31 - Update expression rule with postfix and ascription by @stevanmilic in #33
- Add recognition of multi-line field expression (#23) by @stevanmilic in #32
- Add lambda expression and fix call expression by @stevanmilic in #34
- Fix pattern definition (#38) by @stevanmilic in #39
- Add syntax highlighting queries by @Wilfred in #48
- Fix wildcard Scala 3 imports by @keynmol in #44
- Allow
val
def
at start of lambda by @stumash in #50 - Optional braces support by @eed3si9n in #62
- Backquoted identifiers by @keynmol in #65
- Adds support for
$
in identifiers. by @nrfulton in #68
Behind the scene
- Move from Travis CI to Github Actions and update readme by @ckipp01 in #17
- Fix Github Actions on Windows by @eed3si9n in #64
- chore(ci): bump node to lts by @ckipp01 in #66
- Bump to 0.19.1 by @eed3si9n in #69
New Contributors
- @ckipp01 made their first contribution in #17
- @gemelen made their first contribution in #25
- @stumash made their first contribution in #30
- @stevanmilic made their first contribution in #31
- @Wilfred made their first contribution in #48
- @keynmol made their first contribution in #44
- @eed3si9n made their first contribution in #64
- @nrfulton made their first contribution in #68
Full Changelog: v0.19.0...v0.19.1