[colorer/Colorer-schemes] master: Merge pull request #209 from colorer/new_lang (502e13b)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
Sep 5, 2026, 5:46:05 AM (5 days ago) Sep 5
to farco...@googlegroups.com
Repository : https://github.com/colorer/Colorer-schemes
On branch : master
Link : https://github.com/colorer/Colorer-schemes/commit/502e13bc06cca1e1680f11a4ff8a0829e938b48b

>---------------------------------------------------------------

commit 502e13bc06cca1e1680f11a4ff8a0829e938b48b
Merge: 01f9e87 2e2e38b
Author: Aleksey Dobrunov <cta...@ctapmex.com>
Date: Sat Sep 5 12:34:41 2026 +0300

Merge pull request #209 from colorer/new_lang

New lang


>---------------------------------------------------------------

502e13bc06cca1e1680f11a4ff8a0829e938b48b
CHANGELOG.md | 44 ++
base/hrc/base/csharp.hrc | 1 +
base/hrc/base/elixir.hrc | 123 +++++
base/hrc/base/gdscript.hrc | 122 +++++
base/hrc/base/gleam.hrc | 89 ++++
base/hrc/base/go.hrc | 5 +
base/hrc/base/java.hrc | 13 +
base/hrc/base/julia.hrc | 113 ++++
base/hrc/base/luau.hrc | 64 +++
base/hrc/base/python.hrc | 14 +-
base/hrc/base/rust.hrc | 30 +-
base/hrc/base/solidity.hrc | 151 ++++++
base/hrc/base/zig.hrc | 160 ++++++
base/hrc/db/sql.hrc | 15 +
base/hrc/inet/astro.hrc | 52 ++
base/hrc/inet/blade.hrc | 59 +++
base/hrc/inet/css.hrc | 91 +++-
base/hrc/inet/jscript.hrc | 52 +-
base/hrc/inet/mdx.hrc | 51 ++
base/hrc/inet/php-script.ent.hrc | 16 +-
base/hrc/inet/php.hrc | 4 +
base/hrc/inet/typescript.hrc | 1 +
base/hrc/inet/vue.hrc | 12 +
base/hrc/misc/markdown.hrc | 115 +++-
base/hrc/misc/typst.hrc | 69 +++
base/hrc/proto.hrc | 86 ++-
base/hrc/rare/csv.hrc | 62 +++
base/hrc/rare/protobuf.hrc | 113 ++++
base/hrc/rare/yaml.hrc | 19 +-
base/hrc/scripts/config.hrc | 14 +-
base/hrc/scripts/dockerfile.hrc | 9 +-
base/hrc/scripts/dotenv.hrc | 72 +++
base/hrc/scripts/gitattributes.hrc | 62 +++
base/hrc/scripts/gitignore.hrc | 3 +-
example.md | 586 +++++++++++++++++++++
tests/test/_valid/astro/page.astro.html | 5 +
tests/test/_valid/blade/page.blade.php.html | 11 +
tests/test/_valid/config/.editorconfig.html | 8 +
tests/test/_valid/csharp/required.cs.html | 5 +-
tests/test/_valid/csv/people.csv.html | 4 +
tests/test/_valid/csv/people.tsv.html | 3 +
tests/test/_valid/docker/Containerfile.html | 6 +
tests/test/_valid/dotenv/.env.example.html | 2 +
tests/test/_valid/dotenv/.env.html | 8 +
tests/test/_valid/elixir/hello.ex.html | 8 +
tests/test/_valid/gdscript/player.gd.html | 8 +
.../test/_valid/gitattributes/.gitattributes.html | 4 +
tests/test/_valid/gitignore/.dockerignore.html | 6 +
tests/test/_valid/gitignore/.gitignore_global.html | 4 +
tests/test/_valid/gleam/hello.gleam.html | 14 +
tests/test/_valid/go/directive.go.html | 13 +
tests/test/_valid/graphql/schema.graphql.html | 11 +
tests/test/_valid/hcl/example.hcl.html | 5 +
tests/test/_valid/html/nesting.css.html | 34 ++
tests/test/_valid/html/operators.js.html | 9 +
tests/test/_valid/html/test.yml.html | 2 +-
tests/test/_valid/html/types.ts.html | 4 +
tests/test/_valid/html/vue/App.vue.html | 30 +-
tests/test/_valid/java/module-info.java.html | 5 +
tests/test/_valid/java/record.java.html | 27 +-
tests/test/_valid/json/jsconfig.json.html | 7 +
tests/test/_valid/json/tsconfig.app.json.html | 8 +
tests/test/_valid/json/tsconfig.jsonc.html | 9 +
tests/test/_valid/julia/hello.jl.html | 10 +
tests/test/_valid/luau/point.luau.html | 9 +
tests/test/_valid/markdown/fences.md.html | 139 +++++
tests/test/_valid/markdown/gfm.md.html | 7 +
tests/test/_valid/mdx/page.mdx.html | 6 +
tests/test/_valid/nix/hello.nix.html | 6 +
.../test/_valid/other/full/steptimesensor.wrl.html | 2 +-
tests/test/_valid/other/lib.rs.html | 74 +--
tests/test/_valid/other/markdown.md.html | 2 +-
tests/test/_valid/php/full/php.kill.php.html | 16 +-
tests/test/_valid/php/php8.php.html | 28 +
tests/test/_valid/protobuf/user.proto.html | 21 +
tests/test/_valid/python/pep695.py.html | 14 +
tests/test/_valid/rust/raw.rs.html | 11 +
tests/test/_valid/solidity/token.sol.html | 14 +
tests/test/_valid/sql/postgres.sql.html | 18 +
tests/test/_valid/terraform/main.tf.html | 5 +
tests/test/_valid/typst/hello.typ.html | 7 +
tests/test/_valid/xml/app.slnx.html | 4 +
tests/test/_valid/yaml/actions.yml.html | 15 +
tests/test/_valid/zig/hello.zig.html | 11 +
tests/test/astro/page.astro | 4 +
tests/test/blade/page.blade.php | 10 +
tests/test/config/.editorconfig | 7 +
tests/test/csharp/required.cs | 1 +
tests/test/csv/people.csv | 3 +
tests/test/csv/people.tsv | 2 +
tests/test/docker/Containerfile | 5 +
tests/test/dotenv/.env | 7 +
tests/test/dotenv/.env.example | 1 +
tests/test/elixir/hello.ex | 7 +
tests/test/gdscript/player.gd | 7 +
tests/test/gitattributes/.gitattributes | 3 +
tests/test/gitignore/.dockerignore | 5 +
tests/test/gitignore/.gitignore_global | 3 +
tests/test/gleam/hello.gleam | 13 +
tests/test/go/directive.go | 12 +
tests/test/graphql/schema.graphql | 10 +
tests/test/hcl/example.hcl | 4 +
tests/test/html/nesting.css | 33 ++
tests/test/html/operators.js | 8 +
tests/test/html/types.ts | 4 +
tests/test/html/vue/App.vue | 6 +-
tests/test/java/module-info.java | 4 +
tests/test/java/record.java | 3 +-
tests/test/json/jsconfig.json | 6 +
tests/test/json/tsconfig.app.json | 7 +
tests/test/json/tsconfig.jsonc | 8 +
tests/test/julia/hello.jl | 9 +
tests/test/luau/point.luau | 8 +
tests/test/markdown/fences.md | 138 +++++
tests/test/markdown/gfm.md | 6 +
tests/test/mdx/page.mdx | 5 +
tests/test/nix/hello.nix | 5 +
tests/test/php/php8.php | 27 +
tests/test/protobuf/user.proto | 20 +
tests/test/python/pep695.py | 13 +
tests/test/rust/raw.rs | 10 +
tests/test/solidity/token.sol | 13 +
tests/test/sql/postgres.sql | 17 +
tests/test/terraform/main.tf | 4 +
tests/test/typst/hello.typ | 6 +
tests/test/xml/app.slnx | 3 +
tests/test/yaml/actions.yml | 14 +
tests/test/zig/hello.zig | 10 +
128 files changed, 3529 insertions(+), 133 deletions(-)


Reply all
Reply to author
Forward
0 new messages