Skip to content

Commit

Permalink
fix booleans and builtin sentinels
Browse files Browse the repository at this point in the history
  • Loading branch information
janw4ld committed Nov 3, 2024
1 parent 7624b76 commit 1cffe6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- 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.

## v0.2.13

Expand Down
1 change: 1 addition & 0 deletions themes/black-lambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@
"customLiteral": "#dcdcaa",
"numberLiteral": "#b5cea8",
"*.readonly": "#cca143",
"*.readonly.builtin": "#53a5e9",
"variable.property": "#d4d4d4",
"parameter:dockerfile": "#d4d4d4",
"property:dockerfile": "#7daea3"
Expand Down

0 comments on commit 1cffe6c

Please sign in to comment.