mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-01-02 21:08:38 -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
|
# 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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue