Skip to content

Commit fb746a0

Browse files
Update from messageformat @ 807f10b
1 parent fb7d4d1 commit fb746a0

File tree

169 files changed

+697
-484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+697
-484
lines changed

_

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>This page has moved to /messageformat/</title>
5+
<meta charset="utf-8" />
6+
<meta http-equiv="refresh" content="0;URL='/messageformat/'" />
7+
</head>
8+
<body>
9+
<p>This page has moved to <a href="/messageformat/">/messageformat/</a>.</p>
10+
</body>
11+
</html>

assets/favicon.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/highlight.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
--dark-hl-7: #6A9955;
1818
--light-hl-8: #EE0000;
1919
--dark-hl-8: #D7BA7D;
20+
--light-hl-9: #098658;
21+
--dark-hl-9: #B5CEA8;
22+
--light-hl-10: #000000;
23+
--dark-hl-10: #C8C8C8;
24+
--light-hl-11: #267F99;
25+
--dark-hl-11: #4EC9B0;
2026
--light-code-background: #FFFFFF;
2127
--dark-code-background: #1E1E1E;
2228
}
@@ -31,6 +37,9 @@
3137
--hl-6: var(--light-hl-6);
3238
--hl-7: var(--light-hl-7);
3339
--hl-8: var(--light-hl-8);
40+
--hl-9: var(--light-hl-9);
41+
--hl-10: var(--light-hl-10);
42+
--hl-11: var(--light-hl-11);
3443
--code-background: var(--light-code-background);
3544
} }
3645

@@ -44,6 +53,9 @@
4453
--hl-6: var(--dark-hl-6);
4554
--hl-7: var(--dark-hl-7);
4655
--hl-8: var(--dark-hl-8);
56+
--hl-9: var(--dark-hl-9);
57+
--hl-10: var(--dark-hl-10);
58+
--hl-11: var(--dark-hl-11);
4759
--code-background: var(--dark-code-background);
4860
} }
4961

@@ -57,6 +69,9 @@
5769
--hl-6: var(--light-hl-6);
5870
--hl-7: var(--light-hl-7);
5971
--hl-8: var(--light-hl-8);
72+
--hl-9: var(--light-hl-9);
73+
--hl-10: var(--light-hl-10);
74+
--hl-11: var(--light-hl-11);
6075
--code-background: var(--light-code-background);
6176
}
6277

@@ -70,6 +85,9 @@
7085
--hl-6: var(--dark-hl-6);
7186
--hl-7: var(--dark-hl-7);
7287
--hl-8: var(--dark-hl-8);
88+
--hl-9: var(--dark-hl-9);
89+
--hl-10: var(--dark-hl-10);
90+
--hl-11: var(--dark-hl-11);
7391
--code-background: var(--dark-code-background);
7492
}
7593

@@ -82,4 +100,7 @@
82100
.hl-6 { color: var(--hl-6); }
83101
.hl-7 { color: var(--hl-7); }
84102
.hl-8 { color: var(--hl-8); }
103+
.hl-9 { color: var(--hl-9); }
104+
.hl-10 { color: var(--hl-10); }
105+
.hl-11 { color: var(--hl-11); }
85106
pre, code { background: var(--code-background); }

assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)