summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GitCommitSyntaxHighlighter.h
AgeCommit message (Collapse)Author
2022-11-27LibSyntax: Teach each highlighter about it's comment syntaxKyle Lanmon
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler."
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.