summaryrefslogtreecommitdiff
path: root/doc/classes/EditorSyntaxHighlighter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/EditorSyntaxHighlighter.xml')
-rw-r--r--doc/classes/EditorSyntaxHighlighter.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/classes/EditorSyntaxHighlighter.xml b/doc/classes/EditorSyntaxHighlighter.xml
index d81b25345f..37644a8595 100644
--- a/doc/classes/EditorSyntaxHighlighter.xml
+++ b/doc/classes/EditorSyntaxHighlighter.xml
@@ -11,22 +11,19 @@
</tutorials>
<methods>
<method name="_get_name" qualifiers="virtual">
- <return type="String">
- </return>
+ <return type="String" />
<description>
Virtual method which can be overridden to return the syntax highlighter name.
</description>
</method>
<method name="_get_supported_extentions" qualifiers="virtual">
- <return type="Array">
- </return>
+ <return type="Array" />
<description>
Virtual method which can be overridden to return the supported file extensions.
</description>
</method>
<method name="_get_supported_languages" qualifiers="virtual">
- <return type="Array">
- </return>
+ <return type="Array" />
<description>
Virtual method which can be overridden to return the supported language names.
</description>