emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/graphql-mode 7482c1b100 025/122: Add basic commentary


From: ELPA Syncer
Subject: [nongnu] elpa/graphql-mode 7482c1b100 025/122: Add basic commentary
Date: Sat, 29 Jan 2022 08:03:30 -0500 (EST)

branch: elpa/graphql-mode
commit 7482c1b10077cc3df1e8be32727042b4cf8efb67
Author: David Vazquez Pua <dvazquezpua@deloitte.nl>
Commit: David Vazquez Pua <dvazquezpua@deloitte.nl>

    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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]