Expose the EditorScriptHighlighter::_create() method to GDExtension

This commit is contained in:
David Snopek
2024-11-07 12:22:55 -06:00
parent 77d6283d22
commit 1474ecc121
3 changed files with 15 additions and 3 deletions
+6
View File
@@ -10,6 +10,12 @@
<tutorials>
</tutorials>
<methods>
<method name="_create" qualifiers="virtual const">
<return type="EditorSyntaxHighlighter" />
<description>
Virtual method which creates a new instance of the syntax highlighter.
</description>
</method>
<method name="_get_name" qualifiers="virtual const">
<return type="String" />
<description>