summaryrefslogtreecommitdiff
path: root/scene/resources/syntax_highlighter.cpp
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2020-10-11 17:07:33 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2020-10-11 17:14:37 +0100
commitb7079203553d802db906bf6241cf9223b882955c (patch)
tree789414cf687dbb9e586fb51f8191767e940f0b6f /scene/resources/syntax_highlighter.cpp
parentbf37ab52b3ee4b14f235cfa1ea9e48c24c616bb3 (diff)
Update SyntaxHighlighter documentation
Diffstat (limited to 'scene/resources/syntax_highlighter.cpp')
-rw-r--r--scene/resources/syntax_highlighter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/syntax_highlighter.cpp b/scene/resources/syntax_highlighter.cpp
index e7b49892d8..40fe62ad07 100644
--- a/scene/resources/syntax_highlighter.cpp
+++ b/scene/resources/syntax_highlighter.cpp
@@ -120,6 +120,7 @@ void SyntaxHighlighter::_bind_methods() {
ClassDB::bind_method(D_METHOD("_clear_highlighting_cache"), &SyntaxHighlighter::_clear_highlighting_cache);
BIND_VMETHOD(MethodInfo(Variant::DICTIONARY, "_get_line_syntax_highlighting", PropertyInfo(Variant::INT, "p_line")));
+ BIND_VMETHOD(MethodInfo("_clear_highlighting_cache"));
BIND_VMETHOD(MethodInfo("_update_cache"));
}