summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2023-05-14 11:32:43 +0200
committerJean Abou Samra <jean@abou-samra.fr>2023-05-14 11:32:43 +0200
commit1d83928eaaf66e297acd9bef6545ffe7dce820c4 (patch)
tree109aa7a0ad9bb63ae6536053104cf1d6c235cedc
parent887ccf680291916740a902b63a2cb28449b7cef6 (diff)
downloadpygments-git-master.tar.gz
GraphQL: add URLHEADmaster
-rw-r--r--pygments/lexers/graphql.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/graphql.py b/pygments/lexers/graphql.py
index 4c09659b..c28c2677 100644
--- a/pygments/lexers/graphql.py
+++ b/pygments/lexers/graphql.py
@@ -63,6 +63,7 @@ class GraphQLLexer(RegexLexer):
name = "GraphQL"
aliases = ["graphql"]
filenames = ["*.graphql"]
+ url = "https://graphql.org"
tokens = {
"ignored_tokens": [