summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorDoug Torrance <dtorrance@piedmont.edu>2022-12-15 07:27:41 -0500
committerGitHub <noreply@github.com>2022-12-15 13:27:41 +0100
commitd5203d9372cbf82bed72a98f8fd7e341e837c2c9 (patch)
treeb448cccf886cea89a57f972cdb72b9c25d65c720 /pygments
parentcc1d176c1e607a57c9c19baa3db22a8f5a67aafb (diff)
downloadpygments-git-d5203d9372cbf82bed72a98f8fd7e341e837c2c9.tar.gz
Update Macaulay2 symbols for version 1.21 (#2305)
Diffstat (limited to 'pygments')
-rw-r--r--pygments/lexers/macaulay2.py21
1 files changed, 18 insertions, 3 deletions
diff --git a/pygments/lexers/macaulay2.py b/pygments/lexers/macaulay2.py
index 3f773e24..aaf750b4 100644
--- a/pygments/lexers/macaulay2.py
+++ b/pygments/lexers/macaulay2.py
@@ -13,7 +13,7 @@ from pygments.token import Comment, Keyword, Name, String, Text
__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",
@@ -143,6 +143,7 @@ M2DATATYPES = (
"InfiniteNumber",
"IntermediateMarkUpType",
"ITALIC",
+ "Iterator",
"Keyword",
"LABEL",
"LATER",
@@ -329,6 +330,7 @@ M2FUNCTIONS = (
"ceiling",
"centerString",
"chainComplex",
+ "changeBase",
"char",
"characters",
"charAnalyzer",
@@ -400,6 +402,7 @@ M2FUNCTIONS = (
"deepSplice",
"default",
"degree",
+ "degreeGroup",
"degreeLength",
"degrees",
"degreesMonoid",
@@ -648,6 +651,7 @@ M2FUNCTIONS = (
"isUnit",
"isWellDefined",
"isWeylAlgebra",
+ "iterator",
"jacobian",
"jacobianDual",
"join",
@@ -749,6 +753,7 @@ M2FUNCTIONS = (
"newNetFile",
"newPackage",
"newRing",
+ "next",
"nextkey",
"nextPrime",
"NNParser",
@@ -1038,6 +1043,7 @@ M2FUNCTIONS = (
"userSymbols",
"utf8",
"utf8check",
+ "utf8substring",
"validate",
"value",
"values",
@@ -1098,7 +1104,7 @@ M2CONSTANTS = (
"BinomialEdgeIdeals",
"Binomials",
"BKZ",
- "BlockMatrix",
+ "blockMatrixForm",
"Body",
"BoijSoederberg",
"Book3264Examples",
@@ -1137,7 +1143,6 @@ M2CONSTANTS = (
"CohomCalg",
"CoincidentRootLoci",
"commandLine",
- "CompactMatrix",
"compactMatrixForm",
"Complement",
"CompleteIntersection",
@@ -1171,6 +1176,7 @@ M2CONSTANTS = (
"Default",
"defaultPrecision",
"Degree",
+ "DegreeGroup",
"DegreeLift",
"DegreeLimit",
"DegreeMap",
@@ -1194,6 +1200,7 @@ M2CONSTANTS = (
"docExample",
"docTemplate",
"Down",
+ "Dynamic",
"EagonResolution",
"EdgeIdeals",
"edit",
@@ -1237,6 +1244,7 @@ M2CONSTANTS = (
"Flexible",
"flush",
"FollowLinks",
+ "ForeignFunctions",
"FormalGroupLaws",
"Format",
"FourierMotzkin",
@@ -1249,6 +1257,7 @@ M2CONSTANTS = (
"GenerateAssertions",
"Generic",
"GenericInitialIdeal",
+ "GeometricDecomposability",
"gfanInterface",
"Givens",
"GKMVarieties",
@@ -1322,6 +1331,7 @@ M2CONSTANTS = (
"Jacobian",
"Jets",
"Join",
+ "JSON",
"Jupyter",
"K3Carpets",
"K3Surfaces",
@@ -1488,6 +1498,7 @@ M2CONSTANTS = (
"Prune",
"PruneComplex",
"pruningMap",
+ "PseudomonomialPrimaryDecomposition",
"Pullback",
"PushForward",
"Python",
@@ -1594,6 +1605,7 @@ M2CONSTANTS = (
"stdio",
"StopBeforeComputation",
"stopIfError",
+ "StopIteration",
"StopWithMinimalGenerators",
"Strategy",
"Strict",
@@ -1635,9 +1647,11 @@ M2CONSTANTS = (
"ToricInvariants",
"ToricTopology",
"ToricVectorBundles",
+ "Torsion",
"TotalPairs",
"Tree",
"TriangularSets",
+ "Triangulations",
"Tries",
"Trim",
"Triplets",
@@ -1680,6 +1694,7 @@ M2CONSTANTS = (
"Weights",
"WeylAlgebra",
"WeylGroups",
+ "WhitneyStratifications",
"Wrap",
"XML"
)