Move add_syntax_highlighter bind to ScriptEditorBase
This commit is contained in:
parent
94ce83beff
commit
3010bca41b
7 changed files with 9 additions and 11 deletions
|
|
@ -9,6 +9,13 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="add_syntax_highlighter">
|
||||
<return type="void" />
|
||||
<argument index="0" name="highlighter" type="EditorSyntaxHighlighter" />
|
||||
<description>
|
||||
Adds a [EditorSyntaxHighlighter] to the open script.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_base_editor" qualifiers="const">
|
||||
<return type="Control" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue