diff options
author | Jean Abou Samra <jean@abou-samra.fr> | 2023-05-14 11:32:43 +0200 |
---|---|---|
committer | Jean Abou Samra <jean@abou-samra.fr> | 2023-05-14 11:32:43 +0200 |
commit | 1d83928eaaf66e297acd9bef6545ffe7dce820c4 (patch) | |
tree | 109aa7a0ad9bb63ae6536053104cf1d6c235cedc /pygments/lexers/graphql.py | |
parent | 887ccf680291916740a902b63a2cb28449b7cef6 (diff) | |
download | pygments-git-master.tar.gz |
Diffstat (limited to 'pygments/lexers/graphql.py')
-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": [ |