Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-07 | Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere | kleines 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-18 | LibGUI: Add a GitCommit SyntaxHighlighter implementation | Brian 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. |