Skip to content

Releases: ChielBruin/spoofax-latex-tools

Support Minted 2.6

23 Mar 19:40
ffb2286
Compare
Choose a tag to compare

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

04 Mar 11:49
7c3b560
Compare
Choose a tag to compare

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

12 Aug 13:38
7c3b560
Compare
Choose a tag to compare

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

09 Jul 11:13
86f7f28
Compare
Choose a tag to compare

This minor release uses the latest version of the JSGLR2 CLI, which (amongst other things) includes Unicode support.

Support for any Spoofax language

10 Oct 11:22
ee8800d
Compare
Choose a tag to compare

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

29 Aug 12:56
Compare
Choose a tag to compare
  • Improved the Stacy config
  • Added Roger configuration
  • Added Dynamix configuration
  • Small changes to the release script

v0.1.1

28 Aug 20:22
Compare
Choose a tag to compare
  • 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

27 Aug 14:08
Compare
Choose a tag to compare
  • Initial version of sg2tikz
  • Initial version of spoofax-pygments