mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:04:57 +00:00
![]() TextDocument::set_spans() now also takes a "span collection index" argument. TextDocument keeps a map between a span collection index and its spans. It merges the spans from all collections into a single set of spans whenever set_spans() is called. This allows us to style a document with multiple layers of spans, where as previously we only supported a single layer of spans that was set from the SyntaxHighlighter. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Forward.h | ||
Highlighter.cpp | ||
Highlighter.h | ||
HighlighterClient.h |