summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/JSSyntaxHighlighter.cpp
AgeCommit message (Expand)Author
2020-07-01LibGUI: Highlight JS Extends and Super tokensJack Karamanian
2020-06-07LibJS: Add BigIntLinus Groh
2020-06-07LibJS: Lex and parse regex literals, add RegExp objectsMatthew Olsson
2020-05-05LibJS: Implement exponentiation assignment operator (**=)Linus Groh
2020-05-05LibJS: Implement bitwise assignment operators (&=, |=, ^=)Linus Groh
2020-05-04LibJS: Add template literalsmattco98
2020-05-01LibJS: Implement (no-op) debugger statementLinus Groh
2020-04-24LibJS: Add TokenType::TemplateLiteralLinus Groh
2020-03-16LibGUI: Use themes for syntax highlightingOriko
2020-03-14LibGUI: Highlight new JS tokensOriko
2020-03-13LibGUI: Add missing copyright headersOriko
2020-03-13LibGUI: Add Javascript syntax highlighterOriko