Abstracted the syntax highlighter from text edit

This commit is contained in:
Paulb23
2018-04-02 12:41:44 +01:00
parent 9639987678
commit a95daaf8d0
2 changed files with 9 additions and 0 deletions

View File

@@ -3236,6 +3236,12 @@ void VisualScriptEditor::_member_option(int p_option) {
}
}
void VisualScriptEditor::add_syntax_highlighter(SyntaxHighlighter *p_highlighter) {
}
void VisualScriptEditor::set_syntax_highlighter(SyntaxHighlighter *p_highlighter) {
}
void VisualScriptEditor::_bind_methods() {
ClassDB::bind_method("_member_button", &VisualScriptEditor::_member_button);