Skip to content

Commit

Permalink
Merge pull request #2655 from d-torrance/macaulay2
Browse files Browse the repository at this point in the history
Update Macaulay2 symbols for version 1.23
  • Loading branch information
Anteru committed Mar 24, 2024
2 parents 26ffe8f + b02565d commit 1e72671
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion pygments/lexers/macaulay2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__all__ = ['Macaulay2Lexer']

# Auto-generated for Macaulay2-1.22. Do not modify this file manually.
# Auto-generated for Macaulay2-1.23. Do not modify this file manually.

M2KEYWORDS = (
"and",
Expand Down Expand Up @@ -60,6 +60,7 @@
"AngleBarList",
"Array",
"AssociativeExpression",
"AtomicInt",
"Bag",
"BasicList",
"BettiTally",
Expand Down Expand Up @@ -222,6 +223,7 @@
"Sequence",
"Set",
"SheafExpression",
"SheafMap",
"SheafOfRings",
"SMALL",
"SPAN",
Expand Down Expand Up @@ -334,6 +336,7 @@
"borel",
"cacheValue",
"cancelTask",
"canonicalBundle",
"capture",
"ceiling",
"centerString",
Expand Down Expand Up @@ -369,6 +372,7 @@
"commonest",
"commonRing",
"comodule",
"compareExchange",
"complement",
"complete",
"components",
Expand Down Expand Up @@ -459,6 +463,7 @@
"even",
"EXAMPLE",
"examples",
"exchange",
"exec",
"exp",
"expectedReesIdeal",
Expand Down Expand Up @@ -624,6 +629,7 @@
"isInputFile",
"isIsomorphic",
"isIsomorphism",
"isLiftable",
"isLinearType",
"isListener",
"isLLL",
Expand All @@ -638,6 +644,7 @@
"isPrimary",
"isPrime",
"isPrimitive",
"isProjective",
"isPseudoprime",
"isQuotientModule",
"isQuotientOf",
Expand Down Expand Up @@ -846,7 +853,9 @@
"prune",
"pseudocode",
"pseudoRemainder",
"pullback",
"pushForward",
"pushout",
"QQParser",
"QRDecomposition",
"quotient",
Expand All @@ -857,6 +866,7 @@
"randomKRationalPoint",
"randomMutableMatrix",
"rank",
"rays",
"read",
"readDirectory",
"readlink",
Expand Down Expand Up @@ -939,6 +949,7 @@
"setupEmacs",
"sheaf",
"sheafHom",
"sheafMap",
"show",
"showHtml",
"showTex",
Expand Down Expand Up @@ -968,6 +979,7 @@
"standardPairs",
"stashValue",
"status",
"store",
"style",
"sub",
"sublists",
Expand Down Expand Up @@ -1075,10 +1087,12 @@
)

M2CONSTANTS = (
"A1BrouwerDegrees",
"AbstractToricVarieties",
"Acknowledgement",
"AdditionalPaths",
"AdjointIdeal",
"AdjunctionForSurfaces",
"AfterEval",
"AfterNoPrint",
"AfterPrint",
Expand All @@ -1097,6 +1111,7 @@
"AuxiliaryFiles",
"backtrace",
"Bareiss",
"Base",
"BaseFunction",
"baseRings",
"BaseRow",
Expand Down Expand Up @@ -1279,6 +1294,7 @@
"globalAssignmentHooks",
"GlobalHookStore",
"GlobalReleaseHook",
"GlobalSectionLimit",
"Gorenstein",
"GradedLieAlgebras",
"GraphicalModels",
Expand Down Expand Up @@ -1389,6 +1405,7 @@
"MapleInterface",
"Markov",
"MatchingFields",
"MatrixSchubert",
"Matroids",
"maxAllowableThreads",
"maxExponent",
Expand Down Expand Up @@ -1449,6 +1466,8 @@
"NumericalLinearAlgebra",
"NumericalSchubertCalculus",
"NumericSolutions",
"numTBBThreads",
"OIGroebnerBases",
"OldPolyhedra",
"OldToricVectorBundles",
"OnlineLookup",
Expand All @@ -1471,6 +1490,8 @@
"PackageTemplate",
"PairLimit",
"PairsRemaining",
"ParallelF4",
"ParallelizeByDegree",
"Parametrization",
"Parsing",
"path",
Expand All @@ -1480,6 +1501,7 @@
"PhylogeneticTrees",
"pi",
"PieriMaps",
"PlaneCurveLinearSeries",
"PlaneCurveSingularities",
"Points",
"Polyhedra",
Expand Down Expand Up @@ -1515,9 +1537,12 @@
"pruningMap",
"PseudomonomialPrimaryDecomposition",
"Pullback",
"pullbackMaps",
"PushForward",
"pushoutMaps",
"Python",
"QthPower",
"QuadraticIdealExamplesByRoos",
"Quasidegrees",
"QuaternaryQuartics",
"QuillenSuslin",
Expand Down Expand Up @@ -1568,13 +1593,15 @@
"Reverse",
"RevLex",
"Right",
"RInterface",
"rootPath",
"rootURI",
"RunDirectory",
"RunExamples",
"RunExternalM2",
"SagbiGbDetection",
"Saturation",
"SaturationMap",
"Schubert2",
"SchurComplexes",
"SchurFunctors",
Expand Down Expand Up @@ -1647,6 +1674,7 @@
"TangentCone",
"TateOnProducts",
"TensorComplexes",
"TerraciniLoci",
"Test",
"testExample",
"TestIdeals",
Expand All @@ -1664,6 +1692,7 @@
"ToricTopology",
"ToricVectorBundles",
"Torsion",
"TorsionFree",
"TotalPairs",
"Tree",
"TriangularSets",
Expand All @@ -1690,9 +1719,11 @@
"UseHilbertFunction",
"UserMode",
"UseSyzygies",
"Valuations",
"Variable",
"VariableBaseName",
"Variables",
"Varieties",
"Vasconcelos",
"VectorFields",
"VectorGraphics",
Expand All @@ -1709,6 +1740,7 @@
"WebApp",
"Weights",
"WeylAlgebra",
"WeylAlgebras",
"WeylGroups",
"WhitneyStratifications",
"Wrap",
Expand Down

0 comments on commit 1e72671

Please sign in to comment.