0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Italicize return keyword in more languages

This commit is contained in:
Kristi 2021-03-23 20:32:07 -04:00
parent 9dfc0efde6
commit 4aa61ff194
3 changed files with 3 additions and 0 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",