Closed jakobwinkler closed 2 months ago
While experimenting with customized extension APIs, I came across these identifiers that were not escaped previously.
Specifically, these 4 (switch, public, private, for) are used in https://github.com/GodotSteam/GodotSteam.
switch
public
private
for
Thanks for your contribution!
While experimenting with customized extension APIs, I came across these identifiers that were not escaped previously.
Specifically, these 4 (
switch
,public
,private
,for
) are used in https://github.com/GodotSteam/GodotSteam.