Skip to content

v0.9.4

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 21:59
· 265 commits to master since this release

Changelog (since 0.9.2)

6520148 Re-add release workflow.
22ed667 Add binary number to go lexer
785554e Add sieve lexer
4b2b42d Tidy go.mod
9a8a647 Report file pattern errors when a lexer is initialised.
07a127d Test for compiling all lexer patterns.
23160b3 lexers/internal: remove danwakefield/fnmatch
3683949 Update go modules
7259f5b BashSession lexer
4d7154e Raku: Fix unterminated heredoc fixes #547
82795e1 Update to the last version of microsoft grammar file
04ed07d Update rust lexer (#548)
d1f9876 Add JSON test.
f7c1454 Support comments in JSON
02951ce Implement 1S:Enterprise (#545)
4436c49 lexers: add Debian user configuration file backups to ignored suffixes
26f16a6 Raku: Improve nested regex and code, function designs
4f77966 Raku: Add more test data
22fac1f Raku: Fix Match hash access, $
2535d1a Raku: Fix operators that come after <
bb38ae2 Raku: Fix detecting adverbs, plus a little cleanup
2eba3ce Update APL lexer to cope with current Dyalog APL
b71f4c6 Raku: Fix incorrectly matching closing brackets as opening
7966c29 Update README.md
61cfd7d Update README.md
594e311 Update README.md
f4ffd6c Fix Raku colon pair, function adverb and POD declaration
2cff0c9 Switch from Circle to GHA.
fb1dd01 [kotlin] expensive char list -> char classes
eafea0d replace expensive char lists with char classes
f09329a Add lexer for Meson build system
a0e9618 ARM ASM (#531)
d402102 Support Fennel. (#530)
21a1750 Remove go get for installation from README
6a6cf17 Fix some buggy number patterns.
d4eaef3 Release arm64 builds.
54fd3bc Clean up imports and make cmd/chroma its own module.
9df8bd4 fish: Fix incorrect tokenisation of command arguments containing dash