You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mathicsscript/settings.m
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,9 @@
12
12
Note this is for input entered, not the output of the evaluated result.
13
13
"
14
14
15
-
16
15
Settings`$ShowFullFormInput=0
17
-
18
-
19
16
Settings`$PygmentsStyle::usage="This sets the Pygments style used to colorize output. The value should be a string.
20
17
21
18
The default value changes background depending on whether the terminal has a light or dark background. You can also set the color style used on the command with the ``--style`` option, or look at the variable ```Settings`PygmentsStylesAvailable```. Or it can be set in the settings.m file."
22
19
23
-
24
-
25
-
20
+
Settings`$PygmentsShowTokens::usage="Setting this 1 will show Pygments tokenization of the output."
0 commit comments