ladybird/Userland/Libraries/LibWeb/CSS/SyntaxHighlighter
Sam Atkins 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^)
This works at the Token level, which is quick and easy but has
drawbacks: We don't know when something is a property name or a value,
or if something is part of a selector. But, this works for now.
2021-10-23 19:07:44 +02:00
..
SyntaxHighlighter.cpp LibWeb: Implement first draft of CSS syntax highlighting :^) 2021-10-23 19:07:44 +02:00
SyntaxHighlighter.h LibWeb: Implement first draft of CSS syntax highlighting :^) 2021-10-23 19:07:44 +02:00