chore(deps): update module github.com/alecthomas/chroma to v2 #14

Open
renovate wants to merge 1 commits from renovate/github.com-alecthomas-chroma-2.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/alecthomas/chroma require major v0.10.0 -> v2.14.0

Release Notes

alecthomas/chroma (github.com/alecthomas/chroma)

v2.14.0

Compare Source

Changelog

v2.13.0

Compare Source

Changelog

v2.12.0

Compare Source

Changelog

v2.11.1

Compare Source

Changelog

  • 96a12e3 fix: bad path normalisation

v2.11.0

Compare Source

Changelog

  • 09953ff fix: attempt to load lexer files before using Get()

v2.10.1

Compare Source

Changelog

v2.10.0

Compare Source

Changelog

v2.9.1

Compare Source

Changelog

  • c4527e8 fix: C++ comments after #include

v2.9.0

Compare Source

Changelog

v2.8.0

Compare Source

Changelog

v2.7.0

Compare Source

Changelog

v2.6.0

Compare Source

Changelog

v2.5.0

Compare Source

Changelog

  • 4bfa1bb Rust: Add initial support for string interpolation
  • f5f48e2 Rust: Generalize declaritive and function-like macros (#​742)
  • 55b0e59 Rust: Attempt to lex constant idents (#​741)
  • 87869f8 Fix rust byte char capture (#​740)
  • 0ea6503 Rust: Include starting apostrophe in lifetime / loop label token (#​739)
  • 633f8e0 Removes 'tabindex="0"' from `
    ' elements
  • 3d1bc51 add missing type suffixes for nim
  • d5b3291 Add default diff support (#​732)
  • db073d8 deps: Bump modules for cmd/chromad
  • 4553686 deps: Bump go modules for cmd/chroma
  • 366b9db deps: Bump go modules
  • 482cb62 [Rust] Fix string whitespace skip
  • 4aaf294 Update issue template to reference playground shareable links
  • 5ca7345 fix: inconsistent YAML multiline parsing (#​475)
  • d330b76 feat: support sharing in playground
  • 0e2db44 Add -webkit-user-select: none; to support Safari
  • 45e3bfb Convert bashsessions lexer to XML

v2.4.0

Compare Source

Changelog

v2.3.0

Compare Source

Changelog

  • 6138519 Add properties to supported languages (#​674)
  • a238967 Improve properties file lexer (#​671)
  • a531e40 Add lexer for properties files (#​670)
  • dbb09a5 Add Colour.ClampBrightness and StyleBuilder.Transform.
  • e1a35d4 transact-sql: added functions string_agg and concat_ws to lexer
  • 3f86ac7 Add Gruvbox light theme
  • d55b06c Bump testify, repr to the latest version (#​665)
  • 4fa270a Update GAS lexer (#​661)
  • cde3818 Update mcfunction lexer to support newer spec of commands
  • 6538430 cfengine3: Removed rule attempting to highlight variable names
  • 111921a Add cjs to Javascript lexer
  • c13ff14 fix(styles/github-dark): update definitions, reformat
  • 96fe58e Add BSDmakefile to make lexer (#​654)
  • c714e84 add(styles/github-dark): github's dark colorscheme for chroma (#​653)
  • 3b326be Add Dockerfile.* to docker lexer
  • 5ce1d5d lexers: Add BIND DNS Zone lexer
  • f941d46 Add Chapel Lexer
  • 298b727 Revise fortran fixed format lexer to recognize comments using the "!" mark in columns 1-5 and columns > 6. Remove incorrect "0" label being a comment.
  • 9a038fb Revise fortran lexer to be consistent with the current version in pygments

v2.2.0

Compare Source

Changelog

  • d18e8a4 Add InlineCode option for inline code blocks

v2.1.0

Compare Source

Changelog

  • 530c45d Don't append semicolon to styleEntry if there is no other style
  • 5397b48 Append semicolon to tabWidthStyle.
  • c78b8a6 Fix extra semicolon in tabWidthStyle
  • 806ca29 Add V lexer (#​640)

v2.0.1

Compare Source

Changelog

  • 4dfc2ca refactor: run go mod tidy on chromad

v2.0.0

Compare Source

Changelog

  • d13d611 Add value keyword for Kotlin
  • dea6a13 Add CSS style inheritance to WithCustomCSS option
  • 7d77940 [html formatter] Add option to let users provide custom CSS styles
  • 7cc13cf Add support for F# package reference + Fix CommentPreproc detection (#​631)
  • 073a30b Add Whiley Lexer (#​628)
  • 44d1d23 fix: revert line change from pygments converter
  • d070b1c Fix for C# identifiers with leading underscores
  • f7d2bb0 fix: pin to Go 1.17 for now
  • f7893bc add an average rgb scheme
  • 7bfe2f4 fix: add Dart required keyword

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) | require | major | `v0.10.0` -> `v2.14.0` | --- ### Release Notes <details> <summary>alecthomas/chroma (github.com/alecthomas/chroma)</summary> ### [`v2.14.0`](https://github.com/alecthomas/chroma/releases/tag/v2.14.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.13.0...v2.14.0) #### Changelog - [`1e983e7`](https://github.com/alecthomas/chroma/commit/1e983e7) lexers/cue: support CUE attributes ([#&#8203;961](https://github.com/alecthomas/chroma/issues/961)) - [`9347b55`](https://github.com/alecthomas/chroma/commit/9347b55) Add Gleam syntax highlighting ([#&#8203;959](https://github.com/alecthomas/chroma/issues/959)) - [`6b7ffe1`](https://github.com/alecthomas/chroma/commit/6b7ffe1) chore(styles): add tokyonight inspired styles ([#&#8203;957](https://github.com/alecthomas/chroma/issues/957)) - [`736c0ea`](https://github.com/alecthomas/chroma/commit/736c0ea) Typescript: Several fixes ([#&#8203;952](https://github.com/alecthomas/chroma/issues/952)) - [`e5c25d0`](https://github.com/alecthomas/chroma/commit/e5c25d0) Org: Keep all newlines ([#&#8203;951](https://github.com/alecthomas/chroma/issues/951)) - [`d07caa4`](https://github.com/alecthomas/chroma/commit/d07caa4) chore(deps): update module github.com/alecthomas/assert/v2 to v2.7.0 ([#&#8203;949](https://github.com/alecthomas/chroma/issues/949)) - [`5f83664`](https://github.com/alecthomas/chroma/commit/5f83664) Vue: Handle more edge cases ([#&#8203;950](https://github.com/alecthomas/chroma/issues/950)) - [`32c053f`](https://github.com/alecthomas/chroma/commit/32c053f) chore(deps): update all non-major dependencies ([#&#8203;948](https://github.com/alecthomas/chroma/issues/948)) - [`2580aaa`](https://github.com/alecthomas/chroma/commit/2580aaa) Add Bazel bzlmod support into Python lexer ([#&#8203;947](https://github.com/alecthomas/chroma/issues/947)) ### [`v2.13.0`](https://github.com/alecthomas/chroma/releases/tag/v2.13.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.12.0...v2.13.0) #### Changelog - [`bd47355`](https://github.com/alecthomas/chroma/commit/bd47355) fix: include compress state in style cache key - [`1235bbf`](https://github.com/alecthomas/chroma/commit/1235bbf) chore(deps): update all non-major dependencies ([#&#8203;944](https://github.com/alecthomas/chroma/issues/944)) - [`4e60c81`](https://github.com/alecthomas/chroma/commit/4e60c81) C#: Allow for empty comments ([#&#8203;943](https://github.com/alecthomas/chroma/issues/943)) - [`fe5dde8`](https://github.com/alecthomas/chroma/commit/fe5dde8) Add Lexer for NDISASM ([#&#8203;933](https://github.com/alecthomas/chroma/issues/933)) - [`6dd9f26`](https://github.com/alecthomas/chroma/commit/6dd9f26) feat: introduce a LRU compiled style cache for the HTML formatter ([#&#8203;938](https://github.com/alecthomas/chroma/issues/938)) - [`898d467`](https://github.com/alecthomas/chroma/commit/898d467) lexers/cue: support definitions and dollars in field names ([#&#8203;935](https://github.com/alecthomas/chroma/issues/935)) - [`0f92de4`](https://github.com/alecthomas/chroma/commit/0f92de4) chore(deps): update all non-major dependencies ([#&#8203;934](https://github.com/alecthomas/chroma/issues/934)) - [`381050b`](https://github.com/alecthomas/chroma/commit/381050b) Major updates to Caddyfile lexer ([#&#8203;932](https://github.com/alecthomas/chroma/issues/932)) - [`e9292e6`](https://github.com/alecthomas/chroma/commit/e9292e6) chore(deps): update dependency goreleaser to v1.24.0 ([#&#8203;925](https://github.com/alecthomas/chroma/issues/925)) - [`ddbae13`](https://github.com/alecthomas/chroma/commit/ddbae13) chore: upgrade Go - [`7ce2caf`](https://github.com/alecthomas/chroma/commit/7ce2caf) Fix lexers check when built with newer Go ([#&#8203;928](https://github.com/alecthomas/chroma/issues/928)) - [`506e36f`](https://github.com/alecthomas/chroma/commit/506e36f) fix(lexers/go): "~" is a valid token ([#&#8203;926](https://github.com/alecthomas/chroma/issues/926)) - [`f4788c0`](https://github.com/alecthomas/chroma/commit/f4788c0) docs: add import to README - [`39115eb`](https://github.com/alecthomas/chroma/commit/39115eb) chore(deps): update dependency esbuild to v0.20.0 ([#&#8203;921](https://github.com/alecthomas/chroma/issues/921)) - [`4c6fdb1`](https://github.com/alecthomas/chroma/commit/4c6fdb1) Add .avsc to JSON lexer ([#&#8203;920](https://github.com/alecthomas/chroma/issues/920)) - [`ee60f7e`](https://github.com/alecthomas/chroma/commit/ee60f7e) Add missing token types for Rego + add Rego to README ([#&#8203;919](https://github.com/alecthomas/chroma/issues/919)) - [`ae36e63`](https://github.com/alecthomas/chroma/commit/ae36e63) Add support for Rego syntax ([#&#8203;918](https://github.com/alecthomas/chroma/issues/918)) - [`d7a7dd3`](https://github.com/alecthomas/chroma/commit/d7a7dd3) chore(deps): update module github.com/alecthomas/assert/v2 to v2.5.0 ([#&#8203;917](https://github.com/alecthomas/chroma/issues/917)) - [`c31293c`](https://github.com/alecthomas/chroma/commit/c31293c) chore(deps): update dependency go to v1.21.6 ([#&#8203;915](https://github.com/alecthomas/chroma/issues/915)) - [`ebc34cf`](https://github.com/alecthomas/chroma/commit/ebc34cf) fix file extension typo, remove redundent parens ([#&#8203;914](https://github.com/alecthomas/chroma/issues/914)) - [`641b06f`](https://github.com/alecthomas/chroma/commit/641b06f) Fix type operators not being recognised in Haskell ([#&#8203;913](https://github.com/alecthomas/chroma/issues/913)) - [`3ef9475`](https://github.com/alecthomas/chroma/commit/3ef9475) chore(deps): update dependency watchexec to v1.25.1 ([#&#8203;912](https://github.com/alecthomas/chroma/issues/912)) - [`23368be`](https://github.com/alecthomas/chroma/commit/23368be) styles(catpuccin/gh-dark): LineHighlight grp ([#&#8203;911](https://github.com/alecthomas/chroma/issues/911)) - [`a8704a8`](https://github.com/alecthomas/chroma/commit/a8704a8) Add lexer for RPMSpec ([#&#8203;907](https://github.com/alecthomas/chroma/issues/907)) - [`eb47752`](https://github.com/alecthomas/chroma/commit/eb47752) Add lexer for Promela ([#&#8203;906](https://github.com/alecthomas/chroma/issues/906)) - [`3f395c9`](https://github.com/alecthomas/chroma/commit/3f395c9) chore(deps): update all non-major dependencies ([#&#8203;905](https://github.com/alecthomas/chroma/issues/905)) - [`2018c2f`](https://github.com/alecthomas/chroma/commit/2018c2f) chore(deps): update all non-major dependencies ([#&#8203;904](https://github.com/alecthomas/chroma/issues/904)) - [`016768b`](https://github.com/alecthomas/chroma/commit/016768b) Add desktop entry lexer ([#&#8203;903](https://github.com/alecthomas/chroma/issues/903)) - [`f130045`](https://github.com/alecthomas/chroma/commit/f130045) chore(deps): update dependency watchexec to v1.24.1 ([#&#8203;901](https://github.com/alecthomas/chroma/issues/901)) - [`9670d34`](https://github.com/alecthomas/chroma/commit/9670d34) chore(deps): update actions/checkout action to v4 ([#&#8203;899](https://github.com/alecthomas/chroma/issues/899)) - [`ad03817`](https://github.com/alecthomas/chroma/commit/ad03817) chore(deps): update all non-major dependencies ([#&#8203;898](https://github.com/alecthomas/chroma/issues/898)) - [`76039a5`](https://github.com/alecthomas/chroma/commit/76039a5) chore(deps): update all non-major dependencies ([#&#8203;897](https://github.com/alecthomas/chroma/issues/897)) - [`678b799`](https://github.com/alecthomas/chroma/commit/678b799) Add a lexer for the Materialize SQL dialect ([#&#8203;896](https://github.com/alecthomas/chroma/issues/896)) ### [`v2.12.0`](https://github.com/alecthomas/chroma/releases/tag/v2.12.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.11.1...v2.12.0) #### Changelog - [`c74f557`](https://github.com/alecthomas/chroma/commit/c74f557) Add renovate - [`d77dc8a`](https://github.com/alecthomas/chroma/commit/d77dc8a) Add Hare lexer ([#&#8203;882](https://github.com/alecthomas/chroma/issues/882)) - [`2346007`](https://github.com/alecthomas/chroma/commit/2346007) Add an Alloy lexer ([#&#8203;892](https://github.com/alecthomas/chroma/issues/892)) - [`08be6f0`](https://github.com/alecthomas/chroma/commit/08be6f0) Add an Agda lexer ([#&#8203;891](https://github.com/alecthomas/chroma/issues/891)) - [`d9f6ed6`](https://github.com/alecthomas/chroma/commit/d9f6ed6) added: rule to objectpascal lexer ([#&#8203;888](https://github.com/alecthomas/chroma/issues/888)) - [`c5948a6`](https://github.com/alecthomas/chroma/commit/c5948a6) Add Vagrantfile to Ruby lexer ([#&#8203;890](https://github.com/alecthomas/chroma/issues/890)) - [`7d4db86`](https://github.com/alecthomas/chroma/commit/7d4db86) Add Microsoft Dax ([#&#8203;889](https://github.com/alecthomas/chroma/issues/889)) - [`1cda665`](https://github.com/alecthomas/chroma/commit/1cda665) fixed: number formats in objectpascal lexer ([#&#8203;887](https://github.com/alecthomas/chroma/issues/887)) - [`b5afdee`](https://github.com/alecthomas/chroma/commit/b5afdee) fix(dns): highlight domain names as NameClass ([#&#8203;886](https://github.com/alecthomas/chroma/issues/886)) - [`07a90a9`](https://github.com/alecthomas/chroma/commit/07a90a9) added: ObjectPascal lexer ([#&#8203;883](https://github.com/alecthomas/chroma/issues/883)) ### [`v2.11.1`](https://github.com/alecthomas/chroma/releases/tag/v2.11.1) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.11.0...v2.11.1) #### Changelog - [`96a12e3`](https://github.com/alecthomas/chroma/commit/96a12e3) fix: bad path normalisation ### [`v2.11.0`](https://github.com/alecthomas/chroma/releases/tag/v2.11.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.10.1...v2.11.0) #### Changelog - [`09953ff`](https://github.com/alecthomas/chroma/commit/09953ff) fix: attempt to load lexer files before using Get() ### [`v2.10.1`](https://github.com/alecthomas/chroma/releases/tag/v2.10.1) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.10.0...v2.10.1) #### Changelog - [`fe96ea4`](https://github.com/alecthomas/chroma/commit/fe96ea4) Add test for ucode ([#&#8203;881](https://github.com/alecthomas/chroma/issues/881)) - [`8f938d0`](https://github.com/alecthomas/chroma/commit/8f938d0) Create lexer for ucode ([#&#8203;879](https://github.com/alecthomas/chroma/issues/879)) - [`038fab5`](https://github.com/alecthomas/chroma/commit/038fab5) Add shebang ([#&#8203;864](https://github.com/alecthomas/chroma/issues/864)) - [`48d6be6`](https://github.com/alecthomas/chroma/commit/48d6be6) Update prql.xml ([#&#8203;878](https://github.com/alecthomas/chroma/issues/878)) ### [`v2.10.0`](https://github.com/alecthomas/chroma/releases/tag/v2.10.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.9.1...v2.10.0) #### Changelog - [`810464a`](https://github.com/alecthomas/chroma/commit/810464a) Update Java lexer ([#&#8203;873](https://github.com/alecthomas/chroma/issues/873)) - [`77e9146`](https://github.com/alecthomas/chroma/commit/77e9146) Add file extensions to go_template lexer ([#&#8203;875](https://github.com/alecthomas/chroma/issues/875)) - [`b127e35`](https://github.com/alecthomas/chroma/commit/b127e35) Make `tty_indexed.go` respond to `None` like `tty_truecolour.go` ([#&#8203;869](https://github.com/alecthomas/chroma/issues/869)) - [`9ae4dae`](https://github.com/alecthomas/chroma/commit/9ae4dae) Add `*.Dockerfile` to docker lexer ([#&#8203;868](https://github.com/alecthomas/chroma/issues/868)) - [`2fa6f14`](https://github.com/alecthomas/chroma/commit/2fa6f14) Add PRQL to README ([#&#8203;863](https://github.com/alecthomas/chroma/issues/863)) - [`17597b6`](https://github.com/alecthomas/chroma/commit/17597b6) Add PRQL language ([#&#8203;862](https://github.com/alecthomas/chroma/issues/862)) - [`7eb0305`](https://github.com/alecthomas/chroma/commit/7eb0305) lexers/r: Match keywords prior to functions ([#&#8203;860](https://github.com/alecthomas/chroma/issues/860)) - [`827bd93`](https://github.com/alecthomas/chroma/commit/827bd93) lexers: add initial version of CUE lexer ([#&#8203;858](https://github.com/alecthomas/chroma/issues/858)) - [`9087c63`](https://github.com/alecthomas/chroma/commit/9087c63) docs: note about Get() being slow due to file matching - [`ccd8d68`](https://github.com/alecthomas/chroma/commit/ccd8d68) lexers: move to comparing bytes in tests ([#&#8203;856](https://github.com/alecthomas/chroma/issues/856)) - [`def00e9`](https://github.com/alecthomas/chroma/commit/def00e9) chore: update issue templates - [`0b08639`](https://github.com/alecthomas/chroma/commit/0b08639) lexers: support for nim GENERALIZED_TRIPLESTR_LIT ([#&#8203;853](https://github.com/alecthomas/chroma/issues/853)) - [`94d11ab`](https://github.com/alecthomas/chroma/commit/94d11ab) Update Bicep grammar with recent additions ([#&#8203;850](https://github.com/alecthomas/chroma/issues/850)) - [`c64e1be`](https://github.com/alecthomas/chroma/commit/c64e1be) add justfile filename to Makefile lexer ([#&#8203;852](https://github.com/alecthomas/chroma/issues/852)) - [`2b39461`](https://github.com/alecthomas/chroma/commit/2b39461) Fix GDScript3 analyse regexes ([#&#8203;848](https://github.com/alecthomas/chroma/issues/848)) ### [`v2.9.1`](https://github.com/alecthomas/chroma/releases/tag/v2.9.1) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.9.0...v2.9.1) #### Changelog - [`c4527e8`](https://github.com/alecthomas/chroma/commit/c4527e8) fix: C++ comments after #include ### [`v2.9.0`](https://github.com/alecthomas/chroma/releases/tag/v2.9.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.8.0...v2.9.0) #### Changelog - [`40542a6`](https://github.com/alecthomas/chroma/commit/40542a6) refactor: migrate a bunch more Go-based lexers to XML - [`4dd2cbe`](https://github.com/alecthomas/chroma/commit/4dd2cbe) fix: bump to latest dclark/regexp2 - [`a242abf`](https://github.com/alecthomas/chroma/commit/a242abf) Highlights numbers in java ([#&#8203;703](https://github.com/alecthomas/chroma/issues/703)) - [`6ddeee2`](https://github.com/alecthomas/chroma/commit/6ddeee2) update fg color to match latest primer style ([#&#8203;781](https://github.com/alecthomas/chroma/issues/781)) - [`340fd85`](https://github.com/alecthomas/chroma/commit/340fd85) Add more hlsl file extensions ([#&#8203;823](https://github.com/alecthomas/chroma/issues/823)) - [`67983f9`](https://github.com/alecthomas/chroma/commit/67983f9) Update clojure.xml to target EDN ([#&#8203;825](https://github.com/alecthomas/chroma/issues/825)) - [`6428fb4`](https://github.com/alecthomas/chroma/commit/6428fb4) Added updated GDScript lexer. ([#&#8203;842](https://github.com/alecthomas/chroma/issues/842)) - [`4796a27`](https://github.com/alecthomas/chroma/commit/4796a27) Set priority for NASM lexer ([#&#8203;839](https://github.com/alecthomas/chroma/issues/839)) - [`be65257`](https://github.com/alecthomas/chroma/commit/be65257) Set priority for INI lexer over Inform 6 ([#&#8203;837](https://github.com/alecthomas/chroma/issues/837)) - [`b5487f4`](https://github.com/alecthomas/chroma/commit/b5487f4) Fix Bash Session lexer name ([#&#8203;840](https://github.com/alecthomas/chroma/issues/840)) - [`c03a781`](https://github.com/alecthomas/chroma/commit/c03a781) Set priority for GAS lexer ([#&#8203;838](https://github.com/alecthomas/chroma/issues/838)) - [`0fe72e1`](https://github.com/alecthomas/chroma/commit/0fe72e1) Add new file extensions to Mathematica lexer ([#&#8203;836](https://github.com/alecthomas/chroma/issues/836)) - [`5b26de0`](https://github.com/alecthomas/chroma/commit/5b26de0) Add missing \*.twig file extension ([#&#8203;833](https://github.com/alecthomas/chroma/issues/833)) - [`9676003`](https://github.com/alecthomas/chroma/commit/9676003) R lexer has priority over Rebol ([#&#8203;835](https://github.com/alecthomas/chroma/issues/835)) - [`efd5efa`](https://github.com/alecthomas/chroma/commit/efd5efa) Avoid duplicate lexer if already registered ([#&#8203;834](https://github.com/alecthomas/chroma/issues/834)) - [`954c5ae`](https://github.com/alecthomas/chroma/commit/954c5ae) feat: ensure the analyse score is up to 1.0 ([#&#8203;832](https://github.com/alecthomas/chroma/issues/832)) - [`708662a`](https://github.com/alecthomas/chroma/commit/708662a) feat: improve regex analysers in XML ([#&#8203;831](https://github.com/alecthomas/chroma/issues/831)) - [`d37de78`](https://github.com/alecthomas/chroma/commit/d37de78) feat(styles/onedark): add diff colors ([#&#8203;830](https://github.com/alecthomas/chroma/issues/830)) - [`c11725d`](https://github.com/alecthomas/chroma/commit/c11725d) Add new Go 1.21 builtins to the Go lexer: clear, min, max ([#&#8203;829](https://github.com/alecthomas/chroma/issues/829)) - [`47ce9a2`](https://github.com/alecthomas/chroma/commit/47ce9a2) fix: vim lexer was marking `\n` as errors - [`a20cd7e`](https://github.com/alecthomas/chroma/commit/a20cd7e) feat: support basic regex analysers in XML ([#&#8203;828](https://github.com/alecthomas/chroma/issues/828)) - [`2226663`](https://github.com/alecthomas/chroma/commit/2226663) Fix ISCdhcpd filename ([#&#8203;822](https://github.com/alecthomas/chroma/issues/822)) - [`7d74956`](https://github.com/alecthomas/chroma/commit/7d74956) Add Pipfile and poetry.lock as a TOML lexer file extension ([#&#8203;821](https://github.com/alecthomas/chroma/issues/821)) - [`42d6da2`](https://github.com/alecthomas/chroma/commit/42d6da2) Add .eex as a Elixir lexer file extension ([#&#8203;820](https://github.com/alecthomas/chroma/issues/820)) - [`b786c3f`](https://github.com/alecthomas/chroma/commit/b786c3f) Add .tpp as a c++ lexer file extension ([#&#8203;817](https://github.com/alecthomas/chroma/issues/817)) - [`de3a9c2`](https://github.com/alecthomas/chroma/commit/de3a9c2) Add C lexer ([#&#8203;815](https://github.com/alecthomas/chroma/issues/815)) - [`49b5f8e`](https://github.com/alecthomas/chroma/commit/49b5f8e) Add missing C++ tests ([#&#8203;814](https://github.com/alecthomas/chroma/issues/814)) - [`e6de3d1`](https://github.com/alecthomas/chroma/commit/e6de3d1) Add CPP lexer ([#&#8203;813](https://github.com/alecthomas/chroma/issues/813)) - [`68d976f`](https://github.com/alecthomas/chroma/commit/68d976f) Prevent panic from hax lexer ([#&#8203;812](https://github.com/alecthomas/chroma/issues/812)) - [`2aad740`](https://github.com/alecthomas/chroma/commit/2aad740) Update C# lexer ([#&#8203;811](https://github.com/alecthomas/chroma/issues/811)) - [`9864526`](https://github.com/alecthomas/chroma/commit/9864526) deps: update go modules ([#&#8203;810](https://github.com/alecthomas/chroma/issues/810)) - [`95cec3b`](https://github.com/alecthomas/chroma/commit/95cec3b) Update groovy.xml ([#&#8203;807](https://github.com/alecthomas/chroma/issues/807)) - [`555bb53`](https://github.com/alecthomas/chroma/commit/555bb53) Add Lexer for Sourcepawn ([#&#8203;804](https://github.com/alecthomas/chroma/issues/804)) - [`b8c853d`](https://github.com/alecthomas/chroma/commit/b8c853d) Fix attributes and <, > in Odin Lexer ([#&#8203;803](https://github.com/alecthomas/chroma/issues/803)) - [`e1e698d`](https://github.com/alecthomas/chroma/commit/e1e698d) Add Odin lexer ([#&#8203;802](https://github.com/alecthomas/chroma/issues/802)) - [`b8ad4d6`](https://github.com/alecthomas/chroma/commit/b8ad4d6) chore: unnecessary use of fmt.Sprintf ([#&#8203;799](https://github.com/alecthomas/chroma/issues/799)) - [`b9a63eb`](https://github.com/alecthomas/chroma/commit/b9a63eb) chore: remove refs to deprecated io/ioutil ([#&#8203;798](https://github.com/alecthomas/chroma/issues/798)) - [`0e7ec95`](https://github.com/alecthomas/chroma/commit/0e7ec95) styles/catppuccin-\*: update colors ([#&#8203;797](https://github.com/alecthomas/chroma/issues/797)) - [`971f5c6`](https://github.com/alecthomas/chroma/commit/971f5c6) Add file support for BIND DNS Zone ([#&#8203;796](https://github.com/alecthomas/chroma/issues/796)) ### [`v2.8.0`](https://github.com/alecthomas/chroma/releases/tag/v2.8.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.7.0...v2.8.0) #### Changelog - [`e8acfc2`](https://github.com/alecthomas/chroma/commit/e8acfc2) Add lexer for ArangoDB Query Language (AQL) ([#&#8203;794](https://github.com/alecthomas/chroma/issues/794)) - [`e422a62`](https://github.com/alecthomas/chroma/commit/e422a62) Add tal (uxntal) lexer - [`4b11965`](https://github.com/alecthomas/chroma/commit/4b11965) lexers/d: Update keyword lists - [`be82a0b`](https://github.com/alecthomas/chroma/commit/be82a0b) improve PSL directive and function highlighting - [`bf8d359`](https://github.com/alecthomas/chroma/commit/bf8d359) FIX: update nord theme to have a base color for NameProperty - [`f720d5a`](https://github.com/alecthomas/chroma/commit/f720d5a) FIX: update nord theme to have a base color for NameOther - [`3c21942`](https://github.com/alecthomas/chroma/commit/3c21942) support http response with no reason phrase - [`029798b`](https://github.com/alecthomas/chroma/commit/029798b) Add AutoIt Lexer - [`4779f90`](https://github.com/alecthomas/chroma/commit/4779f90) Add AutoHotkey lexer - [`e09e498`](https://github.com/alecthomas/chroma/commit/e09e498) lexers/go_template: Add missing global functions ([#&#8203;782](https://github.com/alecthomas/chroma/issues/782)) - [`dcc587e`](https://github.com/alecthomas/chroma/commit/dcc587e) wgsl: Fix typo for texel format rgba16float ([#&#8203;779](https://github.com/alecthomas/chroma/issues/779)) - [`8588e37`](https://github.com/alecthomas/chroma/commit/8588e37) Update iscdhcp xml file ([#&#8203;778](https://github.com/alecthomas/chroma/issues/778)) - [`7c08f45`](https://github.com/alecthomas/chroma/commit/7c08f45) Update the main README to point to the lexers/README ([#&#8203;777](https://github.com/alecthomas/chroma/issues/777)) - [`0eecb2a`](https://github.com/alecthomas/chroma/commit/0eecb2a) Add WebGPU Shading Language lexer ([#&#8203;776](https://github.com/alecthomas/chroma/issues/776)) - [`4f02bc5`](https://github.com/alecthomas/chroma/commit/4f02bc5) support HTTP/2 and HTTP/3 ([#&#8203;774](https://github.com/alecthomas/chroma/issues/774)) - [`357f0cb`](https://github.com/alecthomas/chroma/commit/357f0cb) dhcpd ([#&#8203;772](https://github.com/alecthomas/chroma/issues/772)) - [`2672d3c`](https://github.com/alecthomas/chroma/commit/2672d3c) Add Smali lexer ([#&#8203;765](https://github.com/alecthomas/chroma/issues/765)) ### [`v2.7.0`](https://github.com/alecthomas/chroma/releases/tag/v2.7.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.6.0...v2.7.0) #### Changelog - [`b9e3758`](https://github.com/alecthomas/chroma/commit/b9e3758) Upgrade goreleaser. ### [`v2.6.0`](https://github.com/alecthomas/chroma/releases/tag/v2.6.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.5.0...v2.6.0) #### Changelog - [`f995707`](https://github.com/alecthomas/chroma/commit/f995707) cfengine3 xml: add $(..) to match NameVariable ([#&#8203;768](https://github.com/alecthomas/chroma/issues/768)) - [`cc132ed`](https://github.com/alecthomas/chroma/commit/cc132ed) cfengine3 ([#&#8203;766](https://github.com/alecthomas/chroma/issues/766)) - [`7e30655`](https://github.com/alecthomas/chroma/commit/7e30655) Allow custom XML lexers and styles to be loaded from the command-line. - [`0d91785`](https://github.com/alecthomas/chroma/commit/0d91785) Upgrade go + golangci-lint - [`b831d1b`](https://github.com/alecthomas/chroma/commit/b831d1b) Groovy added a 'record' type and keyword in version 4 ([#&#8203;764](https://github.com/alecthomas/chroma/issues/764)) - [`42c314d`](https://github.com/alecthomas/chroma/commit/42c314d) Raku: Change the token type of builtin types to KeywordType ([#&#8203;759](https://github.com/alecthomas/chroma/issues/759)) - [`96a518b`](https://github.com/alecthomas/chroma/commit/96a518b) \[Python]Add match and case to Keywords ([#&#8203;756](https://github.com/alecthomas/chroma/issues/756)) - [`ecb69ce`](https://github.com/alecthomas/chroma/commit/ecb69ce) Add Note about testing lexers to Readme ([#&#8203;757](https://github.com/alecthomas/chroma/issues/757)) - [`3131088`](https://github.com/alecthomas/chroma/commit/3131088) Fix Playground on Windows ([#&#8203;758](https://github.com/alecthomas/chroma/issues/758)) - [`22f3c60`](https://github.com/alecthomas/chroma/commit/22f3c60) styles/vulcan: Fix background color ([#&#8203;753](https://github.com/alecthomas/chroma/issues/753)) - [`ba01b92`](https://github.com/alecthomas/chroma/commit/ba01b92) Add support for Z80 assembly ([#&#8203;751](https://github.com/alecthomas/chroma/issues/751)) - [`3ac94ee`](https://github.com/alecthomas/chroma/commit/3ac94ee) Add HolyC support ([#&#8203;750](https://github.com/alecthomas/chroma/issues/750)) - [`1d0ed7f`](https://github.com/alecthomas/chroma/commit/1d0ed7f) increase php priority over phtml - [`a40c95e`](https://github.com/alecthomas/chroma/commit/a40c95e) Add support for Natural language ### [`v2.5.0`](https://github.com/alecthomas/chroma/releases/tag/v2.5.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.4.0...v2.5.0) #### Changelog - [`4bfa1bb`](https://github.com/alecthomas/chroma/commit/4bfa1bb) Rust: Add initial support for string interpolation - [`f5f48e2`](https://github.com/alecthomas/chroma/commit/f5f48e2) Rust: Generalize declaritive and function-like macros ([#&#8203;742](https://github.com/alecthomas/chroma/issues/742)) - [`55b0e59`](https://github.com/alecthomas/chroma/commit/55b0e59) Rust: Attempt to lex constant idents ([#&#8203;741](https://github.com/alecthomas/chroma/issues/741)) - [`87869f8`](https://github.com/alecthomas/chroma/commit/87869f8) Fix rust byte char capture ([#&#8203;740](https://github.com/alecthomas/chroma/issues/740)) - [`0ea6503`](https://github.com/alecthomas/chroma/commit/0ea6503) Rust: Include starting apostrophe in lifetime / loop label token ([#&#8203;739](https://github.com/alecthomas/chroma/issues/739)) - [`633f8e0`](https://github.com/alecthomas/chroma/commit/633f8e0) Removes 'tabindex="0"' from \`<pre>' elements - [`3d1bc51`](https://github.com/alecthomas/chroma/commit/3d1bc51) add missing type suffixes for nim - [`d5b3291`](https://github.com/alecthomas/chroma/commit/d5b3291) Add default diff support ([#&#8203;732](https://github.com/alecthomas/chroma/issues/732)) - [`db073d8`](https://github.com/alecthomas/chroma/commit/db073d8) deps: Bump modules for `cmd/chromad` - [`4553686`](https://github.com/alecthomas/chroma/commit/4553686) deps: Bump go modules for `cmd/chroma` - [`366b9db`](https://github.com/alecthomas/chroma/commit/366b9db) deps: Bump go modules - [`482cb62`](https://github.com/alecthomas/chroma/commit/482cb62) \[Rust] Fix string whitespace skip - [`4aaf294`](https://github.com/alecthomas/chroma/commit/4aaf294) Update issue template to reference playground shareable links - [`5ca7345`](https://github.com/alecthomas/chroma/commit/5ca7345) fix: inconsistent YAML multiline parsing ([#&#8203;475](https://github.com/alecthomas/chroma/issues/475)) - [`d330b76`](https://github.com/alecthomas/chroma/commit/d330b76) feat: support sharing in playground - [`0e2db44`](https://github.com/alecthomas/chroma/commit/0e2db44) Add `-webkit-user-select: none;` to support Safari - [`45e3bfb`](https://github.com/alecthomas/chroma/commit/45e3bfb) Convert bashsessions lexer to XML ### [`v2.4.0`](https://github.com/alecthomas/chroma/releases/tag/v2.4.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.3.0...v2.4.0) #### Changelog - [`aecedef`](https://github.com/alecthomas/chroma/commit/aecedef) Rename 'Base Makefile' lexer to 'Makefile' - [`740e4b8`](https://github.com/alecthomas/chroma/commit/740e4b8) Add systemd .service and .socket to ini lexer - [`f07788e`](https://github.com/alecthomas/chroma/commit/f07788e) More improvements to PowerShell lexer ([#&#8203;708](https://github.com/alecthomas/chroma/issues/708)) - [`94d7858`](https://github.com/alecthomas/chroma/commit/94d7858) Create Onedark theme ([#&#8203;704](https://github.com/alecthomas/chroma/issues/704)) - [`42e5421`](https://github.com/alecthomas/chroma/commit/42e5421) Improved PowerShell lexer ([#&#8203;700](https://github.com/alecthomas/chroma/issues/700)) - [`16fd666`](https://github.com/alecthomas/chroma/commit/16fd666) Fix a bug that ate functions ;) ([#&#8203;702](https://github.com/alecthomas/chroma/issues/702)) - [`ee9558d`](https://github.com/alecthomas/chroma/commit/ee9558d) Update c.xml - [`877797e`](https://github.com/alecthomas/chroma/commit/877797e) fix: add CSS `gap` property - [`5644f41`](https://github.com/alecthomas/chroma/commit/5644f41) Add lexer for BQN ([#&#8203;691](https://github.com/alecthomas/chroma/issues/691)) - [`71d4be6`](https://github.com/alecthomas/chroma/commit/71d4be6) Lexer support for the stas language ([#&#8203;699](https://github.com/alecthomas/chroma/issues/699)) - [`be4aebd`](https://github.com/alecthomas/chroma/commit/be4aebd) Add Vala Lexer ([#&#8203;697](https://github.com/alecthomas/chroma/issues/697)) - [`d6ea504`](https://github.com/alecthomas/chroma/commit/d6ea504) Classify object names and enum names as class names - [`6ca7db7`](https://github.com/alecthomas/chroma/commit/6ca7db7) Fix typo - [`be6230c`](https://github.com/alecthomas/chroma/commit/be6230c) Update Rose-pine style - [`ebba701`](https://github.com/alecthomas/chroma/commit/ebba701) feat: add MustNewXMLStyle - [`c263f6f`](https://github.com/alecthomas/chroma/commit/c263f6f) feat: XML style definitions ([#&#8203;693](https://github.com/alecthomas/chroma/issues/693)) - [`b264397`](https://github.com/alecthomas/chroma/commit/b264397) fix: ensure HTML flags apply to --html-styles - [`d0e811c`](https://github.com/alecthomas/chroma/commit/d0e811c) fix: use a class with line links when requested ([#&#8203;692](https://github.com/alecthomas/chroma/issues/692)) - [`5e27ea4`](https://github.com/alecthomas/chroma/commit/5e27ea4) Update Catppuccin for all variants ([#&#8203;687](https://github.com/alecthomas/chroma/issues/687)) - [`f0bac8c`](https://github.com/alecthomas/chroma/commit/f0bac8c) Lexer for VHS ([#&#8203;690](https://github.com/alecthomas/chroma/issues/690)) - [`06f7007`](https://github.com/alecthomas/chroma/commit/06f7007) Update READMEs to be more obvious about XML lexers. - [`9b9b245`](https://github.com/alecthomas/chroma/commit/9b9b245) Feat: Add Rosé-Pine variants ([#&#8203;689](https://github.com/alecthomas/chroma/issues/689)) - [`b2a2ba5`](https://github.com/alecthomas/chroma/commit/b2a2ba5) added lexer for PSL ([#&#8203;688](https://github.com/alecthomas/chroma/issues/688)) - [`40b7a91`](https://github.com/alecthomas/chroma/commit/40b7a91) Upgrade project to Go 1.19 and switch to alecthomas/assert/v2 - [`b338844`](https://github.com/alecthomas/chroma/commit/b338844) add catppuccin mocha - [`b7c7bdb`](https://github.com/alecthomas/chroma/commit/b7c7bdb) Add a lexer for sed ([#&#8203;682](https://github.com/alecthomas/chroma/issues/682)) - [`5559bcc`](https://github.com/alecthomas/chroma/commit/5559bcc) Add support for F# open static class - [`396f572`](https://github.com/alecthomas/chroma/commit/396f572) fix: parse all of `@foo.bar` as a Python decorator - [`750df98`](https://github.com/alecthomas/chroma/commit/750df98) style: reformat Whiley expected testdata - [`d0d94c2`](https://github.com/alecthomas/chroma/commit/d0d94c2) Revise the fortran lexer to correctly flag whitespace for "DO CONCURRENT" and "GO TO", and to correctly flag the word boundary of keywords. - [`c56819b`](https://github.com/alecthomas/chroma/commit/c56819b) Fixed OpenEdgeABL String literals ([#&#8203;652](https://github.com/alecthomas/chroma/issues/652)) - [`48a2af1`](https://github.com/alecthomas/chroma/commit/48a2af1) Update UsingByGroup documentation - [`739028e`](https://github.com/alecthomas/chroma/commit/739028e) Add pygments2chroma_xml.py - [`65c601b`](https://github.com/alecthomas/chroma/commit/65c601b) Add HLSL language support ([#&#8203;675](https://github.com/alecthomas/chroma/issues/675)) - [`cbe8b53`](https://github.com/alecthomas/chroma/commit/cbe8b53) Add Modus Operandi (light) theme - [`5b957aa`](https://github.com/alecthomas/chroma/commit/5b957aa) Add Modus Vivendi (dark) theme - [`f3aeb99`](https://github.com/alecthomas/chroma/commit/f3aeb99) Add .editorconfig - [`1da7ff5`](https://github.com/alecthomas/chroma/commit/1da7ff5) Add .pylintrc to ini lexer - [`d38b871`](https://github.com/alecthomas/chroma/commit/d38b871) Add linkable line number option to CLI - [`9ac9b11`](https://github.com/alecthomas/chroma/commit/9ac9b11) Add .mts,.cts to typescript lexer ([#&#8203;677](https://github.com/alecthomas/chroma/issues/677)) ### [`v2.3.0`](https://github.com/alecthomas/chroma/releases/tag/v2.3.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.2.0...v2.3.0) #### Changelog - [`6138519`](https://github.com/alecthomas/chroma/commit/6138519) Add properties to supported languages ([#&#8203;674](https://github.com/alecthomas/chroma/issues/674)) - [`a238967`](https://github.com/alecthomas/chroma/commit/a238967) Improve properties file lexer ([#&#8203;671](https://github.com/alecthomas/chroma/issues/671)) - [`a531e40`](https://github.com/alecthomas/chroma/commit/a531e40) Add lexer for properties files ([#&#8203;670](https://github.com/alecthomas/chroma/issues/670)) - [`dbb09a5`](https://github.com/alecthomas/chroma/commit/dbb09a5) Add Colour.ClampBrightness and StyleBuilder.Transform. - [`e1a35d4`](https://github.com/alecthomas/chroma/commit/e1a35d4) transact-sql: added functions string_agg and concat_ws to lexer - [`3f86ac7`](https://github.com/alecthomas/chroma/commit/3f86ac7) Add Gruvbox light theme - [`d55b06c`](https://github.com/alecthomas/chroma/commit/d55b06c) Bump testify, repr to the latest version ([#&#8203;665](https://github.com/alecthomas/chroma/issues/665)) - [`4fa270a`](https://github.com/alecthomas/chroma/commit/4fa270a) Update GAS lexer ([#&#8203;661](https://github.com/alecthomas/chroma/issues/661)) - [`cde3818`](https://github.com/alecthomas/chroma/commit/cde3818) Update mcfunction lexer to support newer spec of commands - [`6538430`](https://github.com/alecthomas/chroma/commit/6538430) cfengine3: Removed rule attempting to highlight variable names - [`111921a`](https://github.com/alecthomas/chroma/commit/111921a) Add cjs to Javascript lexer - [`c13ff14`](https://github.com/alecthomas/chroma/commit/c13ff14) fix(styles/github-dark): update definitions, reformat - [`96fe58e`](https://github.com/alecthomas/chroma/commit/96fe58e) Add BSDmakefile to make lexer ([#&#8203;654](https://github.com/alecthomas/chroma/issues/654)) - [`c714e84`](https://github.com/alecthomas/chroma/commit/c714e84) add(styles/github-dark): github's dark colorscheme for chroma ([#&#8203;653](https://github.com/alecthomas/chroma/issues/653)) - [`3b326be`](https://github.com/alecthomas/chroma/commit/3b326be) Add Dockerfile.\* to docker lexer - [`5ce1d5d`](https://github.com/alecthomas/chroma/commit/5ce1d5d) lexers: Add BIND DNS Zone lexer - [`f941d46`](https://github.com/alecthomas/chroma/commit/f941d46) Add Chapel Lexer - [`298b727`](https://github.com/alecthomas/chroma/commit/298b727) Revise fortran fixed format lexer to recognize comments using the "!" mark in columns 1-5 and columns > 6. Remove incorrect "0" label being a comment. - [`9a038fb`](https://github.com/alecthomas/chroma/commit/9a038fb) Revise fortran lexer to be consistent with the current version in pygments ### [`v2.2.0`](https://github.com/alecthomas/chroma/releases/tag/v2.2.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.1.0...v2.2.0) #### Changelog - [`d18e8a4`](https://github.com/alecthomas/chroma/commit/d18e8a4) Add `InlineCode` option for inline code blocks ### [`v2.1.0`](https://github.com/alecthomas/chroma/releases/tag/v2.1.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.0.1...v2.1.0) #### Changelog - [`530c45d`](https://github.com/alecthomas/chroma/commit/530c45d) Don't append semicolon to styleEntry if there is no other style - [`5397b48`](https://github.com/alecthomas/chroma/commit/5397b48) Append semicolon to `tabWidthStyle`. - [`c78b8a6`](https://github.com/alecthomas/chroma/commit/c78b8a6) Fix extra semicolon in `tabWidthStyle` - [`806ca29`](https://github.com/alecthomas/chroma/commit/806ca29) Add V lexer ([#&#8203;640](https://github.com/alecthomas/chroma/issues/640)) ### [`v2.0.1`](https://github.com/alecthomas/chroma/releases/tag/v2.0.1) [Compare Source](https://github.com/alecthomas/chroma/compare/v2.0.0...v2.0.1) #### Changelog - [`4dfc2ca`](https://github.com/alecthomas/chroma/commit/4dfc2ca) refactor: run go mod tidy on chromad ### [`v2.0.0`](https://github.com/alecthomas/chroma/releases/tag/v2.0.0) [Compare Source](https://github.com/alecthomas/chroma/compare/v0.10.0...v2.0.0) #### Changelog - [`d13d611`](https://github.com/alecthomas/chroma/commit/d13d611) Add value keyword for Kotlin - [`dea6a13`](https://github.com/alecthomas/chroma/commit/dea6a13) Add CSS style inheritance to `WithCustomCSS` option - [`7d77940`](https://github.com/alecthomas/chroma/commit/7d77940) \[html formatter] Add option to let users provide custom CSS styles - [`7cc13cf`](https://github.com/alecthomas/chroma/commit/7cc13cf) Add support for F# package reference + Fix CommentPreproc detection ([#&#8203;631](https://github.com/alecthomas/chroma/issues/631)) - [`073a30b`](https://github.com/alecthomas/chroma/commit/073a30b) Add Whiley Lexer ([#&#8203;628](https://github.com/alecthomas/chroma/issues/628)) - [`44d1d23`](https://github.com/alecthomas/chroma/commit/44d1d23) fix: revert line change from pygments converter - [`d070b1c`](https://github.com/alecthomas/chroma/commit/d070b1c) Fix for C# identifiers with leading underscores - [`f7d2bb0`](https://github.com/alecthomas/chroma/commit/f7d2bb0) fix: pin to Go 1.17 for now - [`f7893bc`](https://github.com/alecthomas/chroma/commit/f7893bc) add an average rgb scheme - [`7bfe2f4`](https://github.com/alecthomas/chroma/commit/7bfe2f4) fix: add Dart `required` keyword </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate added the
renovate
label 2024-09-15 02:01:23 +02:00
renovate added 1 commit 2024-09-15 02:01:23 +02:00
chore(deps): update module github.com/alecthomas/chroma to v2
Some checks failed
renovate/artifacts Artifact file update failure
9eb59c3120
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: gitea.ocram85.com/OCram85/caddy-gitea imports
	gitea.orcram85.com/OCram85/caddy-gitea/pkg/gitea: cannot find module providing package gitea.orcram85.com/OCram85/caddy-gitea/pkg/gitea

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: -d flag is deprecated. -d=true is a no-op go: gitea.ocram85.com/OCram85/caddy-gitea imports gitea.orcram85.com/OCram85/caddy-gitea/pkg/gitea: cannot find module providing package gitea.orcram85.com/OCram85/caddy-gitea/pkg/gitea ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-alecthomas-chroma-2.x:renovate/github.com-alecthomas-chroma-2.x
git checkout renovate/github.com-alecthomas-chroma-2.x
Sign in to join this conversation.
No description provided.