1
0
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:
Paulb23
2020-10-11 17:07:33 +01:00
parent bf37ab52b3
commit b707920355
7 changed files with 87 additions and 1 deletions

View File

@@ -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"));
}