mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 09:23:40 +00:00
Convert syntax highlighters into a resource
This commit is contained in:
parent
be119c5c47
commit
2f1080be9b
16 changed files with 241 additions and 136 deletions
|
@ -4660,10 +4660,10 @@ void VisualScriptEditor::_member_option(int p_option) {
|
|||
}
|
||||
}
|
||||
|
||||
void VisualScriptEditor::add_syntax_highlighter(SyntaxHighlighter *p_highlighter) {
|
||||
void VisualScriptEditor::add_syntax_highlighter(Ref<SyntaxHighlighter> p_highlighter) {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::set_syntax_highlighter(SyntaxHighlighter *p_highlighter) {
|
||||
void VisualScriptEditor::set_syntax_highlighter(Ref<SyntaxHighlighter> p_highlighter) {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::_bind_methods() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue