@pb33f/cowboy-components 0.0.14 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abap-DXvTa7XC.js +1404 -0
- package/dist/apex-DsQH3mjJ.js +332 -0
- package/dist/assets/css.worker-B_qZXUzt.js +84 -0
- package/dist/assets/editor.worker-HEmB0D7P.js +11 -0
- package/dist/assets/html.worker-D3WUrk8Q.js +458 -0
- package/dist/assets/json.worker-CAhUaBo4.js +42 -0
- package/dist/assets/rule-documentation.worker-BFIxMBU8.js +1 -0
- package/dist/assets/search-problems.worker-VJi4P9Gj.js +1 -0
- package/dist/azcli-Cir32SBk.js +74 -0
- package/dist/bat-BsNExolo.js +106 -0
- package/dist/bicep-2KcKzeQF.js +108 -0
- package/dist/cameligo-D0ezznwE.js +180 -0
- package/dist/clojure-DxYzAIlu.js +767 -0
- package/dist/coffee-DgiPTF3g.js +238 -0
- package/dist/components/editor/editor.d.ts +27 -0
- package/dist/components/editor/editor.js +192 -0
- package/dist/components/error-banner/error-banner.css.d.ts +2 -0
- package/dist/components/error-banner/error-banner.css.js +23 -0
- package/dist/components/error-banner/error-banner.d.ts +9 -0
- package/dist/components/error-banner/error-banner.js +40 -0
- package/dist/components/mailing-list/mailing-list.js +1 -1
- package/dist/components/paginator/paginator-events.d.ts +4 -0
- package/dist/components/paginator/paginator-events.js +4 -0
- package/dist/components/paginator/paginator-navigator.css.d.ts +2 -0
- package/dist/components/paginator/paginator-navigator.css.js +35 -0
- package/dist/components/paginator/paginator-navigator.d.ts +27 -0
- package/dist/components/paginator/paginator-navigator.js +168 -0
- package/dist/components/paginator/paginator.css.d.ts +2 -0
- package/dist/components/paginator/paginator.css.js +38 -0
- package/dist/components/paginator/paginator.d.ts +22 -0
- package/dist/components/paginator/paginator.js +122 -0
- package/dist/components/percent-bar/percent-bar.css.d.ts +2 -0
- package/dist/components/percent-bar/percent-bar.css.js +65 -0
- package/dist/components/percent-bar/percent-bar.d.ts +11 -0
- package/dist/components/percent-bar/percent-bar.js +85 -0
- package/dist/components/problem-list/details-drawer.css.d.ts +2 -0
- package/dist/components/problem-list/details-drawer.css.js +42 -0
- package/dist/components/problem-list/details-drawer.d.ts +22 -0
- package/dist/components/problem-list/details-drawer.js +66 -0
- package/dist/components/problem-list/filter.css.d.ts +2 -0
- package/dist/components/problem-list/filter.css.js +67 -0
- package/dist/components/problem-list/problem-item.css.d.ts +2 -0
- package/dist/components/problem-list/problem-item.css.js +170 -0
- package/dist/components/problem-list/problem-item.d.ts +27 -0
- package/dist/components/problem-list/problem-item.js +126 -0
- package/dist/components/problem-list/problem-label-view-filter.css.d.ts +2 -0
- package/dist/components/problem-list/problem-label-view-filter.css.js +6 -0
- package/dist/components/problem-list/problem-label-view-filter.d.ts +18 -0
- package/dist/components/problem-list/problem-label-view-filter.js +66 -0
- package/dist/components/problem-list/problem-list.css.d.ts +2 -0
- package/dist/components/problem-list/problem-list.css.js +59 -0
- package/dist/components/problem-list/problem-list.d.ts +37 -0
- package/dist/components/problem-list/problem-list.js +334 -0
- package/dist/components/problem-list/problem-mainview.css.d.ts +2 -0
- package/dist/components/problem-list/problem-mainview.css.js +100 -0
- package/dist/components/problem-list/problem-mainview.d.ts +20 -0
- package/dist/components/problem-list/problem-mainview.js +126 -0
- package/dist/components/problem-list/problem-rule-filter.d.ts +13 -0
- package/dist/components/problem-list/problem-rule-filter.js +67 -0
- package/dist/components/problem-list/problem-search-filter.d.ts +13 -0
- package/dist/components/problem-list/problem-search-filter.js +45 -0
- package/dist/components/problem-list/problem-sort-filter.d.ts +19 -0
- package/dist/components/problem-list/problem-sort-filter.js +67 -0
- package/dist/components/problem-list/problem-toolbar.css.d.ts +2 -0
- package/dist/components/problem-list/problem-toolbar.css.js +41 -0
- package/dist/components/problem-list/problem-toolbar.d.ts +14 -0
- package/dist/components/problem-list/problem-toolbar.js +63 -0
- package/dist/components/problem-list/shared.css.d.ts +2 -0
- package/dist/components/problem-list/shared.css.js +91 -0
- package/dist/components/problems-overview/diagnostic-evaluation.css.d.ts +2 -0
- package/dist/components/problems-overview/diagnostic-evaluation.css.js +178 -0
- package/dist/components/problems-overview/diagnostic-evaluation.d.ts +13 -0
- package/dist/components/problems-overview/diagnostic-evaluation.js +118 -0
- package/dist/components/problems-overview/document-statistic.css.d.ts +2 -0
- package/dist/components/problems-overview/document-statistic.css.js +16 -0
- package/dist/components/problems-overview/document-statistic.d.ts +10 -0
- package/dist/components/problems-overview/document-statistic.js +49 -0
- package/dist/components/problems-overview/problem-overview-group.css.d.ts +2 -0
- package/dist/components/problems-overview/problem-overview-group.css.js +84 -0
- package/dist/components/problems-overview/problem-overview-group.d.ts +17 -0
- package/dist/components/problems-overview/problem-overview-group.js +121 -0
- package/dist/components/problems-overview/problem-statistic.css.d.ts +2 -0
- package/dist/components/problems-overview/problem-statistic.css.js +40 -0
- package/dist/components/problems-overview/problem-statistic.d.ts +11 -0
- package/dist/components/problems-overview/problem-statistic.js +57 -0
- package/dist/components/problems-overview/problem-statistics.css.d.ts +2 -0
- package/dist/components/problems-overview/problem-statistics.css.js +46 -0
- package/dist/components/problems-overview/problem-statistics.d.ts +14 -0
- package/dist/components/problems-overview/problem-statistics.js +132 -0
- package/dist/components/problems-overview/problems-overview.css.d.ts +2 -0
- package/dist/components/problems-overview/problems-overview.css.js +49 -0
- package/dist/components/problems-overview/problems-overview.d.ts +21 -0
- package/dist/components/problems-overview/problems-overview.js +108 -0
- package/dist/components/render-json-path/render-json-path.css.d.ts +2 -0
- package/dist/components/render-json-path/render-json-path.css.js +86 -0
- package/dist/components/render-json-path/render-json-path.d.ts +11 -0
- package/dist/components/render-json-path/render-json-path.js +105 -0
- package/dist/components/the-doctor/settings.d.ts +5 -0
- package/dist/components/the-doctor/settings.js +22 -0
- package/dist/components/the-doctor/status-bar.css.d.ts +2 -0
- package/dist/components/the-doctor/status-bar.css.js +47 -0
- package/dist/components/the-doctor/status-bar.d.ts +12 -0
- package/dist/components/the-doctor/status-bar.js +71 -0
- package/dist/components/the-doctor/the-doctor.css.d.ts +2 -0
- package/dist/components/the-doctor/the-doctor.css.js +156 -0
- package/dist/components/the-doctor/the-doctor.d.ts +57 -0
- package/dist/components/the-doctor/the-doctor.js +340 -0
- package/dist/cowboy-components-BOuaCruy.js +114388 -0
- package/dist/cowboy-components.d.ts +5 -2
- package/dist/cowboy-components.js +8 -2
- package/dist/cowboy-components.umd.cjs +3997 -103
- package/dist/cpp-Bq-GnYlH.js +407 -0
- package/dist/csharp-IDcibKAT.js +332 -0
- package/dist/csp-QdYr8JWa.js +59 -0
- package/dist/css/button.css.d.ts +2 -0
- package/dist/css/button.css.js +34 -0
- package/dist/css/chroma-synxtax.css.d.ts +2 -0
- package/dist/css/chroma-synxtax.css.js +130 -0
- package/dist/css/cowboy-components.css +3 -0
- package/dist/css/links.css.d.ts +2 -0
- package/dist/css/links.css.js +17 -0
- package/dist/css/lists.css.d.ts +2 -0
- package/dist/css/lists.css.js +43 -0
- package/dist/css/pb33f-theme.css +2 -2
- package/dist/css/syntax.css.js +1 -1
- package/dist/css-C-wMMefI.js +193 -0
- package/dist/cssMode-Cvbhe77l.js +1541 -0
- package/dist/cypher-BfBo9yir.js +269 -0
- package/dist/dart-Cv3rVfv_.js +287 -0
- package/dist/dockerfile-DyCXBGhV.js +136 -0
- package/dist/ecl-COP_iObm.js +462 -0
- package/dist/elixir-DoEhbk9F.js +575 -0
- package/dist/events/doctor.d.ts +51 -0
- package/dist/events/doctor.js +17 -0
- package/dist/flow9-DuHGSNW1.js +148 -0
- package/dist/freemarker2-DmhDQrVn.js +995 -0
- package/dist/fsharp-Dv9PDxVO.js +223 -0
- package/dist/go-CcdAeqiK.js +224 -0
- package/dist/graphql-CoRm4b1H.js +157 -0
- package/dist/handlebars-DWUSy2Nn.js +425 -0
- package/dist/hcl-BSgAhV5f.js +189 -0
- package/dist/html-BTxdvu8o.js +314 -0
- package/dist/htmlMode-DeG-6tqP.js +1551 -0
- package/dist/ini-ewx9HLIq.js +77 -0
- package/dist/java-B5lwcbTy.js +238 -0
- package/dist/javascript-CQTBmqTv.js +76 -0
- package/dist/jsonMode-DJhhXlcK.js +1958 -0
- package/dist/julia-NCcg_P_q.js +517 -0
- package/dist/kotlin-BYlnmGrb.js +259 -0
- package/dist/less-DG4tqgOo.js +168 -0
- package/dist/lexon-CTTPcJLv.js +163 -0
- package/dist/liquid-OuSl50Zm.js +246 -0
- package/dist/lua-CxQ1RWuo.js +168 -0
- package/dist/m3-mHFfpmgx.js +216 -0
- package/dist/markdown-Dh6sYULt.js +235 -0
- package/dist/mdx-Cs8POpae.js +171 -0
- package/dist/mips-CNUcjHD1.js +204 -0
- package/dist/model/document-statistics.d.ts +40 -0
- package/dist/model/document-statistics.js +4 -0
- package/dist/model/how_to_fix.d.ts +4 -0
- package/dist/model/how_to_fix.js +1 -0
- package/dist/model/problem.d.ts +19 -0
- package/dist/model/problem.js +106 -0
- package/dist/model/rule_documentation.d.ts +5 -0
- package/dist/model/rule_documentation.js +1 -0
- package/dist/model/session.d.ts +5 -0
- package/dist/model/session.js +1 -0
- package/dist/msdax-ZvxFeKvs.js +381 -0
- package/dist/mysql-COjg31sJ.js +884 -0
- package/dist/objective-c-BqrCFBhT.js +189 -0
- package/dist/pascal-CUpkilAS.js +257 -0
- package/dist/pascaligo-nJfvRJ7x.js +170 -0
- package/dist/perl-CWsX6Ysg.js +632 -0
- package/dist/pgsql-DwgpEXC8.js +857 -0
- package/dist/php-CrbKyd62.js +506 -0
- package/dist/pla-JxXT6Kb-.js +143 -0
- package/dist/postiats-BOdnTRGv.js +913 -0
- package/dist/powerquery-DTkwcXGH.js +896 -0
- package/dist/powershell-Cx53dGpt.js +245 -0
- package/dist/protobuf-Dp9vE-l-.js +426 -0
- package/dist/pug-BSjKVjwP.js +408 -0
- package/dist/python-BsXAz21q.js +282 -0
- package/dist/qsharp-C5P1RxY3.js +291 -0
- package/dist/r-sEMYnclc.js +249 -0
- package/dist/razor-CXJ9MZn4.js +556 -0
- package/dist/redis-DbzUc-fU.js +308 -0
- package/dist/redshift-nrLijj1O.js +815 -0
- package/dist/restructuredtext-CIbGUl6T.js +180 -0
- package/dist/ruby-JcYJisWg.js +517 -0
- package/dist/rust-BgbFBFXH.js +349 -0
- package/dist/sb-hRFFChi7.js +121 -0
- package/dist/scala-Cs0yVo3Q.js +376 -0
- package/dist/scheme-l_0jNtxy.js +114 -0
- package/dist/scss-C4l7ZIRR.js +268 -0
- package/dist/services/linting-service.d.ts +12 -0
- package/dist/services/linting-service.js +121 -0
- package/dist/shell-ikLk_l24.js +227 -0
- package/dist/solidity-4GxCaH9e.js +1373 -0
- package/dist/sophia-tX0WEZsZ.js +205 -0
- package/dist/sparql-D7ky-uMk.js +207 -0
- package/dist/sql-CqEfBVGS.js +859 -0
- package/dist/st-CNWQPqyI.js +422 -0
- package/dist/style.css +1 -1
- package/dist/swift-C_fDfC0d.js +318 -0
- package/dist/systemverilog-gAvsEtN_.js +582 -0
- package/dist/tcl-KbBChuA6.js +238 -0
- package/dist/tsMode-C-mwN8lz.js +886 -0
- package/dist/twig-Bb652BpM.js +398 -0
- package/dist/typescript-CamPbG-s.js +349 -0
- package/dist/vb-2e5hSeUh.js +378 -0
- package/dist/wgsl-CYSDq0zg.js +445 -0
- package/dist/workers/rule-documentation.worker.d.ts +1 -0
- package/dist/workers/rule-documentation.worker.js +85 -0
- package/dist/workers/search-problems.worker.d.ts +1 -0
- package/dist/workers/search-problems.worker.js +19 -0
- package/dist/xml-CrDvxVsf.js +101 -0
- package/dist/yaml-xGWjZwPI.js +212 -0
- package/package.json +6 -4
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
/*!-----------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
|
|
4
|
+
* Released under the MIT license
|
|
5
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
6
|
+
*-----------------------------------------------------------------------------*/
|
|
7
|
+
var e = {
|
|
8
|
+
wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\#\$\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
|
|
9
|
+
comments: {
|
|
10
|
+
lineComment: "//",
|
|
11
|
+
blockComment: ["/*", "*/"]
|
|
12
|
+
},
|
|
13
|
+
brackets: [
|
|
14
|
+
["{", "}"],
|
|
15
|
+
["[", "]"],
|
|
16
|
+
["(", ")"]
|
|
17
|
+
],
|
|
18
|
+
autoClosingPairs: [
|
|
19
|
+
{ open: "{", close: "}" },
|
|
20
|
+
{ open: "[", close: "]" },
|
|
21
|
+
{ open: "(", close: ")" },
|
|
22
|
+
{ open: "'", close: "'", notIn: ["string", "comment"] },
|
|
23
|
+
{ open: '"', close: '"', notIn: ["string", "comment"] }
|
|
24
|
+
],
|
|
25
|
+
surroundingPairs: [
|
|
26
|
+
{ open: "{", close: "}" },
|
|
27
|
+
{ open: "[", close: "]" },
|
|
28
|
+
{ open: "(", close: ")" },
|
|
29
|
+
{ open: "<", close: ">" },
|
|
30
|
+
{ open: "'", close: "'" },
|
|
31
|
+
{ open: '"', close: '"' }
|
|
32
|
+
],
|
|
33
|
+
folding: {
|
|
34
|
+
markers: {
|
|
35
|
+
start: new RegExp("^\\s*#region\\b"),
|
|
36
|
+
end: new RegExp("^\\s*#endregion\\b")
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}, t = {
|
|
40
|
+
defaultToken: "",
|
|
41
|
+
tokenPostfix: ".cs",
|
|
42
|
+
brackets: [
|
|
43
|
+
{ open: "{", close: "}", token: "delimiter.curly" },
|
|
44
|
+
{ open: "[", close: "]", token: "delimiter.square" },
|
|
45
|
+
{ open: "(", close: ")", token: "delimiter.parenthesis" },
|
|
46
|
+
{ open: "<", close: ">", token: "delimiter.angle" }
|
|
47
|
+
],
|
|
48
|
+
keywords: [
|
|
49
|
+
"extern",
|
|
50
|
+
"alias",
|
|
51
|
+
"using",
|
|
52
|
+
"bool",
|
|
53
|
+
"decimal",
|
|
54
|
+
"sbyte",
|
|
55
|
+
"byte",
|
|
56
|
+
"short",
|
|
57
|
+
"ushort",
|
|
58
|
+
"int",
|
|
59
|
+
"uint",
|
|
60
|
+
"long",
|
|
61
|
+
"ulong",
|
|
62
|
+
"char",
|
|
63
|
+
"float",
|
|
64
|
+
"double",
|
|
65
|
+
"object",
|
|
66
|
+
"dynamic",
|
|
67
|
+
"string",
|
|
68
|
+
"assembly",
|
|
69
|
+
"is",
|
|
70
|
+
"as",
|
|
71
|
+
"ref",
|
|
72
|
+
"out",
|
|
73
|
+
"this",
|
|
74
|
+
"base",
|
|
75
|
+
"new",
|
|
76
|
+
"typeof",
|
|
77
|
+
"void",
|
|
78
|
+
"checked",
|
|
79
|
+
"unchecked",
|
|
80
|
+
"default",
|
|
81
|
+
"delegate",
|
|
82
|
+
"var",
|
|
83
|
+
"const",
|
|
84
|
+
"if",
|
|
85
|
+
"else",
|
|
86
|
+
"switch",
|
|
87
|
+
"case",
|
|
88
|
+
"while",
|
|
89
|
+
"do",
|
|
90
|
+
"for",
|
|
91
|
+
"foreach",
|
|
92
|
+
"in",
|
|
93
|
+
"break",
|
|
94
|
+
"continue",
|
|
95
|
+
"goto",
|
|
96
|
+
"return",
|
|
97
|
+
"throw",
|
|
98
|
+
"try",
|
|
99
|
+
"catch",
|
|
100
|
+
"finally",
|
|
101
|
+
"lock",
|
|
102
|
+
"yield",
|
|
103
|
+
"from",
|
|
104
|
+
"let",
|
|
105
|
+
"where",
|
|
106
|
+
"join",
|
|
107
|
+
"on",
|
|
108
|
+
"equals",
|
|
109
|
+
"into",
|
|
110
|
+
"orderby",
|
|
111
|
+
"ascending",
|
|
112
|
+
"descending",
|
|
113
|
+
"select",
|
|
114
|
+
"group",
|
|
115
|
+
"by",
|
|
116
|
+
"namespace",
|
|
117
|
+
"partial",
|
|
118
|
+
"class",
|
|
119
|
+
"field",
|
|
120
|
+
"event",
|
|
121
|
+
"method",
|
|
122
|
+
"param",
|
|
123
|
+
"public",
|
|
124
|
+
"protected",
|
|
125
|
+
"internal",
|
|
126
|
+
"private",
|
|
127
|
+
"abstract",
|
|
128
|
+
"sealed",
|
|
129
|
+
"static",
|
|
130
|
+
"struct",
|
|
131
|
+
"readonly",
|
|
132
|
+
"volatile",
|
|
133
|
+
"virtual",
|
|
134
|
+
"override",
|
|
135
|
+
"params",
|
|
136
|
+
"get",
|
|
137
|
+
"set",
|
|
138
|
+
"add",
|
|
139
|
+
"remove",
|
|
140
|
+
"operator",
|
|
141
|
+
"true",
|
|
142
|
+
"false",
|
|
143
|
+
"implicit",
|
|
144
|
+
"explicit",
|
|
145
|
+
"interface",
|
|
146
|
+
"enum",
|
|
147
|
+
"null",
|
|
148
|
+
"async",
|
|
149
|
+
"await",
|
|
150
|
+
"fixed",
|
|
151
|
+
"sizeof",
|
|
152
|
+
"stackalloc",
|
|
153
|
+
"unsafe",
|
|
154
|
+
"nameof",
|
|
155
|
+
"when"
|
|
156
|
+
],
|
|
157
|
+
namespaceFollows: ["namespace", "using"],
|
|
158
|
+
parenFollows: ["if", "for", "while", "switch", "foreach", "using", "catch", "when"],
|
|
159
|
+
operators: [
|
|
160
|
+
"=",
|
|
161
|
+
"??",
|
|
162
|
+
"||",
|
|
163
|
+
"&&",
|
|
164
|
+
"|",
|
|
165
|
+
"^",
|
|
166
|
+
"&",
|
|
167
|
+
"==",
|
|
168
|
+
"!=",
|
|
169
|
+
"<=",
|
|
170
|
+
">=",
|
|
171
|
+
"<<",
|
|
172
|
+
"+",
|
|
173
|
+
"-",
|
|
174
|
+
"*",
|
|
175
|
+
"/",
|
|
176
|
+
"%",
|
|
177
|
+
"!",
|
|
178
|
+
"~",
|
|
179
|
+
"++",
|
|
180
|
+
"--",
|
|
181
|
+
"+=",
|
|
182
|
+
"-=",
|
|
183
|
+
"*=",
|
|
184
|
+
"/=",
|
|
185
|
+
"%=",
|
|
186
|
+
"&=",
|
|
187
|
+
"|=",
|
|
188
|
+
"^=",
|
|
189
|
+
"<<=",
|
|
190
|
+
">>=",
|
|
191
|
+
">>",
|
|
192
|
+
"=>"
|
|
193
|
+
],
|
|
194
|
+
symbols: /[=><!~?:&|+\-*\/\^%]+/,
|
|
195
|
+
// escape sequences
|
|
196
|
+
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
|
|
197
|
+
// The main tokenizer for our languages
|
|
198
|
+
tokenizer: {
|
|
199
|
+
root: [
|
|
200
|
+
// identifiers and keywords
|
|
201
|
+
[
|
|
202
|
+
/\@?[a-zA-Z_]\w*/,
|
|
203
|
+
{
|
|
204
|
+
cases: {
|
|
205
|
+
"@namespaceFollows": {
|
|
206
|
+
token: "keyword.$0",
|
|
207
|
+
next: "@namespace"
|
|
208
|
+
},
|
|
209
|
+
"@keywords": {
|
|
210
|
+
token: "keyword.$0",
|
|
211
|
+
next: "@qualified"
|
|
212
|
+
},
|
|
213
|
+
"@default": { token: "identifier", next: "@qualified" }
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
// whitespace
|
|
218
|
+
{ include: "@whitespace" },
|
|
219
|
+
// delimiters and operators
|
|
220
|
+
[
|
|
221
|
+
/}/,
|
|
222
|
+
{
|
|
223
|
+
cases: {
|
|
224
|
+
"$S2==interpolatedstring": {
|
|
225
|
+
token: "string.quote",
|
|
226
|
+
next: "@pop"
|
|
227
|
+
},
|
|
228
|
+
"$S2==litinterpstring": {
|
|
229
|
+
token: "string.quote",
|
|
230
|
+
next: "@pop"
|
|
231
|
+
},
|
|
232
|
+
"@default": "@brackets"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
[/[{}()\[\]]/, "@brackets"],
|
|
237
|
+
[/[<>](?!@symbols)/, "@brackets"],
|
|
238
|
+
[
|
|
239
|
+
/@symbols/,
|
|
240
|
+
{
|
|
241
|
+
cases: {
|
|
242
|
+
"@operators": "delimiter",
|
|
243
|
+
"@default": ""
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
// numbers
|
|
248
|
+
[/[0-9_]*\.[0-9_]+([eE][\-+]?\d+)?[fFdD]?/, "number.float"],
|
|
249
|
+
[/0[xX][0-9a-fA-F_]+/, "number.hex"],
|
|
250
|
+
[/0[bB][01_]+/, "number.hex"],
|
|
251
|
+
// binary: use same theme style as hex
|
|
252
|
+
[/[0-9_]+/, "number"],
|
|
253
|
+
// delimiter: after number because of .\d floats
|
|
254
|
+
[/[;,.]/, "delimiter"],
|
|
255
|
+
// strings
|
|
256
|
+
[/"([^"\\]|\\.)*$/, "string.invalid"],
|
|
257
|
+
// non-teminated string
|
|
258
|
+
[/"/, { token: "string.quote", next: "@string" }],
|
|
259
|
+
[/\$\@"/, { token: "string.quote", next: "@litinterpstring" }],
|
|
260
|
+
[/\@"/, { token: "string.quote", next: "@litstring" }],
|
|
261
|
+
[/\$"/, { token: "string.quote", next: "@interpolatedstring" }],
|
|
262
|
+
// characters
|
|
263
|
+
[/'[^\\']'/, "string"],
|
|
264
|
+
[/(')(@escapes)(')/, ["string", "string.escape", "string"]],
|
|
265
|
+
[/'/, "string.invalid"]
|
|
266
|
+
],
|
|
267
|
+
qualified: [
|
|
268
|
+
[
|
|
269
|
+
/[a-zA-Z_][\w]*/,
|
|
270
|
+
{
|
|
271
|
+
cases: {
|
|
272
|
+
"@keywords": { token: "keyword.$0" },
|
|
273
|
+
"@default": "identifier"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
[/\./, "delimiter"],
|
|
278
|
+
["", "", "@pop"]
|
|
279
|
+
],
|
|
280
|
+
namespace: [
|
|
281
|
+
{ include: "@whitespace" },
|
|
282
|
+
[/[A-Z]\w*/, "namespace"],
|
|
283
|
+
[/[\.=]/, "delimiter"],
|
|
284
|
+
["", "", "@pop"]
|
|
285
|
+
],
|
|
286
|
+
comment: [
|
|
287
|
+
[/[^\/*]+/, "comment"],
|
|
288
|
+
// [/\/\*/, 'comment', '@push' ], // no nested comments :-(
|
|
289
|
+
["\\*/", "comment", "@pop"],
|
|
290
|
+
[/[\/*]/, "comment"]
|
|
291
|
+
],
|
|
292
|
+
string: [
|
|
293
|
+
[/[^\\"]+/, "string"],
|
|
294
|
+
[/@escapes/, "string.escape"],
|
|
295
|
+
[/\\./, "string.escape.invalid"],
|
|
296
|
+
[/"/, { token: "string.quote", next: "@pop" }]
|
|
297
|
+
],
|
|
298
|
+
litstring: [
|
|
299
|
+
[/[^"]+/, "string"],
|
|
300
|
+
[/""/, "string.escape"],
|
|
301
|
+
[/"/, { token: "string.quote", next: "@pop" }]
|
|
302
|
+
],
|
|
303
|
+
litinterpstring: [
|
|
304
|
+
[/[^"{]+/, "string"],
|
|
305
|
+
[/""/, "string.escape"],
|
|
306
|
+
[/{{/, "string.escape"],
|
|
307
|
+
[/}}/, "string.escape"],
|
|
308
|
+
[/{/, { token: "string.quote", next: "root.litinterpstring" }],
|
|
309
|
+
[/"/, { token: "string.quote", next: "@pop" }]
|
|
310
|
+
],
|
|
311
|
+
interpolatedstring: [
|
|
312
|
+
[/[^\\"{]+/, "string"],
|
|
313
|
+
[/@escapes/, "string.escape"],
|
|
314
|
+
[/\\./, "string.escape.invalid"],
|
|
315
|
+
[/{{/, "string.escape"],
|
|
316
|
+
[/}}/, "string.escape"],
|
|
317
|
+
[/{/, { token: "string.quote", next: "root.interpolatedstring" }],
|
|
318
|
+
[/"/, { token: "string.quote", next: "@pop" }]
|
|
319
|
+
],
|
|
320
|
+
whitespace: [
|
|
321
|
+
[/^[ \t\v\f]*#((r)|(load))(?=\s)/, "directive.csx"],
|
|
322
|
+
[/^[ \t\v\f]*#\w.*$/, "namespace.cpp"],
|
|
323
|
+
[/[ \t\v\f\r\n]+/, ""],
|
|
324
|
+
[/\/\*/, "comment", "@comment"],
|
|
325
|
+
[/\/\/.*$/, "comment"]
|
|
326
|
+
]
|
|
327
|
+
}
|
|
328
|
+
};
|
|
329
|
+
export {
|
|
330
|
+
e as conf,
|
|
331
|
+
t as language
|
|
332
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/*!-----------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
|
|
4
|
+
* Released under the MIT license
|
|
5
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
6
|
+
*-----------------------------------------------------------------------------*/
|
|
7
|
+
var t = {
|
|
8
|
+
brackets: [],
|
|
9
|
+
autoClosingPairs: [],
|
|
10
|
+
surroundingPairs: []
|
|
11
|
+
}, r = {
|
|
12
|
+
// Set defaultToken to invalid to see what you do not tokenize yet
|
|
13
|
+
// defaultToken: 'invalid',
|
|
14
|
+
keywords: [],
|
|
15
|
+
typeKeywords: [],
|
|
16
|
+
tokenPostfix: ".csp",
|
|
17
|
+
operators: [],
|
|
18
|
+
symbols: /[=><!~?:&|+\-*\/\^%]+/,
|
|
19
|
+
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
|
|
20
|
+
tokenizer: {
|
|
21
|
+
root: [
|
|
22
|
+
[/child-src/, "string.quote"],
|
|
23
|
+
[/connect-src/, "string.quote"],
|
|
24
|
+
[/default-src/, "string.quote"],
|
|
25
|
+
[/font-src/, "string.quote"],
|
|
26
|
+
[/frame-src/, "string.quote"],
|
|
27
|
+
[/img-src/, "string.quote"],
|
|
28
|
+
[/manifest-src/, "string.quote"],
|
|
29
|
+
[/media-src/, "string.quote"],
|
|
30
|
+
[/object-src/, "string.quote"],
|
|
31
|
+
[/script-src/, "string.quote"],
|
|
32
|
+
[/style-src/, "string.quote"],
|
|
33
|
+
[/worker-src/, "string.quote"],
|
|
34
|
+
[/base-uri/, "string.quote"],
|
|
35
|
+
[/plugin-types/, "string.quote"],
|
|
36
|
+
[/sandbox/, "string.quote"],
|
|
37
|
+
[/disown-opener/, "string.quote"],
|
|
38
|
+
[/form-action/, "string.quote"],
|
|
39
|
+
[/frame-ancestors/, "string.quote"],
|
|
40
|
+
[/report-uri/, "string.quote"],
|
|
41
|
+
[/report-to/, "string.quote"],
|
|
42
|
+
[/upgrade-insecure-requests/, "string.quote"],
|
|
43
|
+
[/block-all-mixed-content/, "string.quote"],
|
|
44
|
+
[/require-sri-for/, "string.quote"],
|
|
45
|
+
[/reflected-xss/, "string.quote"],
|
|
46
|
+
[/referrer/, "string.quote"],
|
|
47
|
+
[/policy-uri/, "string.quote"],
|
|
48
|
+
[/'self'/, "string.quote"],
|
|
49
|
+
[/'unsafe-inline'/, "string.quote"],
|
|
50
|
+
[/'unsafe-eval'/, "string.quote"],
|
|
51
|
+
[/'strict-dynamic'/, "string.quote"],
|
|
52
|
+
[/'unsafe-hashed-attributes'/, "string.quote"]
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
export {
|
|
57
|
+
t as conf,
|
|
58
|
+
r as language
|
|
59
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export default css `
|
|
3
|
+
sl-button::part(base){
|
|
4
|
+
border: 1px solid var(--primary-color);
|
|
5
|
+
border-radius: 0;
|
|
6
|
+
font-family: var(--font-stack), monospace;
|
|
7
|
+
background-color: var(--background-color);
|
|
8
|
+
color: var(--primary-color);
|
|
9
|
+
min-height: 20px;
|
|
10
|
+
margin-top: 5px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
sl-button::part(label){
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
sl-button.small::part(label){
|
|
18
|
+
font-size: 0.7rem;
|
|
19
|
+
line-height: 17px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
sl-button::part(base):hover{
|
|
23
|
+
font-family: var(--font-stack), monospace;
|
|
24
|
+
background-color: var(--primary-color);
|
|
25
|
+
color: var(--background-color);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
sl-button::part(base):active{
|
|
29
|
+
border: 1px solid var(--secondary-color);
|
|
30
|
+
background-color: var(--secondary-color);
|
|
31
|
+
color: var(--background-color);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
`;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export default css `
|
|
3
|
+
|
|
4
|
+
code {
|
|
5
|
+
font-family: var(--font-stack), monospace;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
/* set up code */
|
|
9
|
+
pre.chroma {
|
|
10
|
+
border: none;
|
|
11
|
+
border-left: 2px solid var(--secondary-color);
|
|
12
|
+
border-top: 1px dashed var(--secondary-color-lowalpha);
|
|
13
|
+
border-bottom: 1px dashed var(--secondary-color-lowalpha);
|
|
14
|
+
padding: 10px 0 10px 20px;
|
|
15
|
+
margin-top: 0;
|
|
16
|
+
margin-bottom: 20px;
|
|
17
|
+
line-height: 1.4rem;
|
|
18
|
+
width: calc(100% - 22px);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
pre.chroma > code {
|
|
22
|
+
border: none;
|
|
23
|
+
background: none;
|
|
24
|
+
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
.chroma {
|
|
29
|
+
background-color: rgba(0, 0, 0, 0);
|
|
30
|
+
background-image: linear-gradient(to right, #171d25, var(--background-color));
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media only screen and (max-width: 800px) {
|
|
34
|
+
.highlight {
|
|
35
|
+
max-width: 100vw;
|
|
36
|
+
overflow-x: auto;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.highlight pre {
|
|
40
|
+
margin-top: 0;
|
|
41
|
+
font-size: 0.7rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* Background */ .chroma { color: #f8f8f2; background-color: #282a36 }
|
|
47
|
+
/* Other */ .chroma .x { }
|
|
48
|
+
/* Error */ .chroma .err { }
|
|
49
|
+
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
|
50
|
+
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
|
51
|
+
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
|
52
|
+
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
53
|
+
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
54
|
+
/* Keyword */ .chroma .k { color: var(--secondary-color) }
|
|
55
|
+
/* KeywordConstant */ .chroma .kc { color: var(--primary-color) }
|
|
56
|
+
/* KeywordDeclaration */ .chroma .kd { color: #8be9fd; font-family: var(--font-stack-bold), monospaced }
|
|
57
|
+
/* KeywordNamespace */ .chroma .kn { color: var(--secondary-color) }
|
|
58
|
+
/* KeywordPseudo */ .chroma .kp { color: var(--secondary-color) }
|
|
59
|
+
/* KeywordReserved */ .chroma .kr { color: var(--secondary-color) }
|
|
60
|
+
/* KeywordType */ .chroma .kt { color: var(--primary-color) }
|
|
61
|
+
/* Name */ .chroma .n { }
|
|
62
|
+
/* NameAttribute */ .chroma .na { color: var(--terminal-text) }
|
|
63
|
+
/* NameBuiltin */ .chroma .nb { color: var(--primary-color); font-family: var(--font-stack-bold), monospaced }
|
|
64
|
+
/* NameBuiltinPseudo */ .chroma .bp { }
|
|
65
|
+
/* NameClass */ .chroma .nc { color: var(--terminal-text); }
|
|
66
|
+
/* NameConstant */ .chroma .no { }
|
|
67
|
+
/* NameDecorator */ .chroma .nd { }
|
|
68
|
+
/* NameEntity */ .chroma .ni { }
|
|
69
|
+
/* NameException */ .chroma .ne { }
|
|
70
|
+
/* NameFunction */ .chroma .nf { color: var(--terminal-text); font-family: var(--font-stack-bold), monospaced}
|
|
71
|
+
/* NameFunctionMagic */ .chroma .fm { }
|
|
72
|
+
/* NameLabel */ .chroma .nl { color: var(--primary-color); font-family: var(--font-stack-bold), monospaced }
|
|
73
|
+
/* NameNamespace */ .chroma .nn { }
|
|
74
|
+
/* NameOther */ .chroma .nx { color: var(--font-color); }
|
|
75
|
+
/* NameProperty */ .chroma .py { }
|
|
76
|
+
/* NameTag */ .chroma .nt { color: var(--primary-color) }
|
|
77
|
+
/* NameVariable */ .chroma .nv { color: var(--primary-color); font-family: var(--font-stack-italic), monospaced }
|
|
78
|
+
/* NameVariableClass */ .chroma .vc { color: var(--primary-color); font-family: var(--font-stack-italic), monospaced }
|
|
79
|
+
/* NameVariableGlobal */ .chroma .vg { color: var(--primary-color); font-family: var(--font-stack-italic), monospaced }
|
|
80
|
+
/* NameVariableInstance */ .chroma .vi { color: var(--primary-color); font-family: var(--font-stack-italic), monospaced }
|
|
81
|
+
/* NameVariableMagic */ .chroma .vm { }
|
|
82
|
+
/* Literal */ .chroma .l { color: var(--secondary-color) }
|
|
83
|
+
/* LiteralDate */ .chroma .ld { }
|
|
84
|
+
/* LiteralDate */ .chroma .cl { color: var(--tertiary-color) }
|
|
85
|
+
/* LiteralString */ .chroma .s { color: var(--primary-color) }
|
|
86
|
+
/* LiteralStringAffix */ .chroma .sa { color: var(--primary-color) }
|
|
87
|
+
/* LiteralStringBacktick */ .chroma .sb { color: var(--primary-color) }
|
|
88
|
+
/* LiteralStringChar */ .chroma .sc { color: var(--primary-color) }
|
|
89
|
+
/* LiteralStringDelimiter */ .chroma .dl { color: var(--primary-color) }
|
|
90
|
+
/* LiteralStringDoc */ .chroma .sd { color: var(--primary-color) }
|
|
91
|
+
/* LiteralStringDouble */ .chroma .s2 { color: var(--primary-color) }
|
|
92
|
+
/* LiteralStringEscape */ .chroma .se { color: var(--primary-color) }
|
|
93
|
+
/* LiteralStringHeredoc */ .chroma .sh { color: var(--primary-color) }
|
|
94
|
+
/* LiteralStringInterpol */ .chroma .si { color: var(--primary-color) }
|
|
95
|
+
/* LiteralStringOther */ .chroma .sx { color: var(--primary-color) }
|
|
96
|
+
/* LiteralStringRegex */ .chroma .sr { color: var(--primary-color) }
|
|
97
|
+
/* LiteralStringSingle */ .chroma .s1 { color: var(--string-literal) }
|
|
98
|
+
/* LiteralStringSymbol */ .chroma .ss { color: var(--primary-color) }
|
|
99
|
+
/* LiteralNumber */ .chroma .m { color: var(--primary-color) }
|
|
100
|
+
/* LiteralNumberBin */ .chroma .mb { color: var(--tertiary-color) }
|
|
101
|
+
/* LiteralNumberFloat */ .chroma .mf { color: var(--tertiary-color) }
|
|
102
|
+
/* LiteralNumberHex */ .chroma .mh { color: var(--tertiary-color) }
|
|
103
|
+
/* LiteralNumberInteger */ .chroma .mi { color: var(--tertiary-color) }
|
|
104
|
+
/* LiteralNumberIntegerLong */ .chroma .il { color: var(--tertiary-color) }
|
|
105
|
+
/* LiteralNumberOct */ .chroma .mo { color: var(--tertiary-color) }
|
|
106
|
+
/* Operator */ .chroma .o { color: #ff79c6 }
|
|
107
|
+
/* OperatorWord */ .chroma .ow { color: #ff79c6 }
|
|
108
|
+
/* Punctuation */ .chroma .p { color: var(--font-color-sub1) }
|
|
109
|
+
/* Comment */ .chroma .c { color: #6272a4 }
|
|
110
|
+
/* CommentHashbang */ .chroma .ch { color: #6272a4 }
|
|
111
|
+
/* CommentMultiline */ .chroma .cm { color: #6272a4 }
|
|
112
|
+
/* CommentSingle */ .chroma .c1 { color: #6272a4 }
|
|
113
|
+
/* CommentSpecial */ .chroma .cs { color: #6272a4 }
|
|
114
|
+
/* CommentPreproc */ .chroma .cp { color: #ff79c6 }
|
|
115
|
+
/* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 }
|
|
116
|
+
/* Generic */ .chroma .g { }
|
|
117
|
+
/* GenericDeleted */ .chroma .gd { color: var(--error-color)}
|
|
118
|
+
/* GenericEmph */ .chroma .ge { text-decoration: underline }
|
|
119
|
+
/* GenericError */ .chroma .gr { }
|
|
120
|
+
/* GenericHeading */ .chroma .gh { font-family: var(--font-stack-bold), monospaced }
|
|
121
|
+
/* GenericInserted */ .chroma .gi { color: var(--terminal-text); font-family: var(--font-stack-bold), monospaced }
|
|
122
|
+
/* GenericOutput */ .chroma .go { color: #44475a }
|
|
123
|
+
/* GenericPrompt */ .chroma .gp { }
|
|
124
|
+
/* GenericStrong */ .chroma .gs { }
|
|
125
|
+
/* GenericSubheading */ .chroma .gu { font-family: var(--font-stack-bold), monospaced }
|
|
126
|
+
/* GenericTraceback */ .chroma .gt { }
|
|
127
|
+
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
|
128
|
+
/* TextWhitespace */ .chroma .w { }
|
|
129
|
+
|
|
130
|
+
`;
|
|
@@ -12,11 +12,14 @@ body {
|
|
|
12
12
|
--sl-input-border-color: var(--secondary-color);
|
|
13
13
|
padding: 0;
|
|
14
14
|
margin: 0;
|
|
15
|
+
scroll-behavior: smooth;
|
|
16
|
+
height: 100%;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
main {
|
|
18
20
|
padding: var(--global-padding);
|
|
19
21
|
margin: 0 auto;
|
|
22
|
+
height: 100%;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
25
|
a, a:visited, a:active {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export default css `
|
|
3
|
+
a {
|
|
4
|
+
color: var(--primary-color);
|
|
5
|
+
text-decoration: none;
|
|
6
|
+
}
|
|
7
|
+
a:hover {
|
|
8
|
+
color: var(--primary-color);
|
|
9
|
+
text-decoration: underline;
|
|
10
|
+
}
|
|
11
|
+
a:visited {
|
|
12
|
+
color: var(--primary-color);
|
|
13
|
+
}
|
|
14
|
+
a:active {
|
|
15
|
+
color: var(--primary-color);
|
|
16
|
+
}
|
|
17
|
+
`;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
export default css `
|
|
3
|
+
ul {
|
|
4
|
+
padding-left: 20px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
ul > li {
|
|
8
|
+
font-family: var(--font-stack-paragraph), monospace;
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
list-style-type: none;
|
|
11
|
+
line-height: 1.8em;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
ul > li code {
|
|
15
|
+
font-family: var(--font-stack), monospace;
|
|
16
|
+
border: 1px solid var(--secondary-color-lowalpha);
|
|
17
|
+
color: var(--secondary-color);
|
|
18
|
+
border-radius: 0;
|
|
19
|
+
padding: 0 5px 1px 5px;
|
|
20
|
+
background-color: var(--secondary-color-very-lowalpha);
|
|
21
|
+
vertical-align: top;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
ul > li:before {
|
|
25
|
+
color: var(--primary-color);
|
|
26
|
+
font-family: var(--font-stack-bold), monospace;
|
|
27
|
+
margin-right: 10px;
|
|
28
|
+
content: ">"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
ul > li > ul > li:before {
|
|
32
|
+
color: var(--primary-color);
|
|
33
|
+
font-family: var(--font-stack-bold), monospace;
|
|
34
|
+
margin-right: 10px;
|
|
35
|
+
content: "-"
|
|
36
|
+
}
|
|
37
|
+
ul > li > ul > li> ul > li:before {
|
|
38
|
+
color: var(--primary-color);
|
|
39
|
+
font-family: var(--font-stack-bold), monospace;
|
|
40
|
+
margin-right: 10px;
|
|
41
|
+
content: "*"
|
|
42
|
+
}
|
|
43
|
+
`;
|
package/dist/css/pb33f-theme.css
CHANGED
|
@@ -120,7 +120,7 @@ html {
|
|
|
120
120
|
|
|
121
121
|
--terminal-background: black;
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
--pagination-header: linear-gradient(90deg, rgba(248, 58, 255, 0.20) 0%, rgba(13, 17, 23, 0.80) 30%, rgba(13, 17, 23, 0.80) 70%, rgba(248, 58, 255, 0.20) 100%);
|
|
124
124
|
|
|
125
125
|
--table-header-background-solid: rgba(248, 58, 255, 0.30);
|
|
126
126
|
|
|
@@ -138,7 +138,7 @@ html {
|
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
--primary-color-lowalpha: rgba(98, 196, 255, 0.6);
|
|
141
|
-
--primary-color-verylowalpha: rgba(98, 196, 255, 0.
|
|
141
|
+
--primary-color-verylowalpha: rgba(98, 196, 255, 0.1);
|
|
142
142
|
--error-color: #ff3c74;
|
|
143
143
|
--error-font-color: #ff246b;
|
|
144
144
|
--error-color-lowalpha: rgba(255, 60, 116, 0.4);
|
package/dist/css/syntax.css.js
CHANGED
|
@@ -11,7 +11,7 @@ export default css `
|
|
|
11
11
|
color: #f8f8f2;
|
|
12
12
|
background: none;
|
|
13
13
|
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
|
14
|
-
font-family:
|
|
14
|
+
font-family: var(--font-stack), monospace;
|
|
15
15
|
font-size: 1em;
|
|
16
16
|
text-align: left;
|
|
17
17
|
white-space: pre;
|