mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 14:47:16 -04:00
Updated vendored dependencies.
This commit is contained in:
parent
708fbfcd8e
commit
bbe2483e21
1750 changed files with 53887 additions and 34406 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
Lexers for TigerGraph GSQL graph query language
|
||||
|
||||
:copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
|
||||
:copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
|
||||
|
@ -20,11 +20,12 @@ __all__ = ["GSQLLexer"]
|
|||
class GSQLLexer(RegexLexer):
|
||||
|
||||
"""
|
||||
For `GSQL <https://docs.tigergraph.com/dev/gsql-ref>`_ queries (version 3.x).
|
||||
For GSQL queries (version 3.x).
|
||||
.. versionadded:: 2.10
|
||||
"""
|
||||
|
||||
name = 'GSQL'
|
||||
url = 'https://docs.tigergraph.com/dev/gsql-ref'
|
||||
aliases = ['gsql']
|
||||
filenames = ['*.gsql']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue