Skip to content

Latest commit

 

History

History
112 lines (66 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

112 lines (66 loc) · 4.08 KB

Changelog

2.7.1

Small set of fixes:

  • GraphQL comments and docstrings
  • Ruby kernel functions
  • Ruby hash key symbols in method parameters

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:

  • Ensure Elixir atoms are colored cyan

2.6.0

v2.6.0 includes a bunch of changes from the past few months. It's been a while since a release has been queued up!

2.5.0

Updates to syntax highlighting for JSX, CSS, and TypeScript typings. See bceskavich#3 for more detailed explanations of each.

2.4.0

Added further Python support:

  • Function definition coloring
  • Consistent function invocation coloring
  • Punctuation (dot syntax, colons) coloring

2.3.0

Added further Elixir support.

2.2.1

Fixed a small bug where some string punctuation marks weren't styled the right color.

2.2.0

Add stylings for the new Breadcrumbs feature, released in VS Code v1.26

2.1.0

  • JavaScript and TypeScript constant definitions are now styled cyan, instead of purple. This is modeled after the way we do things in Ruby. I'm considering making this the default for all languages.
  • Fix some typos in the Objective-C settings

2.0.0

Refactored theme config, see dracula-at-night#2. There are a few small user facing changes in this update. I fixed some broken editor window styles and made others more consistent while rewriting.

1.3.0

Updates to React and JSX stylings:

  • Component tags are colored purple to help differentiate between HTML tags
  • Ensure fat-arrow function definitions on component classes as an auto-binding work around are styled green as expected

Better GraphQL support:

Also:

  • Remove default behavior to highlight matching brackets as pink. This is often unhelpful, especially when the brackets are already colored pink (e.g. Interpolation, JSX escapes). Matching bracket colors can be set manaully in user settings.

1.2.0

Updates to better support Ruby:

  • Colors for instance (orange) and class (cyan) variables
  • Fix a bug with coloring function invocations
  • Ensure function definition punctuation is not colored green
  • Ensure block method params are colored orange as expected
  • Separator punctuation (like dots) should be styled pink
  • Style constants as cyan to help differentiate with symbols, which are purple

1.1.0

  • Updated TypeScript type syntax stylings

1.0.1

  • Added a theme logo

1.0.0

Initial release!


Previous

This theme was forked from Dracula Official v2.10.0. See the Dracula Official changelog for changes preceding the fork.