From b7079203553d802db906bf6241cf9223b882955c Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Sun, 11 Oct 2020 17:07:33 +0100 Subject: Update SyntaxHighlighter documentation --- scene/resources/syntax_highlighter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/resources/syntax_highlighter.cpp') 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")); } -- cgit v1.2.3