mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
PHPDoc updates
This commit is contained in:
parent
59f0618bd5
commit
fe7585834d
4 changed files with 37 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.5.6
|
||||
`2020-13-05`
|
||||
- PHPDoc updates
|
||||
|
||||
## 0.5.5
|
||||
`2020-09-05`
|
||||
- Minor tab style updates
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue