module: add :lang graphql

This module enables GraphQL[1] usage within Doom with extended
functionality.

[1] https://www.graphql.org
This commit is contained in:
Ellis Kenyő 2022-03-31 08:28:43 +01:00 committed by Henrik Lissner
parent e8c22c770b
commit 4da450ffd7
6 changed files with 178 additions and 0 deletions

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/graphql/packages.el
(package! graphql-mode :pin "9740e4027bd9313697d5cac5caaa5b15626ab1da")
(package! graphql-doc :pin "6ba7961fc9c5c9818bd60abce6ba9dfef2dad452")
(when (not (featurep! +lsp))
(package! company-graphql :pin "757dfa45ad0cef9b9c362c8993d6474a2426c01c"))