mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Fix syntax color issues with Babel Javascript extension
This commit is contained in:
parent
5e54083ae5
commit
53f026b1e8
4 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 1.0.3
|
||||
`2023-10-03`
|
||||
- Fix syntax color issues with Babel Javascript extension
|
||||
|
||||
## 1.0.2
|
||||
`2023-09-28`
|
||||
- Update jsx text color
|
||||
|
|
|
@ -634,6 +634,7 @@
|
|||
{
|
||||
"name": "Import, Export, From, Default",
|
||||
"scope": [
|
||||
"keyword.control.module",
|
||||
"keyword.control.import",
|
||||
"keyword.control.export",
|
||||
"keyword.control.from",
|
||||
|
@ -1347,6 +1348,7 @@
|
|||
{
|
||||
"name": "HTML text",
|
||||
"scope": [
|
||||
"meta.tag JSXNested",
|
||||
"meta.jsx.children",
|
||||
"text.html",
|
||||
"text.log"
|
||||
|
|
|
@ -654,6 +654,7 @@
|
|||
{
|
||||
"name": "Import, Export, From, Default",
|
||||
"scope": [
|
||||
"keyword.control.module",
|
||||
"keyword.control.import",
|
||||
"keyword.control.export",
|
||||
"keyword.control.from",
|
||||
|
@ -1385,8 +1386,10 @@
|
|||
{
|
||||
"name": "HTML text",
|
||||
"scope": [
|
||||
"meta.tag JSXNested",
|
||||
"meta.jsx.children",
|
||||
"text.html",
|
||||
"text.log"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#565a6e"
|
||||
|
|
|
@ -633,6 +633,7 @@
|
|||
{
|
||||
"name": "Import, Export, From, Default",
|
||||
"scope": [
|
||||
"keyword.control.module",
|
||||
"keyword.control.import",
|
||||
"keyword.control.export",
|
||||
"keyword.control.from",
|
||||
|
@ -1347,8 +1348,10 @@
|
|||
{
|
||||
"name": "HTML text",
|
||||
"scope": [
|
||||
"meta.tag JSXNested",
|
||||
"meta.jsx.children",
|
||||
"text.html",
|
||||
"text.log"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9aa5ce"
|
||||
|
|
Loading…
Reference in a new issue