Skip to content

Commit 22d308a

Browse files
author
Erik Lieben
committed
fix(themes): scopes won't auto inherit anymore in 1.9.0, defined all au scopes seperatly
1 parent 1267382 commit 22d308a

File tree

4 files changed

+56
-8
lines changed

4 files changed

+56
-8
lines changed

themes/dark_plus.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Dark+",
2+
"name": "Aurelia Dark+",
33
"include": "./dark_vs.json",
44
"settings": [
55
{
@@ -86,4 +86,4 @@
8686
}
8787
}
8888
]
89-
}
89+
}

themes/dark_vs.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Dark Visual Studio",
2+
"name": "Aurelia Dark",
33
"settings": [
44
{
55
"settings": {
@@ -314,7 +314,31 @@
314314
}
315315
},
316316
{
317-
"scope": ["element.html.au", "attribute.html.au"],
317+
"scope": [
318+
"compose.element.html.au",
319+
"router-view.element.html.au",
320+
"databinding.attribute.html.au",
321+
"invoke.attribute.html.au",
322+
"ref.attribute.html.au",
323+
"repeat.attribute.html.au",
324+
"for.attribute.html.au",
325+
"view-model.attribute.html.au",
326+
"matcher.attribute.html.au",
327+
"model.attribute.html.au",
328+
"view.attribute.html.au",
329+
"controller.attribute.html.au",
330+
"bindable.attribute.html.au",
331+
"containerless.attribute.html.au",
332+
"compile-spy.attribute.html.au",
333+
"view-spy.attribute.html.au",
334+
"if.attribute.html.au",
335+
"route-href.attribute.html.au",
336+
"show.attribute.html.au",
337+
"ref.attribute.html.au",
338+
"replace-part.attribute.html.au",
339+
"replaceable.attribute.html.au",
340+
"element.html.au",
341+
"attribute.html.au"],
318342
"settings": {
319343
"foreground": "#ba68c8"
320344
}

themes/light_plus.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Light+",
2+
"name": "Aurelia Light+",
33
"include": "./light_vs.json",
44
"settings": [
55
{
@@ -108,4 +108,4 @@
108108
}
109109
}
110110
]
111-
}
111+
}

themes/light_vs.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Light Visual Studio",
2+
"name": "Aurelia Light",
33
"settings": [
44
{
55
"scope": "emphasis",
@@ -358,7 +358,31 @@
358358
}
359359
},
360360
{
361-
"scope": ["element.html.au", "attribute.html.au"],
361+
"scope": [
362+
"compose.element.html.au",
363+
"router-view.element.html.au",
364+
"databinding.attribute.html.au",
365+
"invoke.attribute.html.au",
366+
"ref.attribute.html.au",
367+
"repeat.attribute.html.au",
368+
"for.attribute.html.au",
369+
"view-model.attribute.html.au",
370+
"matcher.attribute.html.au",
371+
"model.attribute.html.au",
372+
"view.attribute.html.au",
373+
"controller.attribute.html.au",
374+
"bindable.attribute.html.au",
375+
"containerless.attribute.html.au",
376+
"compile-spy.attribute.html.au",
377+
"view-spy.attribute.html.au",
378+
"if.attribute.html.au",
379+
"route-href.attribute.html.au",
380+
"show.attribute.html.au",
381+
"ref.attribute.html.au",
382+
"replace-part.attribute.html.au",
383+
"replaceable.attribute.html.au",
384+
"element.html.au",
385+
"attribute.html.au"],
362386
"settings": {
363387
"foreground": "#ba68c8"
364388
}

0 commit comments

Comments
 (0)