Releases: janw4ld/lambda-black
Releases · janw4ld/lambda-black
0.2.18
- Improve terraform and hcl consistency with other languages.
0.2.17
- Readme and metadata updates for VSMarketplace republication.
0.2.16
- Set the "custom titlebar" color to black.
0.2.15
- Color Haskell record wildcards to match scope modifiers.
- Replace nix's abominable colors.
- Initial support for Hashicorp HCL & Terraform.
- Update JSON and YAML colors to match nix & terraform.
0.2.14
- Color golang modules and packages the same as other languages' modules.
- Add sane semantic colors for dockerfile.
- Fix semantic highlights not distinguishing constant builtins (like
true
and
None
) from other constants.
0.2.13
- Update methods' color to match functions. Fixes groovy functions, since
they're all methods on the global Script
object.
- Color Groovy's modules the same as other languages.
- Add support for
variable.other.constant
. Fixes stuff in Ruby.
- Color
method
and method-call
the same as definition.method
- Color all
*.readonly
semantic tokens as constant.
- Color YAML keys the same as JSON properties.
0.2.12
- Fix: make
assignment
and eq
operators match in color.
- Fix: don't color struct/class members as constants.
0.2.11
- Set color
variable.other.enummember
the same as constants.
0.2.10
v0.2.10
- Fix pylance semantic tokens reverting
constant
colors to variable
.
v0.2.9
v0.2.8
- Color
pipe.haskell
(the guard symbol) the same as if
and case
expressions.
- Accessibility: add transparency to
editor.inactiveSelectionBackground
.