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
Traceback (most recent call last):
File "/usr/local/bin/pygmentize", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/pygments/cmdline.py", line 638, in main
return main_inner(parser, argns)
File "/usr/local/lib/python3.9/site-packages/pygments/cmdline.py", line 490, in main_inner
highlight(code, lexer, fmter, outfile)
File "/usr/local/lib/python3.9/site-packages/pygments/__init__.py", line 82, in highlight
return format(lex(code, lexer), formatter, outfile)
File "/usr/local/lib/python3.9/site-packages/pygments/__init__.py", line 64, in format
formatter.format(tokens, outfile)
File "/usr/local/lib/python3.9/site-packages/pygments/formatters/terminal256.py", line 250, in format
return Formatter.format(self, tokensource, outfile)
File "/usr/local/lib/python3.9/site-packages/pygments/formatter.py", line 94, in format
return self.format_unencoded(tokensource, outfile)
File "/usr/local/lib/python3.9/site-packages/pygments/formatters/terminal256.py", line 256, in format_unencoded
for ttype, value in tokensource:
File "/usr/local/lib/python3.9/site-packages/pygments/lexer.py", line 190, in streamer
for _, t, v in self.get_tokens_unprocessed(text):
File "/usr/local/lib/python3.9/site-packages/pygments/lexers/matlab.py", line 2781, in get_tokens_unprocessed
line_start = len(insertions[-1][-1][-1])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
This currently crashes pygments with the
matlabsession
lexer:...with the traceback:
The text was updated successfully, but these errors were encountered: