Skip to content

Tags: alecthomas/chroma

Tags

v2.17.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Gleam lexer (#1072)

I made the Gleam lexer *dumber* (that is, more acquiescent), but it
fixes #1054 and still passes the tests.

v2.16.0

chore: clean up Makefile

v2.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add WebVTT lexer (#707) (#1032)

Implements a WebVTT lexer (#707)

v2.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lexers/cue: support CUE attributes (#961)

Currently the following CUE results in the chroma lexer producing an
error token for the '@':

    value: string @go(Value)

This code is, however, valid CUE. '@go' is an attributes.

This change adds lexer support for attributes in CUE.

v2.13.0

fix: include compress state in style cache key

Fixes #945

v2.12.0

Add renovate

v2.11.1

fix: bad path normalisation

v2.11.0

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

File loading runs after Get(), but Get() always succeeds so it would
never load a file.

v2.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add test for ucode (#881)

v2.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Java lexer (#873)