File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2121
2222from pygments .formatters .terminal import TERMINAL_COLORS
2323from pygments .formatters import Terminal256Formatter
24- from pygments .styles import get_style_by_name , get_all_styles
24+ from pygments .styles import get_all_styles
2525from pygments .util import ClassNotFound
2626
2727from pygments .token import (
6565except :
6666 HISTSIZE = 50
6767
68- HISTFILE = os .path .join (CONFIGDIR , "history" )
68+ # This doesn't work: investigate
69+ # HISTFILE = os.path.join(CONFIGDIR, "history")
70+ HISTFILE = osp .expanduser ("~/.mathicsscript_hist" )
6971
7072RL_COMPLETER_DELIMS_WITH_BRACE = " \t \n _~!@#%^&*()-=+{]}|;:'\" ,<>/?"
7173RL_COMPLETER_DELIMS = " \t \n _~!@#%^&*()-=+[{]}\\ |;:'\" ,<>/?"
7274
73-
74- from mathics .core .parser import LineFeeder , FileLineFeeder
75+ from mathics .core .parser import LineFeeder
7576
7677
7778def is_pygments_style (style ):
You can’t perform that action at this time.
0 commit comments