Skip to content

Commit

Permalink
Update Macaulay2 symbols for version 1.21 (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Dec 15, 2022
1 parent cc1d176 commit d5203d9
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions pygments/lexers/macaulay2.py
Expand Up @@ -13,7 +13,7 @@

__all__ = ['Macaulay2Lexer']

# Auto-generated for Macaulay2-1.20. Do not modify this file manually.
# Auto-generated for Macaulay2-1.21. Do not modify this file manually.

M2KEYWORDS = (
"and",
Expand Down Expand Up @@ -143,6 +143,7 @@
"InfiniteNumber",
"IntermediateMarkUpType",
"ITALIC",
"Iterator",
"Keyword",
"LABEL",
"LATER",
Expand Down Expand Up @@ -329,6 +330,7 @@
"ceiling",
"centerString",
"chainComplex",
"changeBase",
"char",
"characters",
"charAnalyzer",
Expand Down Expand Up @@ -400,6 +402,7 @@
"deepSplice",
"default",
"degree",
"degreeGroup",
"degreeLength",
"degrees",
"degreesMonoid",
Expand Down Expand Up @@ -648,6 +651,7 @@
"isUnit",
"isWellDefined",
"isWeylAlgebra",
"iterator",
"jacobian",
"jacobianDual",
"join",
Expand Down Expand Up @@ -749,6 +753,7 @@
"newNetFile",
"newPackage",
"newRing",
"next",
"nextkey",
"nextPrime",
"NNParser",
Expand Down Expand Up @@ -1038,6 +1043,7 @@
"userSymbols",
"utf8",
"utf8check",
"utf8substring",
"validate",
"value",
"values",
Expand Down Expand Up @@ -1098,7 +1104,7 @@
"BinomialEdgeIdeals",
"Binomials",
"BKZ",
"BlockMatrix",
"blockMatrixForm",
"Body",
"BoijSoederberg",
"Book3264Examples",
Expand Down Expand Up @@ -1137,7 +1143,6 @@
"CohomCalg",
"CoincidentRootLoci",
"commandLine",
"CompactMatrix",
"compactMatrixForm",
"Complement",
"CompleteIntersection",
Expand Down Expand Up @@ -1171,6 +1176,7 @@
"Default",
"defaultPrecision",
"Degree",
"DegreeGroup",
"DegreeLift",
"DegreeLimit",
"DegreeMap",
Expand All @@ -1194,6 +1200,7 @@
"docExample",
"docTemplate",
"Down",
"Dynamic",
"EagonResolution",
"EdgeIdeals",
"edit",
Expand Down Expand Up @@ -1237,6 +1244,7 @@
"Flexible",
"flush",
"FollowLinks",
"ForeignFunctions",
"FormalGroupLaws",
"Format",
"FourierMotzkin",
Expand All @@ -1249,6 +1257,7 @@
"GenerateAssertions",
"Generic",
"GenericInitialIdeal",
"GeometricDecomposability",
"gfanInterface",
"Givens",
"GKMVarieties",
Expand Down Expand Up @@ -1322,6 +1331,7 @@
"Jacobian",
"Jets",
"Join",
"JSON",
"Jupyter",
"K3Carpets",
"K3Surfaces",
Expand Down Expand Up @@ -1488,6 +1498,7 @@
"Prune",
"PruneComplex",
"pruningMap",
"PseudomonomialPrimaryDecomposition",
"Pullback",
"PushForward",
"Python",
Expand Down Expand Up @@ -1594,6 +1605,7 @@
"stdio",
"StopBeforeComputation",
"stopIfError",
"StopIteration",
"StopWithMinimalGenerators",
"Strategy",
"Strict",
Expand Down Expand Up @@ -1635,9 +1647,11 @@
"ToricInvariants",
"ToricTopology",
"ToricVectorBundles",
"Torsion",
"TotalPairs",
"Tree",
"TriangularSets",
"Triangulations",
"Tries",
"Trim",
"Triplets",
Expand Down Expand Up @@ -1680,6 +1694,7 @@
"Weights",
"WeylAlgebra",
"WeylGroups",
"WhitneyStratifications",
"Wrap",
"XML"
)
Expand Down

0 comments on commit d5203d9

Please sign in to comment.