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 HTML id attribute color bug

This commit is contained in:
Kristi 2019-11-01 13:03:18 -04:00
parent c0dce2f3dd
commit 46f36e991a
3 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,9 @@
# Release Notes
## 0.3.9
`2019-11-1`
- Fix HTML id attribute color bug
## 0.3.8
`2019-11-1`
- Tweak Peek view colors

View file

@ -925,6 +925,7 @@
"name": "Vue Template attributes",
"scope": [
"meta.directive.vue punctuation.separator.key-value.html",
"entity.other.attribute-name.id.html",
"meta.directive.vue entity.other.attribute-name.html"
],
"settings": {

View file

@ -925,6 +925,7 @@
"name": "Vue Template attributes",
"scope": [
"meta.directive.vue punctuation.separator.key-value.html",
"entity.other.attribute-name.id.html",
"meta.directive.vue entity.other.attribute-name.html"
],
"settings": {