pygments-mathematica
pygments-mathematica copied to clipboard
Mathematica/Wolfram Language lexer and highlighter for Pygments
Overleaf
Did anyone get this lexer to work on Overleaf? Crucial for me...
\[Degree] is letter-like, not an operator, Therefore, when we write 360° that is analogous to 2π (pun intended) it this interpreted as: 360 times "degree", and analogous to: 2 times...
` |->` an alternate operator form for a function. It should be included in `builtins.py` under the tuple for `OPERATORS`
As far as I can tell, Unicode characters such as Greek letters are treated just like ordinary Latin letters by Mathematica. For example, a file `test.m` like ```mathematica varλ1a =...
I haven't tested it but I was looking over the code to implement the Rogue highlighter in a similar way. When I see this right, then this line is suspicious...
Hi, all. There's a highlight problem with multi-line strings: if the closing quote is at the start of the line, it is ignored and the string continues past it. Here's...
Thanks for the useful highlighter! The minimal example is ````` ``` wl "\"a ``` ````` which will be rendered as a whole string instead of string with the rest expression,...
Bumps [wheel](https://github.com/pypa/wheel) from 0.26.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...