Skip to content

Commit

Permalink
apply nix & tf's style to yaml & json
Browse files Browse the repository at this point in the history
  • Loading branch information
janw4ld committed Nov 11, 2024
1 parent 42f1cfa commit b594ca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- 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.

## v0.2.14

Expand Down
10 changes: 5 additions & 5 deletions themes/black-lambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,11 @@
{
"scope": [
"meta.structure.dictionary.key.python",
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded",
"support.function.git-rebase",
"entity.name.tag.yaml"
"support.function.git-rebase"
],
"settings": {
"foreground": "#9cdcfe"
Expand Down Expand Up @@ -494,7 +491,10 @@
"entity.other.attribute-name",
"entity.other.attribute-name.multipart.nix",
"variable.other.readwrite.terraform",
"variable.other.readwrite.hcl"
"variable.other.readwrite.hcl",
"support.type.vendored.property-name",
"support.type.property-name",
"entity.name.tag.yaml"
],
"settings": {
"foreground": "#87a37d"
Expand Down

0 comments on commit b594ca1

Please sign in to comment.