summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/CppLexer.h
AgeCommit message (Expand)Author
2020-07-27CppLexer: Support raw string literalsNico Weber
2020-07-27CppLexer: Add token types for "::", "::*", ".*", "->*"Nico Weber
2020-07-27CppLexer: Add token types for ".", "->"Nico Weber
2020-07-27CppLexer: Add token types for "!", "!=", "~", "?", ":"Nico Weber
2020-07-27CppLexer: Add token types for "^", "^="Nico Weber
2020-07-27CppLexer: Add token types for "++", "--"Nico Weber
2020-07-27CppLexer: Add token types for "&", "&&", "&=", "|", "||", "|="Nico Weber
2020-07-27CppLexer: Add token types for "<", "<=", "<<", "<<=", "<>"Nico Weber
2020-07-26CppLexer: Add token types for "+", "+=", "-", "-=", "=", "==", "/", "/="Nico Weber
2020-07-26CppLexer: Add token type for "*="Nico Weber
2020-03-12LibGUI: Parse #include statements separatelyOriko
2020-03-11LibGUI: Highlight various number literalsOriko
2020-03-11LibGUI: Syntax highlight string escape sequencesOriko
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling