Address more linting errors

This commit is contained in:
Nathan Lovato
2020-03-23 07:28:10 -06:00
parent beb278d10f
commit e900e05bde
4 changed files with 26 additions and 18 deletions

View File

@@ -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