Conversation
Adds support for Tenzir Query Language. The tree sitter grammar: https://github.com/tenzir/tree-sitter-tql I've copied hightlights and indents queries. The textobjects are left todo.
m4rch3n1ng
left a comment
There was a problem hiding this comment.
a few nitpicks and changes to the queries. helix uses different queries and different conventions than the upstream repo apparently. to see the helix queries, take a look here: https://docs.helix-editor.com/master/themes.html#scopes.
additionally the upstream repo does not have a LICENSE file, which is important to the maintainers. it does mention what it is licensed under in the readme, but i am unsure if that is enough.
Co-authored-by: may <63159454+m4rch3n1ng@users.noreply.github.com>
|
Thanks for review, I'll ask about license. |
|
We've licensed the whole repo under Apache 2.0 |
|
the revision in the also: the readme says the repo is licensed under MIT, while the license you added is apache-2. |
|
Oh, right. I've updated |
Adds support for Tenzir Query Language.
The tree sitter grammar: https://github.com/tenzir/tree-sitter-tql
I've copied hightlights and indents queries.
The textobjects are left todo.