@pb33f/cowboy-components 0.0.14 → 0.1.0
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/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 +119 -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-FcPnnXMU.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-DcUlnXpV.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-sY6FVddl.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-BqznQEC5.js +425 -0
- package/dist/hcl-BSgAhV5f.js +189 -0
- package/dist/html-DBpY_ZT1.js +314 -0
- package/dist/htmlMode-Cf0lYQWN.js +1551 -0
- package/dist/ini-ewx9HLIq.js +77 -0
- package/dist/java-B5lwcbTy.js +238 -0
- package/dist/javascript-DRgEI2Yf.js +76 -0
- package/dist/jsonMode-CmuECwTh.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-DWVJYCIL.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-Bjcj5AvL.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-CiN6iAi3.js +282 -0
- package/dist/qsharp-C5P1RxY3.js +291 -0
- package/dist/r-sEMYnclc.js +249 -0
- package/dist/razor-B4jDf_4z.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-29i0IHrU.js +886 -0
- package/dist/twig-Bb652BpM.js +398 -0
- package/dist/typescript-FDohSLaF.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-BdgdiRK4.js +101 -0
- package/dist/yaml-CJDq-Ud3.js +212 -0
- package/package.json +6 -4
|
@@ -0,0 +1,376 @@
|
|
|
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
|
+
/*
|
|
9
|
+
* `...` is allowed as an identifier.
|
|
10
|
+
* $ is allowed in identifiers.
|
|
11
|
+
* unary_<op> is allowed as an identifier.
|
|
12
|
+
* <name>_= is allowed as an identifier.
|
|
13
|
+
*/
|
|
14
|
+
wordPattern: /(unary_[@~!#%^&*()\-=+\\|:<>\/?]+)|([a-zA-Z_$][\w$]*?_=)|(`[^`]+`)|([a-zA-Z_$][\w$]*)/g,
|
|
15
|
+
comments: {
|
|
16
|
+
lineComment: "//",
|
|
17
|
+
blockComment: ["/*", "*/"]
|
|
18
|
+
},
|
|
19
|
+
brackets: [
|
|
20
|
+
["{", "}"],
|
|
21
|
+
["[", "]"],
|
|
22
|
+
["(", ")"]
|
|
23
|
+
],
|
|
24
|
+
autoClosingPairs: [
|
|
25
|
+
{ open: "{", close: "}" },
|
|
26
|
+
{ open: "[", close: "]" },
|
|
27
|
+
{ open: "(", close: ")" },
|
|
28
|
+
{ open: '"', close: '"' },
|
|
29
|
+
{ open: "'", close: "'" }
|
|
30
|
+
],
|
|
31
|
+
surroundingPairs: [
|
|
32
|
+
{ open: "{", close: "}" },
|
|
33
|
+
{ open: "[", close: "]" },
|
|
34
|
+
{ open: "(", close: ")" },
|
|
35
|
+
{ open: '"', close: '"' },
|
|
36
|
+
{ open: "'", close: "'" }
|
|
37
|
+
],
|
|
38
|
+
folding: {
|
|
39
|
+
markers: {
|
|
40
|
+
start: new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:<editor-fold\\b))"),
|
|
41
|
+
end: new RegExp("^\\s*//\\s*(?:(?:#?endregion\\b)|(?:</editor-fold>))")
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}, t = {
|
|
45
|
+
tokenPostfix: ".scala",
|
|
46
|
+
// We can't easily add everything from Dotty, but we can at least add some of its keywords
|
|
47
|
+
keywords: [
|
|
48
|
+
"asInstanceOf",
|
|
49
|
+
"catch",
|
|
50
|
+
"class",
|
|
51
|
+
"classOf",
|
|
52
|
+
"def",
|
|
53
|
+
"do",
|
|
54
|
+
"else",
|
|
55
|
+
"extends",
|
|
56
|
+
"finally",
|
|
57
|
+
"for",
|
|
58
|
+
"foreach",
|
|
59
|
+
"forSome",
|
|
60
|
+
"if",
|
|
61
|
+
"import",
|
|
62
|
+
"isInstanceOf",
|
|
63
|
+
"macro",
|
|
64
|
+
"match",
|
|
65
|
+
"new",
|
|
66
|
+
"object",
|
|
67
|
+
"package",
|
|
68
|
+
"return",
|
|
69
|
+
"throw",
|
|
70
|
+
"trait",
|
|
71
|
+
"try",
|
|
72
|
+
"type",
|
|
73
|
+
"until",
|
|
74
|
+
"val",
|
|
75
|
+
"var",
|
|
76
|
+
"while",
|
|
77
|
+
"with",
|
|
78
|
+
"yield",
|
|
79
|
+
// Dotty-specific:
|
|
80
|
+
"given",
|
|
81
|
+
"enum",
|
|
82
|
+
"then"
|
|
83
|
+
],
|
|
84
|
+
// Dotty-specific:
|
|
85
|
+
softKeywords: ["as", "export", "extension", "end", "derives", "on"],
|
|
86
|
+
constants: ["true", "false", "null", "this", "super"],
|
|
87
|
+
modifiers: [
|
|
88
|
+
"abstract",
|
|
89
|
+
"final",
|
|
90
|
+
"implicit",
|
|
91
|
+
"lazy",
|
|
92
|
+
"override",
|
|
93
|
+
"private",
|
|
94
|
+
"protected",
|
|
95
|
+
"sealed"
|
|
96
|
+
],
|
|
97
|
+
// Dotty-specific:
|
|
98
|
+
softModifiers: ["inline", "opaque", "open", "transparent", "using"],
|
|
99
|
+
name: /(?:[a-z_$][\w$]*|`[^`]+`)/,
|
|
100
|
+
type: /(?:[A-Z][\w$]*)/,
|
|
101
|
+
// we include these common regular expressions
|
|
102
|
+
symbols: /[=><!~?:&|+\-*\/^\\%@#]+/,
|
|
103
|
+
digits: /\d+(_+\d+)*/,
|
|
104
|
+
hexdigits: /[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,
|
|
105
|
+
// C# style strings
|
|
106
|
+
escapes: /\\(?:[btnfr\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
|
|
107
|
+
fstring_conv: /[bBhHsScCdoxXeEfgGaAt]|[Tn](?:[HIklMSLNpzZsQ]|[BbhAaCYyjmde]|[RTrDFC])/,
|
|
108
|
+
// The main tokenizer for our languages
|
|
109
|
+
tokenizer: {
|
|
110
|
+
root: [
|
|
111
|
+
// strings
|
|
112
|
+
[/\braw"""/, { token: "string.quote", bracket: "@open", next: "@rawstringt" }],
|
|
113
|
+
[/\braw"/, { token: "string.quote", bracket: "@open", next: "@rawstring" }],
|
|
114
|
+
[/\bs"""/, { token: "string.quote", bracket: "@open", next: "@sstringt" }],
|
|
115
|
+
[/\bs"/, { token: "string.quote", bracket: "@open", next: "@sstring" }],
|
|
116
|
+
[/\bf""""/, { token: "string.quote", bracket: "@open", next: "@fstringt" }],
|
|
117
|
+
[/\bf"/, { token: "string.quote", bracket: "@open", next: "@fstring" }],
|
|
118
|
+
[/"""/, { token: "string.quote", bracket: "@open", next: "@stringt" }],
|
|
119
|
+
[/"/, { token: "string.quote", bracket: "@open", next: "@string" }],
|
|
120
|
+
// numbers
|
|
121
|
+
[/(@digits)[eE]([\-+]?(@digits))?[fFdD]?/, "number.float", "@allowMethod"],
|
|
122
|
+
[/(@digits)\.(@digits)([eE][\-+]?(@digits))?[fFdD]?/, "number.float", "@allowMethod"],
|
|
123
|
+
[/0[xX](@hexdigits)[Ll]?/, "number.hex", "@allowMethod"],
|
|
124
|
+
[/(@digits)[fFdD]/, "number.float", "@allowMethod"],
|
|
125
|
+
[/(@digits)[lL]?/, "number", "@allowMethod"],
|
|
126
|
+
[/\b_\*/, "key"],
|
|
127
|
+
[/\b(_)\b/, "keyword", "@allowMethod"],
|
|
128
|
+
// identifiers and keywords
|
|
129
|
+
[/\bimport\b/, "keyword", "@import"],
|
|
130
|
+
[/\b(case)([ \t]+)(class)\b/, ["keyword.modifier", "white", "keyword"]],
|
|
131
|
+
[/\bcase\b/, "keyword", "@case"],
|
|
132
|
+
[/\bva[lr]\b/, "keyword", "@vardef"],
|
|
133
|
+
[
|
|
134
|
+
/\b(def)([ \t]+)((?:unary_)?@symbols|@name(?:_=)|@name)/,
|
|
135
|
+
["keyword", "white", "identifier"]
|
|
136
|
+
],
|
|
137
|
+
[/@name(?=[ \t]*:(?!:))/, "variable"],
|
|
138
|
+
[/(\.)(@name|@symbols)/, ["operator", { token: "@rematch", next: "@allowMethod" }]],
|
|
139
|
+
[/([{(])(\s*)(@name(?=\s*=>))/, ["@brackets", "white", "variable"]],
|
|
140
|
+
[
|
|
141
|
+
/@name/,
|
|
142
|
+
{
|
|
143
|
+
cases: {
|
|
144
|
+
"@keywords": "keyword",
|
|
145
|
+
"@softKeywords": "keyword",
|
|
146
|
+
"@modifiers": "keyword.modifier",
|
|
147
|
+
"@softModifiers": "keyword.modifier",
|
|
148
|
+
"@constants": {
|
|
149
|
+
token: "constant",
|
|
150
|
+
next: "@allowMethod"
|
|
151
|
+
},
|
|
152
|
+
"@default": {
|
|
153
|
+
token: "identifier",
|
|
154
|
+
next: "@allowMethod"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
[/@type/, "type", "@allowMethod"],
|
|
160
|
+
// whitespace
|
|
161
|
+
{ include: "@whitespace" },
|
|
162
|
+
// @ annotations.
|
|
163
|
+
[/@[a-zA-Z_$][\w$]*(?:\.[a-zA-Z_$][\w$]*)*/, "annotation"],
|
|
164
|
+
// delimiters and operators
|
|
165
|
+
[/[{(]/, "@brackets"],
|
|
166
|
+
[/[})]/, "@brackets", "@allowMethod"],
|
|
167
|
+
[/\[/, "operator.square"],
|
|
168
|
+
[/](?!\s*(?:va[rl]|def|type)\b)/, "operator.square", "@allowMethod"],
|
|
169
|
+
[/]/, "operator.square"],
|
|
170
|
+
[/([=-]>|<-|>:|<:|:>|<%)(?=[\s\w()[\]{},\."'`])/, "keyword"],
|
|
171
|
+
[/@symbols/, "operator"],
|
|
172
|
+
// delimiter: after number because of .\d floats
|
|
173
|
+
[/[;,\.]/, "delimiter"],
|
|
174
|
+
// symbols
|
|
175
|
+
[/'[a-zA-Z$][\w$]*(?!')/, "attribute.name"],
|
|
176
|
+
// characters
|
|
177
|
+
[/'[^\\']'/, "string", "@allowMethod"],
|
|
178
|
+
[/(')(@escapes)(')/, ["string", "string.escape", { token: "string", next: "@allowMethod" }]],
|
|
179
|
+
[/'/, "string.invalid"]
|
|
180
|
+
],
|
|
181
|
+
import: [
|
|
182
|
+
[/;/, "delimiter", "@pop"],
|
|
183
|
+
[/^|$/, "", "@pop"],
|
|
184
|
+
[/[ \t]+/, "white"],
|
|
185
|
+
[/[\n\r]+/, "white", "@pop"],
|
|
186
|
+
[/\/\*/, "comment", "@comment"],
|
|
187
|
+
[/@name|@type/, "type"],
|
|
188
|
+
[/[(){}]/, "@brackets"],
|
|
189
|
+
[/[[\]]/, "operator.square"],
|
|
190
|
+
[/[\.,]/, "delimiter"]
|
|
191
|
+
],
|
|
192
|
+
allowMethod: [
|
|
193
|
+
[/^|$/, "", "@pop"],
|
|
194
|
+
[/[ \t]+/, "white"],
|
|
195
|
+
[/[\n\r]+/, "white", "@pop"],
|
|
196
|
+
[/\/\*/, "comment", "@comment"],
|
|
197
|
+
[/(?==>[\s\w([{])/, "keyword", "@pop"],
|
|
198
|
+
[
|
|
199
|
+
/(@name|@symbols)(?=[ \t]*[[({"'`]|[ \t]+(?:[+-]?\.?\d|\w))/,
|
|
200
|
+
{
|
|
201
|
+
cases: {
|
|
202
|
+
"@keywords": { token: "keyword", next: "@pop" },
|
|
203
|
+
"->|<-|>:|<:|<%": { token: "keyword", next: "@pop" },
|
|
204
|
+
"@default": { token: "@rematch", next: "@pop" }
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
["", "", "@pop"]
|
|
209
|
+
],
|
|
210
|
+
comment: [
|
|
211
|
+
[/[^\/*]+/, "comment"],
|
|
212
|
+
[/\/\*/, "comment", "@push"],
|
|
213
|
+
// nested comment
|
|
214
|
+
[/\*\//, "comment", "@pop"],
|
|
215
|
+
[/[\/*]/, "comment"]
|
|
216
|
+
],
|
|
217
|
+
case: [
|
|
218
|
+
[/\b_\*/, "key"],
|
|
219
|
+
[/\b(_|true|false|null|this|super)\b/, "keyword", "@allowMethod"],
|
|
220
|
+
[/\bif\b|=>/, "keyword", "@pop"],
|
|
221
|
+
[/`[^`]+`/, "identifier", "@allowMethod"],
|
|
222
|
+
[/@name/, "variable", "@allowMethod"],
|
|
223
|
+
[/:::?|\||@(?![a-z_$])/, "keyword"],
|
|
224
|
+
{ include: "@root" }
|
|
225
|
+
],
|
|
226
|
+
vardef: [
|
|
227
|
+
[/\b_\*/, "key"],
|
|
228
|
+
[/\b(_|true|false|null|this|super)\b/, "keyword"],
|
|
229
|
+
[/@name/, "variable"],
|
|
230
|
+
[/:::?|\||@(?![a-z_$])/, "keyword"],
|
|
231
|
+
[/=|:(?!:)/, "operator", "@pop"],
|
|
232
|
+
[/$/, "white", "@pop"],
|
|
233
|
+
{ include: "@root" }
|
|
234
|
+
],
|
|
235
|
+
string: [
|
|
236
|
+
[/[^\\"\n\r]+/, "string"],
|
|
237
|
+
[/@escapes/, "string.escape"],
|
|
238
|
+
[/\\./, "string.escape.invalid"],
|
|
239
|
+
[
|
|
240
|
+
/"/,
|
|
241
|
+
{
|
|
242
|
+
token: "string.quote",
|
|
243
|
+
bracket: "@close",
|
|
244
|
+
switchTo: "@allowMethod"
|
|
245
|
+
}
|
|
246
|
+
]
|
|
247
|
+
],
|
|
248
|
+
stringt: [
|
|
249
|
+
[/[^\\"\n\r]+/, "string"],
|
|
250
|
+
[/@escapes/, "string.escape"],
|
|
251
|
+
[/\\./, "string.escape.invalid"],
|
|
252
|
+
[/"(?=""")/, "string"],
|
|
253
|
+
[
|
|
254
|
+
/"""/,
|
|
255
|
+
{
|
|
256
|
+
token: "string.quote",
|
|
257
|
+
bracket: "@close",
|
|
258
|
+
switchTo: "@allowMethod"
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
[/"/, "string"]
|
|
262
|
+
],
|
|
263
|
+
fstring: [
|
|
264
|
+
[/@escapes/, "string.escape"],
|
|
265
|
+
[
|
|
266
|
+
/"/,
|
|
267
|
+
{
|
|
268
|
+
token: "string.quote",
|
|
269
|
+
bracket: "@close",
|
|
270
|
+
switchTo: "@allowMethod"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
[/\$\$/, "string"],
|
|
274
|
+
[/(\$)([a-z_]\w*)/, ["operator", "identifier"]],
|
|
275
|
+
[/\$\{/, "operator", "@interp"],
|
|
276
|
+
[/%%/, "string"],
|
|
277
|
+
[
|
|
278
|
+
/(%)([\-#+ 0,(])(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/,
|
|
279
|
+
["metatag", "keyword.modifier", "number", "metatag"]
|
|
280
|
+
],
|
|
281
|
+
[/(%)(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/, ["metatag", "number", "metatag"]],
|
|
282
|
+
[/(%)([\-#+ 0,(])(@fstring_conv)/, ["metatag", "keyword.modifier", "metatag"]],
|
|
283
|
+
[/(%)(@fstring_conv)/, ["metatag", "metatag"]],
|
|
284
|
+
[/./, "string"]
|
|
285
|
+
],
|
|
286
|
+
fstringt: [
|
|
287
|
+
[/@escapes/, "string.escape"],
|
|
288
|
+
[/"(?=""")/, "string"],
|
|
289
|
+
[
|
|
290
|
+
/"""/,
|
|
291
|
+
{
|
|
292
|
+
token: "string.quote",
|
|
293
|
+
bracket: "@close",
|
|
294
|
+
switchTo: "@allowMethod"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
[/\$\$/, "string"],
|
|
298
|
+
[/(\$)([a-z_]\w*)/, ["operator", "identifier"]],
|
|
299
|
+
[/\$\{/, "operator", "@interp"],
|
|
300
|
+
[/%%/, "string"],
|
|
301
|
+
[
|
|
302
|
+
/(%)([\-#+ 0,(])(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/,
|
|
303
|
+
["metatag", "keyword.modifier", "number", "metatag"]
|
|
304
|
+
],
|
|
305
|
+
[/(%)(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/, ["metatag", "number", "metatag"]],
|
|
306
|
+
[/(%)([\-#+ 0,(])(@fstring_conv)/, ["metatag", "keyword.modifier", "metatag"]],
|
|
307
|
+
[/(%)(@fstring_conv)/, ["metatag", "metatag"]],
|
|
308
|
+
[/./, "string"]
|
|
309
|
+
],
|
|
310
|
+
sstring: [
|
|
311
|
+
[/@escapes/, "string.escape"],
|
|
312
|
+
[
|
|
313
|
+
/"/,
|
|
314
|
+
{
|
|
315
|
+
token: "string.quote",
|
|
316
|
+
bracket: "@close",
|
|
317
|
+
switchTo: "@allowMethod"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
[/\$\$/, "string"],
|
|
321
|
+
[/(\$)([a-z_]\w*)/, ["operator", "identifier"]],
|
|
322
|
+
[/\$\{/, "operator", "@interp"],
|
|
323
|
+
[/./, "string"]
|
|
324
|
+
],
|
|
325
|
+
sstringt: [
|
|
326
|
+
[/@escapes/, "string.escape"],
|
|
327
|
+
[/"(?=""")/, "string"],
|
|
328
|
+
[
|
|
329
|
+
/"""/,
|
|
330
|
+
{
|
|
331
|
+
token: "string.quote",
|
|
332
|
+
bracket: "@close",
|
|
333
|
+
switchTo: "@allowMethod"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
[/\$\$/, "string"],
|
|
337
|
+
[/(\$)([a-z_]\w*)/, ["operator", "identifier"]],
|
|
338
|
+
[/\$\{/, "operator", "@interp"],
|
|
339
|
+
[/./, "string"]
|
|
340
|
+
],
|
|
341
|
+
interp: [[/{/, "operator", "@push"], [/}/, "operator", "@pop"], { include: "@root" }],
|
|
342
|
+
rawstring: [
|
|
343
|
+
[/[^"]/, "string"],
|
|
344
|
+
[
|
|
345
|
+
/"/,
|
|
346
|
+
{
|
|
347
|
+
token: "string.quote",
|
|
348
|
+
bracket: "@close",
|
|
349
|
+
switchTo: "@allowMethod"
|
|
350
|
+
}
|
|
351
|
+
]
|
|
352
|
+
],
|
|
353
|
+
rawstringt: [
|
|
354
|
+
[/[^"]/, "string"],
|
|
355
|
+
[/"(?=""")/, "string"],
|
|
356
|
+
[
|
|
357
|
+
/"""/,
|
|
358
|
+
{
|
|
359
|
+
token: "string.quote",
|
|
360
|
+
bracket: "@close",
|
|
361
|
+
switchTo: "@allowMethod"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
[/"/, "string"]
|
|
365
|
+
],
|
|
366
|
+
whitespace: [
|
|
367
|
+
[/[ \t\r\n]+/, "white"],
|
|
368
|
+
[/\/\*/, "comment", "@comment"],
|
|
369
|
+
[/\/\/.*$/, "comment"]
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
};
|
|
373
|
+
export {
|
|
374
|
+
e as conf,
|
|
375
|
+
t as language
|
|
376
|
+
};
|
|
@@ -0,0 +1,114 @@
|
|
|
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
|
+
comments: {
|
|
9
|
+
lineComment: ";",
|
|
10
|
+
blockComment: ["#|", "|#"]
|
|
11
|
+
},
|
|
12
|
+
brackets: [
|
|
13
|
+
["(", ")"],
|
|
14
|
+
["{", "}"],
|
|
15
|
+
["[", "]"]
|
|
16
|
+
],
|
|
17
|
+
autoClosingPairs: [
|
|
18
|
+
{ open: "{", close: "}" },
|
|
19
|
+
{ open: "[", close: "]" },
|
|
20
|
+
{ open: "(", close: ")" },
|
|
21
|
+
{ open: '"', close: '"' }
|
|
22
|
+
],
|
|
23
|
+
surroundingPairs: [
|
|
24
|
+
{ open: "{", close: "}" },
|
|
25
|
+
{ open: "[", close: "]" },
|
|
26
|
+
{ open: "(", close: ")" },
|
|
27
|
+
{ open: '"', close: '"' }
|
|
28
|
+
]
|
|
29
|
+
}, o = {
|
|
30
|
+
defaultToken: "",
|
|
31
|
+
ignoreCase: !0,
|
|
32
|
+
tokenPostfix: ".scheme",
|
|
33
|
+
brackets: [
|
|
34
|
+
{ open: "(", close: ")", token: "delimiter.parenthesis" },
|
|
35
|
+
{ open: "{", close: "}", token: "delimiter.curly" },
|
|
36
|
+
{ open: "[", close: "]", token: "delimiter.square" }
|
|
37
|
+
],
|
|
38
|
+
keywords: [
|
|
39
|
+
"case",
|
|
40
|
+
"do",
|
|
41
|
+
"let",
|
|
42
|
+
"loop",
|
|
43
|
+
"if",
|
|
44
|
+
"else",
|
|
45
|
+
"when",
|
|
46
|
+
"cons",
|
|
47
|
+
"car",
|
|
48
|
+
"cdr",
|
|
49
|
+
"cond",
|
|
50
|
+
"lambda",
|
|
51
|
+
"lambda*",
|
|
52
|
+
"syntax-rules",
|
|
53
|
+
"format",
|
|
54
|
+
"set!",
|
|
55
|
+
"quote",
|
|
56
|
+
"eval",
|
|
57
|
+
"append",
|
|
58
|
+
"list",
|
|
59
|
+
"list?",
|
|
60
|
+
"member?",
|
|
61
|
+
"load"
|
|
62
|
+
],
|
|
63
|
+
constants: ["#t", "#f"],
|
|
64
|
+
operators: ["eq?", "eqv?", "equal?", "and", "or", "not", "null?"],
|
|
65
|
+
tokenizer: {
|
|
66
|
+
root: [
|
|
67
|
+
[/#[xXoObB][0-9a-fA-F]+/, "number.hex"],
|
|
68
|
+
[/[+-]?\d+(?:(?:\.\d*)?(?:[eE][+-]?\d+)?)?/, "number.float"],
|
|
69
|
+
[
|
|
70
|
+
/(?:\b(?:(define|define-syntax|define-macro))\b)(\s+)((?:\w|\-|\!|\?)*)/,
|
|
71
|
+
["keyword", "white", "variable"]
|
|
72
|
+
],
|
|
73
|
+
{ include: "@whitespace" },
|
|
74
|
+
{ include: "@strings" },
|
|
75
|
+
[
|
|
76
|
+
/[a-zA-Z_#][a-zA-Z0-9_\-\?\!\*]*/,
|
|
77
|
+
{
|
|
78
|
+
cases: {
|
|
79
|
+
"@keywords": "keyword",
|
|
80
|
+
"@constants": "constant",
|
|
81
|
+
"@operators": "operators",
|
|
82
|
+
"@default": "identifier"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
],
|
|
87
|
+
comment: [
|
|
88
|
+
[/[^\|#]+/, "comment"],
|
|
89
|
+
[/#\|/, "comment", "@push"],
|
|
90
|
+
[/\|#/, "comment", "@pop"],
|
|
91
|
+
[/[\|#]/, "comment"]
|
|
92
|
+
],
|
|
93
|
+
whitespace: [
|
|
94
|
+
[/[ \t\r\n]+/, "white"],
|
|
95
|
+
[/#\|/, "comment", "@comment"],
|
|
96
|
+
[/;.*$/, "comment"]
|
|
97
|
+
],
|
|
98
|
+
strings: [
|
|
99
|
+
[/"$/, "string", "@popall"],
|
|
100
|
+
[/"(?=.)/, "string", "@multiLineString"]
|
|
101
|
+
],
|
|
102
|
+
multiLineString: [
|
|
103
|
+
[/[^\\"]+$/, "string", "@popall"],
|
|
104
|
+
[/[^\\"]+/, "string"],
|
|
105
|
+
[/\\./, "string.escape"],
|
|
106
|
+
[/"/, "string", "@popall"],
|
|
107
|
+
[/\\$/, "string"]
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
export {
|
|
112
|
+
e as conf,
|
|
113
|
+
o as language
|
|
114
|
+
};
|