mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +00:00
This is a little bit messy but the basic idea is: Syntax::Highlighter now has a Syntax::HighlighterClient to talk to the outside world. It mostly communicates in LibGUI primitives that are available in headers, so inlineable. GUI::TextEditor inherits from Syntax::HighlighterClient. This let us to move GUI::JSSyntaxHighlighter to JS::SyntaxHighlighter and remove LibGUI's dependency on LibJS. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Highlighter.cpp | ||
| Highlighter.h | ||
| HighlighterClient.h | ||