mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-13 23:07:43 -04: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",
|
"comment",
|
||||||
"meta.var.expr storage.type",
|
"meta.var.expr storage.type",
|
||||||
"keyword.control.flow",
|
"keyword.control.flow",
|
||||||
|
"keyword.control.return",
|
||||||
"meta.directive.vue punctuation.separator.key-value.html",
|
"meta.directive.vue punctuation.separator.key-value.html",
|
||||||
"meta.directive.vue entity.other.attribute-name.html",
|
"meta.directive.vue entity.other.attribute-name.html",
|
||||||
"tag.decorator.js entity.name.tag.js",
|
"tag.decorator.js entity.name.tag.js",
|
||||||
|
|
|
@ -368,6 +368,7 @@
|
||||||
"comment",
|
"comment",
|
||||||
"meta.var.expr storage.type",
|
"meta.var.expr storage.type",
|
||||||
"keyword.control.flow",
|
"keyword.control.flow",
|
||||||
|
"keyword.control.return",
|
||||||
"meta.directive.vue punctuation.separator.key-value.html",
|
"meta.directive.vue punctuation.separator.key-value.html",
|
||||||
"meta.directive.vue entity.other.attribute-name.html",
|
"meta.directive.vue entity.other.attribute-name.html",
|
||||||
"tag.decorator.js entity.name.tag.js",
|
"tag.decorator.js entity.name.tag.js",
|
||||||
|
|
|
@ -349,6 +349,7 @@
|
||||||
"comment",
|
"comment",
|
||||||
"meta.var.expr storage.type",
|
"meta.var.expr storage.type",
|
||||||
"keyword.control.flow",
|
"keyword.control.flow",
|
||||||
|
"keyword.control.return",
|
||||||
"meta.directive.vue punctuation.separator.key-value.html",
|
"meta.directive.vue punctuation.separator.key-value.html",
|
||||||
"meta.directive.vue entity.other.attribute-name.html",
|
"meta.directive.vue entity.other.attribute-name.html",
|
||||||
"tag.decorator.js entity.name.tag.js",
|
"tag.decorator.js entity.name.tag.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue