igor-ramazanov / kak-tree-sitter-helix

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

Generate Kakoune code faces. #2

Open igor-ramazanov opened 8 months ago

igor-ramazanov commented 8 months ago

kak-tree-sitter support a rich set of faces and takes a hierarchical approach for syntax highlighting.

For example, with faces like:

We should define the default keyword Kakoune face as ts_keyword.

It is important to not to accidentally omit any default face as Kakoune does not pose a strict faces scheme, so it's important to crawl through the default Kakoune themes and gather all such faces.