mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-23 22:13:40 +00:00
Update Pygments to 2.17.2
Bump embedded Pygments version from 2.16.1 to 2.17.2. Changes <https://github.com/pygments/pygments/compare/2.16.1...2.17.2>. New lexers: bazel, jsx, kql, kusto, ldappconf, ldaprc, ldif, lean3, prql, react, starlink, visualprolog, visualprologgrammar, vyper Bug: T351744 Change-Id: Idcb40a211c051e74bdfb7c4ee642be64e0dde5ac
This commit is contained in:
parent
b4b0c0c337
commit
f8d8b55c8b
|
@ -64,6 +64,7 @@ return [
|
|||
'basic' => true,
|
||||
'bat' => true,
|
||||
'batch' => true,
|
||||
'bazel' => true,
|
||||
'bbcbasic' => true,
|
||||
'bbcode' => true,
|
||||
'bc' => true,
|
||||
|
@ -399,6 +400,7 @@ return [
|
|||
'jsonml+bst' => true,
|
||||
'jsonnet' => true,
|
||||
'jsp' => true,
|
||||
'jsx' => true,
|
||||
'julia' => true,
|
||||
'julia-repl' => true,
|
||||
'juttle' => true,
|
||||
|
@ -410,15 +412,21 @@ return [
|
|||
'kmsg' => true,
|
||||
'koka' => true,
|
||||
'kotlin' => true,
|
||||
'kql' => true,
|
||||
'ksh' => true,
|
||||
'kuin' => true,
|
||||
'kusto' => true,
|
||||
'lagda' => true,
|
||||
'lasso' => true,
|
||||
'lassoscript' => true,
|
||||
'latex' => true,
|
||||
'lcry' => true,
|
||||
'lcryptol' => true,
|
||||
'ldapconf' => true,
|
||||
'ldaprc' => true,
|
||||
'ldif' => true,
|
||||
'lean' => true,
|
||||
'lean3' => true,
|
||||
'less' => true,
|
||||
'lhaskell' => true,
|
||||
'lhs' => true,
|
||||
|
@ -597,6 +605,7 @@ return [
|
|||
'properties' => true,
|
||||
'proto' => true,
|
||||
'protobuf' => true,
|
||||
'prql' => true,
|
||||
'ps1' => true,
|
||||
'ps1con' => true,
|
||||
'psm1' => true,
|
||||
|
@ -648,6 +657,7 @@ return [
|
|||
'rbcon' => true,
|
||||
'rconsole' => true,
|
||||
'rd' => true,
|
||||
'react' => true,
|
||||
'reason' => true,
|
||||
'reasonml' => true,
|
||||
'rebol' => true,
|
||||
|
@ -741,6 +751,7 @@ return [
|
|||
'ssp' => true,
|
||||
'st' => true,
|
||||
'stan' => true,
|
||||
'starlark' => true,
|
||||
'stata' => true,
|
||||
'supercollider' => true,
|
||||
'sv' => true,
|
||||
|
@ -814,6 +825,9 @@ return [
|
|||
'vgl' => true,
|
||||
'vhdl' => true,
|
||||
'vim' => true,
|
||||
'visualprolog' => true,
|
||||
'visualprologgrammar' => true,
|
||||
'vyper' => true,
|
||||
'wast' => true,
|
||||
'wat' => true,
|
||||
'wdiff' => true,
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.16.1
|
||||
2.17.2
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue