ladybird/Userland/Libraries/LibSyntax
Sam Atkins 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Rather than creating a TextStyle struct, and then copying its fields
over to a TextAttributes, let's just create a TextAttributes to start
with. This also simplifies the syntax highlighting code by letting us
define underlines along with the other text styling.
2023-03-15 14:55:49 +01:00
..
CMakeLists.txt LibSyntax: Move Language enum into its own files 2023-03-11 13:22:57 +00:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Highlighter.cpp LibSyntax: Move Language enum into its own files 2023-03-11 13:22:57 +00:00
Highlighter.h LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
HighlighterClient.h LibSyntax+LibGUI: Let syntax highlighters assign folding regions 2023-02-28 13:23:55 +01:00
Language.cpp LibSyntax: Add Language-from-String/Path functions 2023-03-11 13:22:57 +00:00
Language.h LibSyntax: Add Language-from-String/Path functions 2023-03-11 13:22:57 +00:00