You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh yes, syntax highlighting. This would be cool, but seems like a high level of effort. Maybe if I find time, or others are motivated. My initial thoughts on the approach:
Use a lib like syntect for the actual heavy lifting. Somehow get like an AST out of it, so that the output can be coerced into a cursive SpannedString.
Transform the current cursive theme into a theme expected by syntect, so the colors blend in well.
It might be difficult to add this to the --lucky prompt, unless termimad explicitly adds this feature as well.
No description provided.
The text was updated successfully, but these errors were encountered: