Commit Graph

2 Commits (599d12b59fed092f5a3d4a7019fd85d90cb39ec1)

Author SHA1 Message Date
Domas Poliakas e0b4206942 Added block comments to the comment highlighting query 2023-06-06 11:55:23 +07:00
susliko 5da643806c Support Scala CLI using directives
Summary
-------
Single line `$.comment` is split into a choice of `$._comment_text` and
`$.using_directive` to parse a structure of comments like
```
//> using scala 3.3.0
```
2023-05-31 23:04:52 +07:00