You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Update SyntaxHighlighter documentation
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user