Skip to content

Commit

Permalink
PHP8, VueJS Vetur and Volar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrred85 committed Jan 31, 2023
1 parent 3527efc commit 12ac8fb
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions themes/darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,14 @@
"foreground": "#CC7832"
}
},
{
"name": "PHP 8 named arguments",
"scope": "source.php entity.name.variable.parameter.php",
"settings": {
"fontStyle": "",
"foreground": "#467CDA"
}
},
{
"name": "PHP strings",
"scope": [
Expand Down Expand Up @@ -1182,7 +1190,8 @@
{
"name": "Vue HTML directives",
"scope": [
"source.vue meta.directive.vue entity.other.attribute-name.html"
"source.vue meta.directive.vue entity.other.attribute-name.html",
"source.vue meta.attribute.directive.vue entity.other.attribute-name.html"
],
"settings": {
"fontStyle": "",
Expand All @@ -1193,7 +1202,9 @@
"name": "Vue HTML punctuation",
"scope": [
"source.vue meta.directive.vue punctuation.definition.string.begin.html",
"source.vue meta.directive.vue punctuation.definition.string.end.html"
"source.vue meta.directive.vue punctuation.definition.string.end.html",
"source.vue meta.attribute.directive.vue punctuation.definition.string.begin.html",
"source.vue meta.attribute.directive.vue punctuation.definition.string.end.html"
],
"settings": {
"fontStyle": "",
Expand All @@ -1203,11 +1214,14 @@
{
"name": "Vue HTML components",
"scope": [
"source.vue support.class.component.html"
"source.vue support.class.component.html",
"source.vue meta.tag.custom.start.html entity.name.tag.html",
"source.vue meta.tag.custom.end.html entity.name.tag.html",
"source.vue meta.tag.other.unrecognized.html.derivative entity.name.tag.html"
],
"settings": {
"fontStyle": "",
"foreground": "#FFC66D"
"foreground": "#26BDA4"
}
}
]
Expand Down

0 comments on commit 12ac8fb

Please sign in to comment.