This website requires JavaScript.
Explore
Help
Sign In
LadybirdBrowser
/
ladybird
Watch
1
Star
1
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-10 13:00:29 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
51fc51d0b5
ladybird
/
Userland
/
Libraries
/
LibSyntax
/
CMakeLists.txt
8 lines
100 B
CMake
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 17:15:10 +03: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 12:13:41 +03:00
D
o
c
u
m
e
n
t
.
c
p
p
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax This is a move towards dropping more LibGUI dependencies.
2021-02-07 17:15:10 +03:00
H
i
g
h
l
i
g
h
t
e
r
.
c
p
p
LibSyntax: Move Language enum into its own files
2023-03-08 19:10:16 +03:00
L
a
n
g
u
a
g
e
.
c
p
p
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax This is a move towards dropping more LibGUI dependencies.
2021-02-07 17:15:10 +03:00
)
serenity_lib
(
LibSyntax
syntax
)
Reference in New Issue
Copy Permalink