Age | Commit message (Expand) | Author |
2020-07-27 | CppLexer: Support raw string literals | Nico Weber |
2020-07-27 | CppLexer: Add token types for "::", "::*", ".*", "->*" | Nico Weber |
2020-07-27 | CppLexer: Add token types for ".", "->" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "!", "!=", "~", "?", ":" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "^", "^=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "++", "--" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "&", "&&", "&=", "|", "||", "|=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "<", "<=", "<<", "<<=", "<>" | Nico Weber |
2020-07-26 | CppLexer: Add token types for "+", "+=", "-", "-=", "=", "==", "/", "/=" | Nico Weber |
2020-07-26 | CppLexer: Add token type for "*=" | Nico Weber |
2020-03-12 | LibGUI: Parse #include statements separately | Oriko |
2020-03-11 | LibGUI: Highlight various number literals | Oriko |
2020-03-11 | LibGUI: Syntax highlight string escape sequences | Oriko |
2020-02-07 | LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI | Andreas Kling |