This extension allows to identify keyword / end with colours.
- Ruby
- Lua
- Elixir
- Crystal
- Shell
- Verilog
- COBOL
- Julia
You can override the color by putting in your settings.json
:
{
"workbench.colorCustomizations": {
"rainbowend.deep1": "#e06c75",
"rainbowend.deep2": "#6ca2e0",
"rainbowend.deep3": "#e0de6c"
}
}
You can open an issue with sample code for the language you want to have.
Or you can contribute it by adding the language in:
- package.json
- language.ts
- Author: Julien Duponchelle: https://github.com/noplay
- Cobol support by https://github.com/spgennard
See Change log