Releases: dracula/visual-studio-code
Releases Β· dracula/visual-studio-code
2.8.0
Minor
- Fix missing syntax highlighting of markdown code block backticks.
- Fix missing syntax highlighting for decorator objects in JS & TS.
- Fix incorrect highlighting for braces/punctuation inside template strings in JS & TS.
Patch
- Fix overpowering opaque orange color of
editor.findMatchBackground
.
2.7.0
Minor
- Improve highlighting for
invalid
and invalid.deprecated
scopes.
- Italicize html attribute names so that Operator Mono font users can have their fancy pseudo-cursive. #62
Patch
- Fix incorrectly colored type annotation separators in Python.
2.6.1
Patch
- Fix highlighting for pragma instructions in Haskell.
2.6.0
Minor
- Add support for new git status colors in the file explorer. 941ad4a
- Change
editorGutter.modifiedBackground
from cyan
to orange
to match above.
As usual, feedback welcomed and encouraged.
2.5.2
Patch
- Improve terminal white contrast. #59
Credits
Thanks @nickcernis for your contribution!
2.5.1
Patch
- Fix variable interpolation operators in
Make
language
- Change codelens from
orange
to comment
color so it's less distracting. #57
Credits
Thanks @smt923 for your contribution!
2.5.0
Minor
- Add support for improved RegExp highlighting released in VSCode
v1.17.0
(JS and TS especially). 74418f1
2.4.2
Patch
- Fix SCSS attribute selector string highlighting.
In other words...
input[type='text'] {}
// ^^^^ now highlighted correctly
2.4.1
Patch
- Fix small upstream issue causing expand selection to quotes to not work properly in JSON keys
- Fix opacity in pane drag and drop
Credits
Thanks @ajitid for your contribution!
2.4.0
Minor
- Add support for elixir's underscored vars (#53)
Credits
Huge thanks to @epogue for his help!