branch: elpa/graphql-mode
commit 497529dd4df8cce7012c64ea72ef2b958d528bae
Author: David Vazquez Pua <[email protected]>
Commit: David Vazquez Pua <[email protected]>

    Fontify query
---
 graphql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphql.el b/graphql.el
index a1dc0ff4ac..7ab364b8f1 100644
--- a/graphql.el
+++ b/graphql.el
@@ -60,7 +60,7 @@
       (2 font-lock-function-name-face)))
 
     ;; Definitions
-    (,(concat "\\(" (regexp-opt '("input" "interface" "fragment")) "\\)"
+    (,(concat "\\(" (regexp-opt '("input" "interface" "fragment" "query")) 
"\\)"
               "[[:space:]]+\\(\\w+\\)")
      (1 font-lock-keyword-face)
      (2 font-lock-function-name-face))

Reply via email to