From 1d83928eaaf66e297acd9bef6545ffe7dce820c4 Mon Sep 17 00:00:00 2001 From: Jean Abou Samra Date: Sun, 14 May 2023 11:32:43 +0200 Subject: GraphQL: add URL --- pygments/lexers/graphql.py | 1 + 1 file changed, 1 insertion(+) 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": [ -- cgit v1.2.1