Add graphql package for GraphQL file editing support

This commit is contained in:
Gergely Polonkai 2019-09-09 17:26:48 +02:00
parent 71b9e998f2
commit 9b2e7599f3
2 changed files with 9 additions and 0 deletions

View File

@ -3315,6 +3315,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
:mode "\\.meson\\'") :mode "\\.meson\\'")
#+END_SRC #+END_SRC
** GraphQL
#+BEGIN_SRC emacs-lisp
(use-package graphql
:mode "\\.graphql\\'")
#+END_SRC
* Games * Games
** Gnu Go ** Gnu Go

View File

@ -103,6 +103,8 @@
golden-ratio golden-ratio
google google
goto-last-change goto-last-change
graphql
graphql-mode
helm helm
helm-ag helm-ag
helm-bibtex helm-bibtex