You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Convert syntax highlighters into a resource
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user