mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Fix HTML id attribute color bug
This commit is contained in:
parent
c0dce2f3dd
commit
46f36e991a
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue