autumn
autumn copied to clipboard
Syntax highlighter for source code parsed with Tree-Sitter and styled with Helix Editor themes.
For syntax highlight to work, it must load a language grammar that defines all scopes for each source code token that matches a class in the CSS theme file. Currently...
Support all underline styles listed at https://docs.helix-editor.com/themes.html#underline-style Ref https://github.com/leandrocp/autumn/blob/93e8a35f49714edceda0f324b99480101946a0a6/lib/autumn/themes_generator.ex#L231
Add support for all modifiers listed at https://docs.helix-editor.com/themes.html#modifiers Ref https://github.com/leandrocp/autumn/blob/93e8a35f49714edceda0f324b99480101946a0a6/lib/autumn/themes_generator.ex#L213
Inkjet 0.11 came out recently, and improves language support in a marked way. Unfortunately it does have a few breaking changes, mostly around things like the replacement of `once_cell` with...