Closed nverno closed 1 year ago
This change just accepts graphql-ts-mode in addition to graphql-mode for editing headers.
graphql-ts-mode
graphql-mode
Also, a couple minor meta fixes for defcustom list :type and update required emacs version to "25.1" to cover let-alist and if-let.
defcustom
:type
let-alist
if-let
This change just accepts
graphql-ts-mode
in addition tographql-mode
for editing headers.Also, a couple minor meta fixes for
defcustom
list:type
and update required emacs version to "25.1" to coverlet-alist
andif-let
.