-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax hightlighting for interactive rebase #44
Comments
That's a nice idea. Does kate uses different colors for |
Commit now use GtkSourceView which has a powerful language spec system. It doesn't have one for git but that should be reasonabily easy to do. https://gitlab.gnome.org/GNOME/gtksourceview/-/tree/master/data/language-specs |
Commit now has language definitions for git and hg https://github.com/sonnyp/Commit/tree/main/src/language-specs Should be quite straightforward to add support for git rebase syntax highlighting |
This is a nice feature that I miss from the Kate editor on KDE. When doing interactive rebase the action, hash and commit message are highlighted in different colors. It's a simple quality of life improvement. Here's a quick mock-up (with example colors):
Prior art in Kate text editor:
The text was updated successfully, but these errors were encountered: