KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 14 forks source link

feat: Scheme syntax highlighting for TreeSitter #133

Closed LeonMatthesKDAB closed 3 months ago

LeonMatthesKDAB commented 3 months ago

This uses KSyntaxHighlighting::SyntaxHighlighter to enable a scheme-based syntax highlighting on the TreeSitterInspector.

This still has a few issues, as e.g. #eq? produces a strange highlighting result and certain keywords are marked up without reason. But it's still a good improvement from no syntax highlighting.

Part of #62.