igor-ramazanov / kak-tree-sitter-helix

Generate kak-tree-sitter grammars, queries and themes using Helix.
6 stars 1 forks source link

Translate the `nix` code to generate grammars and queries #7

Closed igor-ramazanov closed 7 months ago

igor-ramazanov commented 8 months ago

There is a PR implemented in nix which uses the helix repository to generate tree-sitter grammars and queries necessary to provide out-of-the-box experience for kak-tree-sitter.

It's important not to force users to generate them locally, so put the generated grammars, queries and kak-tree-sitter's config.toml into this repository

Translate the Nix code to Python.

igor-ramazanov commented 7 months ago

Done in https://github.com/igor-ramazanov/kak-tree-sitter-helix/pull/15

Didn't translate Nix to Python, as it works for me.