mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Expose Syntax highlighter for editor plugins
This commit is contained in:
parent
2f1080be9b
commit
156daddaaf
11 changed files with 71 additions and 19 deletions
|
|
@ -471,6 +471,7 @@ void TextEditor::_convert_case(CodeTextEditor::CaseStyle p_case) {
|
|||
}
|
||||
|
||||
void TextEditor::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("add_syntax_highlighter", "highlighter"), &TextEditor::add_syntax_highlighter);
|
||||
}
|
||||
|
||||
static ScriptEditorBase *create_editor(const RES &p_resource) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue