From fe7585834dd152344b96f555af78a281ec6de8b5 Mon Sep 17 00:00:00 2001 From: Kristi Date: Wed, 13 May 2020 14:51:35 -0400 Subject: [PATCH] PHPDoc updates --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 11 +++++++++++ themes/tokyo-night-light-color-theme.json | 11 +++++++++++ themes/tokyo-night-storm-color-theme.json | 11 +++++++++++ 4 files changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a104a4..6c8446b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.5.6 +`2020-13-05` +- PHPDoc updates + ## 0.5.5 `2020-09-05` - Minor tab style updates diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 8a900bb..80f2dd7 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -347,12 +347,23 @@ "comment.block.documentation markup", "comment.block.documentation markup.inline.raw.string.markdown", "meta.other.type.phpdoc.php keyword.other.type.php", + "meta.other.type.phpdoc.php support.other.namespace.php", + "meta.other.type.phpdoc.php punctuation.separator.inheritance.php", + "meta.other.type.phpdoc.php support.class", "keyword.other.phpdoc.php" ], "settings": { "foreground": "#5a638c" } }, + { + "name": "Comment Doc Emphasized", + "scope": "meta.other.type.phpdoc.php support.class", + "settings": { + "foreground": "#646e9c" + //"fontStyle": "bold" + } + }, { "name": "Number, Boolean, Undefined, Null", "scope": [ diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 9f3a1fb..09d9289 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -369,12 +369,23 @@ "comment.block.documentation markup", "comment.block.documentation markup.inline.raw.string.markdown", "meta.other.type.phpdoc.php keyword.other.type.php", + "meta.other.type.phpdoc.php support.other.namespace.php", + "meta.other.type.phpdoc.php punctuation.separator.inheritance.php", + "meta.other.type.phpdoc.php support.class", "keyword.other.phpdoc.php" ], "settings": { "foreground": "#7c7f87" } }, + { + "name": "Comment Doc Emphasized", + "scope": "meta.other.type.phpdoc.php support.class", + "settings": { + "foreground": "#73767d" + //"fontStyle": "bold" + } + }, { "name": "Number, Boolean, Undefined, Null", "scope": [ diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 36db567..eaca450 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -346,12 +346,23 @@ "comment.block.documentation markup", "comment.block.documentation markup.inline.raw.string.markdown", "meta.other.type.phpdoc.php keyword.other.type.php", + "meta.other.type.phpdoc.php support.other.namespace.php", + "meta.other.type.phpdoc.php punctuation.separator.inheritance.php", + "meta.other.type.phpdoc.php support.class", "keyword.other.phpdoc.php" ], "settings": { "foreground": "#6a75a8" //"#7982a9" } }, + { + "name": "Comment Doc Emphasized", + "scope": "meta.other.type.phpdoc.php support.class", + "settings": { + "foreground": "#7582ba" + //"fontStyle": "bold" + } + }, { "name": "Number, Boolean, Undefined, Null", "scope": [