igor-ramazanov / kak-tree-sitter-helix

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

Generate `kakoune-lsp` faces. #4

Closed igor-ramazanov closed 7 months ago

igor-ramazanov commented 8 months ago

Another widely used Kakoune plugin is kakoune-lsp which also defines its own set of faces.

A few of them:

We can reuse some of the Helix definitions for them as well, for example for the above those would be warning, error, info and hint.

An important note is to also spend an attention on fallbacks and think about if there is any fallback mechanism is possible. It might not be needed, but if anything pops up during implementation, then create a new issue.

igor-ramazanov commented 7 months ago

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