summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GitCommitLexer.h
AgeCommit message (Collapse)Author
2022-02-07Userland: Undefine FOR_EACH_TOKEN_TYPE everywherekleines Filmröllchen
This was causing some macro redefinition errors after the headers ended up in the same file through some includes. The simple fix is to undefine the macro after use.
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.