summaryrefslogtreecommitdiffstats
path: root/scene/resources/syntax_highlighter.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2020-03-07 14:29:44 +0000
committerPaulb23 <p_batty@hotmail.co.uk>2020-07-11 15:40:00 +0100
commit156daddaaf16e36eb932452d1e30f4f77d29aae6 (patch)
tree942c5f0fe5bf8cbab99ca5534ecef4f76ea8d6b9 /scene/resources/syntax_highlighter.h
parent2f1080be9b032b1cf5086201e45057baa6b1a179 (diff)
downloadredot-engine-156daddaaf16e36eb932452d1e30f4f77d29aae6.tar.gz
Expose Syntax highlighter for editor plugins
Diffstat (limited to 'scene/resources/syntax_highlighter.h')
-rw-r--r--scene/resources/syntax_highlighter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/syntax_highlighter.h b/scene/resources/syntax_highlighter.h
index 201bcb03e1..7059ef4ce1 100644
--- a/scene/resources/syntax_highlighter.h
+++ b/scene/resources/syntax_highlighter.h
@@ -56,6 +56,8 @@ public:
void set_text_edit(TextEdit *p_text_edit);
TextEdit *get_text_edit();
+ virtual Ref<SyntaxHighlighter> _create() const;
+
SyntaxHighlighter() {}
virtual ~SyntaxHighlighter() {}
};