davazp / graphql-mode

An Emacs mode for GraphQL
GNU General Public License v3.0
162 stars 31 forks source link

fix: allow edit headers in graphql-ts-mode #57

Closed nverno closed 1 year ago

nverno commented 1 year ago

This change just accepts graphql-ts-mode in addition to graphql-mode for editing headers.

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.