Skip to content

Releases: janw4ld/lambda-black

0.2.18

31 Dec 07:50
89bb8b7
Compare
Choose a tag to compare
  • Improve terraform and hcl consistency with other languages.

0.2.17

31 Dec 06:37
afd8457
Compare
Choose a tag to compare
  • Readme and metadata updates for VSMarketplace republication.

0.2.16

21 Dec 13:09
2dfafef
Compare
Choose a tag to compare
  • Set the "custom titlebar" color to black.

0.2.15

16 Nov 09:48
b594ca1
Compare
Choose a tag to compare
  • 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

03 Nov 18:04
1cffe6c
Compare
Choose a tag to compare
  • 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

03 Nov 16:51
f08accb
Compare
Choose a tag to compare
  • 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

03 Nov 11:41
751f77d
Compare
Choose a tag to compare
  • Fix: make assignment and eq operators match in color.
  • Fix: don't color struct/class members as constants.

0.2.11

03 Nov 07:34
3c6a8cc
Compare
Choose a tag to compare
  • Set color variable.other.enummember the same as constants.

0.2.10

03 Nov 06:48
e3a363b
Compare
Choose a tag to compare

v0.2.10

  • Fix pylance semantic tokens reverting constant colors to variable.

v0.2.9

  • Update screenshots.

v0.2.8

  • Color pipe.haskell (the guard symbol) the same as if and case expressions.
  • Accessibility: add transparency to editor.inactiveSelectionBackground.