lang/data: add graphql-mode
This commit is contained in:
parent
4d5965c71b
commit
7c5832c285
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
||||||
:mode ("\\.nes$" . hexl-mode))
|
:mode ("\\.nes$" . hexl-mode))
|
||||||
|
|
||||||
|
|
||||||
|
(def-package! graphql-mode
|
||||||
|
:mode "\\.graphql$")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Frameworks
|
;; Frameworks
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
;;; lang/data/packages.el
|
;;; lang/data/packages.el
|
||||||
|
|
||||||
(package! dockerfile-mode)
|
(package! dockerfile-mode)
|
||||||
|
(package! graphql-mode)
|
||||||
(package! json-mode)
|
(package! json-mode)
|
||||||
(package! toml-mode)
|
(package! toml-mode)
|
||||||
(package! vimrc-mode)
|
(package! vimrc-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue