index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCpp
/
SyntaxHighlighter.cpp
Age
Commit message (
Expand
)
Author
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-03
LibCpp: Add folding regions to syntax highlighters
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-10
Libraries: Use default constructors/destructors in LibCpp
Lenny Maiorani
2021-08-21
LibCpp: Use lex_iterable() where applicable
Itamar
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-05
LibCpp: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibCpp: Use east const style in Lexer and SyntaxHighlighter
Max Wipfli
2021-05-22
LibCpp: Modify Token::to_string() to include more information
Itamar
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-13
LibCpp: Access Cpp::Token members via getter functions
Itamar
2021-02-11
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling