diff options
Diffstat (limited to 'pygments/lexers')
-rw-r--r-- | pygments/lexers/graphql.py | 1 |
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": [ |