mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
Address more linting errors
This commit is contained in:
@@ -53,7 +53,6 @@ structure."
|
||||
"\n"
|
||||
t))))
|
||||
|
||||
|
||||
(defconst gdscript-keywords (eval-when-compile (gdscript--get-file-content-as-string "data/keywords.txt")))
|
||||
(defconst gdscript-built-in-constants (eval-when-compile (gdscript--get-file-content-as-string "data/built-in-constants.txt")))
|
||||
;; Only contains types that are not classes and that the Godot editor highlights
|
||||
|
||||
Reference in New Issue
Block a user