mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Highlight doc comments in a different color
This commit is contained in:
@@ -92,6 +92,7 @@ void ScriptLanguageExtension::_bind_methods() {
|
||||
GDVIRTUAL_BIND(_get_reserved_words);
|
||||
GDVIRTUAL_BIND(_is_control_flow_keyword, "keyword");
|
||||
GDVIRTUAL_BIND(_get_comment_delimiters);
|
||||
GDVIRTUAL_BIND(_get_doc_comment_delimiters);
|
||||
GDVIRTUAL_BIND(_get_string_delimiters);
|
||||
GDVIRTUAL_BIND(_make_template, "template", "class_name", "base_class_name");
|
||||
GDVIRTUAL_BIND(_get_built_in_templates, "object");
|
||||
|
||||
Reference in New Issue
Block a user