0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Fix syntax color issues with Babel Javascript extension

This commit is contained in:
Kristi Russell 2023-10-03 20:06:18 -04:00
parent 5e54083ae5
commit 53f026b1e8
4 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 1.0.3
`2023-10-03`
- Fix syntax color issues with Babel Javascript extension
## 1.0.2 ## 1.0.2
`2023-09-28` `2023-09-28`
- Update jsx text color - Update jsx text color

View file

@ -634,6 +634,7 @@
{ {
"name": "Import, Export, From, Default", "name": "Import, Export, From, Default",
"scope": [ "scope": [
"keyword.control.module",
"keyword.control.import", "keyword.control.import",
"keyword.control.export", "keyword.control.export",
"keyword.control.from", "keyword.control.from",
@ -1347,6 +1348,7 @@
{ {
"name": "HTML text", "name": "HTML text",
"scope": [ "scope": [
"meta.tag JSXNested",
"meta.jsx.children", "meta.jsx.children",
"text.html", "text.html",
"text.log" "text.log"

View file

@ -654,6 +654,7 @@
{ {
"name": "Import, Export, From, Default", "name": "Import, Export, From, Default",
"scope": [ "scope": [
"keyword.control.module",
"keyword.control.import", "keyword.control.import",
"keyword.control.export", "keyword.control.export",
"keyword.control.from", "keyword.control.from",
@ -1385,8 +1386,10 @@
{ {
"name": "HTML text", "name": "HTML text",
"scope": [ "scope": [
"meta.tag JSXNested",
"meta.jsx.children", "meta.jsx.children",
"text.html", "text.html",
"text.log"
], ],
"settings": { "settings": {
"foreground": "#565a6e" "foreground": "#565a6e"

View file

@ -633,6 +633,7 @@
{ {
"name": "Import, Export, From, Default", "name": "Import, Export, From, Default",
"scope": [ "scope": [
"keyword.control.module",
"keyword.control.import", "keyword.control.import",
"keyword.control.export", "keyword.control.export",
"keyword.control.from", "keyword.control.from",
@ -1347,8 +1348,10 @@
{ {
"name": "HTML text", "name": "HTML text",
"scope": [ "scope": [
"meta.tag JSXNested",
"meta.jsx.children", "meta.jsx.children",
"text.html", "text.html",
"text.log"
], ],
"settings": { "settings": {
"foreground": "#9aa5ce" "foreground": "#9aa5ce"