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