alecthomas/chroma
### [`v0.9.4`](https://togithub.com/alecthomas/chroma/releases/v0.9.4)
[Compare Source](https://togithub.com/alecthomas/chroma/compare/v0.9.3...v0.9.4)
#### Changelog (since 0.9.2)
[`6520148`](https://togithub.com/alecthomas/chroma/commit/6520148857c2ae3106ff371e527abea815b23915) Re-add release workflow.
[`22ed667`](https://togithub.com/alecthomas/chroma/commit/22ed667b6d41aad783d23c5b69bf24b7ccb48564) Add binary number to go lexer
[`785554e`](https://togithub.com/alecthomas/chroma/commit/785554e8b16b31ed88ebbd7156d24c4acf32fd49) Add sieve lexer
[`4b2b42d`](https://togithub.com/alecthomas/chroma/commit/4b2b42da1d904cd8e5ffc6684bb23ba089192454) Tidy go.mod
[`9a8a647`](https://togithub.com/alecthomas/chroma/commit/9a8a647afb8f8e7ad2c961c477ca152b3b228815) Report file pattern errors when a lexer is initialised.
[`07a127d`](https://togithub.com/alecthomas/chroma/commit/07a127dd74e0cf0b2d38def211382418b0baee8d) Test for compiling all lexer patterns.
[`23160b3`](https://togithub.com/alecthomas/chroma/commit/23160b30588bdfbf8f017037f9920e21e9aea8d3) lexers/internal: remove danwakefield/fnmatch
[`3683949`](https://togithub.com/alecthomas/chroma/commit/368394959b4562fb33caf5372828eb03859d9eef) Update go modules
[`7259f5b`](https://togithub.com/alecthomas/chroma/commit/7259f5b2547990cb79197787c6cd7051936c7cc6) BashSession lexer
[`4d7154e`](https://togithub.com/alecthomas/chroma/commit/4d7154e8c7144dda848b882c81b8cd11c7b6c698) Raku: Fix unterminated heredoc fixes [#547](https://togithub.com/alecthomas/chroma/issues/547)
[`82795e1`](https://togithub.com/alecthomas/chroma/commit/82795e1420cca19a5eaa4c45e4340f4e063cdab1) Update to the last version of microsoft grammar file
[`04ed07d`](https://togithub.com/alecthomas/chroma/commit/04ed07d7b4022c8b9cbb3cd3001c0507238b37bf) Update rust lexer ([#548](https://togithub.com/alecthomas/chroma/issues/548))
[`d1f9876`](https://togithub.com/alecthomas/chroma/commit/d1f987668b9d720348552025d5b4893fcdefc8fa) Add JSON test.
[`f7c1454`](https://togithub.com/alecthomas/chroma/commit/f7c1454f132ccd52acb6a79c313daf63dc219c11) Support comments in JSON
[`02951ce`](https://togithub.com/alecthomas/chroma/commit/02951cec424f204b6624f266a832d111fdb382df) Implement 1S:Enterprise ([#545](https://togithub.com/alecthomas/chroma/issues/545))
[`4436c49`](https://togithub.com/alecthomas/chroma/commit/4436c497ee311e32408f0826dc38fb44227f901a) lexers: add Debian user configuration file backups to ignored suffixes
[`26f16a6`](https://togithub.com/alecthomas/chroma/commit/26f16a6f7ca2653220fc45081f6e387f9a5d1ed4) Raku: Improve nested regex and code, function designs
[`4f77966`](https://togithub.com/alecthomas/chroma/commit/4f779665e94c1ac63e07c437409d5db9e33a4c79) Raku: Add more test data
[`22fac1f`](https://togithub.com/alecthomas/chroma/commit/22fac1fc0fa4c15381c51440380b8377d70368f5) Raku: Fix Match hash access, $
[`2535d1a`](https://togithub.com/alecthomas/chroma/commit/2535d1a99ead7d14a356c94d1aa1d8671040b124) Raku: Fix operators that come after `<`
[`bb38ae2`](https://togithub.com/alecthomas/chroma/commit/bb38ae204f9b1c1e41f72f6f69b56b1ae329340b) Raku: Fix detecting adverbs, plus a little cleanup
[`2eba3ce`](https://togithub.com/alecthomas/chroma/commit/2eba3ce9a1fdbaf81232257031297aa153372575) Update APL lexer to cope with current Dyalog APL
[`b71f4c6`](https://togithub.com/alecthomas/chroma/commit/b71f4c66073d03e062aa6f8e2109326ebbde6795) Raku: Fix incorrectly matching closing brackets as opening
[`7966c29`](https://togithub.com/alecthomas/chroma/commit/7966c295269fb4d9faf3d37eb6659b2955bf5179) Update README.md
[`61cfd7d`](https://togithub.com/alecthomas/chroma/commit/61cfd7d7a709590e26f3854ef4ec543c8c710fbb) Update README.md
[`594e311`](https://togithub.com/alecthomas/chroma/commit/594e3117f88757d552aca1a7c0b567dca6713db6) Update README.md
[`f4ffd6c`](https://togithub.com/alecthomas/chroma/commit/f4ffd6cea954f700ac8bd5fe003854794f54e199) Fix Raku colon pair, function adverb and POD declaration
[`2cff0c9`](https://togithub.com/alecthomas/chroma/commit/2cff0c9b1f60b5f72d79469dcd1fe92d4bc87cdf) Switch from Circle to GHA.
[`fb1dd01`](https://togithub.com/alecthomas/chroma/commit/fb1dd01cfb0330eddacf7729eeea729dc47f152f) \[kotlin] expensive char list -> char classes
[`eafea0d`](https://togithub.com/alecthomas/chroma/commit/eafea0d771c31bf8c6a76d0c476e2bcdcec1ec60) replace expensive char lists with char classes
[`f09329a`](https://togithub.com/alecthomas/chroma/commit/f09329ae624b870b8966ebdf2079dd6fa960e729) Add lexer for Meson build system
[`a0e9618`](https://togithub.com/alecthomas/chroma/commit/a0e9618fbcc4021728be2d8195c8b043a52b4e4e) ARM ASM ([#531](https://togithub.com/alecthomas/chroma/issues/531))
[`d402102`](https://togithub.com/alecthomas/chroma/commit/d40210297631298bde98a8fcfd52c3d2555cc367) Support Fennel. ([#530](https://togithub.com/alecthomas/chroma/issues/530))
[`21a1750`](https://togithub.com/alecthomas/chroma/commit/21a1750dc27a5a212dd6ee37a902bdf7485d4508) Remove `go get` for installation from README
[`6a6cf17`](https://togithub.com/alecthomas/chroma/commit/6a6cf1764db914057a47d8fb782924f27dd3a7b9) Fix some buggy number patterns.
[`d4eaef3`](https://togithub.com/alecthomas/chroma/commit/d4eaef361b560e843d537a82b5dfd1f2fad742b7) Release arm64 builds.
[`54fd3bc`](https://togithub.com/alecthomas/chroma/commit/54fd3bc12f037b727a8ca9537e0008e5331b4645) Clean up imports and make cmd/chroma its own module.
[`9df8bd4`](https://togithub.com/alecthomas/chroma/commit/9df8bd4f92e3e7ec6b49cc87764f772d3780a175) fish: Fix incorrect tokenisation of command arguments containing dash
### [`v0.9.3`](https://togithub.com/alecthomas/chroma/compare/v0.9.2...v0.9.3)
[Compare Source](https://togithub.com/alecthomas/chroma/compare/v0.9.2...v0.9.3)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
v0.9.2
->v0.9.4
Release Notes
alecthomas/chroma
### [`v0.9.4`](https://togithub.com/alecthomas/chroma/releases/v0.9.4) [Compare Source](https://togithub.com/alecthomas/chroma/compare/v0.9.3...v0.9.4) #### Changelog (since 0.9.2) [`6520148`](https://togithub.com/alecthomas/chroma/commit/6520148857c2ae3106ff371e527abea815b23915) Re-add release workflow. [`22ed667`](https://togithub.com/alecthomas/chroma/commit/22ed667b6d41aad783d23c5b69bf24b7ccb48564) Add binary number to go lexer [`785554e`](https://togithub.com/alecthomas/chroma/commit/785554e8b16b31ed88ebbd7156d24c4acf32fd49) Add sieve lexer [`4b2b42d`](https://togithub.com/alecthomas/chroma/commit/4b2b42da1d904cd8e5ffc6684bb23ba089192454) Tidy go.mod [`9a8a647`](https://togithub.com/alecthomas/chroma/commit/9a8a647afb8f8e7ad2c961c477ca152b3b228815) Report file pattern errors when a lexer is initialised. [`07a127d`](https://togithub.com/alecthomas/chroma/commit/07a127dd74e0cf0b2d38def211382418b0baee8d) Test for compiling all lexer patterns. [`23160b3`](https://togithub.com/alecthomas/chroma/commit/23160b30588bdfbf8f017037f9920e21e9aea8d3) lexers/internal: remove danwakefield/fnmatch [`3683949`](https://togithub.com/alecthomas/chroma/commit/368394959b4562fb33caf5372828eb03859d9eef) Update go modules [`7259f5b`](https://togithub.com/alecthomas/chroma/commit/7259f5b2547990cb79197787c6cd7051936c7cc6) BashSession lexer [`4d7154e`](https://togithub.com/alecthomas/chroma/commit/4d7154e8c7144dda848b882c81b8cd11c7b6c698) Raku: Fix unterminated heredoc fixes [#547](https://togithub.com/alecthomas/chroma/issues/547) [`82795e1`](https://togithub.com/alecthomas/chroma/commit/82795e1420cca19a5eaa4c45e4340f4e063cdab1) Update to the last version of microsoft grammar file [`04ed07d`](https://togithub.com/alecthomas/chroma/commit/04ed07d7b4022c8b9cbb3cd3001c0507238b37bf) Update rust lexer ([#548](https://togithub.com/alecthomas/chroma/issues/548)) [`d1f9876`](https://togithub.com/alecthomas/chroma/commit/d1f987668b9d720348552025d5b4893fcdefc8fa) Add JSON test. [`f7c1454`](https://togithub.com/alecthomas/chroma/commit/f7c1454f132ccd52acb6a79c313daf63dc219c11) Support comments in JSON [`02951ce`](https://togithub.com/alecthomas/chroma/commit/02951cec424f204b6624f266a832d111fdb382df) Implement 1S:Enterprise ([#545](https://togithub.com/alecthomas/chroma/issues/545)) [`4436c49`](https://togithub.com/alecthomas/chroma/commit/4436c497ee311e32408f0826dc38fb44227f901a) lexers: add Debian user configuration file backups to ignored suffixes [`26f16a6`](https://togithub.com/alecthomas/chroma/commit/26f16a6f7ca2653220fc45081f6e387f9a5d1ed4) Raku: Improve nested regex and code, function designs [`4f77966`](https://togithub.com/alecthomas/chroma/commit/4f779665e94c1ac63e07c437409d5db9e33a4c79) Raku: Add more test data [`22fac1f`](https://togithub.com/alecthomas/chroma/commit/22fac1fc0fa4c15381c51440380b8377d70368f5) Raku: Fix Match hash access, $Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.