mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Highlight control flow keywords with a different color
This makes them easier to distinguish from other keywords.
This commit is contained in:
parent
130ecf0c9f
commit
a38b447413
24 changed files with 119 additions and 8 deletions
|
|
@ -556,6 +556,7 @@ public:
|
|||
|
||||
/* EDITOR FUNCTIONS */
|
||||
virtual void get_reserved_words(List<String> *p_words) const;
|
||||
virtual bool is_control_flow_keyword(String p_keyword) const;
|
||||
virtual void get_comment_delimiters(List<String> *p_delimiters) const;
|
||||
virtual void get_string_delimiters(List<String> *p_delimiters) const;
|
||||
virtual Ref<Script> get_template(const String &p_class_name, const String &p_base_class_name) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue