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

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

[nongnu] elpa/graphql-mode ec3c72cd28 016/122: Support enum definitions


From: ELPA Syncer
Subject: [nongnu] elpa/graphql-mode ec3c72cd28 016/122: Support enum definitions
Date: Sat, 29 Jan 2022 08:03:29 -0500 (EST)

branch: elpa/graphql-mode
commit ec3c72cd28ee324d7b2037bd821bbea443300293
Author: David Vazquez Pua <davazp@gmail.com>
Commit: David Vazquez Pua <davazp@gmail.com>

    Support enum definitions
---
 graphql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphql.el b/graphql.el
index b6d129c1d8..b5e9adf457 100644
--- a/graphql.el
+++ b/graphql.el
@@ -114,7 +114,7 @@ response from the server."
 
 
 (defvar graphql-definition-regex
-  (concat "\\(" (regexp-opt '("type" "input" "interface" "fragment" "query")) 
"\\)"
+  (concat "\\(" (regexp-opt '("type" "input" "interface" "fragment" "query" 
"enum")) "\\)"
           "[[:space:]]+\\(\\w+\\)"))
 
 (defvar graphql-builtin-types



reply via email to

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