@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.
Files changed (218) hide show
  1. package/dist/abap-DXvTa7XC.js +1404 -0
  2. package/dist/apex-DsQH3mjJ.js +332 -0
  3. package/dist/assets/css.worker-B_qZXUzt.js +84 -0
  4. package/dist/assets/editor.worker-HEmB0D7P.js +11 -0
  5. package/dist/assets/html.worker-D3WUrk8Q.js +458 -0
  6. package/dist/assets/json.worker-CAhUaBo4.js +42 -0
  7. package/dist/assets/rule-documentation.worker-BFIxMBU8.js +1 -0
  8. package/dist/assets/search-problems.worker-VJi4P9Gj.js +1 -0
  9. package/dist/azcli-Cir32SBk.js +74 -0
  10. package/dist/bat-BsNExolo.js +106 -0
  11. package/dist/bicep-2KcKzeQF.js +108 -0
  12. package/dist/cameligo-D0ezznwE.js +180 -0
  13. package/dist/clojure-DxYzAIlu.js +767 -0
  14. package/dist/coffee-DgiPTF3g.js +238 -0
  15. package/dist/components/editor/editor.d.ts +27 -0
  16. package/dist/components/editor/editor.js +192 -0
  17. package/dist/components/error-banner/error-banner.css.d.ts +2 -0
  18. package/dist/components/error-banner/error-banner.css.js +23 -0
  19. package/dist/components/error-banner/error-banner.d.ts +9 -0
  20. package/dist/components/error-banner/error-banner.js +40 -0
  21. package/dist/components/mailing-list/mailing-list.js +1 -1
  22. package/dist/components/paginator/paginator-events.d.ts +4 -0
  23. package/dist/components/paginator/paginator-events.js +4 -0
  24. package/dist/components/paginator/paginator-navigator.css.d.ts +2 -0
  25. package/dist/components/paginator/paginator-navigator.css.js +35 -0
  26. package/dist/components/paginator/paginator-navigator.d.ts +27 -0
  27. package/dist/components/paginator/paginator-navigator.js +168 -0
  28. package/dist/components/paginator/paginator.css.d.ts +2 -0
  29. package/dist/components/paginator/paginator.css.js +38 -0
  30. package/dist/components/paginator/paginator.d.ts +22 -0
  31. package/dist/components/paginator/paginator.js +122 -0
  32. package/dist/components/percent-bar/percent-bar.css.d.ts +2 -0
  33. package/dist/components/percent-bar/percent-bar.css.js +65 -0
  34. package/dist/components/percent-bar/percent-bar.d.ts +11 -0
  35. package/dist/components/percent-bar/percent-bar.js +85 -0
  36. package/dist/components/problem-list/details-drawer.css.d.ts +2 -0
  37. package/dist/components/problem-list/details-drawer.css.js +42 -0
  38. package/dist/components/problem-list/details-drawer.d.ts +22 -0
  39. package/dist/components/problem-list/details-drawer.js +66 -0
  40. package/dist/components/problem-list/filter.css.d.ts +2 -0
  41. package/dist/components/problem-list/filter.css.js +67 -0
  42. package/dist/components/problem-list/problem-item.css.d.ts +2 -0
  43. package/dist/components/problem-list/problem-item.css.js +170 -0
  44. package/dist/components/problem-list/problem-item.d.ts +27 -0
  45. package/dist/components/problem-list/problem-item.js +126 -0
  46. package/dist/components/problem-list/problem-label-view-filter.css.d.ts +2 -0
  47. package/dist/components/problem-list/problem-label-view-filter.css.js +6 -0
  48. package/dist/components/problem-list/problem-label-view-filter.d.ts +18 -0
  49. package/dist/components/problem-list/problem-label-view-filter.js +66 -0
  50. package/dist/components/problem-list/problem-list.css.d.ts +2 -0
  51. package/dist/components/problem-list/problem-list.css.js +59 -0
  52. package/dist/components/problem-list/problem-list.d.ts +37 -0
  53. package/dist/components/problem-list/problem-list.js +334 -0
  54. package/dist/components/problem-list/problem-mainview.css.d.ts +2 -0
  55. package/dist/components/problem-list/problem-mainview.css.js +100 -0
  56. package/dist/components/problem-list/problem-mainview.d.ts +20 -0
  57. package/dist/components/problem-list/problem-mainview.js +126 -0
  58. package/dist/components/problem-list/problem-rule-filter.d.ts +13 -0
  59. package/dist/components/problem-list/problem-rule-filter.js +67 -0
  60. package/dist/components/problem-list/problem-search-filter.d.ts +13 -0
  61. package/dist/components/problem-list/problem-search-filter.js +45 -0
  62. package/dist/components/problem-list/problem-sort-filter.d.ts +19 -0
  63. package/dist/components/problem-list/problem-sort-filter.js +67 -0
  64. package/dist/components/problem-list/problem-toolbar.css.d.ts +2 -0
  65. package/dist/components/problem-list/problem-toolbar.css.js +41 -0
  66. package/dist/components/problem-list/problem-toolbar.d.ts +14 -0
  67. package/dist/components/problem-list/problem-toolbar.js +63 -0
  68. package/dist/components/problem-list/shared.css.d.ts +2 -0
  69. package/dist/components/problem-list/shared.css.js +91 -0
  70. package/dist/components/problems-overview/diagnostic-evaluation.css.d.ts +2 -0
  71. package/dist/components/problems-overview/diagnostic-evaluation.css.js +178 -0
  72. package/dist/components/problems-overview/diagnostic-evaluation.d.ts +13 -0
  73. package/dist/components/problems-overview/diagnostic-evaluation.js +118 -0
  74. package/dist/components/problems-overview/document-statistic.css.d.ts +2 -0
  75. package/dist/components/problems-overview/document-statistic.css.js +16 -0
  76. package/dist/components/problems-overview/document-statistic.d.ts +10 -0
  77. package/dist/components/problems-overview/document-statistic.js +49 -0
  78. package/dist/components/problems-overview/problem-overview-group.css.d.ts +2 -0
  79. package/dist/components/problems-overview/problem-overview-group.css.js +84 -0
  80. package/dist/components/problems-overview/problem-overview-group.d.ts +17 -0
  81. package/dist/components/problems-overview/problem-overview-group.js +121 -0
  82. package/dist/components/problems-overview/problem-statistic.css.d.ts +2 -0
  83. package/dist/components/problems-overview/problem-statistic.css.js +40 -0
  84. package/dist/components/problems-overview/problem-statistic.d.ts +11 -0
  85. package/dist/components/problems-overview/problem-statistic.js +57 -0
  86. package/dist/components/problems-overview/problem-statistics.css.d.ts +2 -0
  87. package/dist/components/problems-overview/problem-statistics.css.js +46 -0
  88. package/dist/components/problems-overview/problem-statistics.d.ts +14 -0
  89. package/dist/components/problems-overview/problem-statistics.js +132 -0
  90. package/dist/components/problems-overview/problems-overview.css.d.ts +2 -0
  91. package/dist/components/problems-overview/problems-overview.css.js +49 -0
  92. package/dist/components/problems-overview/problems-overview.d.ts +21 -0
  93. package/dist/components/problems-overview/problems-overview.js +108 -0
  94. package/dist/components/render-json-path/render-json-path.css.d.ts +2 -0
  95. package/dist/components/render-json-path/render-json-path.css.js +86 -0
  96. package/dist/components/render-json-path/render-json-path.d.ts +11 -0
  97. package/dist/components/render-json-path/render-json-path.js +105 -0
  98. package/dist/components/the-doctor/settings.d.ts +5 -0
  99. package/dist/components/the-doctor/settings.js +22 -0
  100. package/dist/components/the-doctor/status-bar.css.d.ts +2 -0
  101. package/dist/components/the-doctor/status-bar.css.js +47 -0
  102. package/dist/components/the-doctor/status-bar.d.ts +12 -0
  103. package/dist/components/the-doctor/status-bar.js +71 -0
  104. package/dist/components/the-doctor/the-doctor.css.d.ts +2 -0
  105. package/dist/components/the-doctor/the-doctor.css.js +156 -0
  106. package/dist/components/the-doctor/the-doctor.d.ts +57 -0
  107. package/dist/components/the-doctor/the-doctor.js +340 -0
  108. package/dist/cowboy-components-BOuaCruy.js +114388 -0
  109. package/dist/cowboy-components.d.ts +5 -2
  110. package/dist/cowboy-components.js +8 -2
  111. package/dist/cowboy-components.umd.cjs +3997 -103
  112. package/dist/cpp-Bq-GnYlH.js +407 -0
  113. package/dist/csharp-IDcibKAT.js +332 -0
  114. package/dist/csp-QdYr8JWa.js +59 -0
  115. package/dist/css/button.css.d.ts +2 -0
  116. package/dist/css/button.css.js +34 -0
  117. package/dist/css/chroma-synxtax.css.d.ts +2 -0
  118. package/dist/css/chroma-synxtax.css.js +130 -0
  119. package/dist/css/cowboy-components.css +3 -0
  120. package/dist/css/links.css.d.ts +2 -0
  121. package/dist/css/links.css.js +17 -0
  122. package/dist/css/lists.css.d.ts +2 -0
  123. package/dist/css/lists.css.js +43 -0
  124. package/dist/css/pb33f-theme.css +2 -2
  125. package/dist/css/syntax.css.js +1 -1
  126. package/dist/css-C-wMMefI.js +193 -0
  127. package/dist/cssMode-Cvbhe77l.js +1541 -0
  128. package/dist/cypher-BfBo9yir.js +269 -0
  129. package/dist/dart-Cv3rVfv_.js +287 -0
  130. package/dist/dockerfile-DyCXBGhV.js +136 -0
  131. package/dist/ecl-COP_iObm.js +462 -0
  132. package/dist/elixir-DoEhbk9F.js +575 -0
  133. package/dist/events/doctor.d.ts +51 -0
  134. package/dist/events/doctor.js +17 -0
  135. package/dist/flow9-DuHGSNW1.js +148 -0
  136. package/dist/freemarker2-DmhDQrVn.js +995 -0
  137. package/dist/fsharp-Dv9PDxVO.js +223 -0
  138. package/dist/go-CcdAeqiK.js +224 -0
  139. package/dist/graphql-CoRm4b1H.js +157 -0
  140. package/dist/handlebars-DWUSy2Nn.js +425 -0
  141. package/dist/hcl-BSgAhV5f.js +189 -0
  142. package/dist/html-BTxdvu8o.js +314 -0
  143. package/dist/htmlMode-DeG-6tqP.js +1551 -0
  144. package/dist/ini-ewx9HLIq.js +77 -0
  145. package/dist/java-B5lwcbTy.js +238 -0
  146. package/dist/javascript-CQTBmqTv.js +76 -0
  147. package/dist/jsonMode-DJhhXlcK.js +1958 -0
  148. package/dist/julia-NCcg_P_q.js +517 -0
  149. package/dist/kotlin-BYlnmGrb.js +259 -0
  150. package/dist/less-DG4tqgOo.js +168 -0
  151. package/dist/lexon-CTTPcJLv.js +163 -0
  152. package/dist/liquid-OuSl50Zm.js +246 -0
  153. package/dist/lua-CxQ1RWuo.js +168 -0
  154. package/dist/m3-mHFfpmgx.js +216 -0
  155. package/dist/markdown-Dh6sYULt.js +235 -0
  156. package/dist/mdx-Cs8POpae.js +171 -0
  157. package/dist/mips-CNUcjHD1.js +204 -0
  158. package/dist/model/document-statistics.d.ts +40 -0
  159. package/dist/model/document-statistics.js +4 -0
  160. package/dist/model/how_to_fix.d.ts +4 -0
  161. package/dist/model/how_to_fix.js +1 -0
  162. package/dist/model/problem.d.ts +19 -0
  163. package/dist/model/problem.js +106 -0
  164. package/dist/model/rule_documentation.d.ts +5 -0
  165. package/dist/model/rule_documentation.js +1 -0
  166. package/dist/model/session.d.ts +5 -0
  167. package/dist/model/session.js +1 -0
  168. package/dist/msdax-ZvxFeKvs.js +381 -0
  169. package/dist/mysql-COjg31sJ.js +884 -0
  170. package/dist/objective-c-BqrCFBhT.js +189 -0
  171. package/dist/pascal-CUpkilAS.js +257 -0
  172. package/dist/pascaligo-nJfvRJ7x.js +170 -0
  173. package/dist/perl-CWsX6Ysg.js +632 -0
  174. package/dist/pgsql-DwgpEXC8.js +857 -0
  175. package/dist/php-CrbKyd62.js +506 -0
  176. package/dist/pla-JxXT6Kb-.js +143 -0
  177. package/dist/postiats-BOdnTRGv.js +913 -0
  178. package/dist/powerquery-DTkwcXGH.js +896 -0
  179. package/dist/powershell-Cx53dGpt.js +245 -0
  180. package/dist/protobuf-Dp9vE-l-.js +426 -0
  181. package/dist/pug-BSjKVjwP.js +408 -0
  182. package/dist/python-BsXAz21q.js +282 -0
  183. package/dist/qsharp-C5P1RxY3.js +291 -0
  184. package/dist/r-sEMYnclc.js +249 -0
  185. package/dist/razor-CXJ9MZn4.js +556 -0
  186. package/dist/redis-DbzUc-fU.js +308 -0
  187. package/dist/redshift-nrLijj1O.js +815 -0
  188. package/dist/restructuredtext-CIbGUl6T.js +180 -0
  189. package/dist/ruby-JcYJisWg.js +517 -0
  190. package/dist/rust-BgbFBFXH.js +349 -0
  191. package/dist/sb-hRFFChi7.js +121 -0
  192. package/dist/scala-Cs0yVo3Q.js +376 -0
  193. package/dist/scheme-l_0jNtxy.js +114 -0
  194. package/dist/scss-C4l7ZIRR.js +268 -0
  195. package/dist/services/linting-service.d.ts +12 -0
  196. package/dist/services/linting-service.js +121 -0
  197. package/dist/shell-ikLk_l24.js +227 -0
  198. package/dist/solidity-4GxCaH9e.js +1373 -0
  199. package/dist/sophia-tX0WEZsZ.js +205 -0
  200. package/dist/sparql-D7ky-uMk.js +207 -0
  201. package/dist/sql-CqEfBVGS.js +859 -0
  202. package/dist/st-CNWQPqyI.js +422 -0
  203. package/dist/style.css +1 -1
  204. package/dist/swift-C_fDfC0d.js +318 -0
  205. package/dist/systemverilog-gAvsEtN_.js +582 -0
  206. package/dist/tcl-KbBChuA6.js +238 -0
  207. package/dist/tsMode-C-mwN8lz.js +886 -0
  208. package/dist/twig-Bb652BpM.js +398 -0
  209. package/dist/typescript-CamPbG-s.js +349 -0
  210. package/dist/vb-2e5hSeUh.js +378 -0
  211. package/dist/wgsl-CYSDq0zg.js +445 -0
  212. package/dist/workers/rule-documentation.worker.d.ts +1 -0
  213. package/dist/workers/rule-documentation.worker.js +85 -0
  214. package/dist/workers/search-problems.worker.d.ts +1 -0
  215. package/dist/workers/search-problems.worker.js +19 -0
  216. package/dist/xml-CrDvxVsf.js +101 -0
  217. package/dist/yaml-xGWjZwPI.js +212 -0
  218. package/package.json +6 -4
@@ -0,0 +1,259 @@
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
+ // the default separators except `@$`
9
+ wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
10
+ comments: {
11
+ lineComment: "//",
12
+ blockComment: ["/*", "*/"]
13
+ },
14
+ brackets: [
15
+ ["{", "}"],
16
+ ["[", "]"],
17
+ ["(", ")"]
18
+ ],
19
+ autoClosingPairs: [
20
+ { open: "{", close: "}" },
21
+ { open: "[", close: "]" },
22
+ { open: "(", close: ")" },
23
+ { open: '"', close: '"' },
24
+ { open: "'", close: "'" }
25
+ ],
26
+ surroundingPairs: [
27
+ { open: "{", close: "}" },
28
+ { open: "[", close: "]" },
29
+ { open: "(", close: ")" },
30
+ { open: '"', close: '"' },
31
+ { open: "'", close: "'" },
32
+ { open: "<", close: ">" }
33
+ ],
34
+ folding: {
35
+ markers: {
36
+ start: new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:<editor-fold\\b))"),
37
+ end: new RegExp("^\\s*//\\s*(?:(?:#?endregion\\b)|(?:</editor-fold>))")
38
+ }
39
+ }
40
+ }, t = {
41
+ defaultToken: "",
42
+ tokenPostfix: ".kt",
43
+ keywords: [
44
+ "as",
45
+ "as?",
46
+ "break",
47
+ "class",
48
+ "continue",
49
+ "do",
50
+ "else",
51
+ "false",
52
+ "for",
53
+ "fun",
54
+ "if",
55
+ "in",
56
+ "!in",
57
+ "interface",
58
+ "is",
59
+ "!is",
60
+ "null",
61
+ "object",
62
+ "package",
63
+ "return",
64
+ "super",
65
+ "this",
66
+ "throw",
67
+ "true",
68
+ "try",
69
+ "typealias",
70
+ "val",
71
+ "var",
72
+ "when",
73
+ "while",
74
+ "by",
75
+ "catch",
76
+ "constructor",
77
+ "delegate",
78
+ "dynamic",
79
+ "field",
80
+ "file",
81
+ "finally",
82
+ "get",
83
+ "import",
84
+ "init",
85
+ "param",
86
+ "property",
87
+ "receiver",
88
+ "set",
89
+ "setparam",
90
+ "where",
91
+ "actual",
92
+ "abstract",
93
+ "annotation",
94
+ "companion",
95
+ "const",
96
+ "crossinline",
97
+ "data",
98
+ "enum",
99
+ "expect",
100
+ "external",
101
+ "final",
102
+ "infix",
103
+ "inline",
104
+ "inner",
105
+ "internal",
106
+ "lateinit",
107
+ "noinline",
108
+ "open",
109
+ "operator",
110
+ "out",
111
+ "override",
112
+ "private",
113
+ "protected",
114
+ "public",
115
+ "reified",
116
+ "sealed",
117
+ "suspend",
118
+ "tailrec",
119
+ "vararg",
120
+ "field",
121
+ "it"
122
+ ],
123
+ operators: [
124
+ "+",
125
+ "-",
126
+ "*",
127
+ "/",
128
+ "%",
129
+ "=",
130
+ "+=",
131
+ "-=",
132
+ "*=",
133
+ "/=",
134
+ "%=",
135
+ "++",
136
+ "--",
137
+ "&&",
138
+ "||",
139
+ "!",
140
+ "==",
141
+ "!=",
142
+ "===",
143
+ "!==",
144
+ ">",
145
+ "<",
146
+ "<=",
147
+ ">=",
148
+ "[",
149
+ "]",
150
+ "!!",
151
+ "?.",
152
+ "?:",
153
+ "::",
154
+ "..",
155
+ ":",
156
+ "?",
157
+ "->",
158
+ "@",
159
+ ";",
160
+ "$",
161
+ "_"
162
+ ],
163
+ // we include these common regular expressions
164
+ symbols: /[=><!~?:&|+\-*\/\^%]+/,
165
+ escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
166
+ digits: /\d+(_+\d+)*/,
167
+ octaldigits: /[0-7]+(_+[0-7]+)*/,
168
+ binarydigits: /[0-1]+(_+[0-1]+)*/,
169
+ hexdigits: /[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,
170
+ // The main tokenizer for our languages
171
+ tokenizer: {
172
+ root: [
173
+ // class name highlighting
174
+ [/[A-Z][\w\$]*/, "type.identifier"],
175
+ // identifiers and keywords
176
+ [
177
+ /[a-zA-Z_$][\w$]*/,
178
+ {
179
+ cases: {
180
+ "@keywords": { token: "keyword.$0" },
181
+ "@default": "identifier"
182
+ }
183
+ }
184
+ ],
185
+ // whitespace
186
+ { include: "@whitespace" },
187
+ // delimiters and operators
188
+ [/[{}()\[\]]/, "@brackets"],
189
+ [/[<>](?!@symbols)/, "@brackets"],
190
+ [
191
+ /@symbols/,
192
+ {
193
+ cases: {
194
+ "@operators": "delimiter",
195
+ "@default": ""
196
+ }
197
+ }
198
+ ],
199
+ // @ annotations.
200
+ [/@\s*[a-zA-Z_\$][\w\$]*/, "annotation"],
201
+ // numbers
202
+ [/(@digits)[eE]([\-+]?(@digits))?[fFdD]?/, "number.float"],
203
+ [/(@digits)\.(@digits)([eE][\-+]?(@digits))?[fFdD]?/, "number.float"],
204
+ [/0[xX](@hexdigits)[Ll]?/, "number.hex"],
205
+ [/0(@octaldigits)[Ll]?/, "number.octal"],
206
+ [/0[bB](@binarydigits)[Ll]?/, "number.binary"],
207
+ [/(@digits)[fFdD]/, "number.float"],
208
+ [/(@digits)[lL]?/, "number"],
209
+ // delimiter: after number because of .\d floats
210
+ [/[;,.]/, "delimiter"],
211
+ // strings
212
+ [/"([^"\\]|\\.)*$/, "string.invalid"],
213
+ // non-teminated string
214
+ [/"""/, "string", "@multistring"],
215
+ [/"/, "string", "@string"],
216
+ // characters
217
+ [/'[^\\']'/, "string"],
218
+ [/(')(@escapes)(')/, ["string", "string.escape", "string"]],
219
+ [/'/, "string.invalid"]
220
+ ],
221
+ whitespace: [
222
+ [/[ \t\r\n]+/, ""],
223
+ [/\/\*\*(?!\/)/, "comment.doc", "@javadoc"],
224
+ [/\/\*/, "comment", "@comment"],
225
+ [/\/\/.*$/, "comment"]
226
+ ],
227
+ comment: [
228
+ [/[^\/*]+/, "comment"],
229
+ [/\/\*/, "comment", "@comment"],
230
+ [/\*\//, "comment", "@pop"],
231
+ [/[\/*]/, "comment"]
232
+ ],
233
+ //Identical copy of comment above, except for the addition of .doc
234
+ javadoc: [
235
+ [/[^\/*]+/, "comment.doc"],
236
+ [/\/\*/, "comment.doc", "@push"],
237
+ [/\/\*/, "comment.doc.invalid"],
238
+ [/\*\//, "comment.doc", "@pop"],
239
+ [/[\/*]/, "comment.doc"]
240
+ ],
241
+ string: [
242
+ [/[^\\"]+/, "string"],
243
+ [/@escapes/, "string.escape"],
244
+ [/\\./, "string.escape.invalid"],
245
+ [/"/, "string", "@pop"]
246
+ ],
247
+ multistring: [
248
+ [/[^\\"]+/, "string"],
249
+ [/@escapes/, "string.escape"],
250
+ [/\\./, "string.escape.invalid"],
251
+ [/"""/, "string", "@pop"],
252
+ [/./, "string"]
253
+ ]
254
+ }
255
+ };
256
+ export {
257
+ e as conf,
258
+ t as language
259
+ };
@@ -0,0 +1,168 @@
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*%?)|([@#!.:]?[\w-?]+%?)|[@#!.]/g,
9
+ comments: {
10
+ blockComment: ["/*", "*/"],
11
+ lineComment: "//"
12
+ },
13
+ brackets: [
14
+ ["{", "}"],
15
+ ["[", "]"],
16
+ ["(", ")"]
17
+ ],
18
+ autoClosingPairs: [
19
+ { open: "{", close: "}", notIn: ["string", "comment"] },
20
+ { open: "[", close: "]", notIn: ["string", "comment"] },
21
+ { open: "(", close: ")", notIn: ["string", "comment"] },
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
+ ],
32
+ folding: {
33
+ markers: {
34
+ start: new RegExp("^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/"),
35
+ end: new RegExp("^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/")
36
+ }
37
+ }
38
+ }, t = {
39
+ defaultToken: "",
40
+ tokenPostfix: ".less",
41
+ identifier: "-?-?([a-zA-Z]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*",
42
+ identifierPlus: "-?-?([a-zA-Z:.]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-:.]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*",
43
+ brackets: [
44
+ { open: "{", close: "}", token: "delimiter.curly" },
45
+ { open: "[", close: "]", token: "delimiter.bracket" },
46
+ { open: "(", close: ")", token: "delimiter.parenthesis" },
47
+ { open: "<", close: ">", token: "delimiter.angle" }
48
+ ],
49
+ tokenizer: {
50
+ root: [
51
+ { include: "@nestedJSBegin" },
52
+ ["[ \\t\\r\\n]+", ""],
53
+ { include: "@comments" },
54
+ { include: "@keyword" },
55
+ { include: "@strings" },
56
+ { include: "@numbers" },
57
+ ["[*_]?[a-zA-Z\\-\\s]+(?=:.*(;|(\\\\$)))", "attribute.name", "@attribute"],
58
+ ["url(\\-prefix)?\\(", { token: "tag", next: "@urldeclaration" }],
59
+ ["[{}()\\[\\]]", "@brackets"],
60
+ ["[,:;]", "delimiter"],
61
+ ["#@identifierPlus", "tag.id"],
62
+ ["&", "tag"],
63
+ ["\\.@identifierPlus(?=\\()", "tag.class", "@attribute"],
64
+ ["\\.@identifierPlus", "tag.class"],
65
+ ["@identifierPlus", "tag"],
66
+ { include: "@operators" },
67
+ ["@(@identifier(?=[:,\\)]))", "variable", "@attribute"],
68
+ ["@(@identifier)", "variable"],
69
+ ["@", "key", "@atRules"]
70
+ ],
71
+ nestedJSBegin: [
72
+ ["``", "delimiter.backtick"],
73
+ [
74
+ "`",
75
+ {
76
+ token: "delimiter.backtick",
77
+ next: "@nestedJSEnd",
78
+ nextEmbedded: "text/javascript"
79
+ }
80
+ ]
81
+ ],
82
+ nestedJSEnd: [
83
+ [
84
+ "`",
85
+ {
86
+ token: "delimiter.backtick",
87
+ next: "@pop",
88
+ nextEmbedded: "@pop"
89
+ }
90
+ ]
91
+ ],
92
+ operators: [["[<>=\\+\\-\\*\\/\\^\\|\\~]", "operator"]],
93
+ keyword: [
94
+ [
95
+ "(@[\\s]*import|![\\s]*important|true|false|when|iscolor|isnumber|isstring|iskeyword|isurl|ispixel|ispercentage|isem|hue|saturation|lightness|alpha|lighten|darken|saturate|desaturate|fadein|fadeout|fade|spin|mix|round|ceil|floor|percentage)\\b",
96
+ "keyword"
97
+ ]
98
+ ],
99
+ urldeclaration: [
100
+ { include: "@strings" },
101
+ [`[^)\r
102
+ ]+`, "string"],
103
+ ["\\)", { token: "tag", next: "@pop" }]
104
+ ],
105
+ attribute: [
106
+ { include: "@nestedJSBegin" },
107
+ { include: "@comments" },
108
+ { include: "@strings" },
109
+ { include: "@numbers" },
110
+ { include: "@keyword" },
111
+ ["[a-zA-Z\\-]+(?=\\()", "attribute.value", "@attribute"],
112
+ [">", "operator", "@pop"],
113
+ ["@identifier", "attribute.value"],
114
+ { include: "@operators" },
115
+ ["@(@identifier)", "variable"],
116
+ ["[)\\}]", "@brackets", "@pop"],
117
+ ["[{}()\\[\\]>]", "@brackets"],
118
+ ["[;]", "delimiter", "@pop"],
119
+ ["[,=:]", "delimiter"],
120
+ ["\\s", ""],
121
+ [".", "attribute.value"]
122
+ ],
123
+ comments: [
124
+ ["\\/\\*", "comment", "@comment"],
125
+ ["\\/\\/+.*", "comment"]
126
+ ],
127
+ comment: [
128
+ ["\\*\\/", "comment", "@pop"],
129
+ [".", "comment"]
130
+ ],
131
+ numbers: [
132
+ ["(\\d*\\.)?\\d+([eE][\\-+]?\\d+)?", { token: "attribute.value.number", next: "@units" }],
133
+ ["#[0-9a-fA-F_]+(?!\\w)", "attribute.value.hex"]
134
+ ],
135
+ units: [
136
+ [
137
+ "(em|ex|ch|rem|fr|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?",
138
+ "attribute.value.unit",
139
+ "@pop"
140
+ ]
141
+ ],
142
+ strings: [
143
+ ['~?"', { token: "string.delimiter", next: "@stringsEndDoubleQuote" }],
144
+ ["~?'", { token: "string.delimiter", next: "@stringsEndQuote" }]
145
+ ],
146
+ stringsEndDoubleQuote: [
147
+ ['\\\\"', "string"],
148
+ ['"', { token: "string.delimiter", next: "@popall" }],
149
+ [".", "string"]
150
+ ],
151
+ stringsEndQuote: [
152
+ ["\\\\'", "string"],
153
+ ["'", { token: "string.delimiter", next: "@popall" }],
154
+ [".", "string"]
155
+ ],
156
+ atRules: [
157
+ { include: "@comments" },
158
+ { include: "@strings" },
159
+ ["[()]", "delimiter"],
160
+ ["[\\{;]", "delimiter", "@pop"],
161
+ [".", "key"]
162
+ ]
163
+ }
164
+ };
165
+ export {
166
+ e as conf,
167
+ t as language
168
+ };
@@ -0,0 +1,163 @@
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: "COMMENT"
10
+ // blockComment: ['COMMENT', '.'],
11
+ },
12
+ brackets: [["(", ")"]],
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
+ { open: "'", close: "'" },
27
+ { open: ":", close: "." }
28
+ ],
29
+ folding: {
30
+ markers: {
31
+ start: new RegExp("^\\s*(::\\s*|COMMENT\\s+)#region"),
32
+ end: new RegExp("^\\s*(::\\s*|COMMENT\\s+)#endregion")
33
+ }
34
+ }
35
+ }, t = {
36
+ // Set defaultToken to invalid to see what you do not tokenize yet
37
+ // defaultToken: 'invalid',
38
+ tokenPostfix: ".lexon",
39
+ ignoreCase: !0,
40
+ keywords: [
41
+ "lexon",
42
+ "lex",
43
+ "clause",
44
+ "terms",
45
+ "contracts",
46
+ "may",
47
+ "pay",
48
+ "pays",
49
+ "appoints",
50
+ "into",
51
+ "to"
52
+ ],
53
+ typeKeywords: ["amount", "person", "key", "time", "date", "asset", "text"],
54
+ operators: [
55
+ "less",
56
+ "greater",
57
+ "equal",
58
+ "le",
59
+ "gt",
60
+ "or",
61
+ "and",
62
+ "add",
63
+ "added",
64
+ "subtract",
65
+ "subtracted",
66
+ "multiply",
67
+ "multiplied",
68
+ "times",
69
+ "divide",
70
+ "divided",
71
+ "is",
72
+ "be",
73
+ "certified"
74
+ ],
75
+ // we include these common regular expressions
76
+ symbols: /[=><!~?:&|+\-*\/\^%]+/,
77
+ // The main tokenizer for our languages
78
+ tokenizer: {
79
+ root: [
80
+ // comment
81
+ [/^(\s*)(comment:?(?:\s.*|))$/, ["", "comment"]],
82
+ // special identifier cases
83
+ [
84
+ /"/,
85
+ {
86
+ token: "identifier.quote",
87
+ bracket: "@open",
88
+ next: "@quoted_identifier"
89
+ }
90
+ ],
91
+ [
92
+ "LEX$",
93
+ {
94
+ token: "keyword",
95
+ bracket: "@open",
96
+ next: "@identifier_until_period"
97
+ }
98
+ ],
99
+ ["LEXON", { token: "keyword", bracket: "@open", next: "@semver" }],
100
+ [
101
+ ":",
102
+ {
103
+ token: "delimiter",
104
+ bracket: "@open",
105
+ next: "@identifier_until_period"
106
+ }
107
+ ],
108
+ // identifiers and keywords
109
+ [
110
+ /[a-z_$][\w$]*/,
111
+ {
112
+ cases: {
113
+ "@operators": "operator",
114
+ "@typeKeywords": "keyword.type",
115
+ "@keywords": "keyword",
116
+ "@default": "identifier"
117
+ }
118
+ }
119
+ ],
120
+ // whitespace
121
+ { include: "@whitespace" },
122
+ // delimiters and operators
123
+ [/[{}()\[\]]/, "@brackets"],
124
+ [/[<>](?!@symbols)/, "@brackets"],
125
+ [/@symbols/, "delimiter"],
126
+ // numbers
127
+ [/\d*\.\d*\.\d*/, "number.semver"],
128
+ [/\d*\.\d+([eE][\-+]?\d+)?/, "number.float"],
129
+ [/0[xX][0-9a-fA-F]+/, "number.hex"],
130
+ [/\d+/, "number"],
131
+ // delimiter: after number because of .\d floats
132
+ [/[;,.]/, "delimiter"]
133
+ ],
134
+ quoted_identifier: [
135
+ [/[^\\"]+/, "identifier"],
136
+ [/"/, { token: "identifier.quote", bracket: "@close", next: "@pop" }]
137
+ ],
138
+ space_identifier_until_period: [
139
+ [":", "delimiter"],
140
+ [" ", { token: "white", next: "@identifier_rest" }]
141
+ ],
142
+ identifier_until_period: [
143
+ { include: "@whitespace" },
144
+ [":", { token: "delimiter", next: "@identifier_rest" }],
145
+ [/[^\\.]+/, "identifier"],
146
+ [/\./, { token: "delimiter", bracket: "@close", next: "@pop" }]
147
+ ],
148
+ identifier_rest: [
149
+ [/[^\\.]+/, "identifier"],
150
+ [/\./, { token: "delimiter", bracket: "@close", next: "@pop" }]
151
+ ],
152
+ semver: [
153
+ { include: "@whitespace" },
154
+ [":", "delimiter"],
155
+ [/\d*\.\d*\.\d*/, { token: "number.semver", bracket: "@close", next: "@pop" }]
156
+ ],
157
+ whitespace: [[/[ \t\r\n]+/, "white"]]
158
+ }
159
+ };
160
+ export {
161
+ e as conf,
162
+ t as language
163
+ };