mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Add "bool" to GDScript reserverd keywords
Noticed that "bool" wasn't highlighted when used like `export(bool) var is_xy = false`
(cherry picked from commit c871cf6801)
This commit is contained in:
committed by
Rémi Verschelde
parent
c015341221
commit
f7436c7d16
@@ -2687,6 +2687,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||||||
"false",
|
"false",
|
||||||
"float",
|
"float",
|
||||||
"int",
|
"int",
|
||||||
|
"bool",
|
||||||
"null",
|
"null",
|
||||||
"PI",
|
"PI",
|
||||||
"self",
|
"self",
|
||||||
|
|||||||
Reference in New Issue
Block a user