diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-11 19:56:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 19:56:43 +0200 |
commit | 5edfdc53ebb97616a6a72031b2e28ec7865d6ab8 (patch) | |
tree | 9d5b542652e576f865abf0c97a37ee272210ae2e /doc/classes/EditorSyntaxHighlighter.xml | |
parent | 188e08307ee79920815ad4e5df2a7d2a60c649a0 (diff) | |
parent | 3010bca41ba31fdb5c3c4b7181fd92f8e8f116aa (diff) |
Merge pull request #53681 from Paulb23/rejig-syntax-highligher-bind
Move add_syntax_highlighter bind to ScriptEditorBase
Diffstat (limited to 'doc/classes/EditorSyntaxHighlighter.xml')
-rw-r--r-- | doc/classes/EditorSyntaxHighlighter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSyntaxHighlighter.xml b/doc/classes/EditorSyntaxHighlighter.xml index 8880ce4d44..462323a067 100644 --- a/doc/classes/EditorSyntaxHighlighter.xml +++ b/doc/classes/EditorSyntaxHighlighter.xml @@ -5,7 +5,7 @@ </brief_description> <description> Base syntax highlighter resource all editor syntax highlighters extend from, it is used in the [ScriptEditor]. - Add a syntax highlighter to an individual script by calling ScriptEditorBase._add_syntax_highlighter (currently not working). To apply to all scripts on open, call [method ScriptEditor.register_syntax_highlighter] + Add a syntax highlighter to an individual script by calling [method ScriptEditorBase.add_syntax_highlighter]. To apply to all scripts on open, call [method ScriptEditor.register_syntax_highlighter] </description> <tutorials> </tutorials> |