Vasil Markoukin

Results 6 comments of Vasil Markoukin

@Odomontois @catostrophe @danslapman

Looks like there's no straightforward way to disallow hard keywords as identifiers until this PR lands: https://github.com/tree-sitter/tree-sitter/pull/1635

@ckipp01 🖖🏻 I haven't found a way to influence the position of ERROR node in the tree. However, we can write a query for what we have now, i.e. match...

TODO list: - [ ] Nested definitions with no braces ```scala object Foo: class Bar: ``` --- - [ ] Ending indents on "end" ```scala object Foo: en ``` ---...

Thank you for reporting the issue @KaranAhlawat!

Resolved by https://github.com/tree-sitter/tree-sitter-scala/pull/277!