Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Macaulay2 symbols for version 1.21 #2305

Merged
merged 1 commit into from Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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