Add missing in
to Godot v4.x GDScript keywrods
This commit is contained in:
parent
1882d76392
commit
6ff293ad3a
|
@ -69,7 +69,7 @@ add-highlighter shared/gdscript/code/ regex (get)\h*=\h*(\w+)
|
||||||
add-highlighter shared/gdscript/code/ regex (set)\h*=\h*(\w+) 1:keyword 2:function
|
add-highlighter shared/gdscript/code/ regex (set)\h*=\h*(\w+) 1:keyword 2:function
|
||||||
# keywords and built-ins
|
# keywords and built-ins
|
||||||
evaluate-commands %sh{
|
evaluate-commands %sh{
|
||||||
keywords="as await break breakpoint class class_name const continue elif else enum extends for func if is match pass return self signal static super var void while"
|
keywords="as await break breakpoint class class_name const continue elif else enum extends for func if in is match pass return self signal static super var void while"
|
||||||
|
|
||||||
values="false true null"
|
values="false true null"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user