[new release] ochre and ochre-cli (1.0.0)#29700
Merged
jmid merged 5 commits intoocaml:masterfrom Apr 18, 2026
Merged
Conversation
jmid
reviewed
Apr 10, 2026
Member
jmid
left a comment
There was a problem hiding this comment.
Thanks!
CI is failing, e.g., on 5.4 with
2dab476 to
92e909f
Compare
Contributor
Author
|
Blocked by #29717 |
CHANGES: - Initial release of ochre, a syntax highlighter inspired by Shiki, using TextMate grammars and themes to produce accurate, beautiful syntax highlighting. It supports HTML output with inline styles, ANSI terminal colors, and raw token output - Initial release of ochre-cli, a CLI tool for highlighting source code using TextMate grammars and themes
92e909f to
aa28f2f
Compare
Contributor
Author
|
I republished the package, a few errors popped but nothing very critical imo |
jmid
reviewed
Apr 16, 2026
Member
jmid
left a comment
There was a problem hiding this comment.
Thanks!
To silence the Centos-9 and openSUSE-15.6 failures (which I believe is because of a too old library version), we could add the following:
x-ci-accept-failures: ["centos-9" "opensuse-15.6"]
I've also added a couple of suggestions to disable runtest on bytecode only, which fails with ".exe not found" on 32-bit OCaml5 platforms.
Co-authored-by: Jan Midtgaard <mail@janmidtgaard.dk>
Co-authored-by: Jan Midtgaard <mail@janmidtgaard.dk>
jmid
reviewed
Apr 18, 2026
jmid
reviewed
Apr 18, 2026
Co-authored-by: Jan Midtgaard <mail@janmidtgaard.dk>
jmid
approved these changes
Apr 18, 2026
Member
jmid
left a comment
There was a problem hiding this comment.
LGTM now thanks!
FTR, CI is failing on Cygwin-MinGW which doesn't support oniguruma
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syntax highlighter using TextMate grammars and themes
CHANGES: