LibGUI: Add underlines to highlighting

This commit is contained in:
Oriko
2020-03-12 16:36:25 +02:00
committed by Andreas Kling
parent b58893cfe1
commit 6d89f48dd8
6 changed files with 25 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ public:
void set_cursor(size_t line, size_t column);
void set_cursor(const TextPosition&);
const SyntaxHighlighter* syntax_highlighter() const;
void set_syntax_highlighter(OwnPtr<SyntaxHighlighter>);
protected: