godot-gdscript.el has been added

This commit is contained in:
Sameer Rahmani 2019-11-09 17:57:18 +00:00
parent e7d19476c2
commit 1014b347dc
3 changed files with 3987 additions and 2 deletions

3
.gitignore vendored
View File

@ -18,4 +18,5 @@ yarn-error.log
.node-version
.shadow-cljs
.nrepl-port
nohup.out
nohup.out
lib/**/*.elc

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,8 @@
(defun setup-gdscript()
(interactive)
(setq tab-width 2))
(setq tab-width 2)
(setq indent-tab-mode nil))
;;;###autoload
(defun extensions/godot-initialize ()