branch: elpa/graphql-mode
commit 7482c1b10077cc3df1e8be32727042b4cf8efb67
Author: David Vazquez Pua <[email protected]>
Commit: David Vazquez Pua <[email protected]>
Add basic commentary
---
graphql-mode.el | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/graphql-mode.el b/graphql-mode.el
index b2185e1374..5f6d5c9a69 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -21,7 +21,18 @@
;;; Commentary:
-;;
+;; This package implements a major mode to edit GraphQL schemas and
+;; query. The basic functionality includes:
+;;
+;; - Syntax highlight
+;; - Automatic indentation
+;;
+;; Additionally, it is able to
+;; - Sending GraphQL queries to an end-point URL
+;;
+;; Files with the .graphql extension are automatically opened with
+;; this mode.
+
;;; Code: