lang/data: add graphql-mode

This commit is contained in:
Henrik Lissner
2018-04-03 04:16:40 -04:00
parent 4d5965c71b
commit 7c5832c285
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,10 @@
:mode ("\\.nes$" . hexl-mode))
(def-package! graphql-mode
:mode "\\.graphql$")
;;
;; Frameworks
;;

View File

@ -2,6 +2,7 @@
;;; lang/data/packages.el
(package! dockerfile-mode)
(package! graphql-mode)
(package! json-mode)
(package! toml-mode)
(package! vimrc-mode)