Highlight control flow keywords with a different color
This makes them easier to distinguish from other keywords.
This commit is contained in:
@ -2303,6 +2303,9 @@ void VisualScriptLanguage::finish() {
|
||||
/* EDITOR FUNCTIONS */
|
||||
void VisualScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
||||
}
|
||||
bool VisualScriptLanguage::is_control_flow_keyword(String p_keyword) const {
|
||||
return false;
|
||||
}
|
||||
void VisualScriptLanguage::get_comment_delimiters(List<String> *p_delimiters) const {
|
||||
}
|
||||
void VisualScriptLanguage::get_string_delimiters(List<String> *p_delimiters) const {
|
||||
|
||||
Reference in New Issue
Block a user