@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,517 @@
|
|
|
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
|
+
brackets: [
|
|
9
|
+
["{", "}"],
|
|
10
|
+
["[", "]"],
|
|
11
|
+
["(", ")"]
|
|
12
|
+
],
|
|
13
|
+
autoClosingPairs: [
|
|
14
|
+
{ open: "{", close: "}" },
|
|
15
|
+
{ open: "[", close: "]" },
|
|
16
|
+
{ open: "(", close: ")" },
|
|
17
|
+
{ open: '"', close: '"' },
|
|
18
|
+
{ open: "'", close: "'" }
|
|
19
|
+
],
|
|
20
|
+
surroundingPairs: [
|
|
21
|
+
{ open: "{", close: "}" },
|
|
22
|
+
{ open: "[", close: "]" },
|
|
23
|
+
{ open: "(", close: ")" },
|
|
24
|
+
{ open: '"', close: '"' },
|
|
25
|
+
{ open: "'", close: "'" }
|
|
26
|
+
]
|
|
27
|
+
}, t = {
|
|
28
|
+
tokenPostfix: ".julia",
|
|
29
|
+
keywords: [
|
|
30
|
+
"begin",
|
|
31
|
+
"while",
|
|
32
|
+
"if",
|
|
33
|
+
"for",
|
|
34
|
+
"try",
|
|
35
|
+
"return",
|
|
36
|
+
"break",
|
|
37
|
+
"continue",
|
|
38
|
+
"function",
|
|
39
|
+
"macro",
|
|
40
|
+
"quote",
|
|
41
|
+
"let",
|
|
42
|
+
"local",
|
|
43
|
+
"global",
|
|
44
|
+
"const",
|
|
45
|
+
"do",
|
|
46
|
+
"struct",
|
|
47
|
+
"module",
|
|
48
|
+
"baremodule",
|
|
49
|
+
"using",
|
|
50
|
+
"import",
|
|
51
|
+
"export",
|
|
52
|
+
"end",
|
|
53
|
+
"else",
|
|
54
|
+
"elseif",
|
|
55
|
+
"catch",
|
|
56
|
+
"finally",
|
|
57
|
+
"mutable",
|
|
58
|
+
"primitive",
|
|
59
|
+
"abstract",
|
|
60
|
+
"type",
|
|
61
|
+
"in",
|
|
62
|
+
"isa",
|
|
63
|
+
"where",
|
|
64
|
+
"new"
|
|
65
|
+
],
|
|
66
|
+
types: [
|
|
67
|
+
"LinRange",
|
|
68
|
+
"LineNumberNode",
|
|
69
|
+
"LinearIndices",
|
|
70
|
+
"LoadError",
|
|
71
|
+
"MIME",
|
|
72
|
+
"Matrix",
|
|
73
|
+
"Method",
|
|
74
|
+
"MethodError",
|
|
75
|
+
"Missing",
|
|
76
|
+
"MissingException",
|
|
77
|
+
"Module",
|
|
78
|
+
"NTuple",
|
|
79
|
+
"NamedTuple",
|
|
80
|
+
"Nothing",
|
|
81
|
+
"Number",
|
|
82
|
+
"OrdinalRange",
|
|
83
|
+
"OutOfMemoryError",
|
|
84
|
+
"OverflowError",
|
|
85
|
+
"Pair",
|
|
86
|
+
"PartialQuickSort",
|
|
87
|
+
"PermutedDimsArray",
|
|
88
|
+
"Pipe",
|
|
89
|
+
"Ptr",
|
|
90
|
+
"QuoteNode",
|
|
91
|
+
"Rational",
|
|
92
|
+
"RawFD",
|
|
93
|
+
"ReadOnlyMemoryError",
|
|
94
|
+
"Real",
|
|
95
|
+
"ReentrantLock",
|
|
96
|
+
"Ref",
|
|
97
|
+
"Regex",
|
|
98
|
+
"RegexMatch",
|
|
99
|
+
"RoundingMode",
|
|
100
|
+
"SegmentationFault",
|
|
101
|
+
"Set",
|
|
102
|
+
"Signed",
|
|
103
|
+
"Some",
|
|
104
|
+
"StackOverflowError",
|
|
105
|
+
"StepRange",
|
|
106
|
+
"StepRangeLen",
|
|
107
|
+
"StridedArray",
|
|
108
|
+
"StridedMatrix",
|
|
109
|
+
"StridedVecOrMat",
|
|
110
|
+
"StridedVector",
|
|
111
|
+
"String",
|
|
112
|
+
"StringIndexError",
|
|
113
|
+
"SubArray",
|
|
114
|
+
"SubString",
|
|
115
|
+
"SubstitutionString",
|
|
116
|
+
"Symbol",
|
|
117
|
+
"SystemError",
|
|
118
|
+
"Task",
|
|
119
|
+
"Text",
|
|
120
|
+
"TextDisplay",
|
|
121
|
+
"Timer",
|
|
122
|
+
"Tuple",
|
|
123
|
+
"Type",
|
|
124
|
+
"TypeError",
|
|
125
|
+
"TypeVar",
|
|
126
|
+
"UInt",
|
|
127
|
+
"UInt128",
|
|
128
|
+
"UInt16",
|
|
129
|
+
"UInt32",
|
|
130
|
+
"UInt64",
|
|
131
|
+
"UInt8",
|
|
132
|
+
"UndefInitializer",
|
|
133
|
+
"AbstractArray",
|
|
134
|
+
"UndefKeywordError",
|
|
135
|
+
"AbstractChannel",
|
|
136
|
+
"UndefRefError",
|
|
137
|
+
"AbstractChar",
|
|
138
|
+
"UndefVarError",
|
|
139
|
+
"AbstractDict",
|
|
140
|
+
"Union",
|
|
141
|
+
"AbstractDisplay",
|
|
142
|
+
"UnionAll",
|
|
143
|
+
"AbstractFloat",
|
|
144
|
+
"UnitRange",
|
|
145
|
+
"AbstractIrrational",
|
|
146
|
+
"Unsigned",
|
|
147
|
+
"AbstractMatrix",
|
|
148
|
+
"AbstractRange",
|
|
149
|
+
"Val",
|
|
150
|
+
"AbstractSet",
|
|
151
|
+
"Vararg",
|
|
152
|
+
"AbstractString",
|
|
153
|
+
"VecElement",
|
|
154
|
+
"AbstractUnitRange",
|
|
155
|
+
"VecOrMat",
|
|
156
|
+
"AbstractVecOrMat",
|
|
157
|
+
"Vector",
|
|
158
|
+
"AbstractVector",
|
|
159
|
+
"VersionNumber",
|
|
160
|
+
"Any",
|
|
161
|
+
"WeakKeyDict",
|
|
162
|
+
"ArgumentError",
|
|
163
|
+
"WeakRef",
|
|
164
|
+
"Array",
|
|
165
|
+
"AssertionError",
|
|
166
|
+
"BigFloat",
|
|
167
|
+
"BigInt",
|
|
168
|
+
"BitArray",
|
|
169
|
+
"BitMatrix",
|
|
170
|
+
"BitSet",
|
|
171
|
+
"BitVector",
|
|
172
|
+
"Bool",
|
|
173
|
+
"BoundsError",
|
|
174
|
+
"CapturedException",
|
|
175
|
+
"CartesianIndex",
|
|
176
|
+
"CartesianIndices",
|
|
177
|
+
"Cchar",
|
|
178
|
+
"Cdouble",
|
|
179
|
+
"Cfloat",
|
|
180
|
+
"Channel",
|
|
181
|
+
"Char",
|
|
182
|
+
"Cint",
|
|
183
|
+
"Cintmax_t",
|
|
184
|
+
"Clong",
|
|
185
|
+
"Clonglong",
|
|
186
|
+
"Cmd",
|
|
187
|
+
"Colon",
|
|
188
|
+
"Complex",
|
|
189
|
+
"ComplexF16",
|
|
190
|
+
"ComplexF32",
|
|
191
|
+
"ComplexF64",
|
|
192
|
+
"CompositeException",
|
|
193
|
+
"Condition",
|
|
194
|
+
"Cptrdiff_t",
|
|
195
|
+
"Cshort",
|
|
196
|
+
"Csize_t",
|
|
197
|
+
"Cssize_t",
|
|
198
|
+
"Cstring",
|
|
199
|
+
"Cuchar",
|
|
200
|
+
"Cuint",
|
|
201
|
+
"Cuintmax_t",
|
|
202
|
+
"Culong",
|
|
203
|
+
"Culonglong",
|
|
204
|
+
"Cushort",
|
|
205
|
+
"Cvoid",
|
|
206
|
+
"Cwchar_t",
|
|
207
|
+
"Cwstring",
|
|
208
|
+
"DataType",
|
|
209
|
+
"DenseArray",
|
|
210
|
+
"DenseMatrix",
|
|
211
|
+
"DenseVecOrMat",
|
|
212
|
+
"DenseVector",
|
|
213
|
+
"Dict",
|
|
214
|
+
"DimensionMismatch",
|
|
215
|
+
"Dims",
|
|
216
|
+
"DivideError",
|
|
217
|
+
"DomainError",
|
|
218
|
+
"EOFError",
|
|
219
|
+
"Enum",
|
|
220
|
+
"ErrorException",
|
|
221
|
+
"Exception",
|
|
222
|
+
"ExponentialBackOff",
|
|
223
|
+
"Expr",
|
|
224
|
+
"Float16",
|
|
225
|
+
"Float32",
|
|
226
|
+
"Float64",
|
|
227
|
+
"Function",
|
|
228
|
+
"GlobalRef",
|
|
229
|
+
"HTML",
|
|
230
|
+
"IO",
|
|
231
|
+
"IOBuffer",
|
|
232
|
+
"IOContext",
|
|
233
|
+
"IOStream",
|
|
234
|
+
"IdDict",
|
|
235
|
+
"IndexCartesian",
|
|
236
|
+
"IndexLinear",
|
|
237
|
+
"IndexStyle",
|
|
238
|
+
"InexactError",
|
|
239
|
+
"InitError",
|
|
240
|
+
"Int",
|
|
241
|
+
"Int128",
|
|
242
|
+
"Int16",
|
|
243
|
+
"Int32",
|
|
244
|
+
"Int64",
|
|
245
|
+
"Int8",
|
|
246
|
+
"Integer",
|
|
247
|
+
"InterruptException",
|
|
248
|
+
"InvalidStateException",
|
|
249
|
+
"Irrational",
|
|
250
|
+
"KeyError"
|
|
251
|
+
],
|
|
252
|
+
keywordops: ["<:", ">:", ":", "=>", "...", ".", "->", "?"],
|
|
253
|
+
allops: /[^\w\d\s()\[\]{}"'#]+/,
|
|
254
|
+
constants: [
|
|
255
|
+
"true",
|
|
256
|
+
"false",
|
|
257
|
+
"nothing",
|
|
258
|
+
"missing",
|
|
259
|
+
"undef",
|
|
260
|
+
"Inf",
|
|
261
|
+
"pi",
|
|
262
|
+
"NaN",
|
|
263
|
+
"π",
|
|
264
|
+
"ℯ",
|
|
265
|
+
"ans",
|
|
266
|
+
"PROGRAM_FILE",
|
|
267
|
+
"ARGS",
|
|
268
|
+
"C_NULL",
|
|
269
|
+
"VERSION",
|
|
270
|
+
"DEPOT_PATH",
|
|
271
|
+
"LOAD_PATH"
|
|
272
|
+
],
|
|
273
|
+
operators: [
|
|
274
|
+
"!",
|
|
275
|
+
"!=",
|
|
276
|
+
"!==",
|
|
277
|
+
"%",
|
|
278
|
+
"&",
|
|
279
|
+
"*",
|
|
280
|
+
"+",
|
|
281
|
+
"-",
|
|
282
|
+
"/",
|
|
283
|
+
"//",
|
|
284
|
+
"<",
|
|
285
|
+
"<<",
|
|
286
|
+
"<=",
|
|
287
|
+
"==",
|
|
288
|
+
"===",
|
|
289
|
+
"=>",
|
|
290
|
+
">",
|
|
291
|
+
">=",
|
|
292
|
+
">>",
|
|
293
|
+
">>>",
|
|
294
|
+
"\\",
|
|
295
|
+
"^",
|
|
296
|
+
"|",
|
|
297
|
+
"|>",
|
|
298
|
+
"~",
|
|
299
|
+
"÷",
|
|
300
|
+
"∈",
|
|
301
|
+
"∉",
|
|
302
|
+
"∋",
|
|
303
|
+
"∌",
|
|
304
|
+
"∘",
|
|
305
|
+
"√",
|
|
306
|
+
"∛",
|
|
307
|
+
"∩",
|
|
308
|
+
"∪",
|
|
309
|
+
"≈",
|
|
310
|
+
"≉",
|
|
311
|
+
"≠",
|
|
312
|
+
"≡",
|
|
313
|
+
"≢",
|
|
314
|
+
"≤",
|
|
315
|
+
"≥",
|
|
316
|
+
"⊆",
|
|
317
|
+
"⊇",
|
|
318
|
+
"⊈",
|
|
319
|
+
"⊉",
|
|
320
|
+
"⊊",
|
|
321
|
+
"⊋",
|
|
322
|
+
"⊻"
|
|
323
|
+
],
|
|
324
|
+
brackets: [
|
|
325
|
+
{ open: "(", close: ")", token: "delimiter.parenthesis" },
|
|
326
|
+
{ open: "{", close: "}", token: "delimiter.curly" },
|
|
327
|
+
{ open: "[", close: "]", token: "delimiter.square" }
|
|
328
|
+
],
|
|
329
|
+
ident: /π|ℯ|\b(?!\d)\w+\b/,
|
|
330
|
+
// escape sequences
|
|
331
|
+
escape: /(?:[abefnrstv\\"'\n\r]|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}|u[0-9A-Fa-f]{4})/,
|
|
332
|
+
escapes: /\\(?:C\-(@escape|.)|c(@escape|.)|@escape)/,
|
|
333
|
+
// The main tokenizer for our languages
|
|
334
|
+
tokenizer: {
|
|
335
|
+
root: [
|
|
336
|
+
[/(::)\s*|\b(isa)\s+/, "keyword", "@typeanno"],
|
|
337
|
+
[/\b(isa)(\s*\(@ident\s*,\s*)/, ["keyword", { token: "", next: "@typeanno" }]],
|
|
338
|
+
[/\b(type|struct)[ \t]+/, "keyword", "@typeanno"],
|
|
339
|
+
// symbols
|
|
340
|
+
[/^\s*:@ident[!?]?/, "metatag"],
|
|
341
|
+
[/(return)(\s*:@ident[!?]?)/, ["keyword", "metatag"]],
|
|
342
|
+
[/(\(|\[|\{|@allops)(\s*:@ident[!?]?)/, ["", "metatag"]],
|
|
343
|
+
[/:\(/, "metatag", "@quote"],
|
|
344
|
+
// regular expressions
|
|
345
|
+
[/r"""/, "regexp.delim", "@tregexp"],
|
|
346
|
+
[/r"/, "regexp.delim", "@sregexp"],
|
|
347
|
+
// strings
|
|
348
|
+
[/raw"""/, "string.delim", "@rtstring"],
|
|
349
|
+
[/[bv]?"""/, "string.delim", "@dtstring"],
|
|
350
|
+
[/raw"/, "string.delim", "@rsstring"],
|
|
351
|
+
[/[bv]?"/, "string.delim", "@dsstring"],
|
|
352
|
+
[
|
|
353
|
+
/(@ident)\{/,
|
|
354
|
+
{
|
|
355
|
+
cases: {
|
|
356
|
+
"$1@types": { token: "type", next: "@gen" },
|
|
357
|
+
"@default": { token: "type", next: "@gen" }
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
[
|
|
362
|
+
/@ident[!?'']?(?=\.?\()/,
|
|
363
|
+
{
|
|
364
|
+
cases: {
|
|
365
|
+
"@types": "type",
|
|
366
|
+
"@keywords": "keyword",
|
|
367
|
+
"@constants": "variable",
|
|
368
|
+
"@default": "keyword.flow"
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
[
|
|
373
|
+
/@ident[!?']?/,
|
|
374
|
+
{
|
|
375
|
+
cases: {
|
|
376
|
+
"@types": "type",
|
|
377
|
+
"@keywords": "keyword",
|
|
378
|
+
"@constants": "variable",
|
|
379
|
+
"@default": "identifier"
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
[/\$\w+/, "key"],
|
|
384
|
+
[/\$\(/, "key", "@paste"],
|
|
385
|
+
[/@@@ident/, "annotation"],
|
|
386
|
+
// whitespace
|
|
387
|
+
{ include: "@whitespace" },
|
|
388
|
+
// characters
|
|
389
|
+
[/'(?:@escapes|.)'/, "string.character"],
|
|
390
|
+
// delimiters and operators
|
|
391
|
+
[/[()\[\]{}]/, "@brackets"],
|
|
392
|
+
[
|
|
393
|
+
/@allops/,
|
|
394
|
+
{
|
|
395
|
+
cases: {
|
|
396
|
+
"@keywordops": "keyword",
|
|
397
|
+
"@operators": "operator"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
[/[;,]/, "delimiter"],
|
|
402
|
+
// numbers
|
|
403
|
+
[/0[xX][0-9a-fA-F](_?[0-9a-fA-F])*/, "number.hex"],
|
|
404
|
+
[/0[_oO][0-7](_?[0-7])*/, "number.octal"],
|
|
405
|
+
[/0[bB][01](_?[01])*/, "number.binary"],
|
|
406
|
+
[/[+\-]?\d+(\.\d+)?(im?|[eE][+\-]?\d+(\.\d+)?)?/, "number"]
|
|
407
|
+
],
|
|
408
|
+
// type
|
|
409
|
+
typeanno: [
|
|
410
|
+
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*\{/, "type", "@gen"],
|
|
411
|
+
[/([a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*)(\s*<:\s*)/, ["type", "keyword"]],
|
|
412
|
+
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*/, "type", "@pop"],
|
|
413
|
+
["", "", "@pop"]
|
|
414
|
+
],
|
|
415
|
+
// generic type
|
|
416
|
+
gen: [
|
|
417
|
+
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*\{/, "type", "@push"],
|
|
418
|
+
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*/, "type"],
|
|
419
|
+
[/<:/, "keyword"],
|
|
420
|
+
[/(\})(\s*<:\s*)/, ["type", { token: "keyword", next: "@pop" }]],
|
|
421
|
+
[/\}/, "type", "@pop"],
|
|
422
|
+
{ include: "@root" }
|
|
423
|
+
],
|
|
424
|
+
// $(...)
|
|
425
|
+
quote: [
|
|
426
|
+
[/\$\(/, "key", "@paste"],
|
|
427
|
+
[/\(/, "@brackets", "@paren"],
|
|
428
|
+
[/\)/, "metatag", "@pop"],
|
|
429
|
+
{ include: "@root" }
|
|
430
|
+
],
|
|
431
|
+
// :(...)
|
|
432
|
+
paste: [
|
|
433
|
+
[/:\(/, "metatag", "@quote"],
|
|
434
|
+
[/\(/, "@brackets", "@paren"],
|
|
435
|
+
[/\)/, "key", "@pop"],
|
|
436
|
+
{ include: "@root" }
|
|
437
|
+
],
|
|
438
|
+
// (...)
|
|
439
|
+
paren: [
|
|
440
|
+
[/\$\(/, "key", "@paste"],
|
|
441
|
+
[/:\(/, "metatag", "@quote"],
|
|
442
|
+
[/\(/, "@brackets", "@push"],
|
|
443
|
+
[/\)/, "@brackets", "@pop"],
|
|
444
|
+
{ include: "@root" }
|
|
445
|
+
],
|
|
446
|
+
// r"egex string"
|
|
447
|
+
sregexp: [
|
|
448
|
+
[/^.*/, "invalid"],
|
|
449
|
+
[/[^\\"()\[\]{}]/, "regexp"],
|
|
450
|
+
[/[()\[\]{}]/, "@brackets"],
|
|
451
|
+
[/\\./, "operator.scss"],
|
|
452
|
+
[/"[imsx]*/, "regexp.delim", "@pop"]
|
|
453
|
+
],
|
|
454
|
+
tregexp: [
|
|
455
|
+
[/[^\\"()\[\]{}]/, "regexp"],
|
|
456
|
+
[/[()\[\]{}]/, "@brackets"],
|
|
457
|
+
[/\\./, "operator.scss"],
|
|
458
|
+
[/"(?!"")/, "string"],
|
|
459
|
+
[/"""[imsx]*/, "regexp.delim", "@pop"]
|
|
460
|
+
],
|
|
461
|
+
// raw"string"
|
|
462
|
+
rsstring: [
|
|
463
|
+
[/^.*/, "invalid"],
|
|
464
|
+
[/[^\\"]/, "string"],
|
|
465
|
+
[/\\./, "string.escape"],
|
|
466
|
+
[/"/, "string.delim", "@pop"]
|
|
467
|
+
],
|
|
468
|
+
rtstring: [
|
|
469
|
+
[/[^\\"]/, "string"],
|
|
470
|
+
[/\\./, "string.escape"],
|
|
471
|
+
[/"(?!"")/, "string"],
|
|
472
|
+
[/"""/, "string.delim", "@pop"]
|
|
473
|
+
],
|
|
474
|
+
// "string".
|
|
475
|
+
dsstring: [
|
|
476
|
+
[/^.*/, "invalid"],
|
|
477
|
+
[/[^\\"\$]/, "string"],
|
|
478
|
+
[/\$/, "", "@interpolated"],
|
|
479
|
+
[/@escapes/, "string.escape"],
|
|
480
|
+
[/\\./, "string.escape.invalid"],
|
|
481
|
+
[/"/, "string.delim", "@pop"]
|
|
482
|
+
],
|
|
483
|
+
dtstring: [
|
|
484
|
+
[/[^\\"\$]/, "string"],
|
|
485
|
+
[/\$/, "", "@interpolated"],
|
|
486
|
+
[/@escapes/, "string.escape"],
|
|
487
|
+
[/\\./, "string.escape.invalid"],
|
|
488
|
+
[/"(?!"")/, "string"],
|
|
489
|
+
[/"""/, "string.delim", "@pop"]
|
|
490
|
+
],
|
|
491
|
+
// interpolated sequence
|
|
492
|
+
interpolated: [
|
|
493
|
+
[/\(/, { token: "", switchTo: "@interpolated_compound" }],
|
|
494
|
+
[/[a-zA-Z_]\w*/, "identifier"],
|
|
495
|
+
["", "", "@pop"]
|
|
496
|
+
// just a $ is interpreted as a $
|
|
497
|
+
],
|
|
498
|
+
// any code
|
|
499
|
+
interpolated_compound: [[/\)/, "", "@pop"], { include: "@root" }],
|
|
500
|
+
// whitespace & comments
|
|
501
|
+
whitespace: [
|
|
502
|
+
[/[ \t\r\n]+/, ""],
|
|
503
|
+
[/#=/, "comment", "@multi_comment"],
|
|
504
|
+
[/#.*$/, "comment"]
|
|
505
|
+
],
|
|
506
|
+
multi_comment: [
|
|
507
|
+
[/#=/, "comment", "@push"],
|
|
508
|
+
[/=#/, "comment", "@pop"],
|
|
509
|
+
[/=(?!#)|#(?!=)/, "comment"],
|
|
510
|
+
[/[^#=]+/, "comment"]
|
|
511
|
+
]
|
|
512
|
+
}
|
|
513
|
+
};
|
|
514
|
+
export {
|
|
515
|
+
e as conf,
|
|
516
|
+
t as language
|
|
517
|
+
};
|