mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Italicize return keyword in more languages
This commit is contained in:
parent
9dfc0efde6
commit
4aa61ff194
3 changed files with 3 additions and 0 deletions
|
@ -350,6 +350,7 @@
|
|||
"comment",
|
||||
"meta.var.expr storage.type",
|
||||
"keyword.control.flow",
|
||||
"keyword.control.return",
|
||||
"meta.directive.vue punctuation.separator.key-value.html",
|
||||
"meta.directive.vue entity.other.attribute-name.html",
|
||||
"tag.decorator.js entity.name.tag.js",
|
||||
|
|
|
@ -368,6 +368,7 @@
|
|||
"comment",
|
||||
"meta.var.expr storage.type",
|
||||
"keyword.control.flow",
|
||||
"keyword.control.return",
|
||||
"meta.directive.vue punctuation.separator.key-value.html",
|
||||
"meta.directive.vue entity.other.attribute-name.html",
|
||||
"tag.decorator.js entity.name.tag.js",
|
||||
|
|
|
@ -349,6 +349,7 @@
|
|||
"comment",
|
||||
"meta.var.expr storage.type",
|
||||
"keyword.control.flow",
|
||||
"keyword.control.return",
|
||||
"meta.directive.vue punctuation.separator.key-value.html",
|
||||
"meta.directive.vue entity.other.attribute-name.html",
|
||||
"tag.decorator.js entity.name.tag.js",
|
||||
|
|
Loading…
Reference in a new issue