We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfe3cb commit e965162Copy full SHA for e965162
mathicsscript/mmalexer.py
mathicsscript/termshell.py
@@ -15,7 +15,7 @@
15
from mathics.core.characters import named_characters
16
17
from pygments import highlight
18
-from mathicsscript.mmalexer import MathematicaLexer
+from mathematica.lexer import MathematicaLexer, MToken
19
20
mma_lexer = MathematicaLexer()
21
setup.py
@@ -70,6 +70,7 @@ def read(*rnames):
70
"colorama",
71
"columnize",
72
"pygments",
73
+ "pygments-mathematica",
74
"term-background >= 1.0.1",
75
],
76
entry_points={"console_scripts": ["mathicsscript = mathicsscript.__main__:main"]},
0 commit comments