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": [