Skip to content

Commit

Permalink
fix: make assignment and eq operators match in color
Browse files Browse the repository at this point in the history
  • Loading branch information
janw4ld committed Nov 3, 2024
1 parent 4413b55 commit 751f77d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.12

- Fix: make `assignment` and `eq` operators match in color.
- Fix: don't color struct/class members as constants.

## v0.2.11

- Set color `variable.other.enummember` the same as constants.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"icon": "img/icon.png",
"publisher": "janw4ld",
"version": "0.2.11",
"version": "0.2.12",
"homepage": "https://github.com/janw4ld/lambda-black",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions themes/black-lambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
"keyword.operator.big-arrow",
"keyword.operator.period",
"keyword.operator.eq",
"keyword.operator.assignment",
"keyword.operator.pipe",
"keyword.operator.double-dot",
"keyword.operator.lambda",
Expand Down

0 comments on commit 751f77d

Please sign in to comment.