This website requires JavaScript.
Explore
Help
Sign in
beenull
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-21 23:20:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
001df24935
ladybird
/
Libraries
/
LibSyntax
/
CMakeLists.txt
8 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax This is a move towards dropping more LibGUI dependencies.
2021-02-07 14:15:10 +00:00
set(SOURCES
LibSyntax+Userland: Make LibSyntax not depend on LibGUI This moves some stuff around to make LibGUI depend on LibSyntax instead of the other way around, as not every application that wishes to do syntax highlighting is necessarily a LibGUI (or even a GUI) application.
2023-08-29 09:13:41 +00:00
Document.cpp
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax This is a move towards dropping more LibGUI dependencies.
2021-02-07 14:15:10 +00:00
Highlighter.cpp
LibSyntax: Move Language enum into its own files
2023-03-08 16:10:16 +00:00
Language.cpp
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax This is a move towards dropping more LibGUI dependencies.
2021-02-07 14:15:10 +00:00
)
serenity_lib(LibSyntax syntax)
Reference in a new issue
Copy permalink