Syntax Highlighting Mode #29
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ki11errabbit/koru#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There needs to be a mode that uses internal apis to provide a minor mode that can do arbitrary syntax highlighting like how VS Code and Kakoune do it.
The approach is use regex rules to mark out areas where other regex could be applied.
This sort of requires #28 to be finished but we can just clone the buffer to a string in the meantime.