Releases: ChielBruin/spoofax-latex-tools
Support Minted 2.6
This release makes this package compatible with the latest version of Minted (version 2.6).
When using older versions of Minted, use version 0.2.3 of this package or update Minted to the latest version.
Update JSGLR2 CLI
This minor release uses the latest version of the JSGLR2 CLI, which (among other things) includes support for the latest version of parse tables generated from SDF.
Drop support for Python 2
The Pygments package recently received an update that removed support for Python 2. This update makes the Spoofax lexer work with this update.
Update JSGLR2 CLI
This minor release uses the latest version of the JSGLR2 CLI, which (amongst other things) includes Unicode support.
Support for any Spoofax language
Any Spoofax language can now be used for the Spoofax Pygments Lexer, just by putting the spoofax_lexer.py
and spoofax-pygmentize-core.jar
files in your LaTeX source directory. See also the updated README.
Dynamix and FrameVM support
- Improved the Stacy config
- Added Roger configuration
- Added Dynamix configuration
- Small changes to the release script
v0.1.1
- Updated token type calculation
- Added LAYOUT sort
- Now uses the token type of its parent when no type is specified
- More coloring for Stacy (
*.stc
) - Fix for issue with disappearing last token when using minted
- Token was discarded by minted if the input did not end with a newline
- Some code cleanup
First version
- Initial version of
sg2tikz
- Initial version of
spoofax-pygments