diff options
Diffstat (limited to 'Libraries/LibGUI/TextEditor.h')
-rw-r--r-- | Libraries/LibGUI/TextEditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGUI/TextEditor.h b/Libraries/LibGUI/TextEditor.h index 35c1187f82..8aec1a66b7 100644 --- a/Libraries/LibGUI/TextEditor.h +++ b/Libraries/LibGUI/TextEditor.h @@ -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: |