├── .editorconfig ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.yaml │ ├── feature_request.yaml │ └── lexer_request.yaml └── workflows │ ├── ci.yml │ └── release.yml ├── .gitignore ├── .golangci.yml ├── .goreleaser.yml ├── Bitfile ├── COPYING ├── Dockerfile ├── Makefile ├── README.md ├── _tools ├── css2style │ └── main.go ├── exercise │ └── main.go ├── format_supported_langs.py ├── pygments2chroma.hlb ├── pygments2chroma_xml.py ├── pyproject.toml ├── style.py └── uv.lock ├── bin ├── .binaryen-125.pkg ├── .biome-2.3.8.pkg ├── .bit-0.5.2.pkg ├── .caddy-2.10.2.pkg ├── .enumer-1.6.1.pkg ├── .esbuild-0.27.1.pkg ├── .go-1.25.5.pkg ├── .golangci-lint-1.64.6.pkg ├── .goreleaser-1.26.2.pkg ├── .hlb-0.4.0.pkg ├── .hyperfine-1.20.0.pkg ├── .python3-3.13.2.pkg ├── .reflex-0.3.1.pkg ├── .svu-3.3.0.pkg ├── .tinygo-0.39.0.pkg ├── .typescript-7.0.0-dev.20250629.1.pkg ├── .uv-0.9.16.pkg ├── .watchexec-2.3.2.pkg ├── README.hermit.md ├── activate-hermit ├── binaryen-unittests ├── biome ├── bit ├── caddy ├── chroma ├── chromad ├── enumer ├── esbuild ├── go ├── gofmt ├── golangci-lint ├── goreleaser ├── hermit ├── hermit.hcl ├── hlb ├── hyperfine ├── pip ├── pip3 ├── pip3.13 ├── pydoc3 ├── pydoc3.13 ├── python ├── python3 ├── python3-config ├── python3.13 ├── python3.13-config ├── reflex ├── svu ├── tinygo ├── tsc ├── uv ├── uvx ├── wasm-as ├── wasm-ctor-eval ├── wasm-dis ├── wasm-emscripten-finalize ├── wasm-fuzz-lattices ├── wasm-fuzz-types ├── wasm-merge ├── wasm-metadce ├── wasm-opt ├── wasm-reduce ├── wasm-shell ├── wasm-split ├── wasm2js └── watchexec ├── biome.json ├── chroma.jpg ├── cmd ├── chroma │ ├── go.mod │ ├── go.sum │ └── main.go ├── chromad │ ├── go.mod │ ├── go.sum │ ├── main.go │ ├── reflex.conf │ ├── static │ │ ├── base64.js │ │ ├── bulma.css │ │ ├── chroma.js │ │ ├── index.css │ │ └── index.js │ └── templates │ │ └── index.html.tmpl └── libchromawasm │ └── main.go ├── coalesce.go ├── coalesce_test.go ├── colour.go ├── colour_test.go ├── delegate.go ├── delegate_test.go ├── doc.go ├── emitters.go ├── formatter.go ├── formatters ├── api.go ├── html │ ├── html.go │ └── html_test.go ├── json.go ├── svg │ ├── font_liberation_mono.go │ └── svg.go ├── tokens.go ├── tty_indexed.go ├── tty_indexed_test.go └── tty_truecolour.go ├── go.mod ├── go.sum ├── iterator.go ├── lexer.go ├── lexer_test.go ├── lexers ├── README.md ├── caddyfile.go ├── cl.go ├── dns.go ├── emacs.go ├── embedded │ ├── abap.xml │ ├── abnf.xml │ ├── actionscript.xml │ ├── actionscript_3.xml │ ├── ada.xml │ ├── agda.xml │ ├── al.xml │ ├── alloy.xml │ ├── angular2.xml │ ├── antlr.xml │ ├── apacheconf.xml │ ├── apl.xml │ ├── applescript.xml │ ├── arangodb_aql.xml │ ├── arduino.xml │ ├── armasm.xml │ ├── atl.xml │ ├── autohotkey.xml │ ├── autoit.xml │ ├── awk.xml │ ├── ballerina.xml │ ├── bash.xml │ ├── bash_session.xml │ ├── batchfile.xml │ ├── beef.xml │ ├── bibtex.xml │ ├── bicep.xml │ ├── blitzbasic.xml │ ├── bnf.xml │ ├── bqn.xml │ ├── brainfuck.xml │ ├── c#.xml │ ├── c++.xml │ ├── c.xml │ ├── c3.xml │ ├── cap_n_proto.xml │ ├── cassandra_cql.xml │ ├── ceylon.xml │ ├── cfengine3.xml │ ├── cfstatement.xml │ ├── chaiscript.xml │ ├── chapel.xml │ ├── cheetah.xml │ ├── clojure.xml │ ├── cmake.xml │ ├── cobol.xml │ ├── coffeescript.xml │ ├── common_lisp.xml │ ├── coq.xml │ ├── core.xml │ ├── crystal.xml │ ├── css.xml │ ├── csv.xml │ ├── cue.xml │ ├── cython.xml │ ├── d.xml │ ├── dart.xml │ ├── dax.xml │ ├── desktop_entry.xml │ ├── devicetree.xml │ ├── diff.xml │ ├── django_jinja.xml │ ├── dns.xml │ ├── docker.xml │ ├── dtd.xml │ ├── dylan.xml │ ├── ebnf.xml │ ├── elixir.xml │ ├── elm.xml │ ├── emacslisp.xml │ ├── erlang.xml │ ├── factor.xml │ ├── fennel.xml │ ├── fish.xml │ ├── forth.xml │ ├── fortran.xml │ ├── fortranfixed.xml │ ├── fsharp.xml │ ├── gas.xml │ ├── gdscript.xml │ ├── gdscript3.xml │ ├── gherkin.xml │ ├── gleam.xml │ ├── glsl.xml │ ├── gnuplot.xml │ ├── go_template.xml │ ├── graphql.xml │ ├── groff.xml │ ├── groovy.xml │ ├── handlebars.xml │ ├── hare.xml │ ├── haskell.xml │ ├── hcl.xml │ ├── hexdump.xml │ ├── hlb.xml │ ├── hlsl.xml │ ├── holyc.xml │ ├── html.xml │ ├── hy.xml │ ├── idris.xml │ ├── igor.xml │ ├── ini.xml │ ├── io.xml │ ├── iscdhcpd.xml │ ├── j.xml │ ├── janet.xml │ ├── java.xml │ ├── javascript.xml │ ├── json.xml │ ├── jsonata.xml │ ├── jsonnet.xml │ ├── julia.xml │ ├── jungle.xml │ ├── kakoune.xml │ ├── kotlin.xml │ ├── lean.xml │ ├── lighttpd_configuration_file.xml │ ├── llvm.xml │ ├── lox.xml │ ├── lua.xml │ ├── makefile.xml │ ├── mako.xml │ ├── mason.xml │ ├── materialize_sql_dialect.xml │ ├── mathematica.xml │ ├── matlab.xml │ ├── mcfunction.xml │ ├── meson.xml │ ├── metal.xml │ ├── minizinc.xml │ ├── mlir.xml │ ├── modelica.xml │ ├── modula-2.xml │ ├── mojo.xml │ ├── monkeyc.xml │ ├── moonscript.xml │ ├── morrowindscript.xml │ ├── myghty.xml │ ├── mysql.xml │ ├── nasm.xml │ ├── natural.xml │ ├── ndisasm.xml │ ├── newspeak.xml │ ├── nginx_configuration_file.xml │ ├── nim.xml │ ├── nix.xml │ ├── nsis.xml │ ├── nu.xml │ ├── objective-c.xml │ ├── objectpascal.xml │ ├── ocaml.xml │ ├── octave.xml │ ├── odin.xml │ ├── onesenterprise.xml │ ├── openedge_abl.xml │ ├── openscad.xml │ ├── org_mode.xml │ ├── pacmanconf.xml │ ├── perl.xml │ ├── php.xml │ ├── pig.xml │ ├── pkgconfig.xml │ ├── pl_pgsql.xml │ ├── plaintext.xml │ ├── plutus_core.xml │ ├── pony.xml │ ├── postgresql_sql_dialect.xml │ ├── postscript.xml │ ├── povray.xml │ ├── powerquery.xml │ ├── powershell.xml │ ├── prolog.xml │ ├── promela.xml │ ├── promql.xml │ ├── properties.xml │ ├── protocol_buffer.xml │ ├── prql.xml │ ├── psl.xml │ ├── puppet.xml │ ├── python.xml │ ├── python_2.xml │ ├── qbasic.xml │ ├── qml.xml │ ├── r.xml │ ├── racket.xml │ ├── ragel.xml │ ├── react.xml │ ├── reasonml.xml │ ├── reg.xml │ ├── rego.xml │ ├── rexx.xml │ ├── rgbasm.xml │ ├── ring.xml │ ├── rpgle.xml │ ├── rpm_spec.xml │ ├── ruby.xml │ ├── rust.xml │ ├── sas.xml │ ├── sass.xml │ ├── scala.xml │ ├── scheme.xml │ ├── scilab.xml │ ├── scss.xml │ ├── sed.xml │ ├── sieve.xml │ ├── smali.xml │ ├── smalltalk.xml │ ├── smarty.xml │ ├── snbt.xml │ ├── snobol.xml │ ├── solidity.xml │ ├── sourcepawn.xml │ ├── sparql.xml │ ├── sql.xml │ ├── squidconf.xml │ ├── standard_ml.xml │ ├── stas.xml │ ├── stylus.xml │ ├── swift.xml │ ├── systemd.xml │ ├── systemverilog.xml │ ├── tablegen.xml │ ├── tal.xml │ ├── tasm.xml │ ├── tcl.xml │ ├── tcsh.xml │ ├── termcap.xml │ ├── terminfo.xml │ ├── terraform.xml │ ├── tex.xml │ ├── thrift.xml │ ├── toml.xml │ ├── tradingview.xml │ ├── transact-sql.xml │ ├── turing.xml │ ├── turtle.xml │ ├── twig.xml │ ├── txtpb.xml │ ├── typescript.xml │ ├── typoscript.xml │ ├── typoscriptcssdata.xml │ ├── typoscripthtmldata.xml │ ├── typst.xml │ ├── ucode.xml │ ├── v.xml │ ├── v_shell.xml │ ├── vala.xml │ ├── vb_net.xml │ ├── verilog.xml │ ├── vhdl.xml │ ├── vhs.xml │ ├── viml.xml │ ├── vue.xml │ ├── wat.xml │ ├── wdte.xml │ ├── webgpu_shading_language.xml │ ├── webvtt.xml │ ├── whiley.xml │ ├── xml.xml │ ├── xorg.xml │ ├── yaml.xml │ ├── yang.xml │ ├── z80_assembly.xml │ ├── zed.xml │ └── zig.xml ├── gemtext.go ├── genshi.go ├── go.go ├── go_test.go ├── haxe.go ├── html.go ├── http.go ├── lexer_benchmark_test.go ├── lexers.go ├── lexers_test.go ├── markdown.go ├── mysql.go ├── php.go ├── raku.go ├── rst.go ├── svelte.go ├── testdata │ ├── abap.actual │ ├── abap.expected │ ├── agda.actual │ ├── agda.expected │ ├── al.actual │ ├── al.expected │ ├── alloy.actual │ ├── alloy.expected │ ├── analysis │ │ ├── bash.actual │ │ ├── bash.expected │ │ ├── c.ifdef.actual │ │ ├── c.ifdef.expected │ │ ├── c.ifndef.actual │ │ ├── c.ifndef.expected │ │ ├── c.include.actual │ │ ├── c.include.expected │ │ ├── cpp.include.actual │ │ ├── cpp.include.expected │ │ ├── cpp.namespace.actual │ │ ├── cpp.namespace.expected │ │ ├── mysql.backtick.actual │ │ └── mysql.backtick.expected │ ├── aql │ │ ├── comments.actual │ │ ├── comments.expected │ │ ├── functions.actual │ │ ├── functions.expected │ │ ├── identifiers.actual │ │ ├── identifiers.expected │ │ ├── keywords.actual │ │ ├── keywords.expected │ │ ├── numbers.actual │ │ ├── numbers.expected │ │ ├── queries.actual │ │ ├── queries.expected │ │ ├── strings.actual │ │ └── strings.expected │ ├── arduino.actual │ ├── arduino.expected │ ├── armasm.actual │ ├── armasm.expected │ ├── atl.actual │ ├── atl.expected │ ├── ballerina.actual │ ├── ballerina.expected │ ├── bash-session.actual │ ├── bash-session.expected │ ├── bash.actual │ ├── bash.expected │ ├── beef.actual │ ├── beef.expected │ ├── bib.actual │ ├── bib.expected │ ├── bicep │ │ ├── bicep-coalesce-operator.actual │ │ ├── bicep-coalesce-operator.expected │ │ ├── bicep-comments.actual │ │ ├── bicep-comments.expected │ │ ├── bicep-directives.actual │ │ ├── bicep-directives.expected │ │ ├── bicep-function-any.actual │ │ ├── bicep-function-any.expected │ │ ├── bicep-function-deployment.actual │ │ ├── bicep-function-deployment.expected │ │ ├── bicep-function-logical.actual │ │ ├── bicep-function-logical.expected │ │ ├── bicep-lambdas.actual │ │ ├── bicep-lambdas.expected │ │ ├── bicep-module.actual │ │ ├── bicep-module.expected │ │ ├── bicep-newlinesensitivity.actual │ │ ├── bicep-newlinesensitivity.expected │ │ ├── bicep-output.actual │ │ ├── bicep-output.expected │ │ ├── bicep-parameter-decoration.actual │ │ ├── bicep-parameter-decoration.expected │ │ ├── bicep-resource-conditional.actual │ │ ├── bicep-resource-conditional.expected │ │ ├── bicep-resource-multiple.actual │ │ ├── bicep-resource-multiple.expected │ │ ├── bicep-string-singleline-multiline.actual │ │ ├── bicep-string-singleline-multiline.expected │ │ ├── bicep-targetScope.actual │ │ ├── bicep-targetScope.expected │ │ ├── bicep-types.actual │ │ ├── bicep-types.expected │ │ ├── bicep-variable-string-interpolation.actual │ │ └── bicep-variable-string-interpolation.expected │ ├── bqn.actual │ ├── bqn.expected │ ├── c3.actual │ ├── c3.expected │ ├── caddyfile.actual │ ├── caddyfile.expected │ ├── cfengine3.actual │ ├── cfengine3.expected │ ├── chapel.actual │ ├── chapel.expected │ ├── core.actual │ ├── core.expected │ ├── cpp.actual │ ├── cpp.expected │ ├── cql.actual │ ├── cql.expected │ ├── csharp │ │ ├── csharp_8_nullable.actual │ │ ├── csharp_8_nullable.expected │ │ ├── csharp_9_records_1.actual │ │ ├── csharp_9_records_1.expected │ │ ├── csharp_9_records_2.actual │ │ ├── csharp_9_records_2.expected │ │ ├── csharp_comment_multi.actual │ │ ├── csharp_comment_multi.expected │ │ ├── csharp_comment_single.actual │ │ ├── csharp_comment_single.expected │ │ ├── csharp_comment_summary.actual │ │ ├── csharp_comment_summary.expected │ │ ├── csharp_interface.actual │ │ ├── csharp_interface.expected │ │ ├── csharp_var.actual │ │ └── csharp_var.expected │ ├── css.actual │ ├── css.expected │ ├── csv.actual │ ├── csv.expected │ ├── cue.actual │ ├── cue.expected │ ├── d.actual │ ├── d.expected │ ├── dart.actual │ ├── dart.expected │ ├── desktop_entry.actual │ ├── desktop_entry.expected │ ├── devicetree.actual │ ├── devicetree.expected │ ├── diff │ │ ├── default.actual │ │ ├── default.expected │ │ ├── unified.actual │ │ └── unified.expected │ ├── dns.actual │ ├── dns.expected │ ├── dylan.actual │ ├── dylan.expected │ ├── elixir.actual │ ├── elixir.expected │ ├── erlang.actual │ ├── erlang.expected │ ├── fennel.actual │ ├── fennel.expected │ ├── fish.actual │ ├── fish.expected │ ├── fsharp │ │ ├── fsharp.actual │ │ ├── fsharp.expected │ │ ├── fsharp_open_static_class.actual │ │ ├── fsharp_open_static_class.expected │ │ ├── fsharp_package_reference.actual │ │ └── fsharp_package_reference.expected │ ├── gdscript.actual │ ├── gdscript.expected │ ├── gdscript3.actual │ ├── gdscript3.expected │ ├── gemtext.actual │ ├── gemtext.expected │ ├── gherkin.actual │ ├── gherkin.expected │ ├── gleam.actual │ ├── gleam.expected │ ├── go-html-template.actual │ ├── go-html-template.expected │ ├── go-text-template.actual │ ├── go-text-template.expected │ ├── go.actual │ ├── go.expected │ ├── graphql.actual │ ├── graphql.expected │ ├── hare.actual │ ├── hare.expected │ ├── haskell.actual │ ├── haskell.expected │ ├── hlb.actual │ ├── hlb.expected │ ├── hlsl.actual │ ├── hlsl.expected │ ├── http.2.0.actual │ ├── http.2.0.expected │ ├── http.2.actual │ ├── http.2.expected │ ├── http.3.actual │ ├── http.3.expected │ ├── http.actual │ ├── http.expected │ ├── http.response-no-reason-phrase.actual │ ├── http.response-no-reason-phrase.expected │ ├── http.response.actual │ ├── http.response.expected │ ├── igor.actual │ ├── igor.expected │ ├── iscdhcpd.actual │ ├── iscdhcpd.expected │ ├── j.actual │ ├── j.expected │ ├── janet.actual │ ├── janet.expected │ ├── java.actual │ ├── java.expected │ ├── javascript.actual │ ├── javascript.expected │ ├── json.actual │ ├── json.expected │ ├── jsonata.actual │ ├── jsonata.expected │ ├── jsonnet.actual │ ├── jsonnet.expected │ ├── jsx.actual │ ├── jsx.expected │ ├── julia.actual │ ├── julia.expected │ ├── jungle.actual │ ├── jungle.expected │ ├── kakoune.actual │ ├── kakoune.expected │ ├── kotlin.actual │ ├── kotlin.expected │ ├── lean.actual │ ├── lean.expected │ ├── lox.actual │ ├── lox.expected │ ├── markdown.actual │ ├── markdown.expected │ ├── materialize.actual │ ├── materialize.expected │ ├── matlab.actual │ ├── matlab.expected │ ├── mcfunction.actual │ ├── mcfunction.expected │ ├── meson.actual │ ├── meson.expected │ ├── metal.actual │ ├── metal.expected │ ├── mlir.actual │ ├── mlir.expected │ ├── modelica.actual │ ├── modelica.expected │ ├── mojo │ │ ├── test_basic.actual │ │ └── test_basic.expected │ ├── monkeyc.actual │ ├── monkeyc.expected │ ├── moonscript.actual │ ├── moonscript.expected │ ├── natural.actual │ ├── natural.expected │ ├── ndisasm.actual │ ├── ndisasm.expected │ ├── nginx.actual │ ├── nginx.expected │ ├── nim.actual │ ├── nim.expected │ ├── nsis.actual │ ├── nsis.expected │ ├── nu.actual │ ├── nu.expected │ ├── objectpascal.actual │ ├── objectpascal.expected │ ├── ocaml.actual │ ├── ocaml.expected │ ├── odin.actual │ ├── odin.expected │ ├── onesenterprise.actual │ ├── onesenterprise.expected │ ├── openedgeabl.actual │ ├── openedgeabl.expected │ ├── openscad.actual │ ├── openscad.expected │ ├── org.actual │ ├── org.expected │ ├── php.actual │ ├── php.expected │ ├── phtml.actual │ ├── phtml.expected │ ├── plutus-core.typed.actual │ ├── plutus-core.typed.expected │ ├── plutus-core.untyped.actual │ ├── plutus-core.untyped.expected │ ├── pony.actual │ ├── pony.expected │ ├── powerquery.actual │ ├── powerquery.expected │ ├── powershell.actual │ ├── powershell.expected │ ├── promela │ │ ├── calc.actual │ │ ├── calc.expected │ │ ├── do.actual │ │ ├── do.expected │ │ ├── dotted-assign.actual │ │ ├── dotted-assign.expected │ │ ├── if.actual │ │ ├── if.expected │ │ ├── intruder.actual │ │ ├── intruder.expected │ │ ├── ltl.actual │ │ ├── ltl.expected │ │ ├── msg.actual │ │ ├── msg.expected │ │ ├── sample.actual │ │ ├── sample.expected │ │ ├── skip.actual │ │ ├── skip.expected │ │ ├── welfare.actual │ │ └── welfare.expected │ ├── promql.actual │ ├── promql.expected │ ├── properties.actual │ ├── properties.expected │ ├── psl.actual │ ├── psl.expected │ ├── python │ │ ├── test_complex_file1.actual │ │ ├── test_complex_file1.expected │ │ ├── test_complex_file2.actual │ │ ├── test_complex_file2.expected │ │ ├── test_decorators.actual │ │ ├── test_decorators.expected │ │ ├── test_floats.actual │ │ ├── test_floats.expected │ │ ├── test_fstring_01a.actual │ │ ├── test_fstring_01a.expected │ │ ├── test_fstring_01b.actual │ │ ├── test_fstring_01b.expected │ │ ├── test_fstring_02a.actual │ │ ├── test_fstring_02a.expected │ │ ├── test_fstring_02b.actual │ │ ├── test_fstring_02b.expected │ │ ├── test_fstring_03a.actual │ │ ├── test_fstring_03a.expected │ │ ├── test_fstring_03b.actual │ │ ├── test_fstring_03b.expected │ │ ├── test_fstring_04a.actual │ │ ├── test_fstring_04a.expected │ │ ├── test_fstring_04b.actual │ │ ├── test_fstring_04b.expected │ │ ├── test_fstring_05a.actual │ │ ├── test_fstring_05a.expected │ │ ├── test_fstring_05b.actual │ │ ├── test_fstring_05b.expected │ │ ├── test_fstring_06a.actual │ │ ├── test_fstring_06a.expected │ │ ├── test_fstring_06b.actual │ │ ├── test_fstring_06b.expected │ │ ├── test_fstring_07a.actual │ │ ├── test_fstring_07a.expected │ │ ├── test_fstring_07b.actual │ │ ├── test_fstring_07b.expected │ │ ├── test_fstring_08a.actual │ │ ├── test_fstring_08a.expected │ │ ├── test_fstring_08b.actual │ │ ├── test_fstring_08b.expected │ │ ├── test_fstring_09a.actual │ │ ├── test_fstring_09a.expected │ │ ├── test_fstring_09b.actual │ │ ├── test_fstring_09b.expected │ │ ├── test_fstring_10a.actual │ │ ├── test_fstring_10a.expected │ │ ├── test_fstring_10b.actual │ │ ├── test_fstring_10b.expected │ │ ├── test_fstring_11a.actual │ │ ├── test_fstring_11a.expected │ │ ├── test_fstring_11b.actual │ │ ├── test_fstring_11b.expected │ │ ├── test_fstring_12a.actual │ │ ├── test_fstring_12a.expected │ │ ├── test_fstring_12b.actual │ │ ├── test_fstring_12b.expected │ │ ├── test_fstring_13a.actual │ │ ├── test_fstring_13a.expected │ │ ├── test_fstring_13b.actual │ │ ├── test_fstring_13b.expected │ │ ├── test_fstring_14a.actual │ │ ├── test_fstring_14a.expected │ │ ├── test_fstring_14b.actual │ │ ├── test_fstring_14b.expected │ │ ├── test_fstring_15a.actual │ │ ├── test_fstring_15a.expected │ │ ├── test_fstring_15b.actual │ │ ├── test_fstring_15b.expected │ │ ├── test_fstring_16a.actual │ │ ├── test_fstring_16a.expected │ │ ├── test_fstring_16b.actual │ │ ├── test_fstring_16b.expected │ │ ├── test_fstring_17a.actual │ │ ├── test_fstring_17a.expected │ │ ├── test_fstring_17b.actual │ │ ├── test_fstring_17b.expected │ │ ├── test_fstring_18a.actual │ │ ├── test_fstring_18a.expected │ │ ├── test_fstring_18b.actual │ │ ├── test_fstring_18b.expected │ │ ├── test_fstring_19a.actual │ │ ├── test_fstring_19a.expected │ │ ├── test_fstring_19b.actual │ │ ├── test_fstring_19b.expected │ │ ├── test_fstring_20a.actual │ │ ├── test_fstring_20a.expected │ │ ├── test_fstring_20b.actual │ │ ├── test_fstring_20b.expected │ │ ├── test_fstring_21a.actual │ │ ├── test_fstring_21a.expected │ │ ├── test_fstring_21b.actual │ │ ├── test_fstring_21b.expected │ │ ├── test_fstring_22a.actual │ │ ├── test_fstring_22a.expected │ │ ├── test_fstring_22b.actual │ │ ├── test_fstring_22b.expected │ │ ├── test_fstring_23a.actual │ │ ├── test_fstring_23a.expected │ │ ├── test_fstring_23b.actual │ │ ├── test_fstring_23b.expected │ │ ├── test_fstring_24a.actual │ │ ├── test_fstring_24a.expected │ │ ├── test_fstring_24b.actual │ │ ├── test_fstring_24b.expected │ │ ├── test_fstring_25a.actual │ │ ├── test_fstring_25a.expected │ │ ├── test_fstring_25b.actual │ │ ├── test_fstring_25b.expected │ │ ├── test_fstring_26a.actual │ │ ├── test_fstring_26a.expected │ │ ├── test_fstring_26b.actual │ │ ├── test_fstring_26b.expected │ │ ├── test_fstring_27a.actual │ │ ├── test_fstring_27a.expected │ │ ├── test_fstring_27b.actual │ │ ├── test_fstring_27b.expected │ │ ├── test_fstring_28a.actual │ │ ├── test_fstring_28a.expected │ │ ├── test_fstring_28b.actual │ │ ├── test_fstring_28b.expected │ │ ├── test_fstring_29a.actual │ │ ├── test_fstring_29a.expected │ │ ├── test_fstring_29b.actual │ │ ├── test_fstring_29b.expected │ │ ├── test_fstring_30a.actual │ │ ├── test_fstring_30a.expected │ │ ├── test_fstring_30b.actual │ │ ├── test_fstring_30b.expected │ │ ├── test_fstring_31a.actual │ │ ├── test_fstring_31a.expected │ │ ├── test_fstring_31b.actual │ │ ├── test_fstring_31b.expected │ │ ├── test_fstring_32a.actual │ │ ├── test_fstring_32a.expected │ │ ├── test_fstring_32b.actual │ │ ├── test_fstring_32b.expected │ │ ├── test_fstring_33a.actual │ │ ├── test_fstring_33a.expected │ │ ├── test_fstring_33b.actual │ │ ├── test_fstring_33b.expected │ │ ├── test_fstring_34a.actual │ │ ├── test_fstring_34a.expected │ │ ├── test_fstring_34b.actual │ │ ├── test_fstring_34b.expected │ │ ├── test_fstring_35a.actual │ │ ├── test_fstring_35a.expected │ │ ├── test_fstring_35b.actual │ │ ├── test_fstring_35b.expected │ │ ├── test_fstring_36a.actual │ │ ├── test_fstring_36a.expected │ │ ├── test_fstring_36b.actual │ │ ├── test_fstring_36b.expected │ │ ├── test_needs_name.actual │ │ ├── test_needs_name.expected │ │ ├── test_pep_515.actual │ │ ├── test_pep_515.expected │ │ ├── test_raw_fstring.actual │ │ ├── test_raw_fstring.expected │ │ ├── test_some_numeric_literals.actual │ │ ├── test_some_numeric_literals.expected │ │ ├── test_structural_pattern_matching.actual │ │ ├── test_structural_pattern_matching.expected │ │ ├── test_walrus_operator.actual │ │ └── test_walrus_operator.expected │ ├── python2 │ │ ├── test_cls_builtin.actual │ │ ├── test_cls_builtin.expected │ │ ├── test_complex_file1.actual │ │ ├── test_complex_file1.expected │ │ ├── test_some_numeric_literals.actual │ │ └── test_some_numeric_literals.expected │ ├── qml.actual │ ├── qml.expected │ ├── r.actual │ ├── r.expected │ ├── raku │ │ ├── raku.actual │ │ ├── raku.expected │ │ ├── unterminated_heredoc.actual │ │ └── unterminated_heredoc.expected │ ├── reasonml.actual │ ├── reasonml.expected │ ├── rgbasm │ │ ├── functions.actual │ │ ├── functions.expected │ │ ├── instructions.actual │ │ ├── instructions.expected │ │ ├── rgbasm.actual │ │ └── rgbasm.expected │ ├── ring.actual │ ├── ring.expected │ ├── rpgle │ │ ├── simple_free_form.actual │ │ └── simple_free_form.expected │ ├── ruby.actual │ ├── ruby.expected │ ├── rust │ │ ├── const_idents.actual │ │ ├── const_idents.expected │ │ ├── lifetimes_and_loop_labels.actual │ │ ├── lifetimes_and_loop_labels.expected │ │ ├── proc_macros.actual │ │ ├── proc_macros.expected │ │ ├── rust.actual │ │ ├── rust.expected │ │ ├── string_interpol.actual │ │ └── string_interpol.expected │ ├── sas.actual │ ├── sas.expected │ ├── scala.actual │ ├── scala.expected │ ├── scss.actual │ ├── scss.expected │ ├── smali.actual │ ├── smali.expected │ ├── sml.actual │ ├── sml.expected │ ├── snbt.actual │ ├── snbt.expected │ ├── solidity.actual │ ├── solidity.expected │ ├── sourcepawn.actual │ ├── sourcepawn.expected │ ├── stas.actual │ ├── stas.expected │ ├── stylus.actual │ ├── stylus.expected │ ├── svelte.actual │ ├── svelte.expected │ ├── systemd.actual │ ├── systemd.expected │ ├── systemverilog.actual │ ├── systemverilog.expected │ ├── tablegen.actual │ ├── tablegen.expected │ ├── tal.actual │ ├── tal.expected │ ├── terraform.actual │ ├── terraform.expected │ ├── tex.actual │ ├── tex.expected │ ├── tradingview.actual │ ├── tradingview.expected │ ├── tsx.actual │ ├── tsx.expected │ ├── turing.actual │ ├── turing.expected │ ├── txtpb.actual │ ├── txtpb.expected │ ├── typescript.actual │ ├── typescript.expected │ ├── typst.actual │ ├── typst.expected │ ├── ucode.actual │ ├── ucode.expected │ ├── v │ │ ├── v.actual │ │ ├── v.expected │ │ ├── v.mode.actual │ │ └── v.mode.expected │ ├── vala.actual │ ├── vala.expected │ ├── vbnet.actual │ ├── vbnet.expected │ ├── vhs.actual │ ├── vhs.expected │ ├── vim.actual │ ├── vim.expected │ ├── vshell.actual │ ├── vshell.expected │ ├── vue.actual │ ├── vue.expected │ ├── wat.actual │ ├── wat.expected │ ├── webvtt │ │ ├── webvtt.actual │ │ ├── webvtt.expected │ │ ├── webvtt_file_magic_1.actual │ │ ├── webvtt_file_magic_1.expected │ │ ├── webvtt_file_magic_2.actual │ │ ├── webvtt_file_magic_2.expected │ │ ├── webvtt_file_magic_3.actual │ │ ├── webvtt_file_magic_3.expected │ │ ├── webvtt_file_magic_4.actual │ │ ├── webvtt_file_magic_4.expected │ │ ├── webvtt_file_magic_5.actual │ │ ├── webvtt_file_magic_5.expected │ │ ├── webvtt_file_magic_6.actual │ │ ├── webvtt_file_magic_6.expected │ │ ├── webvtt_invalid.actual │ │ └── webvtt_invalid.expected │ ├── wgsl.address.space.actual │ ├── wgsl.address.space.expected │ ├── wgsl.attribute.actual │ ├── wgsl.attribute.expected │ ├── wgsl.block.comment.actual │ ├── wgsl.block.comment.expected │ ├── wgsl.bool.types.actual │ ├── wgsl.bool.types.expected │ ├── wgsl.const.numbers.actual │ ├── wgsl.const.numbers.expected │ ├── wgsl.depth.texture.actual │ ├── wgsl.depth.texture.expected │ ├── wgsl.external.texture.actual │ ├── wgsl.external.texture.expected │ ├── wgsl.line.comment.actual │ ├── wgsl.line.comment.expected │ ├── wgsl.multisampled.texture.actual │ ├── wgsl.multisampled.texture.expected │ ├── wgsl.numeric.types.actual │ ├── wgsl.numeric.types.expected │ ├── wgsl.sampled.texture.actual │ ├── wgsl.sampled.texture.expected │ ├── wgsl.storage.texture.actual │ ├── wgsl.storage.texture.expected │ ├── wgsl.texel.formats.actual │ ├── wgsl.texel.formats.expected │ ├── wgsl.tiny.render.actual │ ├── wgsl.tiny.render.expected │ ├── wgsl.type.generators.actual │ ├── wgsl.type.generators.expected │ ├── whiley.actual │ ├── whiley.expected │ ├── yaml.actual │ ├── yaml.expected │ ├── yang.actual │ ├── yang.expected │ ├── zed.actual │ ├── zed.expected │ ├── zig.actual │ └── zig.expected ├── typoscript.go └── zed.go ├── mutators.go ├── mutators_test.go ├── pygments-lexers.txt ├── quick ├── example_test.go └── quick.go ├── regexp.go ├── regexp_test.go ├── registry.go ├── remap.go ├── remap_test.go ├── renovate.json5 ├── serialise.go ├── serialise_test.go ├── style.go ├── style_test.go ├── styles ├── abap.xml ├── algol.xml ├── algol_nu.xml ├── api.go ├── arduino.xml ├── ashen.xml ├── autumn.xml ├── average.xml ├── base16-snazzy.xml ├── borland.xml ├── bw.xml ├── catppuccin-frappe.xml ├── catppuccin-latte.xml ├── catppuccin-macchiato.xml ├── catppuccin-mocha.xml ├── colorful.xml ├── compat.go ├── doom-one.xml ├── doom-one2.xml ├── dracula.xml ├── emacs.xml ├── evergarden.xml ├── friendly.xml ├── fruity.xml ├── github-dark.xml ├── github.xml ├── gruvbox-light.xml ├── gruvbox.xml ├── hr_high_contrast.xml ├── hrdark.xml ├── igor.xml ├── lovelace.xml ├── manni.xml ├── modus-operandi.xml ├── modus-vivendi.xml ├── monokai.xml ├── monokailight.xml ├── murphy.xml ├── native.xml ├── nord.xml ├── nordic.xml ├── onedark.xml ├── onesenterprise.xml ├── paraiso-dark.xml ├── paraiso-light.xml ├── pastie.xml ├── perldoc.xml ├── pygments.xml ├── rainbow_dash.xml ├── rose-pine-dawn.xml ├── rose-pine-moon.xml ├── rose-pine.xml ├── rpgle.xml ├── rrt.xml ├── solarized-dark.xml ├── solarized-dark256.xml ├── solarized-light.xml ├── swapoff.xml ├── tango.xml ├── tokyonight-day.xml ├── tokyonight-moon.xml ├── tokyonight-night.xml ├── tokyonight-storm.xml ├── trac.xml ├── vim.xml ├── vs.xml ├── vulcan.xml ├── witchhazel.xml ├── xcode-dark.xml └── xcode.xml ├── table.py ├── tokentype_enumer.go └── types.go /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [alecthomas] 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.github/ISSUE_TEMPLATE/bug_report.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/lexer_request.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.github/ISSUE_TEMPLATE/lexer_request.yaml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.gitignore -------------------------------------------------------------------------------- /.golangci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.golangci.yml -------------------------------------------------------------------------------- /.goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/.goreleaser.yml -------------------------------------------------------------------------------- /Bitfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/Bitfile -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/COPYING -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/README.md -------------------------------------------------------------------------------- /_tools/css2style/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/css2style/main.go -------------------------------------------------------------------------------- /_tools/exercise/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/exercise/main.go -------------------------------------------------------------------------------- /_tools/format_supported_langs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/format_supported_langs.py -------------------------------------------------------------------------------- /_tools/pygments2chroma.hlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/pygments2chroma.hlb -------------------------------------------------------------------------------- /_tools/pygments2chroma_xml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/pygments2chroma_xml.py -------------------------------------------------------------------------------- /_tools/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/pyproject.toml -------------------------------------------------------------------------------- /_tools/style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/style.py -------------------------------------------------------------------------------- /_tools/uv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/_tools/uv.lock -------------------------------------------------------------------------------- /bin/.binaryen-125.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.biome-2.3.8.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.bit-0.5.2.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.caddy-2.10.2.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.enumer-1.6.1.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.esbuild-0.27.1.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.go-1.25.5.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.golangci-lint-1.64.6.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.goreleaser-1.26.2.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.hlb-0.4.0.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.hyperfine-1.20.0.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.python3-3.13.2.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.reflex-0.3.1.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.svu-3.3.0.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.tinygo-0.39.0.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.typescript-7.0.0-dev.20250629.1.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.uv-0.9.16.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/.watchexec-2.3.2.pkg: -------------------------------------------------------------------------------- 1 | hermit -------------------------------------------------------------------------------- /bin/README.hermit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/bin/README.hermit.md -------------------------------------------------------------------------------- /bin/activate-hermit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/bin/activate-hermit -------------------------------------------------------------------------------- /bin/binaryen-unittests: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/biome: -------------------------------------------------------------------------------- 1 | .biome-2.3.8.pkg -------------------------------------------------------------------------------- /bin/bit: -------------------------------------------------------------------------------- 1 | .bit-0.5.2.pkg -------------------------------------------------------------------------------- /bin/caddy: -------------------------------------------------------------------------------- 1 | .caddy-2.10.2.pkg -------------------------------------------------------------------------------- /bin/chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/bin/chroma -------------------------------------------------------------------------------- /bin/chromad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/bin/chromad -------------------------------------------------------------------------------- /bin/enumer: -------------------------------------------------------------------------------- 1 | .enumer-1.6.1.pkg -------------------------------------------------------------------------------- /bin/esbuild: -------------------------------------------------------------------------------- 1 | .esbuild-0.27.1.pkg -------------------------------------------------------------------------------- /bin/go: -------------------------------------------------------------------------------- 1 | .go-1.25.5.pkg -------------------------------------------------------------------------------- /bin/gofmt: -------------------------------------------------------------------------------- 1 | .go-1.25.5.pkg -------------------------------------------------------------------------------- /bin/golangci-lint: -------------------------------------------------------------------------------- 1 | .golangci-lint-1.64.6.pkg -------------------------------------------------------------------------------- /bin/goreleaser: -------------------------------------------------------------------------------- 1 | .goreleaser-1.26.2.pkg -------------------------------------------------------------------------------- /bin/hermit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/bin/hermit -------------------------------------------------------------------------------- /bin/hermit.hcl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/hlb: -------------------------------------------------------------------------------- 1 | .hlb-0.4.0.pkg -------------------------------------------------------------------------------- /bin/hyperfine: -------------------------------------------------------------------------------- 1 | .hyperfine-1.20.0.pkg -------------------------------------------------------------------------------- /bin/pip: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/pip3: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/pip3.13: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/pydoc3: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/pydoc3.13: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/python: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/python3: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/python3-config: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/python3.13: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/python3.13-config: -------------------------------------------------------------------------------- 1 | .python3-3.13.2.pkg -------------------------------------------------------------------------------- /bin/reflex: -------------------------------------------------------------------------------- 1 | .reflex-0.3.1.pkg -------------------------------------------------------------------------------- /bin/svu: -------------------------------------------------------------------------------- 1 | .svu-3.3.0.pkg -------------------------------------------------------------------------------- /bin/tinygo: -------------------------------------------------------------------------------- 1 | .tinygo-0.39.0.pkg -------------------------------------------------------------------------------- /bin/tsc: -------------------------------------------------------------------------------- 1 | .typescript-7.0.0-dev.20250629.1.pkg -------------------------------------------------------------------------------- /bin/uv: -------------------------------------------------------------------------------- 1 | .uv-0.9.16.pkg -------------------------------------------------------------------------------- /bin/uvx: -------------------------------------------------------------------------------- 1 | .uv-0.9.16.pkg -------------------------------------------------------------------------------- /bin/wasm-as: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-ctor-eval: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-dis: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-emscripten-finalize: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-fuzz-lattices: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-fuzz-types: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-merge: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-metadce: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-opt: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-reduce: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-shell: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm-split: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/wasm2js: -------------------------------------------------------------------------------- 1 | .binaryen-125.pkg -------------------------------------------------------------------------------- /bin/watchexec: -------------------------------------------------------------------------------- 1 | .watchexec-2.3.2.pkg -------------------------------------------------------------------------------- /biome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/biome.json -------------------------------------------------------------------------------- /chroma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/chroma.jpg -------------------------------------------------------------------------------- /cmd/chroma/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chroma/go.mod -------------------------------------------------------------------------------- /cmd/chroma/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chroma/go.sum -------------------------------------------------------------------------------- /cmd/chroma/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chroma/main.go -------------------------------------------------------------------------------- /cmd/chromad/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/go.mod -------------------------------------------------------------------------------- /cmd/chromad/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/go.sum -------------------------------------------------------------------------------- /cmd/chromad/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/main.go -------------------------------------------------------------------------------- /cmd/chromad/reflex.conf: -------------------------------------------------------------------------------- 1 | -sr '.*' -- \ 2 | go run . --csrf-key=asdf 3 | -------------------------------------------------------------------------------- /cmd/chromad/static/base64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/static/base64.js -------------------------------------------------------------------------------- /cmd/chromad/static/bulma.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/static/bulma.css -------------------------------------------------------------------------------- /cmd/chromad/static/chroma.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/static/chroma.js -------------------------------------------------------------------------------- /cmd/chromad/static/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/static/index.css -------------------------------------------------------------------------------- /cmd/chromad/static/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/static/index.js -------------------------------------------------------------------------------- /cmd/chromad/templates/index.html.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/chromad/templates/index.html.tmpl -------------------------------------------------------------------------------- /cmd/libchromawasm/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/cmd/libchromawasm/main.go -------------------------------------------------------------------------------- /coalesce.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/coalesce.go -------------------------------------------------------------------------------- /coalesce_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/coalesce_test.go -------------------------------------------------------------------------------- /colour.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/colour.go -------------------------------------------------------------------------------- /colour_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/colour_test.go -------------------------------------------------------------------------------- /delegate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/delegate.go -------------------------------------------------------------------------------- /delegate_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/delegate_test.go -------------------------------------------------------------------------------- /doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/doc.go -------------------------------------------------------------------------------- /emitters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/emitters.go -------------------------------------------------------------------------------- /formatter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatter.go -------------------------------------------------------------------------------- /formatters/api.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/api.go -------------------------------------------------------------------------------- /formatters/html/html.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/html/html.go -------------------------------------------------------------------------------- /formatters/html/html_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/html/html_test.go -------------------------------------------------------------------------------- /formatters/json.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/json.go -------------------------------------------------------------------------------- /formatters/svg/font_liberation_mono.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/svg/font_liberation_mono.go -------------------------------------------------------------------------------- /formatters/svg/svg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/svg/svg.go -------------------------------------------------------------------------------- /formatters/tokens.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/tokens.go -------------------------------------------------------------------------------- /formatters/tty_indexed.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/tty_indexed.go -------------------------------------------------------------------------------- /formatters/tty_indexed_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/tty_indexed_test.go -------------------------------------------------------------------------------- /formatters/tty_truecolour.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/formatters/tty_truecolour.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/go.sum -------------------------------------------------------------------------------- /iterator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/iterator.go -------------------------------------------------------------------------------- /lexer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexer.go -------------------------------------------------------------------------------- /lexer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexer_test.go -------------------------------------------------------------------------------- /lexers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/README.md -------------------------------------------------------------------------------- /lexers/caddyfile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/caddyfile.go -------------------------------------------------------------------------------- /lexers/cl.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/cl.go -------------------------------------------------------------------------------- /lexers/dns.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/dns.go -------------------------------------------------------------------------------- /lexers/emacs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/emacs.go -------------------------------------------------------------------------------- /lexers/embedded/abap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/abap.xml -------------------------------------------------------------------------------- /lexers/embedded/abnf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/abnf.xml -------------------------------------------------------------------------------- /lexers/embedded/actionscript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/actionscript.xml -------------------------------------------------------------------------------- /lexers/embedded/actionscript_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/actionscript_3.xml -------------------------------------------------------------------------------- /lexers/embedded/ada.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ada.xml -------------------------------------------------------------------------------- /lexers/embedded/agda.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/agda.xml -------------------------------------------------------------------------------- /lexers/embedded/al.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/al.xml -------------------------------------------------------------------------------- /lexers/embedded/alloy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/alloy.xml -------------------------------------------------------------------------------- /lexers/embedded/angular2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/angular2.xml -------------------------------------------------------------------------------- /lexers/embedded/antlr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/antlr.xml -------------------------------------------------------------------------------- /lexers/embedded/apacheconf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/apacheconf.xml -------------------------------------------------------------------------------- /lexers/embedded/apl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/apl.xml -------------------------------------------------------------------------------- /lexers/embedded/applescript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/applescript.xml -------------------------------------------------------------------------------- /lexers/embedded/arangodb_aql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/arangodb_aql.xml -------------------------------------------------------------------------------- /lexers/embedded/arduino.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/arduino.xml -------------------------------------------------------------------------------- /lexers/embedded/armasm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/armasm.xml -------------------------------------------------------------------------------- /lexers/embedded/atl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/atl.xml -------------------------------------------------------------------------------- /lexers/embedded/autohotkey.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/autohotkey.xml -------------------------------------------------------------------------------- /lexers/embedded/autoit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/autoit.xml -------------------------------------------------------------------------------- /lexers/embedded/awk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/awk.xml -------------------------------------------------------------------------------- /lexers/embedded/ballerina.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ballerina.xml -------------------------------------------------------------------------------- /lexers/embedded/bash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/bash.xml -------------------------------------------------------------------------------- /lexers/embedded/bash_session.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/bash_session.xml -------------------------------------------------------------------------------- /lexers/embedded/batchfile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/batchfile.xml -------------------------------------------------------------------------------- /lexers/embedded/beef.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/beef.xml -------------------------------------------------------------------------------- /lexers/embedded/bibtex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/bibtex.xml -------------------------------------------------------------------------------- /lexers/embedded/bicep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/bicep.xml -------------------------------------------------------------------------------- /lexers/embedded/blitzbasic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/blitzbasic.xml -------------------------------------------------------------------------------- /lexers/embedded/bnf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/bnf.xml -------------------------------------------------------------------------------- /lexers/embedded/bqn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/bqn.xml -------------------------------------------------------------------------------- /lexers/embedded/brainfuck.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/brainfuck.xml -------------------------------------------------------------------------------- /lexers/embedded/c#.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/c#.xml -------------------------------------------------------------------------------- /lexers/embedded/c++.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/c++.xml -------------------------------------------------------------------------------- /lexers/embedded/c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/c.xml -------------------------------------------------------------------------------- /lexers/embedded/c3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/c3.xml -------------------------------------------------------------------------------- /lexers/embedded/cap_n_proto.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cap_n_proto.xml -------------------------------------------------------------------------------- /lexers/embedded/cassandra_cql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cassandra_cql.xml -------------------------------------------------------------------------------- /lexers/embedded/ceylon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ceylon.xml -------------------------------------------------------------------------------- /lexers/embedded/cfengine3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cfengine3.xml -------------------------------------------------------------------------------- /lexers/embedded/cfstatement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cfstatement.xml -------------------------------------------------------------------------------- /lexers/embedded/chaiscript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/chaiscript.xml -------------------------------------------------------------------------------- /lexers/embedded/chapel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/chapel.xml -------------------------------------------------------------------------------- /lexers/embedded/cheetah.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cheetah.xml -------------------------------------------------------------------------------- /lexers/embedded/clojure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/clojure.xml -------------------------------------------------------------------------------- /lexers/embedded/cmake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cmake.xml -------------------------------------------------------------------------------- /lexers/embedded/cobol.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cobol.xml -------------------------------------------------------------------------------- /lexers/embedded/coffeescript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/coffeescript.xml -------------------------------------------------------------------------------- /lexers/embedded/common_lisp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/common_lisp.xml -------------------------------------------------------------------------------- /lexers/embedded/coq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/coq.xml -------------------------------------------------------------------------------- /lexers/embedded/core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/core.xml -------------------------------------------------------------------------------- /lexers/embedded/crystal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/crystal.xml -------------------------------------------------------------------------------- /lexers/embedded/css.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/css.xml -------------------------------------------------------------------------------- /lexers/embedded/csv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/csv.xml -------------------------------------------------------------------------------- /lexers/embedded/cue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cue.xml -------------------------------------------------------------------------------- /lexers/embedded/cython.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/cython.xml -------------------------------------------------------------------------------- /lexers/embedded/d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/d.xml -------------------------------------------------------------------------------- /lexers/embedded/dart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/dart.xml -------------------------------------------------------------------------------- /lexers/embedded/dax.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/dax.xml -------------------------------------------------------------------------------- /lexers/embedded/desktop_entry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/desktop_entry.xml -------------------------------------------------------------------------------- /lexers/embedded/devicetree.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/devicetree.xml -------------------------------------------------------------------------------- /lexers/embedded/diff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/diff.xml -------------------------------------------------------------------------------- /lexers/embedded/django_jinja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/django_jinja.xml -------------------------------------------------------------------------------- /lexers/embedded/dns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/dns.xml -------------------------------------------------------------------------------- /lexers/embedded/docker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/docker.xml -------------------------------------------------------------------------------- /lexers/embedded/dtd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/dtd.xml -------------------------------------------------------------------------------- /lexers/embedded/dylan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/dylan.xml -------------------------------------------------------------------------------- /lexers/embedded/ebnf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ebnf.xml -------------------------------------------------------------------------------- /lexers/embedded/elixir.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/elixir.xml -------------------------------------------------------------------------------- /lexers/embedded/elm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/elm.xml -------------------------------------------------------------------------------- /lexers/embedded/emacslisp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/emacslisp.xml -------------------------------------------------------------------------------- /lexers/embedded/erlang.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/erlang.xml -------------------------------------------------------------------------------- /lexers/embedded/factor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/factor.xml -------------------------------------------------------------------------------- /lexers/embedded/fennel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/fennel.xml -------------------------------------------------------------------------------- /lexers/embedded/fish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/fish.xml -------------------------------------------------------------------------------- /lexers/embedded/forth.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/forth.xml -------------------------------------------------------------------------------- /lexers/embedded/fortran.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/fortran.xml -------------------------------------------------------------------------------- /lexers/embedded/fortranfixed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/fortranfixed.xml -------------------------------------------------------------------------------- /lexers/embedded/fsharp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/fsharp.xml -------------------------------------------------------------------------------- /lexers/embedded/gas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/gas.xml -------------------------------------------------------------------------------- /lexers/embedded/gdscript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/gdscript.xml -------------------------------------------------------------------------------- /lexers/embedded/gdscript3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/gdscript3.xml -------------------------------------------------------------------------------- /lexers/embedded/gherkin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/gherkin.xml -------------------------------------------------------------------------------- /lexers/embedded/gleam.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/gleam.xml -------------------------------------------------------------------------------- /lexers/embedded/glsl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/glsl.xml -------------------------------------------------------------------------------- /lexers/embedded/gnuplot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/gnuplot.xml -------------------------------------------------------------------------------- /lexers/embedded/go_template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/go_template.xml -------------------------------------------------------------------------------- /lexers/embedded/graphql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/graphql.xml -------------------------------------------------------------------------------- /lexers/embedded/groff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/groff.xml -------------------------------------------------------------------------------- /lexers/embedded/groovy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/groovy.xml -------------------------------------------------------------------------------- /lexers/embedded/handlebars.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/handlebars.xml -------------------------------------------------------------------------------- /lexers/embedded/hare.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/hare.xml -------------------------------------------------------------------------------- /lexers/embedded/haskell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/haskell.xml -------------------------------------------------------------------------------- /lexers/embedded/hcl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/hcl.xml -------------------------------------------------------------------------------- /lexers/embedded/hexdump.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/hexdump.xml -------------------------------------------------------------------------------- /lexers/embedded/hlb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/hlb.xml -------------------------------------------------------------------------------- /lexers/embedded/hlsl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/hlsl.xml -------------------------------------------------------------------------------- /lexers/embedded/holyc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/holyc.xml -------------------------------------------------------------------------------- /lexers/embedded/html.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/html.xml -------------------------------------------------------------------------------- /lexers/embedded/hy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/hy.xml -------------------------------------------------------------------------------- /lexers/embedded/idris.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/idris.xml -------------------------------------------------------------------------------- /lexers/embedded/igor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/igor.xml -------------------------------------------------------------------------------- /lexers/embedded/ini.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ini.xml -------------------------------------------------------------------------------- /lexers/embedded/io.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/io.xml -------------------------------------------------------------------------------- /lexers/embedded/iscdhcpd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/iscdhcpd.xml -------------------------------------------------------------------------------- /lexers/embedded/j.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/j.xml -------------------------------------------------------------------------------- /lexers/embedded/janet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/janet.xml -------------------------------------------------------------------------------- /lexers/embedded/java.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/java.xml -------------------------------------------------------------------------------- /lexers/embedded/javascript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/javascript.xml -------------------------------------------------------------------------------- /lexers/embedded/json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/json.xml -------------------------------------------------------------------------------- /lexers/embedded/jsonata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/jsonata.xml -------------------------------------------------------------------------------- /lexers/embedded/jsonnet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/jsonnet.xml -------------------------------------------------------------------------------- /lexers/embedded/julia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/julia.xml -------------------------------------------------------------------------------- /lexers/embedded/jungle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/jungle.xml -------------------------------------------------------------------------------- /lexers/embedded/kakoune.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/kakoune.xml -------------------------------------------------------------------------------- /lexers/embedded/kotlin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/kotlin.xml -------------------------------------------------------------------------------- /lexers/embedded/lean.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/lean.xml -------------------------------------------------------------------------------- /lexers/embedded/llvm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/llvm.xml -------------------------------------------------------------------------------- /lexers/embedded/lox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/lox.xml -------------------------------------------------------------------------------- /lexers/embedded/lua.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/lua.xml -------------------------------------------------------------------------------- /lexers/embedded/makefile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/makefile.xml -------------------------------------------------------------------------------- /lexers/embedded/mako.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/mako.xml -------------------------------------------------------------------------------- /lexers/embedded/mason.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/mason.xml -------------------------------------------------------------------------------- /lexers/embedded/mathematica.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/mathematica.xml -------------------------------------------------------------------------------- /lexers/embedded/matlab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/matlab.xml -------------------------------------------------------------------------------- /lexers/embedded/mcfunction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/mcfunction.xml -------------------------------------------------------------------------------- /lexers/embedded/meson.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/meson.xml -------------------------------------------------------------------------------- /lexers/embedded/metal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/metal.xml -------------------------------------------------------------------------------- /lexers/embedded/minizinc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/minizinc.xml -------------------------------------------------------------------------------- /lexers/embedded/mlir.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/mlir.xml -------------------------------------------------------------------------------- /lexers/embedded/modelica.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/modelica.xml -------------------------------------------------------------------------------- /lexers/embedded/modula-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/modula-2.xml -------------------------------------------------------------------------------- /lexers/embedded/mojo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/mojo.xml -------------------------------------------------------------------------------- /lexers/embedded/monkeyc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/monkeyc.xml -------------------------------------------------------------------------------- /lexers/embedded/moonscript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/moonscript.xml -------------------------------------------------------------------------------- /lexers/embedded/morrowindscript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/morrowindscript.xml -------------------------------------------------------------------------------- /lexers/embedded/myghty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/myghty.xml -------------------------------------------------------------------------------- /lexers/embedded/mysql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/mysql.xml -------------------------------------------------------------------------------- /lexers/embedded/nasm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/nasm.xml -------------------------------------------------------------------------------- /lexers/embedded/natural.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/natural.xml -------------------------------------------------------------------------------- /lexers/embedded/ndisasm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ndisasm.xml -------------------------------------------------------------------------------- /lexers/embedded/newspeak.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/newspeak.xml -------------------------------------------------------------------------------- /lexers/embedded/nim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/nim.xml -------------------------------------------------------------------------------- /lexers/embedded/nix.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/nix.xml -------------------------------------------------------------------------------- /lexers/embedded/nsis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/nsis.xml -------------------------------------------------------------------------------- /lexers/embedded/nu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/nu.xml -------------------------------------------------------------------------------- /lexers/embedded/objective-c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/objective-c.xml -------------------------------------------------------------------------------- /lexers/embedded/objectpascal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/objectpascal.xml -------------------------------------------------------------------------------- /lexers/embedded/ocaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ocaml.xml -------------------------------------------------------------------------------- /lexers/embedded/octave.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/octave.xml -------------------------------------------------------------------------------- /lexers/embedded/odin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/odin.xml -------------------------------------------------------------------------------- /lexers/embedded/onesenterprise.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/onesenterprise.xml -------------------------------------------------------------------------------- /lexers/embedded/openedge_abl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/openedge_abl.xml -------------------------------------------------------------------------------- /lexers/embedded/openscad.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/openscad.xml -------------------------------------------------------------------------------- /lexers/embedded/org_mode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/org_mode.xml -------------------------------------------------------------------------------- /lexers/embedded/pacmanconf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/pacmanconf.xml -------------------------------------------------------------------------------- /lexers/embedded/perl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/perl.xml -------------------------------------------------------------------------------- /lexers/embedded/php.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/php.xml -------------------------------------------------------------------------------- /lexers/embedded/pig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/pig.xml -------------------------------------------------------------------------------- /lexers/embedded/pkgconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/pkgconfig.xml -------------------------------------------------------------------------------- /lexers/embedded/pl_pgsql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/pl_pgsql.xml -------------------------------------------------------------------------------- /lexers/embedded/plaintext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/plaintext.xml -------------------------------------------------------------------------------- /lexers/embedded/plutus_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/plutus_core.xml -------------------------------------------------------------------------------- /lexers/embedded/pony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/pony.xml -------------------------------------------------------------------------------- /lexers/embedded/postgresql_sql_dialect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/postgresql_sql_dialect.xml -------------------------------------------------------------------------------- /lexers/embedded/postscript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/postscript.xml -------------------------------------------------------------------------------- /lexers/embedded/povray.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/povray.xml -------------------------------------------------------------------------------- /lexers/embedded/powerquery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/powerquery.xml -------------------------------------------------------------------------------- /lexers/embedded/powershell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/powershell.xml -------------------------------------------------------------------------------- /lexers/embedded/prolog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/prolog.xml -------------------------------------------------------------------------------- /lexers/embedded/promela.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/promela.xml -------------------------------------------------------------------------------- /lexers/embedded/promql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/promql.xml -------------------------------------------------------------------------------- /lexers/embedded/properties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/properties.xml -------------------------------------------------------------------------------- /lexers/embedded/protocol_buffer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/protocol_buffer.xml -------------------------------------------------------------------------------- /lexers/embedded/prql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/prql.xml -------------------------------------------------------------------------------- /lexers/embedded/psl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/psl.xml -------------------------------------------------------------------------------- /lexers/embedded/puppet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/puppet.xml -------------------------------------------------------------------------------- /lexers/embedded/python.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/python.xml -------------------------------------------------------------------------------- /lexers/embedded/python_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/python_2.xml -------------------------------------------------------------------------------- /lexers/embedded/qbasic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/qbasic.xml -------------------------------------------------------------------------------- /lexers/embedded/qml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/qml.xml -------------------------------------------------------------------------------- /lexers/embedded/r.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/r.xml -------------------------------------------------------------------------------- /lexers/embedded/racket.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/racket.xml -------------------------------------------------------------------------------- /lexers/embedded/ragel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ragel.xml -------------------------------------------------------------------------------- /lexers/embedded/react.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/react.xml -------------------------------------------------------------------------------- /lexers/embedded/reasonml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/reasonml.xml -------------------------------------------------------------------------------- /lexers/embedded/reg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/reg.xml -------------------------------------------------------------------------------- /lexers/embedded/rego.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/rego.xml -------------------------------------------------------------------------------- /lexers/embedded/rexx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/rexx.xml -------------------------------------------------------------------------------- /lexers/embedded/rgbasm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/rgbasm.xml -------------------------------------------------------------------------------- /lexers/embedded/ring.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ring.xml -------------------------------------------------------------------------------- /lexers/embedded/rpgle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/rpgle.xml -------------------------------------------------------------------------------- /lexers/embedded/rpm_spec.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/rpm_spec.xml -------------------------------------------------------------------------------- /lexers/embedded/ruby.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ruby.xml -------------------------------------------------------------------------------- /lexers/embedded/rust.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/rust.xml -------------------------------------------------------------------------------- /lexers/embedded/sas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/sas.xml -------------------------------------------------------------------------------- /lexers/embedded/sass.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/sass.xml -------------------------------------------------------------------------------- /lexers/embedded/scala.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/scala.xml -------------------------------------------------------------------------------- /lexers/embedded/scheme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/scheme.xml -------------------------------------------------------------------------------- /lexers/embedded/scilab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/scilab.xml -------------------------------------------------------------------------------- /lexers/embedded/scss.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/scss.xml -------------------------------------------------------------------------------- /lexers/embedded/sed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/sed.xml -------------------------------------------------------------------------------- /lexers/embedded/sieve.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/sieve.xml -------------------------------------------------------------------------------- /lexers/embedded/smali.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/smali.xml -------------------------------------------------------------------------------- /lexers/embedded/smalltalk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/smalltalk.xml -------------------------------------------------------------------------------- /lexers/embedded/smarty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/smarty.xml -------------------------------------------------------------------------------- /lexers/embedded/snbt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/snbt.xml -------------------------------------------------------------------------------- /lexers/embedded/snobol.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/snobol.xml -------------------------------------------------------------------------------- /lexers/embedded/solidity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/solidity.xml -------------------------------------------------------------------------------- /lexers/embedded/sourcepawn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/sourcepawn.xml -------------------------------------------------------------------------------- /lexers/embedded/sparql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/sparql.xml -------------------------------------------------------------------------------- /lexers/embedded/sql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/sql.xml -------------------------------------------------------------------------------- /lexers/embedded/squidconf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/squidconf.xml -------------------------------------------------------------------------------- /lexers/embedded/standard_ml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/standard_ml.xml -------------------------------------------------------------------------------- /lexers/embedded/stas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/stas.xml -------------------------------------------------------------------------------- /lexers/embedded/stylus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/stylus.xml -------------------------------------------------------------------------------- /lexers/embedded/swift.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/swift.xml -------------------------------------------------------------------------------- /lexers/embedded/systemd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/systemd.xml -------------------------------------------------------------------------------- /lexers/embedded/systemverilog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/systemverilog.xml -------------------------------------------------------------------------------- /lexers/embedded/tablegen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/tablegen.xml -------------------------------------------------------------------------------- /lexers/embedded/tal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/tal.xml -------------------------------------------------------------------------------- /lexers/embedded/tasm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/tasm.xml -------------------------------------------------------------------------------- /lexers/embedded/tcl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/tcl.xml -------------------------------------------------------------------------------- /lexers/embedded/tcsh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/tcsh.xml -------------------------------------------------------------------------------- /lexers/embedded/termcap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/termcap.xml -------------------------------------------------------------------------------- /lexers/embedded/terminfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/terminfo.xml -------------------------------------------------------------------------------- /lexers/embedded/terraform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/terraform.xml -------------------------------------------------------------------------------- /lexers/embedded/tex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/tex.xml -------------------------------------------------------------------------------- /lexers/embedded/thrift.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/thrift.xml -------------------------------------------------------------------------------- /lexers/embedded/toml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/toml.xml -------------------------------------------------------------------------------- /lexers/embedded/tradingview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/tradingview.xml -------------------------------------------------------------------------------- /lexers/embedded/transact-sql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/transact-sql.xml -------------------------------------------------------------------------------- /lexers/embedded/turing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/turing.xml -------------------------------------------------------------------------------- /lexers/embedded/turtle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/turtle.xml -------------------------------------------------------------------------------- /lexers/embedded/twig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/twig.xml -------------------------------------------------------------------------------- /lexers/embedded/txtpb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/txtpb.xml -------------------------------------------------------------------------------- /lexers/embedded/typescript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/typescript.xml -------------------------------------------------------------------------------- /lexers/embedded/typoscript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/typoscript.xml -------------------------------------------------------------------------------- /lexers/embedded/typoscriptcssdata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/typoscriptcssdata.xml -------------------------------------------------------------------------------- /lexers/embedded/typoscripthtmldata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/typoscripthtmldata.xml -------------------------------------------------------------------------------- /lexers/embedded/typst.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/typst.xml -------------------------------------------------------------------------------- /lexers/embedded/ucode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/ucode.xml -------------------------------------------------------------------------------- /lexers/embedded/v.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/v.xml -------------------------------------------------------------------------------- /lexers/embedded/v_shell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/v_shell.xml -------------------------------------------------------------------------------- /lexers/embedded/vala.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/vala.xml -------------------------------------------------------------------------------- /lexers/embedded/vb_net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/vb_net.xml -------------------------------------------------------------------------------- /lexers/embedded/verilog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/verilog.xml -------------------------------------------------------------------------------- /lexers/embedded/vhdl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/vhdl.xml -------------------------------------------------------------------------------- /lexers/embedded/vhs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/vhs.xml -------------------------------------------------------------------------------- /lexers/embedded/viml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/viml.xml -------------------------------------------------------------------------------- /lexers/embedded/vue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/vue.xml -------------------------------------------------------------------------------- /lexers/embedded/wat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/wat.xml -------------------------------------------------------------------------------- /lexers/embedded/wdte.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/wdte.xml -------------------------------------------------------------------------------- /lexers/embedded/webvtt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/webvtt.xml -------------------------------------------------------------------------------- /lexers/embedded/whiley.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/whiley.xml -------------------------------------------------------------------------------- /lexers/embedded/xml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/xml.xml -------------------------------------------------------------------------------- /lexers/embedded/xorg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/xorg.xml -------------------------------------------------------------------------------- /lexers/embedded/yaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/yaml.xml -------------------------------------------------------------------------------- /lexers/embedded/yang.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/yang.xml -------------------------------------------------------------------------------- /lexers/embedded/z80_assembly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/z80_assembly.xml -------------------------------------------------------------------------------- /lexers/embedded/zed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/zed.xml -------------------------------------------------------------------------------- /lexers/embedded/zig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/embedded/zig.xml -------------------------------------------------------------------------------- /lexers/gemtext.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/gemtext.go -------------------------------------------------------------------------------- /lexers/genshi.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/genshi.go -------------------------------------------------------------------------------- /lexers/go.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/go.go -------------------------------------------------------------------------------- /lexers/go_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/go_test.go -------------------------------------------------------------------------------- /lexers/haxe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/haxe.go -------------------------------------------------------------------------------- /lexers/html.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/html.go -------------------------------------------------------------------------------- /lexers/http.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/http.go -------------------------------------------------------------------------------- /lexers/lexer_benchmark_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/lexer_benchmark_test.go -------------------------------------------------------------------------------- /lexers/lexers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/lexers.go -------------------------------------------------------------------------------- /lexers/lexers_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/lexers_test.go -------------------------------------------------------------------------------- /lexers/markdown.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/markdown.go -------------------------------------------------------------------------------- /lexers/mysql.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/mysql.go -------------------------------------------------------------------------------- /lexers/php.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/php.go -------------------------------------------------------------------------------- /lexers/raku.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/raku.go -------------------------------------------------------------------------------- /lexers/rst.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/rst.go -------------------------------------------------------------------------------- /lexers/svelte.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/svelte.go -------------------------------------------------------------------------------- /lexers/testdata/abap.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/abap.actual -------------------------------------------------------------------------------- /lexers/testdata/abap.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/abap.expected -------------------------------------------------------------------------------- /lexers/testdata/agda.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/agda.actual -------------------------------------------------------------------------------- /lexers/testdata/agda.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/agda.expected -------------------------------------------------------------------------------- /lexers/testdata/al.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/al.actual -------------------------------------------------------------------------------- /lexers/testdata/al.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/al.expected -------------------------------------------------------------------------------- /lexers/testdata/alloy.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/alloy.actual -------------------------------------------------------------------------------- /lexers/testdata/alloy.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/alloy.expected -------------------------------------------------------------------------------- /lexers/testdata/analysis/bash.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/analysis/bash.actual -------------------------------------------------------------------------------- /lexers/testdata/analysis/bash.expected: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/c.ifdef.actual: -------------------------------------------------------------------------------- 1 | 2 | #ifdef DEBUG 3 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/c.ifdef.expected: -------------------------------------------------------------------------------- 1 | 0.1 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/c.ifndef.actual: -------------------------------------------------------------------------------- 1 | 2 | #ifndef DEBUG 3 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/c.ifndef.expected: -------------------------------------------------------------------------------- 1 | 0.1 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/c.include.actual: -------------------------------------------------------------------------------- 1 | 2 | #include 3 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/c.include.expected: -------------------------------------------------------------------------------- 1 | 0.1 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/cpp.include.actual: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/cpp.include.expected: -------------------------------------------------------------------------------- 1 | 0.2 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/cpp.namespace.actual: -------------------------------------------------------------------------------- 1 | using namespace std; 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/cpp.namespace.expected: -------------------------------------------------------------------------------- 1 | 0.4 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/mysql.backtick.actual: -------------------------------------------------------------------------------- 1 | CREATE TABLE `my_table` (id INT); 2 | -------------------------------------------------------------------------------- /lexers/testdata/analysis/mysql.backtick.expected: -------------------------------------------------------------------------------- 1 | 0.5 2 | -------------------------------------------------------------------------------- /lexers/testdata/aql/comments.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/comments.actual -------------------------------------------------------------------------------- /lexers/testdata/aql/comments.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/comments.expected -------------------------------------------------------------------------------- /lexers/testdata/aql/functions.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/functions.actual -------------------------------------------------------------------------------- /lexers/testdata/aql/functions.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/functions.expected -------------------------------------------------------------------------------- /lexers/testdata/aql/identifiers.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/identifiers.actual -------------------------------------------------------------------------------- /lexers/testdata/aql/identifiers.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/identifiers.expected -------------------------------------------------------------------------------- /lexers/testdata/aql/keywords.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/keywords.actual -------------------------------------------------------------------------------- /lexers/testdata/aql/keywords.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/keywords.expected -------------------------------------------------------------------------------- /lexers/testdata/aql/numbers.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/numbers.actual -------------------------------------------------------------------------------- /lexers/testdata/aql/numbers.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/numbers.expected -------------------------------------------------------------------------------- /lexers/testdata/aql/queries.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/queries.actual -------------------------------------------------------------------------------- /lexers/testdata/aql/queries.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/queries.expected -------------------------------------------------------------------------------- /lexers/testdata/aql/strings.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/strings.actual -------------------------------------------------------------------------------- /lexers/testdata/aql/strings.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/aql/strings.expected -------------------------------------------------------------------------------- /lexers/testdata/arduino.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/arduino.actual -------------------------------------------------------------------------------- /lexers/testdata/arduino.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/arduino.expected -------------------------------------------------------------------------------- /lexers/testdata/armasm.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/armasm.actual -------------------------------------------------------------------------------- /lexers/testdata/armasm.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/armasm.expected -------------------------------------------------------------------------------- /lexers/testdata/atl.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/atl.actual -------------------------------------------------------------------------------- /lexers/testdata/atl.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/atl.expected -------------------------------------------------------------------------------- /lexers/testdata/ballerina.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ballerina.actual -------------------------------------------------------------------------------- /lexers/testdata/ballerina.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ballerina.expected -------------------------------------------------------------------------------- /lexers/testdata/bash-session.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bash-session.actual -------------------------------------------------------------------------------- /lexers/testdata/bash-session.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bash-session.expected -------------------------------------------------------------------------------- /lexers/testdata/bash.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bash.actual -------------------------------------------------------------------------------- /lexers/testdata/bash.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bash.expected -------------------------------------------------------------------------------- /lexers/testdata/beef.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/beef.actual -------------------------------------------------------------------------------- /lexers/testdata/beef.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/beef.expected -------------------------------------------------------------------------------- /lexers/testdata/bib.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bib.actual -------------------------------------------------------------------------------- /lexers/testdata/bib.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bib.expected -------------------------------------------------------------------------------- /lexers/testdata/bicep/bicep-lambdas.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bicep/bicep-lambdas.actual -------------------------------------------------------------------------------- /lexers/testdata/bicep/bicep-module.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bicep/bicep-module.actual -------------------------------------------------------------------------------- /lexers/testdata/bicep/bicep-output.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bicep/bicep-output.actual -------------------------------------------------------------------------------- /lexers/testdata/bicep/bicep-types.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bicep/bicep-types.actual -------------------------------------------------------------------------------- /lexers/testdata/bicep/bicep-types.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bicep/bicep-types.expected -------------------------------------------------------------------------------- /lexers/testdata/bqn.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bqn.actual -------------------------------------------------------------------------------- /lexers/testdata/bqn.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/bqn.expected -------------------------------------------------------------------------------- /lexers/testdata/c3.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/c3.actual -------------------------------------------------------------------------------- /lexers/testdata/c3.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/c3.expected -------------------------------------------------------------------------------- /lexers/testdata/caddyfile.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/caddyfile.actual -------------------------------------------------------------------------------- /lexers/testdata/caddyfile.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/caddyfile.expected -------------------------------------------------------------------------------- /lexers/testdata/cfengine3.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cfengine3.actual -------------------------------------------------------------------------------- /lexers/testdata/cfengine3.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cfengine3.expected -------------------------------------------------------------------------------- /lexers/testdata/chapel.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/chapel.actual -------------------------------------------------------------------------------- /lexers/testdata/chapel.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/chapel.expected -------------------------------------------------------------------------------- /lexers/testdata/core.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/core.actual -------------------------------------------------------------------------------- /lexers/testdata/core.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/core.expected -------------------------------------------------------------------------------- /lexers/testdata/cpp.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cpp.actual -------------------------------------------------------------------------------- /lexers/testdata/cpp.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cpp.expected -------------------------------------------------------------------------------- /lexers/testdata/cql.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cql.actual -------------------------------------------------------------------------------- /lexers/testdata/cql.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cql.expected -------------------------------------------------------------------------------- /lexers/testdata/csharp/csharp_var.actual: -------------------------------------------------------------------------------- 1 | var _abc = 123; 2 | -------------------------------------------------------------------------------- /lexers/testdata/css.actual: -------------------------------------------------------------------------------- 1 | :root { 2 | --variable-name: #fff; 3 | } 4 | -------------------------------------------------------------------------------- /lexers/testdata/css.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/css.expected -------------------------------------------------------------------------------- /lexers/testdata/csv.actual: -------------------------------------------------------------------------------- 1 | hello,"newline: 2 | quote: "" comma: ,",1,"",""stuff,,1.1 3 | -------------------------------------------------------------------------------- /lexers/testdata/csv.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/csv.expected -------------------------------------------------------------------------------- /lexers/testdata/cue.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cue.actual -------------------------------------------------------------------------------- /lexers/testdata/cue.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/cue.expected -------------------------------------------------------------------------------- /lexers/testdata/d.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/d.actual -------------------------------------------------------------------------------- /lexers/testdata/d.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/d.expected -------------------------------------------------------------------------------- /lexers/testdata/dart.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/dart.actual -------------------------------------------------------------------------------- /lexers/testdata/dart.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/dart.expected -------------------------------------------------------------------------------- /lexers/testdata/desktop_entry.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/desktop_entry.actual -------------------------------------------------------------------------------- /lexers/testdata/desktop_entry.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/desktop_entry.expected -------------------------------------------------------------------------------- /lexers/testdata/devicetree.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/devicetree.actual -------------------------------------------------------------------------------- /lexers/testdata/devicetree.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/devicetree.expected -------------------------------------------------------------------------------- /lexers/testdata/diff/default.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/diff/default.actual -------------------------------------------------------------------------------- /lexers/testdata/diff/default.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/diff/default.expected -------------------------------------------------------------------------------- /lexers/testdata/diff/unified.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/diff/unified.actual -------------------------------------------------------------------------------- /lexers/testdata/diff/unified.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/diff/unified.expected -------------------------------------------------------------------------------- /lexers/testdata/dns.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/dns.actual -------------------------------------------------------------------------------- /lexers/testdata/dns.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/dns.expected -------------------------------------------------------------------------------- /lexers/testdata/dylan.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/dylan.actual -------------------------------------------------------------------------------- /lexers/testdata/dylan.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/dylan.expected -------------------------------------------------------------------------------- /lexers/testdata/elixir.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/elixir.actual -------------------------------------------------------------------------------- /lexers/testdata/elixir.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/elixir.expected -------------------------------------------------------------------------------- /lexers/testdata/erlang.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/erlang.actual -------------------------------------------------------------------------------- /lexers/testdata/erlang.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/erlang.expected -------------------------------------------------------------------------------- /lexers/testdata/fennel.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/fennel.actual -------------------------------------------------------------------------------- /lexers/testdata/fennel.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/fennel.expected -------------------------------------------------------------------------------- /lexers/testdata/fish.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/fish.actual -------------------------------------------------------------------------------- /lexers/testdata/fish.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/fish.expected -------------------------------------------------------------------------------- /lexers/testdata/fsharp/fsharp.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/fsharp/fsharp.actual -------------------------------------------------------------------------------- /lexers/testdata/fsharp/fsharp.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/fsharp/fsharp.expected -------------------------------------------------------------------------------- /lexers/testdata/fsharp/fsharp_package_reference.actual: -------------------------------------------------------------------------------- 1 | #r "nuget: Newtonsoft.Json" 2 | -------------------------------------------------------------------------------- /lexers/testdata/gdscript.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gdscript.actual -------------------------------------------------------------------------------- /lexers/testdata/gdscript.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gdscript.expected -------------------------------------------------------------------------------- /lexers/testdata/gdscript3.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gdscript3.actual -------------------------------------------------------------------------------- /lexers/testdata/gdscript3.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gdscript3.expected -------------------------------------------------------------------------------- /lexers/testdata/gemtext.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gemtext.actual -------------------------------------------------------------------------------- /lexers/testdata/gemtext.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gemtext.expected -------------------------------------------------------------------------------- /lexers/testdata/gherkin.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gherkin.actual -------------------------------------------------------------------------------- /lexers/testdata/gherkin.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gherkin.expected -------------------------------------------------------------------------------- /lexers/testdata/gleam.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gleam.actual -------------------------------------------------------------------------------- /lexers/testdata/gleam.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/gleam.expected -------------------------------------------------------------------------------- /lexers/testdata/go-html-template.actual: -------------------------------------------------------------------------------- 1 | {{/* 2 | This is a multiline comment 3 | */}} -------------------------------------------------------------------------------- /lexers/testdata/go-text-template.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/go-text-template.actual -------------------------------------------------------------------------------- /lexers/testdata/go.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/go.actual -------------------------------------------------------------------------------- /lexers/testdata/go.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/go.expected -------------------------------------------------------------------------------- /lexers/testdata/graphql.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/graphql.actual -------------------------------------------------------------------------------- /lexers/testdata/graphql.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/graphql.expected -------------------------------------------------------------------------------- /lexers/testdata/hare.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/hare.actual -------------------------------------------------------------------------------- /lexers/testdata/hare.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/hare.expected -------------------------------------------------------------------------------- /lexers/testdata/haskell.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/haskell.actual -------------------------------------------------------------------------------- /lexers/testdata/haskell.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/haskell.expected -------------------------------------------------------------------------------- /lexers/testdata/hlb.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/hlb.actual -------------------------------------------------------------------------------- /lexers/testdata/hlb.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/hlb.expected -------------------------------------------------------------------------------- /lexers/testdata/hlsl.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/hlsl.actual -------------------------------------------------------------------------------- /lexers/testdata/hlsl.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/hlsl.expected -------------------------------------------------------------------------------- /lexers/testdata/http.2.0.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/http.2.0.expected -------------------------------------------------------------------------------- /lexers/testdata/http.2.actual: -------------------------------------------------------------------------------- 1 | GET /foo HTTP/2 2 | Content-Type: application/json 3 | User-Agent: foo 4 | 5 | {"hello": "world"} 6 | -------------------------------------------------------------------------------- /lexers/testdata/http.2.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/http.2.expected -------------------------------------------------------------------------------- /lexers/testdata/http.3.actual: -------------------------------------------------------------------------------- 1 | GET /foo HTTP/3 2 | Content-Type: application/json 3 | User-Agent: foo 4 | 5 | {"hello": "world"} 6 | -------------------------------------------------------------------------------- /lexers/testdata/http.3.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/http.3.expected -------------------------------------------------------------------------------- /lexers/testdata/http.actual: -------------------------------------------------------------------------------- 1 | GET /foo HTTP/1.1 2 | Content-Type: application/json 3 | User-Agent: foo 4 | 5 | {"hello": "world"} 6 | -------------------------------------------------------------------------------- /lexers/testdata/http.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/http.expected -------------------------------------------------------------------------------- /lexers/testdata/http.response.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/http.response.actual -------------------------------------------------------------------------------- /lexers/testdata/http.response.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/http.response.expected -------------------------------------------------------------------------------- /lexers/testdata/igor.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/igor.actual -------------------------------------------------------------------------------- /lexers/testdata/igor.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/igor.expected -------------------------------------------------------------------------------- /lexers/testdata/iscdhcpd.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/iscdhcpd.actual -------------------------------------------------------------------------------- /lexers/testdata/iscdhcpd.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/iscdhcpd.expected -------------------------------------------------------------------------------- /lexers/testdata/j.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/j.actual -------------------------------------------------------------------------------- /lexers/testdata/j.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/j.expected -------------------------------------------------------------------------------- /lexers/testdata/janet.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/janet.actual -------------------------------------------------------------------------------- /lexers/testdata/janet.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/janet.expected -------------------------------------------------------------------------------- /lexers/testdata/java.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/java.actual -------------------------------------------------------------------------------- /lexers/testdata/java.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/java.expected -------------------------------------------------------------------------------- /lexers/testdata/javascript.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/javascript.actual -------------------------------------------------------------------------------- /lexers/testdata/javascript.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/javascript.expected -------------------------------------------------------------------------------- /lexers/testdata/json.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/json.actual -------------------------------------------------------------------------------- /lexers/testdata/json.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/json.expected -------------------------------------------------------------------------------- /lexers/testdata/jsonata.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jsonata.actual -------------------------------------------------------------------------------- /lexers/testdata/jsonata.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jsonata.expected -------------------------------------------------------------------------------- /lexers/testdata/jsonnet.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jsonnet.actual -------------------------------------------------------------------------------- /lexers/testdata/jsonnet.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jsonnet.expected -------------------------------------------------------------------------------- /lexers/testdata/jsx.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jsx.actual -------------------------------------------------------------------------------- /lexers/testdata/jsx.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jsx.expected -------------------------------------------------------------------------------- /lexers/testdata/julia.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/julia.actual -------------------------------------------------------------------------------- /lexers/testdata/julia.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/julia.expected -------------------------------------------------------------------------------- /lexers/testdata/jungle.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jungle.actual -------------------------------------------------------------------------------- /lexers/testdata/jungle.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/jungle.expected -------------------------------------------------------------------------------- /lexers/testdata/kakoune.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/kakoune.actual -------------------------------------------------------------------------------- /lexers/testdata/kakoune.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/kakoune.expected -------------------------------------------------------------------------------- /lexers/testdata/kotlin.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/kotlin.actual -------------------------------------------------------------------------------- /lexers/testdata/kotlin.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/kotlin.expected -------------------------------------------------------------------------------- /lexers/testdata/lean.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/lean.actual -------------------------------------------------------------------------------- /lexers/testdata/lean.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/lean.expected -------------------------------------------------------------------------------- /lexers/testdata/lox.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/lox.actual -------------------------------------------------------------------------------- /lexers/testdata/lox.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/lox.expected -------------------------------------------------------------------------------- /lexers/testdata/markdown.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/markdown.actual -------------------------------------------------------------------------------- /lexers/testdata/markdown.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/markdown.expected -------------------------------------------------------------------------------- /lexers/testdata/materialize.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/materialize.actual -------------------------------------------------------------------------------- /lexers/testdata/materialize.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/materialize.expected -------------------------------------------------------------------------------- /lexers/testdata/matlab.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/matlab.actual -------------------------------------------------------------------------------- /lexers/testdata/matlab.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/matlab.expected -------------------------------------------------------------------------------- /lexers/testdata/mcfunction.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/mcfunction.actual -------------------------------------------------------------------------------- /lexers/testdata/mcfunction.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/mcfunction.expected -------------------------------------------------------------------------------- /lexers/testdata/meson.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/meson.actual -------------------------------------------------------------------------------- /lexers/testdata/meson.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/meson.expected -------------------------------------------------------------------------------- /lexers/testdata/metal.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/metal.actual -------------------------------------------------------------------------------- /lexers/testdata/metal.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/metal.expected -------------------------------------------------------------------------------- /lexers/testdata/mlir.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/mlir.actual -------------------------------------------------------------------------------- /lexers/testdata/mlir.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/mlir.expected -------------------------------------------------------------------------------- /lexers/testdata/modelica.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/modelica.actual -------------------------------------------------------------------------------- /lexers/testdata/modelica.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/modelica.expected -------------------------------------------------------------------------------- /lexers/testdata/mojo/test_basic.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/mojo/test_basic.actual -------------------------------------------------------------------------------- /lexers/testdata/mojo/test_basic.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/mojo/test_basic.expected -------------------------------------------------------------------------------- /lexers/testdata/monkeyc.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/monkeyc.actual -------------------------------------------------------------------------------- /lexers/testdata/monkeyc.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/monkeyc.expected -------------------------------------------------------------------------------- /lexers/testdata/moonscript.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/moonscript.actual -------------------------------------------------------------------------------- /lexers/testdata/moonscript.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/moonscript.expected -------------------------------------------------------------------------------- /lexers/testdata/natural.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/natural.actual -------------------------------------------------------------------------------- /lexers/testdata/natural.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/natural.expected -------------------------------------------------------------------------------- /lexers/testdata/ndisasm.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ndisasm.actual -------------------------------------------------------------------------------- /lexers/testdata/ndisasm.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ndisasm.expected -------------------------------------------------------------------------------- /lexers/testdata/nginx.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nginx.actual -------------------------------------------------------------------------------- /lexers/testdata/nginx.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nginx.expected -------------------------------------------------------------------------------- /lexers/testdata/nim.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nim.actual -------------------------------------------------------------------------------- /lexers/testdata/nim.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nim.expected -------------------------------------------------------------------------------- /lexers/testdata/nsis.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nsis.actual -------------------------------------------------------------------------------- /lexers/testdata/nsis.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nsis.expected -------------------------------------------------------------------------------- /lexers/testdata/nu.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nu.actual -------------------------------------------------------------------------------- /lexers/testdata/nu.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/nu.expected -------------------------------------------------------------------------------- /lexers/testdata/objectpascal.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/objectpascal.actual -------------------------------------------------------------------------------- /lexers/testdata/objectpascal.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/objectpascal.expected -------------------------------------------------------------------------------- /lexers/testdata/ocaml.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ocaml.actual -------------------------------------------------------------------------------- /lexers/testdata/ocaml.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ocaml.expected -------------------------------------------------------------------------------- /lexers/testdata/odin.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/odin.actual -------------------------------------------------------------------------------- /lexers/testdata/odin.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/odin.expected -------------------------------------------------------------------------------- /lexers/testdata/onesenterprise.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/onesenterprise.actual -------------------------------------------------------------------------------- /lexers/testdata/onesenterprise.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/onesenterprise.expected -------------------------------------------------------------------------------- /lexers/testdata/openedgeabl.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/openedgeabl.actual -------------------------------------------------------------------------------- /lexers/testdata/openedgeabl.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/openedgeabl.expected -------------------------------------------------------------------------------- /lexers/testdata/openscad.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/openscad.actual -------------------------------------------------------------------------------- /lexers/testdata/openscad.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/openscad.expected -------------------------------------------------------------------------------- /lexers/testdata/org.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/org.actual -------------------------------------------------------------------------------- /lexers/testdata/org.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/org.expected -------------------------------------------------------------------------------- /lexers/testdata/php.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/php.actual -------------------------------------------------------------------------------- /lexers/testdata/php.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/php.expected -------------------------------------------------------------------------------- /lexers/testdata/phtml.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/phtml.actual -------------------------------------------------------------------------------- /lexers/testdata/phtml.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/phtml.expected -------------------------------------------------------------------------------- /lexers/testdata/plutus-core.typed.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/plutus-core.typed.actual -------------------------------------------------------------------------------- /lexers/testdata/pony.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/pony.actual -------------------------------------------------------------------------------- /lexers/testdata/pony.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/pony.expected -------------------------------------------------------------------------------- /lexers/testdata/powerquery.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/powerquery.actual -------------------------------------------------------------------------------- /lexers/testdata/powerquery.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/powerquery.expected -------------------------------------------------------------------------------- /lexers/testdata/powershell.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/powershell.actual -------------------------------------------------------------------------------- /lexers/testdata/powershell.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/powershell.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/calc.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/calc.actual -------------------------------------------------------------------------------- /lexers/testdata/promela/calc.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/calc.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/do.actual: -------------------------------------------------------------------------------- 1 | init { 2 | a ? b -> a ! b; 3 | } 4 | -------------------------------------------------------------------------------- /lexers/testdata/promela/do.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/do.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/if.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/if.actual -------------------------------------------------------------------------------- /lexers/testdata/promela/if.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/if.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/intruder.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/intruder.actual -------------------------------------------------------------------------------- /lexers/testdata/promela/ltl.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/ltl.actual -------------------------------------------------------------------------------- /lexers/testdata/promela/ltl.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/ltl.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/msg.actual: -------------------------------------------------------------------------------- 1 | 2 | init { 3 | 1 == 1 -> 3 4 | } 5 | -------------------------------------------------------------------------------- /lexers/testdata/promela/msg.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/msg.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/sample.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/sample.actual -------------------------------------------------------------------------------- /lexers/testdata/promela/sample.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/sample.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/skip.actual: -------------------------------------------------------------------------------- 1 | init { skip } 2 | -------------------------------------------------------------------------------- /lexers/testdata/promela/skip.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/skip.expected -------------------------------------------------------------------------------- /lexers/testdata/promela/welfare.actual: -------------------------------------------------------------------------------- 1 | active proctype cr() {} 2 | -------------------------------------------------------------------------------- /lexers/testdata/promela/welfare.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promela/welfare.expected -------------------------------------------------------------------------------- /lexers/testdata/promql.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promql.actual -------------------------------------------------------------------------------- /lexers/testdata/promql.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/promql.expected -------------------------------------------------------------------------------- /lexers/testdata/properties.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/properties.actual -------------------------------------------------------------------------------- /lexers/testdata/properties.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/properties.expected -------------------------------------------------------------------------------- /lexers/testdata/psl.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/psl.actual -------------------------------------------------------------------------------- /lexers/testdata/psl.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/psl.expected -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_03a.actual: -------------------------------------------------------------------------------- 1 | f'input={value:#06x}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_03b.actual: -------------------------------------------------------------------------------- 1 | f"input={value:#06x}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_04a.actual: -------------------------------------------------------------------------------- 1 | f'{"quoted string"}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_04b.actual: -------------------------------------------------------------------------------- 1 | f"{'quoted string'}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_05a.actual: -------------------------------------------------------------------------------- 1 | f'{f"{inner}"}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_05b.actual: -------------------------------------------------------------------------------- 1 | f"{f'{inner}'}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_06a.actual: -------------------------------------------------------------------------------- 1 | f'{\'quoted string\'}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_06b.actual: -------------------------------------------------------------------------------- 1 | f"{\"quoted string\"}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_07a.actual: -------------------------------------------------------------------------------- 1 | f'{{ {4*10} }}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_07b.actual: -------------------------------------------------------------------------------- 1 | f"{{ {4*10} }}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_08a.actual: -------------------------------------------------------------------------------- 1 | f'{{{4*10}}}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_08b.actual: -------------------------------------------------------------------------------- 1 | f"{{{4*10}}}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_09a.actual: -------------------------------------------------------------------------------- 1 | fr'x={4*10}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_09b.actual: -------------------------------------------------------------------------------- 1 | fr"x={4*10}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_10a.actual: -------------------------------------------------------------------------------- 1 | f'abc {a["x"]} def' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_10b.actual: -------------------------------------------------------------------------------- 1 | f"abc {a['x']} def" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_11a.actual: -------------------------------------------------------------------------------- 1 | f'''abc {a['x']} def''' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_11b.actual: -------------------------------------------------------------------------------- 1 | f"""abc {a["x"]} def""" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_12a.actual: -------------------------------------------------------------------------------- 1 | f'''{x 2 | +1}''' 3 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_12b.actual: -------------------------------------------------------------------------------- 1 | f"""{x 2 | +1}""" 3 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_13a.actual: -------------------------------------------------------------------------------- 1 | f'''{d[0 2 | ]}''' 3 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_13b.actual: -------------------------------------------------------------------------------- 1 | f"""{d[0 2 | ]}""" 3 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_14a.actual: -------------------------------------------------------------------------------- 1 | f'result: {value:{width}.{precision}}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_14b.actual: -------------------------------------------------------------------------------- 1 | f"result: {value:{width}.{precision}}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_16a.actual: -------------------------------------------------------------------------------- 1 | f'{i}:{d[i]}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_16b.actual: -------------------------------------------------------------------------------- 1 | f"{i}:{d[i]}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_17a.actual: -------------------------------------------------------------------------------- 1 | f'x = {x:+3}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_17b.actual: -------------------------------------------------------------------------------- 1 | f"x = {x:+3}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_19a.actual: -------------------------------------------------------------------------------- 1 | f'mapping is { {a:b for (a, b) in ((1, 2), (3, 4))} }' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_19b.actual: -------------------------------------------------------------------------------- 1 | f"mapping is { {a:b for (a, b) in ((1, 2), (3, 4))} }" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_20a.actual: -------------------------------------------------------------------------------- 1 | f'a={d["a"]}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_20b.actual: -------------------------------------------------------------------------------- 1 | f"a={d['a']}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_21a.actual: -------------------------------------------------------------------------------- 1 | f'a={d[a]}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_21b.actual: -------------------------------------------------------------------------------- 1 | f"a={d[a]}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_22a.actual: -------------------------------------------------------------------------------- 1 | fr'{header}:\s+' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_22b.actual: -------------------------------------------------------------------------------- 1 | fr"{header}:\s+" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_23a.actual: -------------------------------------------------------------------------------- 1 | f'{a!r}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_23b.actual: -------------------------------------------------------------------------------- 1 | f"{a!r}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_24a.actual: -------------------------------------------------------------------------------- 1 | f'{(lambda x: x*2)(3)}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_24b.actual: -------------------------------------------------------------------------------- 1 | f"{(lambda x: x*2)(3)}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_27a.actual: -------------------------------------------------------------------------------- 1 | f"{foo=}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_27b.actual: -------------------------------------------------------------------------------- 1 | f'{foo=}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_28a.actual: -------------------------------------------------------------------------------- 1 | f'{foo=!s}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_28b.actual: -------------------------------------------------------------------------------- 1 | f"{foo=!s}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_29a.actual: -------------------------------------------------------------------------------- 1 | f"{math.pi=!f:.2f}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_29b.actual: -------------------------------------------------------------------------------- 1 | f'{math.pi=!f:.2f}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_30a.actual: -------------------------------------------------------------------------------- 1 | f"{ chr(65) =}" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_30b.actual: -------------------------------------------------------------------------------- 1 | f'{ chr(65) =}' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_31a.actual: -------------------------------------------------------------------------------- 1 | f"{chr(65) = }" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_31b.actual: -------------------------------------------------------------------------------- 1 | f'{chr(65) = }' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_32a.actual: -------------------------------------------------------------------------------- 1 | f'*{n=:30}*' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_32b.actual: -------------------------------------------------------------------------------- 1 | f"*{n=:30}*" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_33a.actual: -------------------------------------------------------------------------------- 1 | f'*{n=!r:30}*' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_33b.actual: -------------------------------------------------------------------------------- 1 | f"*{n=!r:30}*" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_34a.actual: -------------------------------------------------------------------------------- 1 | f"*{f'{n=}':30}*" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_34b.actual: -------------------------------------------------------------------------------- 1 | f'*{f"{n=}":30}*' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_35a.actual: -------------------------------------------------------------------------------- 1 | f'*{n=:+<30}*' 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_fstring_35b.actual: -------------------------------------------------------------------------------- 1 | f"*{n=:+<30}*" 2 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_some_numeric_literals.actual: -------------------------------------------------------------------------------- 1 | n = 0x21 + 1_000 2 | n2 = 1e3 3 | -------------------------------------------------------------------------------- /lexers/testdata/python/test_walrus_operator.actual: -------------------------------------------------------------------------------- 1 | if (a := 2) > 4: 2 | -------------------------------------------------------------------------------- /lexers/testdata/qml.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/qml.actual -------------------------------------------------------------------------------- /lexers/testdata/qml.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/qml.expected -------------------------------------------------------------------------------- /lexers/testdata/r.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/r.actual -------------------------------------------------------------------------------- /lexers/testdata/r.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/r.expected -------------------------------------------------------------------------------- /lexers/testdata/raku/raku.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/raku/raku.actual -------------------------------------------------------------------------------- /lexers/testdata/raku/raku.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/raku/raku.expected -------------------------------------------------------------------------------- /lexers/testdata/reasonml.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/reasonml.actual -------------------------------------------------------------------------------- /lexers/testdata/reasonml.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/reasonml.expected -------------------------------------------------------------------------------- /lexers/testdata/rgbasm/functions.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/rgbasm/functions.actual -------------------------------------------------------------------------------- /lexers/testdata/rgbasm/rgbasm.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/rgbasm/rgbasm.actual -------------------------------------------------------------------------------- /lexers/testdata/rgbasm/rgbasm.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/rgbasm/rgbasm.expected -------------------------------------------------------------------------------- /lexers/testdata/ring.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ring.actual -------------------------------------------------------------------------------- /lexers/testdata/ring.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ring.expected -------------------------------------------------------------------------------- /lexers/testdata/ruby.actual: -------------------------------------------------------------------------------- 1 | n = 0x21 + 1_000 2 | n2 = 1e3 3 | -------------------------------------------------------------------------------- /lexers/testdata/ruby.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ruby.expected -------------------------------------------------------------------------------- /lexers/testdata/rust/const_idents.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/rust/const_idents.actual -------------------------------------------------------------------------------- /lexers/testdata/rust/proc_macros.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/rust/proc_macros.actual -------------------------------------------------------------------------------- /lexers/testdata/rust/rust.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/rust/rust.actual -------------------------------------------------------------------------------- /lexers/testdata/rust/rust.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/rust/rust.expected -------------------------------------------------------------------------------- /lexers/testdata/sas.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/sas.actual -------------------------------------------------------------------------------- /lexers/testdata/sas.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/sas.expected -------------------------------------------------------------------------------- /lexers/testdata/scala.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/scala.actual -------------------------------------------------------------------------------- /lexers/testdata/scala.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/scala.expected -------------------------------------------------------------------------------- /lexers/testdata/scss.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/scss.actual -------------------------------------------------------------------------------- /lexers/testdata/scss.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/scss.expected -------------------------------------------------------------------------------- /lexers/testdata/smali.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/smali.actual -------------------------------------------------------------------------------- /lexers/testdata/smali.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/smali.expected -------------------------------------------------------------------------------- /lexers/testdata/sml.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/sml.actual -------------------------------------------------------------------------------- /lexers/testdata/sml.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/sml.expected -------------------------------------------------------------------------------- /lexers/testdata/snbt.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/snbt.actual -------------------------------------------------------------------------------- /lexers/testdata/snbt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/snbt.expected -------------------------------------------------------------------------------- /lexers/testdata/solidity.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/solidity.actual -------------------------------------------------------------------------------- /lexers/testdata/solidity.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/solidity.expected -------------------------------------------------------------------------------- /lexers/testdata/sourcepawn.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/sourcepawn.actual -------------------------------------------------------------------------------- /lexers/testdata/sourcepawn.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/sourcepawn.expected -------------------------------------------------------------------------------- /lexers/testdata/stas.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/stas.actual -------------------------------------------------------------------------------- /lexers/testdata/stas.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/stas.expected -------------------------------------------------------------------------------- /lexers/testdata/stylus.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/stylus.actual -------------------------------------------------------------------------------- /lexers/testdata/stylus.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/stylus.expected -------------------------------------------------------------------------------- /lexers/testdata/svelte.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/svelte.actual -------------------------------------------------------------------------------- /lexers/testdata/svelte.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/svelte.expected -------------------------------------------------------------------------------- /lexers/testdata/systemd.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/systemd.actual -------------------------------------------------------------------------------- /lexers/testdata/systemd.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/systemd.expected -------------------------------------------------------------------------------- /lexers/testdata/systemverilog.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/systemverilog.actual -------------------------------------------------------------------------------- /lexers/testdata/systemverilog.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/systemverilog.expected -------------------------------------------------------------------------------- /lexers/testdata/tablegen.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tablegen.actual -------------------------------------------------------------------------------- /lexers/testdata/tablegen.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tablegen.expected -------------------------------------------------------------------------------- /lexers/testdata/tal.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tal.actual -------------------------------------------------------------------------------- /lexers/testdata/tal.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tal.expected -------------------------------------------------------------------------------- /lexers/testdata/terraform.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/terraform.actual -------------------------------------------------------------------------------- /lexers/testdata/terraform.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/terraform.expected -------------------------------------------------------------------------------- /lexers/testdata/tex.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tex.actual -------------------------------------------------------------------------------- /lexers/testdata/tex.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tex.expected -------------------------------------------------------------------------------- /lexers/testdata/tradingview.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tradingview.actual -------------------------------------------------------------------------------- /lexers/testdata/tradingview.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tradingview.expected -------------------------------------------------------------------------------- /lexers/testdata/tsx.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tsx.actual -------------------------------------------------------------------------------- /lexers/testdata/tsx.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/tsx.expected -------------------------------------------------------------------------------- /lexers/testdata/turing.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/turing.actual -------------------------------------------------------------------------------- /lexers/testdata/turing.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/turing.expected -------------------------------------------------------------------------------- /lexers/testdata/txtpb.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/txtpb.actual -------------------------------------------------------------------------------- /lexers/testdata/txtpb.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/txtpb.expected -------------------------------------------------------------------------------- /lexers/testdata/typescript.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/typescript.actual -------------------------------------------------------------------------------- /lexers/testdata/typescript.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/typescript.expected -------------------------------------------------------------------------------- /lexers/testdata/typst.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/typst.actual -------------------------------------------------------------------------------- /lexers/testdata/typst.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/typst.expected -------------------------------------------------------------------------------- /lexers/testdata/ucode.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ucode.actual -------------------------------------------------------------------------------- /lexers/testdata/ucode.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/ucode.expected -------------------------------------------------------------------------------- /lexers/testdata/v/v.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/v/v.actual -------------------------------------------------------------------------------- /lexers/testdata/v/v.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/v/v.expected -------------------------------------------------------------------------------- /lexers/testdata/v/v.mode.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/v/v.mode.actual -------------------------------------------------------------------------------- /lexers/testdata/v/v.mode.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/v/v.mode.expected -------------------------------------------------------------------------------- /lexers/testdata/vala.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vala.actual -------------------------------------------------------------------------------- /lexers/testdata/vala.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vala.expected -------------------------------------------------------------------------------- /lexers/testdata/vbnet.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vbnet.actual -------------------------------------------------------------------------------- /lexers/testdata/vbnet.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vbnet.expected -------------------------------------------------------------------------------- /lexers/testdata/vhs.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vhs.actual -------------------------------------------------------------------------------- /lexers/testdata/vhs.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vhs.expected -------------------------------------------------------------------------------- /lexers/testdata/vim.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vim.actual -------------------------------------------------------------------------------- /lexers/testdata/vim.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vim.expected -------------------------------------------------------------------------------- /lexers/testdata/vshell.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vshell.actual -------------------------------------------------------------------------------- /lexers/testdata/vshell.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vshell.expected -------------------------------------------------------------------------------- /lexers/testdata/vue.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vue.actual -------------------------------------------------------------------------------- /lexers/testdata/vue.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/vue.expected -------------------------------------------------------------------------------- /lexers/testdata/wat.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wat.actual -------------------------------------------------------------------------------- /lexers/testdata/wat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wat.expected -------------------------------------------------------------------------------- /lexers/testdata/webvtt/webvtt.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/webvtt/webvtt.actual -------------------------------------------------------------------------------- /lexers/testdata/webvtt/webvtt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/webvtt/webvtt.expected -------------------------------------------------------------------------------- /lexers/testdata/webvtt/webvtt_file_magic_5.actual: -------------------------------------------------------------------------------- 1 | WEBVTT without two line terminators following -------------------------------------------------------------------------------- /lexers/testdata/wgsl.attribute.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wgsl.attribute.actual -------------------------------------------------------------------------------- /lexers/testdata/wgsl.attribute.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wgsl.attribute.expected -------------------------------------------------------------------------------- /lexers/testdata/wgsl.bool.types.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wgsl.bool.types.actual -------------------------------------------------------------------------------- /lexers/testdata/wgsl.bool.types.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wgsl.bool.types.expected -------------------------------------------------------------------------------- /lexers/testdata/wgsl.external.texture.actual: -------------------------------------------------------------------------------- 1 | @group(0) @binding(5) var texture_external; 2 | -------------------------------------------------------------------------------- /lexers/testdata/wgsl.line.comment.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wgsl.line.comment.actual -------------------------------------------------------------------------------- /lexers/testdata/wgsl.multisampled.texture.actual: -------------------------------------------------------------------------------- 1 | @group(0) @binding(5) var texture_multisampled_2d; 2 | -------------------------------------------------------------------------------- /lexers/testdata/wgsl.tiny.render.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/wgsl.tiny.render.actual -------------------------------------------------------------------------------- /lexers/testdata/whiley.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/whiley.actual -------------------------------------------------------------------------------- /lexers/testdata/whiley.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/whiley.expected -------------------------------------------------------------------------------- /lexers/testdata/yaml.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/yaml.actual -------------------------------------------------------------------------------- /lexers/testdata/yaml.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/yaml.expected -------------------------------------------------------------------------------- /lexers/testdata/yang.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/yang.actual -------------------------------------------------------------------------------- /lexers/testdata/yang.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/yang.expected -------------------------------------------------------------------------------- /lexers/testdata/zed.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/zed.actual -------------------------------------------------------------------------------- /lexers/testdata/zed.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/zed.expected -------------------------------------------------------------------------------- /lexers/testdata/zig.actual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/zig.actual -------------------------------------------------------------------------------- /lexers/testdata/zig.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/testdata/zig.expected -------------------------------------------------------------------------------- /lexers/typoscript.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/typoscript.go -------------------------------------------------------------------------------- /lexers/zed.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/lexers/zed.go -------------------------------------------------------------------------------- /mutators.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/mutators.go -------------------------------------------------------------------------------- /mutators_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/mutators_test.go -------------------------------------------------------------------------------- /pygments-lexers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/pygments-lexers.txt -------------------------------------------------------------------------------- /quick/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/quick/example_test.go -------------------------------------------------------------------------------- /quick/quick.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/quick/quick.go -------------------------------------------------------------------------------- /regexp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/regexp.go -------------------------------------------------------------------------------- /regexp_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/regexp_test.go -------------------------------------------------------------------------------- /registry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/registry.go -------------------------------------------------------------------------------- /remap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/remap.go -------------------------------------------------------------------------------- /remap_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/remap_test.go -------------------------------------------------------------------------------- /renovate.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/renovate.json5 -------------------------------------------------------------------------------- /serialise.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/serialise.go -------------------------------------------------------------------------------- /serialise_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/serialise_test.go -------------------------------------------------------------------------------- /style.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/style.go -------------------------------------------------------------------------------- /style_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/style_test.go -------------------------------------------------------------------------------- /styles/abap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/abap.xml -------------------------------------------------------------------------------- /styles/algol.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/algol.xml -------------------------------------------------------------------------------- /styles/algol_nu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/algol_nu.xml -------------------------------------------------------------------------------- /styles/api.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/api.go -------------------------------------------------------------------------------- /styles/arduino.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/arduino.xml -------------------------------------------------------------------------------- /styles/ashen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/ashen.xml -------------------------------------------------------------------------------- /styles/autumn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/autumn.xml -------------------------------------------------------------------------------- /styles/average.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/average.xml -------------------------------------------------------------------------------- /styles/base16-snazzy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/base16-snazzy.xml -------------------------------------------------------------------------------- /styles/borland.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/borland.xml -------------------------------------------------------------------------------- /styles/bw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/bw.xml -------------------------------------------------------------------------------- /styles/catppuccin-frappe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/catppuccin-frappe.xml -------------------------------------------------------------------------------- /styles/catppuccin-latte.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/catppuccin-latte.xml -------------------------------------------------------------------------------- /styles/catppuccin-macchiato.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/catppuccin-macchiato.xml -------------------------------------------------------------------------------- /styles/catppuccin-mocha.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/catppuccin-mocha.xml -------------------------------------------------------------------------------- /styles/colorful.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/colorful.xml -------------------------------------------------------------------------------- /styles/compat.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/compat.go -------------------------------------------------------------------------------- /styles/doom-one.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/doom-one.xml -------------------------------------------------------------------------------- /styles/doom-one2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/doom-one2.xml -------------------------------------------------------------------------------- /styles/dracula.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/dracula.xml -------------------------------------------------------------------------------- /styles/emacs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/emacs.xml -------------------------------------------------------------------------------- /styles/evergarden.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/evergarden.xml -------------------------------------------------------------------------------- /styles/friendly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/friendly.xml -------------------------------------------------------------------------------- /styles/fruity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/fruity.xml -------------------------------------------------------------------------------- /styles/github-dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/github-dark.xml -------------------------------------------------------------------------------- /styles/github.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/github.xml -------------------------------------------------------------------------------- /styles/gruvbox-light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/gruvbox-light.xml -------------------------------------------------------------------------------- /styles/gruvbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/gruvbox.xml -------------------------------------------------------------------------------- /styles/hr_high_contrast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/hr_high_contrast.xml -------------------------------------------------------------------------------- /styles/hrdark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/hrdark.xml -------------------------------------------------------------------------------- /styles/igor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/igor.xml -------------------------------------------------------------------------------- /styles/lovelace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/lovelace.xml -------------------------------------------------------------------------------- /styles/manni.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/manni.xml -------------------------------------------------------------------------------- /styles/modus-operandi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/modus-operandi.xml -------------------------------------------------------------------------------- /styles/modus-vivendi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/modus-vivendi.xml -------------------------------------------------------------------------------- /styles/monokai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/monokai.xml -------------------------------------------------------------------------------- /styles/monokailight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/monokailight.xml -------------------------------------------------------------------------------- /styles/murphy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/murphy.xml -------------------------------------------------------------------------------- /styles/native.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/native.xml -------------------------------------------------------------------------------- /styles/nord.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/nord.xml -------------------------------------------------------------------------------- /styles/nordic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/nordic.xml -------------------------------------------------------------------------------- /styles/onedark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/onedark.xml -------------------------------------------------------------------------------- /styles/onesenterprise.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/onesenterprise.xml -------------------------------------------------------------------------------- /styles/paraiso-dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/paraiso-dark.xml -------------------------------------------------------------------------------- /styles/paraiso-light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/paraiso-light.xml -------------------------------------------------------------------------------- /styles/pastie.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/pastie.xml -------------------------------------------------------------------------------- /styles/perldoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/perldoc.xml -------------------------------------------------------------------------------- /styles/pygments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/pygments.xml -------------------------------------------------------------------------------- /styles/rainbow_dash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/rainbow_dash.xml -------------------------------------------------------------------------------- /styles/rose-pine-dawn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/rose-pine-dawn.xml -------------------------------------------------------------------------------- /styles/rose-pine-moon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/rose-pine-moon.xml -------------------------------------------------------------------------------- /styles/rose-pine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/rose-pine.xml -------------------------------------------------------------------------------- /styles/rpgle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/rpgle.xml -------------------------------------------------------------------------------- /styles/rrt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/rrt.xml -------------------------------------------------------------------------------- /styles/solarized-dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/solarized-dark.xml -------------------------------------------------------------------------------- /styles/solarized-dark256.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/solarized-dark256.xml -------------------------------------------------------------------------------- /styles/solarized-light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/solarized-light.xml -------------------------------------------------------------------------------- /styles/swapoff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/swapoff.xml -------------------------------------------------------------------------------- /styles/tango.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/tango.xml -------------------------------------------------------------------------------- /styles/tokyonight-day.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/tokyonight-day.xml -------------------------------------------------------------------------------- /styles/tokyonight-moon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/tokyonight-moon.xml -------------------------------------------------------------------------------- /styles/tokyonight-night.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/tokyonight-night.xml -------------------------------------------------------------------------------- /styles/tokyonight-storm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/tokyonight-storm.xml -------------------------------------------------------------------------------- /styles/trac.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/trac.xml -------------------------------------------------------------------------------- /styles/vim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/vim.xml -------------------------------------------------------------------------------- /styles/vs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/vs.xml -------------------------------------------------------------------------------- /styles/vulcan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/vulcan.xml -------------------------------------------------------------------------------- /styles/witchhazel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/witchhazel.xml -------------------------------------------------------------------------------- /styles/xcode-dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/xcode-dark.xml -------------------------------------------------------------------------------- /styles/xcode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/styles/xcode.xml -------------------------------------------------------------------------------- /table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/table.py -------------------------------------------------------------------------------- /tokentype_enumer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/tokentype_enumer.go -------------------------------------------------------------------------------- /types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/chroma/HEAD/types.go --------------------------------------------------------------------------------