summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GitCommitLexer.cpp
AgeCommit message (Collapse)Author
2022-01-18LibGUI: Add a GitCommit SyntaxHighlighter implementationBrian Gianforcaro
This highlighter just syntax highlights the commented lines in your git commit message. It could potentially be enhanced to handle the rebase UI or other more advanced cases in the future.