Skip to content

Commit

Permalink
Merge branch 'nightly' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Jun 5, 2021
2 parents fae70ad + 80548ee commit fa41713
Show file tree
Hide file tree
Showing 14 changed files with 352 additions and 117 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# v3.0.1 (April 23, 2021)
# v3.1.0 (June 05, 2021)

- Feature: support .svelte
- Feature: support .vue
- Fix: theme/colors with typescript source
- Fix: jsdoc syntax
- New: background now is #090909
- Fix: White $ with tspath on svelte
- Feature: `delete` method now has purple color like function/async/await

<!-- all-shields/sponsors-badges:START -->

[![Donate Paypal](https://img.shields.io/badge/donate-paypal-005EA6.svg?style=for-the-badge&logo=paypal)](https://www.paypal.me/ptkdev) [![Donate Ko-Fi](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?style=for-the-badge&logo=ko-fi)](https://ko-fi.com/ptkdev) [![Donate Github Sponsors](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?style=for-the-badge&logo=github)](https://github.com/sponsors/ptkdev) [![Donate Patreon](https://img.shields.io/badge/donate-patreon-F87668.svg?style=for-the-badge&logo=patreon)](https://www.patreon.com/join/ptkdev) [![Donate Bitcoin](https://img.shields.io/badge/BTC-35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH-E38B29.svg?style=flat-square&logo=bitcoin)](https://ptk.dev/img/icons/menu/bitcoin_wallet.png) [![Donate Ethereum](https://img.shields.io/badge/ETH-0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc-4E8EE9.svg?style=flat-square&logo=ethereum)](https://ptk.dev/img/icons/menu/ethereum_wallet.png)

<!-- all-shields/sponsors-badges:END -->

# v3.0.1 (April 23, 2021)

- Feature: support .svelte
- Feature: support .vue
- Fix: theme/colors with typescript source
- Fix: jsdoc syntax
- New: background now is #090909

# v2.0.7 (March 28, 2020)

- Fix: security issue
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- all-shields/header-badges:START -->

[![v3.0.1](https://img.shields.io/badge/version-v3.0.1-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev/vscode-theme-dark-blood/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/vscode-theme-dark-blood?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/vscode-theme-dark-blood) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev/vscode-theme-dark-blood/blob/main/LICENSE.md) [![VSCode](https://img.shields.io/badge/powered%20by-vscode-0066B8.svg?style=flat&logo=visual-studio-code)](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io)
[![v3.1.0](https://img.shields.io/badge/version-v3.1.0-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev/vscode-theme-dark-blood/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/vscode-theme-dark-blood?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/vscode-theme-dark-blood) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev/vscode-theme-dark-blood/blob/main/LICENSE.md) [![VSCode](https://img.shields.io/badge/powered%20by-vscode-0066B8.svg?style=flat&logo=visual-studio-code)](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io)

<!-- all-shields/header-badges:END -->

Expand Down
8 changes: 8 additions & 0 deletions extension/themes/dark-blood-type-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,13 @@
"foreground": "#ea335b"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#AF91C9"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -406,6 +413,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/dark-blood-type-ab.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,13 @@
"foreground": "#ae2751"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#875BAE"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -406,6 +413,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/dark-blood-type-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,13 @@
"foreground": "#e04262"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#BA8BAF"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -406,6 +413,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/dark-blood-type-zero.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,13 @@
"foreground": "#E81E62"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#A17FC0"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -406,6 +413,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/dark-blood.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,13 @@
"foreground": "#ac415d"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#ba8baf"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -406,6 +413,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/no-italic/dark-blood-type-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@
"foreground": "#ea335b"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#AF91C9"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -405,6 +412,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/no-italic/dark-blood-type-ab.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@
"foreground": "#ae2751"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#875BAE"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -405,6 +412,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/no-italic/dark-blood-type-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@
"foreground": "#e04262"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#AF91C9"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -405,6 +412,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/no-italic/dark-blood-type-zero.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@
"foreground": "#E81E62"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#A17FC0"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -405,6 +412,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
8 changes: 8 additions & 0 deletions extension/themes/no-italic/dark-blood.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@
"foreground": "#ac415d"
}
},
{
"name": "delete",
"scope": "keyword.operator.expression.delete",
"settings": {
"foreground": "#ba8baf"
}
},
{
"name": "new class name",
"scope": [
Expand Down Expand Up @@ -405,6 +412,7 @@
"name": "Strings, Inherited Class",
"scope": [
"string",
"punctuation.definition.variable.svelte",
"constant.other.symbol",
"entity.other.inherited-class"
],
Expand Down
Loading

0 comments on commit fa41713

Please sign in to comment.