diff options
author | pommicket <pommicket@gmail.com> | 2023-09-08 19:16:37 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-08 19:16:37 -0400 |
commit | f86b0aa1e843646056c08a91fcc759aa0d8a57ba (patch) | |
tree | 49a48c14c167df8614996d0c5b8d026fc99fc627 /keywords.py | |
parent | 100859239a28c2709bb3e2cdce347300a2b763e2 (diff) |
better LSP over TCP
Diffstat (limited to 'keywords.py')
-rwxr-xr-x | keywords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keywords.py b/keywords.py index 1a0f831..eaf3918 100755 --- a/keywords.py +++ b/keywords.py @@ -614,7 +614,7 @@ keywords_gdscript = [ 'if', 'elif', 'else', 'for', 'while', 'match', 'break', 'continue', 'pass', 'return', 'class', 'class_name', 'extends', 'is', 'in', 'as', 'self', 'signal', 'func', 'static', 'const', 'enum', 'var', 'breakpoint', - 'preload', 'await', 'yield', 'assert', 'void', + 'preload', 'await', 'yield', 'assert', 'void', 'not', 'and', 'or', 'super', ] builtins_gdscript = [ |