Skip to content

Commit 667f077

Browse files
committed
Fix home page highlights for JS mode
This actually broke in #495 where I forgot to update these ranges.
1 parent 66a9c14 commit 667f077

File tree

1 file changed

+8
-8
lines changed
  • packages/lit-dev-content/src/pages

1 file changed

+8
-8
lines changed

packages/lit-dev-content/src/pages/home.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ const activateTourRegions = () => {
6363
end: {line: 3, char: 32},
6464
},
6565
js: {
66-
start: {line: 23, char: 0},
67-
end: {line: 23, char: 55},
66+
start: {line: 19, char: 0},
67+
end: {line: 19, char: 55},
6868
},
6969
},
7070
{
@@ -74,8 +74,8 @@ const activateTourRegions = () => {
7474
end: {line: 5, char: 41},
7575
},
7676
js: {
77-
start: {line: 4, char: 4},
78-
end: {line: 4, char: 32},
77+
start: {line: 3, char: 2},
78+
end: {line: 3, char: 41},
7979
},
8080
},
8181
{
@@ -85,8 +85,8 @@ const activateTourRegions = () => {
8585
end: {line: 8, char: 19},
8686
},
8787
js: {
88-
start: {line: 9, char: 6},
89-
end: {line: 9, char: 25},
88+
start: {line: 5, char: 2},
89+
end: {line: 7, char: 23},
9090
},
9191
},
9292
{
@@ -96,8 +96,8 @@ const activateTourRegions = () => {
9696
end: {line: 11, char: 42},
9797
},
9898
js: {
99-
start: {line: 19, char: 11.5},
100-
end: {line: 19, char: 42},
99+
start: {line: 15, char: 11.5},
100+
end: {line: 15, char: 42},
101101
},
102102
},
103103
];

0 commit comments

Comments
 (0)