Releases: alecthomas/chroma
Releases · alecthomas/chroma
v2.17.0
Changelog
- 8fa488c Fix Gleam lexer (#1072)
- 211957a Update
pygments-lexers.txt
(#1070) - 22859e6 Add Lean lexer (#1071)
- 5409db0 fix(vue): handle more edge cases for tags (#1069)
- 3ee0984 chore(deps): update all non-major dependencies (#1067)
- 3df29af styles: add proper diff styling to rrt (fix #603) (#1064)
- 9077658 fix: properly tokenizes default_tags attribute (#1068)
- e4ce323 Link to Chroma-using pager in README.md (#1027)
- b310414 docs: add logo
v2.16.0
Changelog
- ad6f149 chore: clean up Makefile
- 9909f65 fix: switch to jsdelivr as unpkg was throwing CORS errors
- 34bf362 chore(deps): update all non-major dependencies (#1066)
- 88084b6 fix: Dot in a string breaks the highlighting in Terraform. Fixes #988 (#1065)
- 62197e9 Add lexers.Aliases() method to display only lexers' aliases (#1057)
- 7feb358 chore(deps): update dependency svu to v3 (#1053)
- 30e0bc6 chore(deps): update all non-major dependencies (#1061)
- e0c7747 Fix IP address as name detection in nginx conf (#1060)
- 0bf0e9f Add luau file extension and alias to lua lexer (#1056)
- 0e0e282 chore(deps): update all non-major dependencies (#1049)
- 4b0882a add Janet lexer (#1045)
- 81fecd5 chore(deps): update all non-major dependencies (#1041)
- dc982d2 Add Mojo lexer (#1044)
- 79621af Fix solidity lexer's handling of inline assembly (#1040)
- 9da461e chore(deps): update module github.com/mattn/go-colorable to v0.1.14 (#1039)
- f0d460e Update Odin lexer for new build tag feature (#1038)
- 0bd7c68 chore: bump go.mod to Go 1.22 + add Iterator.Stdlib()
- d829579 fix(ocaml): support multistring (#1035)
- e79c813 chore(deps): update all non-major dependencies (#1029)
v2.15.0
What's Changed
- AQL: Add builtin functions introduced in v3.12 by @Simran-B in #968
- chore(styles): add evergarden inspired style by @comfysage in #970
- chore(deps): update dependency svu to v2 by @renovate in #971
- chore(deps): update dependency watchexec to v2 by @renovate in #962
- chore(deps): update all non-major dependencies by @renovate in #955
- styles: Fix Gleam alias by @jmooring in #973
- chore(deps): update all non-major dependencies by @renovate in #974
- chore(deps): update dependency python3 to v3.12.3 by @renovate in #976
- added the nordic theme via chroma/styles/nordic.xml by @avih7531 in #977
- Update the Materialize lexer by @arusahni in #978
- feat(lexers/hare): add done keyword by @wackbyte in #979
- pygments2chroma: escape regex.words by @oliverpool in #982
- chore(deps): update all non-major dependencies by @renovate in #981
- Add JSONata Lexer by @DevDimov in #983
- Go lexer: single line comment without consuming endline, disable EnsureNL by @msorc in #984
- Update the Materialize lexer by @arusahni in #987
- chore(deps): update all non-major dependencies by @renovate in #985
- Add Gleam to README by @Nicd in #990
- Port Minecraft lexers from Pygments by @kofuk in #992
- Don't output extra whitespace in YAML multiline by @Gusted in #993
- chore(deps): update all non-major dependencies by @renovate in #991
- add beef syntax and tests by @Booklordofthedings in #995
- Update GitHub light color palette by @konradreiche in #998
- chore(deps): update module github.com/alecthomas/kong to v1 by @renovate in #999
- Update the Materialize lexer by @arusahni in #1001
- Update TypeScript lexer to allow nested generics by @fredrare in #1002
- Pager friendly terminal formatting by @walles in #1006
- chore(deps): update all non-major dependencies by @renovate in #997
- Add Typst Lexer by @oliverpool in #1007
- Add Jsonnet Lexer by @jolheiser in #1011
- fix: add underscore parsing in numbers for haskell by @Gusted in #1020
- Add CSV lexer by @walles in #1005
- fix(typescript): highlight string literal type parameters by @SKalt in #1010
- add any as a builtin type for go by @quartercastle in #1021
- chore(deps): update all non-major dependencies by @renovate in #1013
- Remove whitespace tokenizing rule in markdown lexer by @cloudchamb3r in #1008
- feat(JSON): support
.jsonc
extension by @CarterLi in #1022 - Add Eclipse ATL language (https://eclipse.dev/atl/) by @dwagelaar in #1024
- Import NSIS Lexer from Pygments by @JakobDev in #1026
- chore(deps): update module github.com/alecthomas/kong to v1.5.1 by @renovate in #1025
- fix(nix): nix lexor missing '=' operator by @FlyingStitchman in #1031
- Add WebVTT lexer (#707) by @dschuessler in #1032
New Contributors
- @comfysage made their first contribution in #970
- @avih7531 made their first contribution in #977
- @wackbyte made their first contribution in #979
- @oliverpool made their first contribution in #982
- @DevDimov made their first contribution in #983
- @msorc made their first contribution in #984
- @Nicd made their first contribution in #990
- @Booklordofthedings made their first contribution in #995
- @konradreiche made their first contribution in #998
- @fredrare made their first contribution in #1002
- @SKalt made their first contribution in #1010
- @quartercastle made their first contribution in #1021
- @cloudchamb3r made their first contribution in #1008
- @CarterLi made their first contribution in #1022
- @dwagelaar made their first contribution in #1024
- @FlyingStitchman made their first contribution in #1031
- @dschuessler made their first contribution in #1032
Full Changelog: v2.14.0...v2.15.0
v2.14.0
Changelog
- 1e983e7 lexers/cue: support CUE attributes (#961)
- 9347b55 Add Gleam syntax highlighting (#959)
- 6b7ffe1 chore(styles): add tokyonight inspired styles (#957)
- 736c0ea Typescript: Several fixes (#952)
- e5c25d0 Org: Keep all newlines (#951)
- d07caa4 chore(deps): update module github.com/alecthomas/assert/v2 to v2.7.0 (#949)
- 5f83664 Vue: Handle more edge cases (#950)
- 32c053f chore(deps): update all non-major dependencies (#948)
- 2580aaa Add Bazel bzlmod support into Python lexer (#947)
v2.13.0
Changelog
- bd47355 fix: include compress state in style cache key
- 1235bbf chore(deps): update all non-major dependencies (#944)
- 4e60c81 C#: Allow for empty comments (#943)
- fe5dde8 Add Lexer for NDISASM (#933)
- 6dd9f26 feat: introduce a LRU compiled style cache for the HTML formatter (#938)
- 898d467 lexers/cue: support definitions and dollars in field names (#935)
- 0f92de4 chore(deps): update all non-major dependencies (#934)
- 381050b Major updates to Caddyfile lexer (#932)
- e9292e6 chore(deps): update dependency goreleaser to v1.24.0 (#925)
- ddbae13 chore: upgrade Go
- 7ce2caf Fix lexers check when built with newer Go (#928)
- 506e36f fix(lexers/go): "~" is a valid token (#926)
- f4788c0 docs: add import to README
- 39115eb chore(deps): update dependency esbuild to v0.20.0 (#921)
- 4c6fdb1 Add .avsc to JSON lexer (#920)
- ee60f7e Add missing token types for Rego + add Rego to README (#919)
- ae36e63 Add support for Rego syntax (#918)
- d7a7dd3 chore(deps): update module github.com/alecthomas/assert/v2 to v2.5.0 (#917)
- c31293c chore(deps): update dependency go to v1.21.6 (#915)
- ebc34cf fix file extension typo, remove redundent parens (#914)
- 641b06f Fix type operators not being recognised in Haskell (#913)
- 3ef9475 chore(deps): update dependency watchexec to v1.25.1 (#912)
- 23368be styles(catpuccin/gh-dark): LineHighlight grp (#911)
- a8704a8 Add lexer for RPMSpec (#907)
- eb47752 Add lexer for Promela (#906)
- 3f395c9 chore(deps): update all non-major dependencies (#905)
- 2018c2f chore(deps): update all non-major dependencies (#904)
- 016768b Add desktop entry lexer (#903)
- f130045 chore(deps): update dependency watchexec to v1.24.1 (#901)
- 9670d34 chore(deps): update actions/checkout action to v4 (#899)
- ad03817 chore(deps): update all non-major dependencies (#898)
- 76039a5 chore(deps): update all non-major dependencies (#897)
- 678b799 Add a lexer for the Materialize SQL dialect (#896)
v2.12.0
Changelog
- c74f557 Add renovate
- d77dc8a Add Hare lexer (#882)
- 2346007 Add an Alloy lexer (#892)
- 08be6f0 Add an Agda lexer (#891)
- d9f6ed6 added: rule to objectpascal lexer (#888)
- c5948a6 Add Vagrantfile to Ruby lexer (#890)
- 7d4db86 Add Microsoft Dax (#889)
- 1cda665 fixed: number formats in objectpascal lexer (#887)
- b5afdee fix(dns): highlight domain names as NameClass (#886)
- 07a90a9 added: ObjectPascal lexer (#883)
v2.11.1
v2.11.0
v2.10.1
v2.10.0
Changelog
- 810464a Update Java lexer (#873)
- 77e9146 Add file extensions to go_template lexer (#875)
- b127e35 Make
tty_indexed.go
respond toNone
liketty_truecolour.go
(#869) - 9ae4dae Add
*.Dockerfile
to docker lexer (#868) - 2fa6f14 Add PRQL to README (#863)
- 17597b6 Add PRQL language (#862)
- 7eb0305 lexers/r: Match keywords prior to functions (#860)
- 827bd93 lexers: add initial version of CUE lexer (#858)
- 9087c63 docs: note about Get() being slow due to file matching
- ccd8d68 lexers: move to comparing bytes in tests (#856)
- def00e9 chore: update issue templates
- 0b08639 lexers: support for nim GENERALIZED_TRIPLESTR_LIT (#853)
- 94d11ab Update Bicep grammar with recent additions (#850)
- c64e1be add justfile filename to Makefile lexer (#852)
- 2b39461 Fix GDScript3 analyse regexes (#848)