mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
@@ -66,11 +66,11 @@
|
|||||||
;; Lists of keywords in the language
|
;; Lists of keywords in the language
|
||||||
(defvar gdscript-keywords '("if" "elif" "else" "for" "do" "while" "match"
|
(defvar gdscript-keywords '("if" "elif" "else" "for" "do" "while" "match"
|
||||||
"switch" "case" "break" "continue" "pass"
|
"switch" "case" "break" "continue" "pass"
|
||||||
"return" "class" "extends" "is" "self" "tool"
|
"return" "class" "class_name" "extends" "is"
|
||||||
"signal" "func" "static" "const" "enum" "var"
|
"self" "tool" "signal" "func" "static" "const"
|
||||||
"onready" "export" "setget" "breakpoint" "preload"
|
"enum" "var" "onready" "export" "setget" "breakpoint"
|
||||||
"yield" "assert" "remote" "master" "slave"
|
"preload" "yield" "assert" "remote" "master"
|
||||||
"sync"))
|
"slave" "sync"))
|
||||||
|
|
||||||
(defvar gdscript-built-in-constants '("PI" "TAU" "INF" "NAN"))
|
(defvar gdscript-built-in-constants '("PI" "TAU" "INF" "NAN"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user