Emacs: Add GDScript mode.

This commit is contained in:
tastytea 2020-09-30 00:34:37 +02:00
parent a50f9de7fc
commit 21e954c5a5
1 changed files with 4 additions and 1 deletions

View File

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