ladybird/Userland/Libraries/LibSyntax
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
..
CMakeLists.txt LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Highlighter.cpp LibSyntax: Fix bug in matching cursor highlighting 2021-09-03 11:45:50 +02:00
Highlighter.h LibWeb: Implement first draft of CSS syntax highlighting :^) 2021-10-23 19:07:44 +02:00
HighlighterClient.h LibSyntax: Add missing headers to HighlighterClient.h 2021-10-06 23:52:40 +01:00