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

PHPDoc updates

This commit is contained in:
Kristi 2020-05-13 14:51:35 -04:00
parent 59f0618bd5
commit fe7585834d
4 changed files with 37 additions and 0 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.5.6
`2020-13-05`
- PHPDoc updates
## 0.5.5 ## 0.5.5
`2020-09-05` `2020-09-05`
- Minor tab style updates - Minor tab style updates

View file

@ -347,12 +347,23 @@
"comment.block.documentation markup", "comment.block.documentation markup",
"comment.block.documentation markup.inline.raw.string.markdown", "comment.block.documentation markup.inline.raw.string.markdown",
"meta.other.type.phpdoc.php keyword.other.type.php", "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" "keyword.other.phpdoc.php"
], ],
"settings": { "settings": {
"foreground": "#5a638c" "foreground": "#5a638c"
} }
}, },
{
"name": "Comment Doc Emphasized",
"scope": "meta.other.type.phpdoc.php support.class",
"settings": {
"foreground": "#646e9c"
//"fontStyle": "bold"
}
},
{ {
"name": "Number, Boolean, Undefined, Null", "name": "Number, Boolean, Undefined, Null",
"scope": [ "scope": [

View file

@ -369,12 +369,23 @@
"comment.block.documentation markup", "comment.block.documentation markup",
"comment.block.documentation markup.inline.raw.string.markdown", "comment.block.documentation markup.inline.raw.string.markdown",
"meta.other.type.phpdoc.php keyword.other.type.php", "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" "keyword.other.phpdoc.php"
], ],
"settings": { "settings": {
"foreground": "#7c7f87" "foreground": "#7c7f87"
} }
}, },
{
"name": "Comment Doc Emphasized",
"scope": "meta.other.type.phpdoc.php support.class",
"settings": {
"foreground": "#73767d"
//"fontStyle": "bold"
}
},
{ {
"name": "Number, Boolean, Undefined, Null", "name": "Number, Boolean, Undefined, Null",
"scope": [ "scope": [

View file

@ -346,12 +346,23 @@
"comment.block.documentation markup", "comment.block.documentation markup",
"comment.block.documentation markup.inline.raw.string.markdown", "comment.block.documentation markup.inline.raw.string.markdown",
"meta.other.type.phpdoc.php keyword.other.type.php", "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" "keyword.other.phpdoc.php"
], ],
"settings": { "settings": {
"foreground": "#6a75a8" //"#7982a9" "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", "name": "Number, Boolean, Undefined, Null",
"scope": [ "scope": [