@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 @@
|
|
|
1
|
+
(function(){"use strict";onmessage=function(t){t.data.start&&i(t.data.endpoint).then(o=>{postMessage(o)}).catch(()=>{console.error("documentation cannot be fetched")})};async function i(t){return new Promise(async(o,n)=>{try{const r=(await u(t)).map(s=>d(s.ruleId,t).then(a=>(a.body&&(s.body=a.body),s))),c=await Promise.all(r);o(c)}catch(e){console.error("documentation service is down"),n(e)}})}async function u(t){try{const n=await(await fetch(t+"/rules/documentation",{method:"GET",credentials:"include"})).json();return n?n!=null&&n.error?new Promise(async(e,r)=>{r(n.error)}):n:new Promise(async(e,r)=>{r("nothing returned")})}catch(o){return new Promise(async(n,e)=>{e(o)})}}async function d(t,o){try{const e=await(await fetch(o+`/rules/documentation/${t}`,{method:"GET",credentials:"include"})).json();return e?e!=null&&e.error?new Promise(async(r,c)=>{c(e.error)}):e:new Promise(async(r,c)=>{c("nothing returned")})}catch(n){return new Promise(async(e,r)=>{r(n)})}}})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(){"use strict";onmessage=function(e){if(e.data.search&&e.data.problems){const a=e.data.problems.filter(s=>{var t;return(t=s.jsonPath)!=null&&t.toLowerCase().includes(e.data.search.toLowerCase())||s.message.toLowerCase().includes(e.data.search.toLowerCase())||s.source==e.data.search?s:null});postMessage(a)}}})();
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
}
|
|
11
|
+
}, t = {
|
|
12
|
+
defaultToken: "keyword",
|
|
13
|
+
ignoreCase: !0,
|
|
14
|
+
tokenPostfix: ".azcli",
|
|
15
|
+
str: /[^#\s]/,
|
|
16
|
+
tokenizer: {
|
|
17
|
+
root: [
|
|
18
|
+
{ include: "@comment" },
|
|
19
|
+
[
|
|
20
|
+
/\s-+@str*\s*/,
|
|
21
|
+
{
|
|
22
|
+
cases: {
|
|
23
|
+
"@eos": { token: "key.identifier", next: "@popall" },
|
|
24
|
+
"@default": { token: "key.identifier", next: "@type" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
[
|
|
29
|
+
/^-+@str*\s*/,
|
|
30
|
+
{
|
|
31
|
+
cases: {
|
|
32
|
+
"@eos": { token: "key.identifier", next: "@popall" },
|
|
33
|
+
"@default": { token: "key.identifier", next: "@type" }
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
],
|
|
38
|
+
type: [
|
|
39
|
+
{ include: "@comment" },
|
|
40
|
+
[
|
|
41
|
+
/-+@str*\s*/,
|
|
42
|
+
{
|
|
43
|
+
cases: {
|
|
44
|
+
"@eos": { token: "key.identifier", next: "@popall" },
|
|
45
|
+
"@default": "key.identifier"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
[
|
|
50
|
+
/@str+\s*/,
|
|
51
|
+
{
|
|
52
|
+
cases: {
|
|
53
|
+
"@eos": { token: "string", next: "@popall" },
|
|
54
|
+
"@default": "string"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
],
|
|
59
|
+
comment: [
|
|
60
|
+
[
|
|
61
|
+
/#.*$/,
|
|
62
|
+
{
|
|
63
|
+
cases: {
|
|
64
|
+
"@eos": { token: "comment", next: "@popall" }
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
export {
|
|
72
|
+
e as conf,
|
|
73
|
+
t as language
|
|
74
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
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: "REM"
|
|
10
|
+
},
|
|
11
|
+
brackets: [
|
|
12
|
+
["{", "}"],
|
|
13
|
+
["[", "]"],
|
|
14
|
+
["(", ")"]
|
|
15
|
+
],
|
|
16
|
+
autoClosingPairs: [
|
|
17
|
+
{ open: "{", close: "}" },
|
|
18
|
+
{ open: "[", close: "]" },
|
|
19
|
+
{ open: "(", close: ")" },
|
|
20
|
+
{ open: '"', close: '"' }
|
|
21
|
+
],
|
|
22
|
+
surroundingPairs: [
|
|
23
|
+
{ open: "[", close: "]" },
|
|
24
|
+
{ open: "(", close: ")" },
|
|
25
|
+
{ open: '"', close: '"' }
|
|
26
|
+
],
|
|
27
|
+
folding: {
|
|
28
|
+
markers: {
|
|
29
|
+
start: new RegExp("^\\s*(::\\s*|REM\\s+)#region"),
|
|
30
|
+
end: new RegExp("^\\s*(::\\s*|REM\\s+)#endregion")
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}, s = {
|
|
34
|
+
defaultToken: "",
|
|
35
|
+
ignoreCase: !0,
|
|
36
|
+
tokenPostfix: ".bat",
|
|
37
|
+
brackets: [
|
|
38
|
+
{ token: "delimiter.bracket", open: "{", close: "}" },
|
|
39
|
+
{ token: "delimiter.parenthesis", open: "(", close: ")" },
|
|
40
|
+
{ token: "delimiter.square", open: "[", close: "]" }
|
|
41
|
+
],
|
|
42
|
+
keywords: /call|defined|echo|errorlevel|exist|for|goto|if|pause|set|shift|start|title|not|pushd|popd/,
|
|
43
|
+
// we include these common regular expressions
|
|
44
|
+
symbols: /[=><!~?&|+\-*\/\^;\.,]+/,
|
|
45
|
+
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
|
|
46
|
+
// The main tokenizer for our languages
|
|
47
|
+
tokenizer: {
|
|
48
|
+
root: [
|
|
49
|
+
[/^(\s*)(rem(?:\s.*|))$/, ["", "comment"]],
|
|
50
|
+
[/(\@?)(@keywords)(?!\w)/, [{ token: "keyword" }, { token: "keyword.$2" }]],
|
|
51
|
+
// whitespace
|
|
52
|
+
[/[ \t\r\n]+/, ""],
|
|
53
|
+
// blocks
|
|
54
|
+
[/setlocal(?!\w)/, "keyword.tag-setlocal"],
|
|
55
|
+
[/endlocal(?!\w)/, "keyword.tag-setlocal"],
|
|
56
|
+
// words
|
|
57
|
+
[/[a-zA-Z_]\w*/, ""],
|
|
58
|
+
// labels
|
|
59
|
+
[/:\w*/, "metatag"],
|
|
60
|
+
// variables
|
|
61
|
+
[/%[^%]+%/, "variable"],
|
|
62
|
+
[/%%[\w]+(?!\w)/, "variable"],
|
|
63
|
+
// punctuations
|
|
64
|
+
[/[{}()\[\]]/, "@brackets"],
|
|
65
|
+
[/@symbols/, "delimiter"],
|
|
66
|
+
// numbers
|
|
67
|
+
[/\d*\.\d+([eE][\-+]?\d+)?/, "number.float"],
|
|
68
|
+
[/0[xX][0-9a-fA-F_]*[0-9a-fA-F]/, "number.hex"],
|
|
69
|
+
[/\d+/, "number"],
|
|
70
|
+
// punctuation: after number because of .\d floats
|
|
71
|
+
[/[;,.]/, "delimiter"],
|
|
72
|
+
// strings:
|
|
73
|
+
[/"/, "string", '@string."'],
|
|
74
|
+
[/'/, "string", "@string.'"]
|
|
75
|
+
],
|
|
76
|
+
string: [
|
|
77
|
+
[
|
|
78
|
+
/[^\\"'%]+/,
|
|
79
|
+
{
|
|
80
|
+
cases: {
|
|
81
|
+
"@eos": { token: "string", next: "@popall" },
|
|
82
|
+
"@default": "string"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
[/@escapes/, "string.escape"],
|
|
87
|
+
[/\\./, "string.escape.invalid"],
|
|
88
|
+
[/%[\w ]+%/, "variable"],
|
|
89
|
+
[/%%[\w]+(?!\w)/, "variable"],
|
|
90
|
+
[
|
|
91
|
+
/["']/,
|
|
92
|
+
{
|
|
93
|
+
cases: {
|
|
94
|
+
"$#==$S2": { token: "string", next: "@pop" },
|
|
95
|
+
"@default": "string"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
[/$/, "string", "@popall"]
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
export {
|
|
104
|
+
e as conf,
|
|
105
|
+
s as language
|
|
106
|
+
};
|
|
@@ -0,0 +1,108 @@
|
|
|
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 n = (e) => `\\b${e}\\b`, t = "[_a-zA-Z]", o = "[_a-zA-Z0-9]", r = n(`${t}${o}*`), i = [
|
|
8
|
+
"targetScope",
|
|
9
|
+
"resource",
|
|
10
|
+
"module",
|
|
11
|
+
"param",
|
|
12
|
+
"var",
|
|
13
|
+
"output",
|
|
14
|
+
"for",
|
|
15
|
+
"in",
|
|
16
|
+
"if",
|
|
17
|
+
"existing"
|
|
18
|
+
], a = ["true", "false", "null"], s = "[ \\t\\r\\n]", c = "[0-9]+", g = {
|
|
19
|
+
comments: {
|
|
20
|
+
lineComment: "//",
|
|
21
|
+
blockComment: ["/*", "*/"]
|
|
22
|
+
},
|
|
23
|
+
brackets: [
|
|
24
|
+
["{", "}"],
|
|
25
|
+
["[", "]"],
|
|
26
|
+
["(", ")"]
|
|
27
|
+
],
|
|
28
|
+
surroundingPairs: [
|
|
29
|
+
{ open: "{", close: "}" },
|
|
30
|
+
{ open: "[", close: "]" },
|
|
31
|
+
{ open: "(", close: ")" },
|
|
32
|
+
{ open: "'", close: "'" },
|
|
33
|
+
{ open: "'''", close: "'''" }
|
|
34
|
+
],
|
|
35
|
+
autoClosingPairs: [
|
|
36
|
+
{ open: "{", close: "}" },
|
|
37
|
+
{ open: "[", close: "]" },
|
|
38
|
+
{ open: "(", close: ")" },
|
|
39
|
+
{ open: "'", close: "'", notIn: ["string", "comment"] },
|
|
40
|
+
{ open: "'''", close: "'''", notIn: ["string", "comment"] }
|
|
41
|
+
],
|
|
42
|
+
autoCloseBefore: `:.,=}])'
|
|
43
|
+
`,
|
|
44
|
+
indentationRules: {
|
|
45
|
+
increaseIndentPattern: new RegExp("^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$"),
|
|
46
|
+
decreaseIndentPattern: new RegExp("^((?!.*?\\/\\*).*\\*/)?\\s*[\\}\\]].*$")
|
|
47
|
+
}
|
|
48
|
+
}, l = {
|
|
49
|
+
defaultToken: "",
|
|
50
|
+
tokenPostfix: ".bicep",
|
|
51
|
+
brackets: [
|
|
52
|
+
{ open: "{", close: "}", token: "delimiter.curly" },
|
|
53
|
+
{ open: "[", close: "]", token: "delimiter.square" },
|
|
54
|
+
{ open: "(", close: ")", token: "delimiter.parenthesis" }
|
|
55
|
+
],
|
|
56
|
+
symbols: /[=><!~?:&|+\-*/^%]+/,
|
|
57
|
+
keywords: i,
|
|
58
|
+
namedLiterals: a,
|
|
59
|
+
escapes: "\\\\(u{[0-9A-Fa-f]+}|n|r|t|\\\\|'|\\${)",
|
|
60
|
+
tokenizer: {
|
|
61
|
+
root: [{ include: "@expression" }, { include: "@whitespace" }],
|
|
62
|
+
stringVerbatim: [
|
|
63
|
+
{ regex: "(|'|'')[^']", action: { token: "string" } },
|
|
64
|
+
{ regex: "'''", action: { token: "string.quote", next: "@pop" } }
|
|
65
|
+
],
|
|
66
|
+
stringLiteral: [
|
|
67
|
+
{ regex: "\\${", action: { token: "delimiter.bracket", next: "@bracketCounting" } },
|
|
68
|
+
{ regex: "[^\\\\'$]+", action: { token: "string" } },
|
|
69
|
+
{ regex: "@escapes", action: { token: "string.escape" } },
|
|
70
|
+
{ regex: "\\\\.", action: { token: "string.escape.invalid" } },
|
|
71
|
+
{ regex: "'", action: { token: "string", next: "@pop" } }
|
|
72
|
+
],
|
|
73
|
+
bracketCounting: [
|
|
74
|
+
{ regex: "{", action: { token: "delimiter.bracket", next: "@bracketCounting" } },
|
|
75
|
+
{ regex: "}", action: { token: "delimiter.bracket", next: "@pop" } },
|
|
76
|
+
{ include: "expression" }
|
|
77
|
+
],
|
|
78
|
+
comment: [
|
|
79
|
+
{ regex: "[^\\*]+", action: { token: "comment" } },
|
|
80
|
+
{ regex: "\\*\\/", action: { token: "comment", next: "@pop" } },
|
|
81
|
+
{ regex: "[\\/*]", action: { token: "comment" } }
|
|
82
|
+
],
|
|
83
|
+
whitespace: [
|
|
84
|
+
{ regex: s },
|
|
85
|
+
{ regex: "\\/\\*", action: { token: "comment", next: "@comment" } },
|
|
86
|
+
{ regex: "\\/\\/.*$", action: { token: "comment" } }
|
|
87
|
+
],
|
|
88
|
+
expression: [
|
|
89
|
+
{ regex: "'''", action: { token: "string.quote", next: "@stringVerbatim" } },
|
|
90
|
+
{ regex: "'", action: { token: "string.quote", next: "@stringLiteral" } },
|
|
91
|
+
{ regex: c, action: { token: "number" } },
|
|
92
|
+
{
|
|
93
|
+
regex: r,
|
|
94
|
+
action: {
|
|
95
|
+
cases: {
|
|
96
|
+
"@keywords": { token: "keyword" },
|
|
97
|
+
"@namedLiterals": { token: "keyword" },
|
|
98
|
+
"@default": { token: "identifier" }
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
export {
|
|
106
|
+
g as conf,
|
|
107
|
+
l as language
|
|
108
|
+
};
|
|
@@ -0,0 +1,180 @@
|
|
|
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
|
+
],
|
|
18
|
+
autoClosingPairs: [
|
|
19
|
+
{ open: "{", close: "}" },
|
|
20
|
+
{ open: "[", close: "]" },
|
|
21
|
+
{ open: "(", close: ")" },
|
|
22
|
+
{ open: "<", close: ">" },
|
|
23
|
+
{ open: "'", close: "'" },
|
|
24
|
+
{ open: '"', close: '"' },
|
|
25
|
+
{ open: "(*", close: "*)" }
|
|
26
|
+
],
|
|
27
|
+
surroundingPairs: [
|
|
28
|
+
{ open: "{", close: "}" },
|
|
29
|
+
{ open: "[", close: "]" },
|
|
30
|
+
{ open: "(", close: ")" },
|
|
31
|
+
{ open: "<", close: ">" },
|
|
32
|
+
{ open: "'", close: "'" },
|
|
33
|
+
{ open: '"', close: '"' },
|
|
34
|
+
{ open: "(*", close: "*)" }
|
|
35
|
+
]
|
|
36
|
+
}, o = {
|
|
37
|
+
defaultToken: "",
|
|
38
|
+
tokenPostfix: ".cameligo",
|
|
39
|
+
ignoreCase: !0,
|
|
40
|
+
brackets: [
|
|
41
|
+
{ open: "{", close: "}", token: "delimiter.curly" },
|
|
42
|
+
{ open: "[", close: "]", token: "delimiter.square" },
|
|
43
|
+
{ open: "(", close: ")", token: "delimiter.parenthesis" },
|
|
44
|
+
{ open: "<", close: ">", token: "delimiter.angle" }
|
|
45
|
+
],
|
|
46
|
+
keywords: [
|
|
47
|
+
"abs",
|
|
48
|
+
"assert",
|
|
49
|
+
"block",
|
|
50
|
+
"Bytes",
|
|
51
|
+
"case",
|
|
52
|
+
"Crypto",
|
|
53
|
+
"Current",
|
|
54
|
+
"else",
|
|
55
|
+
"failwith",
|
|
56
|
+
"false",
|
|
57
|
+
"for",
|
|
58
|
+
"fun",
|
|
59
|
+
"if",
|
|
60
|
+
"in",
|
|
61
|
+
"let",
|
|
62
|
+
"let%entry",
|
|
63
|
+
"let%init",
|
|
64
|
+
"List",
|
|
65
|
+
"list",
|
|
66
|
+
"Map",
|
|
67
|
+
"map",
|
|
68
|
+
"match",
|
|
69
|
+
"match%nat",
|
|
70
|
+
"mod",
|
|
71
|
+
"not",
|
|
72
|
+
"operation",
|
|
73
|
+
"Operation",
|
|
74
|
+
"of",
|
|
75
|
+
"record",
|
|
76
|
+
"Set",
|
|
77
|
+
"set",
|
|
78
|
+
"sender",
|
|
79
|
+
"skip",
|
|
80
|
+
"source",
|
|
81
|
+
"String",
|
|
82
|
+
"then",
|
|
83
|
+
"to",
|
|
84
|
+
"true",
|
|
85
|
+
"type",
|
|
86
|
+
"with"
|
|
87
|
+
],
|
|
88
|
+
typeKeywords: ["int", "unit", "string", "tz", "nat", "bool"],
|
|
89
|
+
operators: [
|
|
90
|
+
"=",
|
|
91
|
+
">",
|
|
92
|
+
"<",
|
|
93
|
+
"<=",
|
|
94
|
+
">=",
|
|
95
|
+
"<>",
|
|
96
|
+
":",
|
|
97
|
+
":=",
|
|
98
|
+
"and",
|
|
99
|
+
"mod",
|
|
100
|
+
"or",
|
|
101
|
+
"+",
|
|
102
|
+
"-",
|
|
103
|
+
"*",
|
|
104
|
+
"/",
|
|
105
|
+
"@",
|
|
106
|
+
"&",
|
|
107
|
+
"^",
|
|
108
|
+
"%",
|
|
109
|
+
"->",
|
|
110
|
+
"<-",
|
|
111
|
+
"&&",
|
|
112
|
+
"||"
|
|
113
|
+
],
|
|
114
|
+
// we include these common regular expressions
|
|
115
|
+
symbols: /[=><:@\^&|+\-*\/\^%]+/,
|
|
116
|
+
// The main tokenizer for our languages
|
|
117
|
+
tokenizer: {
|
|
118
|
+
root: [
|
|
119
|
+
// identifiers and keywords
|
|
120
|
+
[
|
|
121
|
+
/[a-zA-Z_][\w]*/,
|
|
122
|
+
{
|
|
123
|
+
cases: {
|
|
124
|
+
"@keywords": { token: "keyword.$0" },
|
|
125
|
+
"@default": "identifier"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
// whitespace
|
|
130
|
+
{ include: "@whitespace" },
|
|
131
|
+
// delimiters and operators
|
|
132
|
+
[/[{}()\[\]]/, "@brackets"],
|
|
133
|
+
[/[<>](?!@symbols)/, "@brackets"],
|
|
134
|
+
[
|
|
135
|
+
/@symbols/,
|
|
136
|
+
{
|
|
137
|
+
cases: {
|
|
138
|
+
"@operators": "delimiter",
|
|
139
|
+
"@default": ""
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
// numbers
|
|
144
|
+
[/\d*\.\d+([eE][\-+]?\d+)?/, "number.float"],
|
|
145
|
+
[/\$[0-9a-fA-F]{1,16}/, "number.hex"],
|
|
146
|
+
[/\d+/, "number"],
|
|
147
|
+
// delimiter: after number because of .\d floats
|
|
148
|
+
[/[;,.]/, "delimiter"],
|
|
149
|
+
// strings
|
|
150
|
+
[/'([^'\\]|\\.)*$/, "string.invalid"],
|
|
151
|
+
// non-teminated string
|
|
152
|
+
[/'/, "string", "@string"],
|
|
153
|
+
// characters
|
|
154
|
+
[/'[^\\']'/, "string"],
|
|
155
|
+
[/'/, "string.invalid"],
|
|
156
|
+
[/\#\d+/, "string"]
|
|
157
|
+
],
|
|
158
|
+
/* */
|
|
159
|
+
comment: [
|
|
160
|
+
[/[^\(\*]+/, "comment"],
|
|
161
|
+
//[/\(\*/, 'comment', '@push' ], // nested comment not allowed :-(
|
|
162
|
+
[/\*\)/, "comment", "@pop"],
|
|
163
|
+
[/\(\*/, "comment"]
|
|
164
|
+
],
|
|
165
|
+
string: [
|
|
166
|
+
[/[^\\']+/, "string"],
|
|
167
|
+
[/\\./, "string.escape.invalid"],
|
|
168
|
+
[/'/, { token: "string.quote", bracket: "@close", next: "@pop" }]
|
|
169
|
+
],
|
|
170
|
+
whitespace: [
|
|
171
|
+
[/[ \t\r\n]+/, "white"],
|
|
172
|
+
[/\(\*/, "comment", "@comment"],
|
|
173
|
+
[/\/\/.*$/, "comment"]
|
|
174
|
+
]
|
|
175
|
+
}
|
|
176
|
+
};
|
|
177
|
+
export {
|
|
178
|
+
e as conf,
|
|
179
|
+
o as language
|
|
180
|
+
};
|