Repository :
https://github.com/colorer/Colorer-schemes
Branch 'master' now includes:
431e77e Recognise Containerfile and extra ignore-list filenames.
d6f3df3 Promote JSON/YAML/TOML/Jupyter to scripts and bind .jsonc.
9130667 Highlight modern JavaScript operators, private fields, and using.
7a89469 Highlight PHP 8 match, enum, attributes, and =>.
995688a Highlight CSS nesting, :has(), and modern at-rules.
a5e6ee0 Highlight GitHub Actions ${{ }} expressions in YAML.
3be6b10 Keep the YAML Actions golden in the UTF-8 BOM form colorer emits.
f992649 Add dotenv highlighting for .env and .env.* files.
34aec7b Add Protocol Buffers highlighting for .proto files.
6a087cd Add Astro highlighting with JS front matter and JSX markup.
19b2058 Add MDX highlighting on top of Markdown.
2b11935 Add CSV and TSV highlighting for separators and quoted fields.
b9fd7f5 Treat Python type as a keyword for PEP 695 aliases.
a8c8ef2 Highlight Go //go: compiler directives before line comments.
3abe689 Colour TSV tab separators by attaching them to the preceding field.
b2494df Highlight Rust raw strings, crate attributes, and lifetimes.
ee8e321 Add Zig highlighting for .zig sources.
a43cc14 Add Elixir highlighting for .ex and .exs sources.
f594e2a Add GDScript highlighting for .gd sources.
6c26ef1 Add Blade as a separate type on top of PHP.
7637503 Add Luau highlighting on top of Lua for .luau sources.
0380d81 Add Solidity highlighting for .sol sources.
d72449f Add Gleam highlighting for .gleam sources.
35d6174 Add Typst highlighting for .typ markup.
964696f Add Git attributes highlighting for .gitattributes.
07f2b63 Add Julia highlighting for .jl sources.
086905a Highlight Vue v-*/@/: directives and TypeScript script blocks.
4e2c1ea Highlight Dockerfile parser directives before line comments.
fc6f07d Highlight GFM tables and task lists in Markdown.
afc92cd Highlight Java unnamed _ and module-info keywords.
3423c4b Highlight C# collection-expression spread .. before member access.
11dad61 Highlight Go type-set ~ as a symbol in constraints.
6f6d3d4 Bind .slnx Visual Studio solutions to XML.
1fe1d06 Highlight Python PEP 750 t-strings like f-strings.
ba2400e Highlight YAML quoted keys before quoted string values.
e45787a Highlight PostgreSQL dollar-quotes and COPY stdin dumps.
aa6d797 Bind jsconfig/tsconfig JSON and .gitignore_global.
0f2433e Pair [] around config section names.
949cefe Highlight CSS oklch/oklab and color-mix as color functions.
2dfee97 Highlight TypeScript accessor as a keyword.
c66149d Add a GraphQL parse sample and bind .graphqls.
b8feb14 Add an HCL parse sample for .hcl sources.
ed4b80f Add a Terraform parse sample and bind .tofu.
0477fd2 Add a Nix parse sample for .nix sources.
2e2e38b [markdown] highlight common languages in fenced code blocks
502e13b Merge pull request #209 from colorer/new_lang
2115a3e remove example
d81c8f5 update release version