ladybird/Userland/Libraries/LibWeb/CSS/SyntaxHighlighter
Sam Atkins 17618989a3 LibWeb: Propagate errors from CSS Tokenizer construction
Instead of constructing a Tokenizer and then calling parse() on it, we
now call `Tokenizer::tokenize(...)` directly. (Renamed from `parse()`
because this is a Tokenizer, not a Parser.)
2023-03-07 00:43:36 +01:00
..
SyntaxHighlighter.cpp LibWeb: Propagate errors from CSS Tokenizer construction 2023-03-07 00:43:36 +01:00
SyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00