Emacs: Add GDScript mode.
This commit is contained in:
parent
a50f9de7fc
commit
21e954c5a5
|
@ -1,6 +1,6 @@
|
|||
;;; misc.el --- Miscellaneous programming languages. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-07-24T16:50:24+0200>
|
||||
;; Time-stamp: <2020-09-30T00:33:51+0200>
|
||||
|
||||
;;; Commentary:
|
||||
;; Programming languages and build systems that don't warrant a dedicated file.
|
||||
|
@ -28,5 +28,8 @@
|
|||
|
||||
(use-package meson-mode)
|
||||
|
||||
;; GDScript from the Godot Engine.
|
||||
(use-package gdscript-mode)
|
||||
|
||||
(provide 'programming/misc)
|
||||
;;; misc.el ends here
|
||||
|
|
Loading…
Reference in New Issue
Block a user