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,
|
'basic' => true,
|
||||||
'bat' => true,
|
'bat' => true,
|
||||||
'batch' => true,
|
'batch' => true,
|
||||||
|
'bazel' => true,
|
||||||
'bbcbasic' => true,
|
'bbcbasic' => true,
|
||||||
'bbcode' => true,
|
'bbcode' => true,
|
||||||
'bc' => true,
|
'bc' => true,
|
||||||
|
@ -399,6 +400,7 @@ return [
|
||||||
'jsonml+bst' => true,
|
'jsonml+bst' => true,
|
||||||
'jsonnet' => true,
|
'jsonnet' => true,
|
||||||
'jsp' => true,
|
'jsp' => true,
|
||||||
|
'jsx' => true,
|
||||||
'julia' => true,
|
'julia' => true,
|
||||||
'julia-repl' => true,
|
'julia-repl' => true,
|
||||||
'juttle' => true,
|
'juttle' => true,
|
||||||
|
@ -410,15 +412,21 @@ return [
|
||||||
'kmsg' => true,
|
'kmsg' => true,
|
||||||
'koka' => true,
|
'koka' => true,
|
||||||
'kotlin' => true,
|
'kotlin' => true,
|
||||||
|
'kql' => true,
|
||||||
'ksh' => true,
|
'ksh' => true,
|
||||||
'kuin' => true,
|
'kuin' => true,
|
||||||
|
'kusto' => true,
|
||||||
'lagda' => true,
|
'lagda' => true,
|
||||||
'lasso' => true,
|
'lasso' => true,
|
||||||
'lassoscript' => true,
|
'lassoscript' => true,
|
||||||
'latex' => true,
|
'latex' => true,
|
||||||
'lcry' => true,
|
'lcry' => true,
|
||||||
'lcryptol' => true,
|
'lcryptol' => true,
|
||||||
|
'ldapconf' => true,
|
||||||
|
'ldaprc' => true,
|
||||||
|
'ldif' => true,
|
||||||
'lean' => true,
|
'lean' => true,
|
||||||
|
'lean3' => true,
|
||||||
'less' => true,
|
'less' => true,
|
||||||
'lhaskell' => true,
|
'lhaskell' => true,
|
||||||
'lhs' => true,
|
'lhs' => true,
|
||||||
|
@ -597,6 +605,7 @@ return [
|
||||||
'properties' => true,
|
'properties' => true,
|
||||||
'proto' => true,
|
'proto' => true,
|
||||||
'protobuf' => true,
|
'protobuf' => true,
|
||||||
|
'prql' => true,
|
||||||
'ps1' => true,
|
'ps1' => true,
|
||||||
'ps1con' => true,
|
'ps1con' => true,
|
||||||
'psm1' => true,
|
'psm1' => true,
|
||||||
|
@ -648,6 +657,7 @@ return [
|
||||||
'rbcon' => true,
|
'rbcon' => true,
|
||||||
'rconsole' => true,
|
'rconsole' => true,
|
||||||
'rd' => true,
|
'rd' => true,
|
||||||
|
'react' => true,
|
||||||
'reason' => true,
|
'reason' => true,
|
||||||
'reasonml' => true,
|
'reasonml' => true,
|
||||||
'rebol' => true,
|
'rebol' => true,
|
||||||
|
@ -741,6 +751,7 @@ return [
|
||||||
'ssp' => true,
|
'ssp' => true,
|
||||||
'st' => true,
|
'st' => true,
|
||||||
'stan' => true,
|
'stan' => true,
|
||||||
|
'starlark' => true,
|
||||||
'stata' => true,
|
'stata' => true,
|
||||||
'supercollider' => true,
|
'supercollider' => true,
|
||||||
'sv' => true,
|
'sv' => true,
|
||||||
|
@ -814,6 +825,9 @@ return [
|
||||||
'vgl' => true,
|
'vgl' => true,
|
||||||
'vhdl' => true,
|
'vhdl' => true,
|
||||||
'vim' => true,
|
'vim' => true,
|
||||||
|
'visualprolog' => true,
|
||||||
|
'visualprologgrammar' => true,
|
||||||
|
'vyper' => true,
|
||||||
'wast' => true,
|
'wast' => true,
|
||||||
'wat' => true,
|
'wat' => true,
|
||||||
'wdiff' => true,
|
'wdiff' => true,
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.16.1
|
2.17.2
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue