Add missing keywords (remotesync puppet)

This commit is contained in:
Will Whitty
2020-04-27 12:32:23 +05:45
parent 9a74dd3b6c
commit 028df8c749
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
(defconst gdscript-keywords '("and" "as" "assert" "break" "breakpoint" "case" "class" "class_name"
"const" "continue" "do" "elif" "else" "enum" "export" "extends" "false" "for" "func" "if" "in" "is"
"master" "match" "not" "onready" "or" "pass" "preload" "remote" "return" "self" "setget" "signal"
"master" "match" "not" "onready" "or" "pass" "preload" "puppet" "remote" "remotesync" "return" "self" "setget" "signal"
"slave" "static" "switch" "sync" "tool" "true" "var" "while" "yield"))
(defconst gdscript-built-in-constants '("INF" "NAN" "PI" "TAU"))
;; Only contains types that are not classes and that the Godot editor highlights