Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Ceskavich committed Dec 24, 2020
1 parent 5f0fd16 commit 13755ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.7.0

v2.7 updates syntax coloring rules for Ruby. The rules now align closely with the rules for Elixir. Key changes:

- New color for symbols (cyan)
- Updated coloring for constants (purple), instance variables (orange), and class variables (also orange)
- Updated coloring for classes (green for definitions, purple for everything else)
- No longer apply coloring to function/method parameters and function invocations

## 2.6.1

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-dracula-at-night",
"version": "2.6.1",
"version": "2.7.0",
"displayName": "Dracula At Night",
"description": "Dracula At Night — A Dracula fork, with a darker flavor",
"publisher": "bceskavich",
Expand Down

0 comments on commit 13755ff

Please sign in to comment.