mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-03 10:09:25 +03:00
@@ -59,8 +59,8 @@
|
||||
(defvar gdscript-font-lock `((,(gdscript-syntax-regex-maker gdscript-keywords)
|
||||
1
|
||||
font-lock-keyword-face)
|
||||
(,(gdscript-syntax-regex-maker (cl-concatenate 'list gdscript-built-in-constants
|
||||
gdscript-built-in-types gdscript-built-in-functions))
|
||||
(,(gdscript-syntax-regex-maker (append gdscript-built-in-constants
|
||||
gdscript-built-in-types gdscript-built-in-functions))
|
||||
1
|
||||
font-lock-builtin-face)
|
||||
(,(gdscript-syntax-regex-maker gdscript-built-in-classes)
|
||||
|
||||
Reference in New Issue
Block a user