@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.
Files changed (217) 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/paginator/paginator-events.d.ts +4 -0
  22. package/dist/components/paginator/paginator-events.js +4 -0
  23. package/dist/components/paginator/paginator-navigator.css.d.ts +2 -0
  24. package/dist/components/paginator/paginator-navigator.css.js +35 -0
  25. package/dist/components/paginator/paginator-navigator.d.ts +27 -0
  26. package/dist/components/paginator/paginator-navigator.js +168 -0
  27. package/dist/components/paginator/paginator.css.d.ts +2 -0
  28. package/dist/components/paginator/paginator.css.js +38 -0
  29. package/dist/components/paginator/paginator.d.ts +22 -0
  30. package/dist/components/paginator/paginator.js +122 -0
  31. package/dist/components/percent-bar/percent-bar.css.d.ts +2 -0
  32. package/dist/components/percent-bar/percent-bar.css.js +65 -0
  33. package/dist/components/percent-bar/percent-bar.d.ts +11 -0
  34. package/dist/components/percent-bar/percent-bar.js +85 -0
  35. package/dist/components/problem-list/details-drawer.css.d.ts +2 -0
  36. package/dist/components/problem-list/details-drawer.css.js +42 -0
  37. package/dist/components/problem-list/details-drawer.d.ts +22 -0
  38. package/dist/components/problem-list/details-drawer.js +66 -0
  39. package/dist/components/problem-list/filter.css.d.ts +2 -0
  40. package/dist/components/problem-list/filter.css.js +67 -0
  41. package/dist/components/problem-list/problem-item.css.d.ts +2 -0
  42. package/dist/components/problem-list/problem-item.css.js +170 -0
  43. package/dist/components/problem-list/problem-item.d.ts +27 -0
  44. package/dist/components/problem-list/problem-item.js +126 -0
  45. package/dist/components/problem-list/problem-label-view-filter.css.d.ts +2 -0
  46. package/dist/components/problem-list/problem-label-view-filter.css.js +6 -0
  47. package/dist/components/problem-list/problem-label-view-filter.d.ts +18 -0
  48. package/dist/components/problem-list/problem-label-view-filter.js +66 -0
  49. package/dist/components/problem-list/problem-list.css.d.ts +2 -0
  50. package/dist/components/problem-list/problem-list.css.js +59 -0
  51. package/dist/components/problem-list/problem-list.d.ts +37 -0
  52. package/dist/components/problem-list/problem-list.js +334 -0
  53. package/dist/components/problem-list/problem-mainview.css.d.ts +2 -0
  54. package/dist/components/problem-list/problem-mainview.css.js +100 -0
  55. package/dist/components/problem-list/problem-mainview.d.ts +20 -0
  56. package/dist/components/problem-list/problem-mainview.js +126 -0
  57. package/dist/components/problem-list/problem-rule-filter.d.ts +13 -0
  58. package/dist/components/problem-list/problem-rule-filter.js +67 -0
  59. package/dist/components/problem-list/problem-search-filter.d.ts +13 -0
  60. package/dist/components/problem-list/problem-search-filter.js +45 -0
  61. package/dist/components/problem-list/problem-sort-filter.d.ts +19 -0
  62. package/dist/components/problem-list/problem-sort-filter.js +67 -0
  63. package/dist/components/problem-list/problem-toolbar.css.d.ts +2 -0
  64. package/dist/components/problem-list/problem-toolbar.css.js +41 -0
  65. package/dist/components/problem-list/problem-toolbar.d.ts +14 -0
  66. package/dist/components/problem-list/problem-toolbar.js +63 -0
  67. package/dist/components/problem-list/shared.css.d.ts +2 -0
  68. package/dist/components/problem-list/shared.css.js +91 -0
  69. package/dist/components/problems-overview/diagnostic-evaluation.css.d.ts +2 -0
  70. package/dist/components/problems-overview/diagnostic-evaluation.css.js +178 -0
  71. package/dist/components/problems-overview/diagnostic-evaluation.d.ts +13 -0
  72. package/dist/components/problems-overview/diagnostic-evaluation.js +119 -0
  73. package/dist/components/problems-overview/document-statistic.css.d.ts +2 -0
  74. package/dist/components/problems-overview/document-statistic.css.js +16 -0
  75. package/dist/components/problems-overview/document-statistic.d.ts +10 -0
  76. package/dist/components/problems-overview/document-statistic.js +49 -0
  77. package/dist/components/problems-overview/problem-overview-group.css.d.ts +2 -0
  78. package/dist/components/problems-overview/problem-overview-group.css.js +84 -0
  79. package/dist/components/problems-overview/problem-overview-group.d.ts +17 -0
  80. package/dist/components/problems-overview/problem-overview-group.js +121 -0
  81. package/dist/components/problems-overview/problem-statistic.css.d.ts +2 -0
  82. package/dist/components/problems-overview/problem-statistic.css.js +40 -0
  83. package/dist/components/problems-overview/problem-statistic.d.ts +11 -0
  84. package/dist/components/problems-overview/problem-statistic.js +57 -0
  85. package/dist/components/problems-overview/problem-statistics.css.d.ts +2 -0
  86. package/dist/components/problems-overview/problem-statistics.css.js +46 -0
  87. package/dist/components/problems-overview/problem-statistics.d.ts +14 -0
  88. package/dist/components/problems-overview/problem-statistics.js +132 -0
  89. package/dist/components/problems-overview/problems-overview.css.d.ts +2 -0
  90. package/dist/components/problems-overview/problems-overview.css.js +49 -0
  91. package/dist/components/problems-overview/problems-overview.d.ts +21 -0
  92. package/dist/components/problems-overview/problems-overview.js +108 -0
  93. package/dist/components/render-json-path/render-json-path.css.d.ts +2 -0
  94. package/dist/components/render-json-path/render-json-path.css.js +86 -0
  95. package/dist/components/render-json-path/render-json-path.d.ts +11 -0
  96. package/dist/components/render-json-path/render-json-path.js +105 -0
  97. package/dist/components/the-doctor/settings.d.ts +5 -0
  98. package/dist/components/the-doctor/settings.js +22 -0
  99. package/dist/components/the-doctor/status-bar.css.d.ts +2 -0
  100. package/dist/components/the-doctor/status-bar.css.js +47 -0
  101. package/dist/components/the-doctor/status-bar.d.ts +12 -0
  102. package/dist/components/the-doctor/status-bar.js +71 -0
  103. package/dist/components/the-doctor/the-doctor.css.d.ts +2 -0
  104. package/dist/components/the-doctor/the-doctor.css.js +156 -0
  105. package/dist/components/the-doctor/the-doctor.d.ts +57 -0
  106. package/dist/components/the-doctor/the-doctor.js +340 -0
  107. package/dist/cowboy-components-FcPnnXMU.js +114388 -0
  108. package/dist/cowboy-components.d.ts +5 -2
  109. package/dist/cowboy-components.js +8 -2
  110. package/dist/cowboy-components.umd.cjs +3997 -103
  111. package/dist/cpp-Bq-GnYlH.js +407 -0
  112. package/dist/csharp-IDcibKAT.js +332 -0
  113. package/dist/csp-QdYr8JWa.js +59 -0
  114. package/dist/css/button.css.d.ts +2 -0
  115. package/dist/css/button.css.js +34 -0
  116. package/dist/css/chroma-synxtax.css.d.ts +2 -0
  117. package/dist/css/chroma-synxtax.css.js +130 -0
  118. package/dist/css/cowboy-components.css +3 -0
  119. package/dist/css/links.css.d.ts +2 -0
  120. package/dist/css/links.css.js +17 -0
  121. package/dist/css/lists.css.d.ts +2 -0
  122. package/dist/css/lists.css.js +43 -0
  123. package/dist/css/pb33f-theme.css +2 -2
  124. package/dist/css/syntax.css.js +1 -1
  125. package/dist/css-C-wMMefI.js +193 -0
  126. package/dist/cssMode-DcUlnXpV.js +1541 -0
  127. package/dist/cypher-BfBo9yir.js +269 -0
  128. package/dist/dart-Cv3rVfv_.js +287 -0
  129. package/dist/dockerfile-DyCXBGhV.js +136 -0
  130. package/dist/ecl-COP_iObm.js +462 -0
  131. package/dist/elixir-DoEhbk9F.js +575 -0
  132. package/dist/events/doctor.d.ts +51 -0
  133. package/dist/events/doctor.js +17 -0
  134. package/dist/flow9-DuHGSNW1.js +148 -0
  135. package/dist/freemarker2-sY6FVddl.js +995 -0
  136. package/dist/fsharp-Dv9PDxVO.js +223 -0
  137. package/dist/go-CcdAeqiK.js +224 -0
  138. package/dist/graphql-CoRm4b1H.js +157 -0
  139. package/dist/handlebars-BqznQEC5.js +425 -0
  140. package/dist/hcl-BSgAhV5f.js +189 -0
  141. package/dist/html-DBpY_ZT1.js +314 -0
  142. package/dist/htmlMode-Cf0lYQWN.js +1551 -0
  143. package/dist/ini-ewx9HLIq.js +77 -0
  144. package/dist/java-B5lwcbTy.js +238 -0
  145. package/dist/javascript-DRgEI2Yf.js +76 -0
  146. package/dist/jsonMode-CmuECwTh.js +1958 -0
  147. package/dist/julia-NCcg_P_q.js +517 -0
  148. package/dist/kotlin-BYlnmGrb.js +259 -0
  149. package/dist/less-DG4tqgOo.js +168 -0
  150. package/dist/lexon-CTTPcJLv.js +163 -0
  151. package/dist/liquid-DWVJYCIL.js +246 -0
  152. package/dist/lua-CxQ1RWuo.js +168 -0
  153. package/dist/m3-mHFfpmgx.js +216 -0
  154. package/dist/markdown-Dh6sYULt.js +235 -0
  155. package/dist/mdx-Bjcj5AvL.js +171 -0
  156. package/dist/mips-CNUcjHD1.js +204 -0
  157. package/dist/model/document-statistics.d.ts +40 -0
  158. package/dist/model/document-statistics.js +4 -0
  159. package/dist/model/how_to_fix.d.ts +4 -0
  160. package/dist/model/how_to_fix.js +1 -0
  161. package/dist/model/problem.d.ts +19 -0
  162. package/dist/model/problem.js +106 -0
  163. package/dist/model/rule_documentation.d.ts +5 -0
  164. package/dist/model/rule_documentation.js +1 -0
  165. package/dist/model/session.d.ts +5 -0
  166. package/dist/model/session.js +1 -0
  167. package/dist/msdax-ZvxFeKvs.js +381 -0
  168. package/dist/mysql-COjg31sJ.js +884 -0
  169. package/dist/objective-c-BqrCFBhT.js +189 -0
  170. package/dist/pascal-CUpkilAS.js +257 -0
  171. package/dist/pascaligo-nJfvRJ7x.js +170 -0
  172. package/dist/perl-CWsX6Ysg.js +632 -0
  173. package/dist/pgsql-DwgpEXC8.js +857 -0
  174. package/dist/php-CrbKyd62.js +506 -0
  175. package/dist/pla-JxXT6Kb-.js +143 -0
  176. package/dist/postiats-BOdnTRGv.js +913 -0
  177. package/dist/powerquery-DTkwcXGH.js +896 -0
  178. package/dist/powershell-Cx53dGpt.js +245 -0
  179. package/dist/protobuf-Dp9vE-l-.js +426 -0
  180. package/dist/pug-BSjKVjwP.js +408 -0
  181. package/dist/python-CiN6iAi3.js +282 -0
  182. package/dist/qsharp-C5P1RxY3.js +291 -0
  183. package/dist/r-sEMYnclc.js +249 -0
  184. package/dist/razor-B4jDf_4z.js +556 -0
  185. package/dist/redis-DbzUc-fU.js +308 -0
  186. package/dist/redshift-nrLijj1O.js +815 -0
  187. package/dist/restructuredtext-CIbGUl6T.js +180 -0
  188. package/dist/ruby-JcYJisWg.js +517 -0
  189. package/dist/rust-BgbFBFXH.js +349 -0
  190. package/dist/sb-hRFFChi7.js +121 -0
  191. package/dist/scala-Cs0yVo3Q.js +376 -0
  192. package/dist/scheme-l_0jNtxy.js +114 -0
  193. package/dist/scss-C4l7ZIRR.js +268 -0
  194. package/dist/services/linting-service.d.ts +12 -0
  195. package/dist/services/linting-service.js +121 -0
  196. package/dist/shell-ikLk_l24.js +227 -0
  197. package/dist/solidity-4GxCaH9e.js +1373 -0
  198. package/dist/sophia-tX0WEZsZ.js +205 -0
  199. package/dist/sparql-D7ky-uMk.js +207 -0
  200. package/dist/sql-CqEfBVGS.js +859 -0
  201. package/dist/st-CNWQPqyI.js +422 -0
  202. package/dist/style.css +1 -1
  203. package/dist/swift-C_fDfC0d.js +318 -0
  204. package/dist/systemverilog-gAvsEtN_.js +582 -0
  205. package/dist/tcl-KbBChuA6.js +238 -0
  206. package/dist/tsMode-29i0IHrU.js +886 -0
  207. package/dist/twig-Bb652BpM.js +398 -0
  208. package/dist/typescript-FDohSLaF.js +349 -0
  209. package/dist/vb-2e5hSeUh.js +378 -0
  210. package/dist/wgsl-CYSDq0zg.js +445 -0
  211. package/dist/workers/rule-documentation.worker.d.ts +1 -0
  212. package/dist/workers/rule-documentation.worker.js +85 -0
  213. package/dist/workers/search-problems.worker.d.ts +1 -0
  214. package/dist/workers/search-problems.worker.js +19 -0
  215. package/dist/xml-BdgdiRK4.js +101 -0
  216. package/dist/yaml-CJDq-Ud3.js +212 -0
  217. package/package.json +6 -4
@@ -0,0 +1,245 @@
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: '"', notIn: ["string"] },
24
+ { open: "'", close: "'", notIn: ["string", "comment"] }
25
+ ],
26
+ surroundingPairs: [
27
+ { open: "{", close: "}" },
28
+ { open: "[", close: "]" },
29
+ { open: "(", close: ")" },
30
+ { open: '"', close: '"' },
31
+ { open: "'", close: "'" }
32
+ ],
33
+ folding: {
34
+ markers: {
35
+ start: new RegExp("^\\s*#region\\b"),
36
+ end: new RegExp("^\\s*#endregion\\b")
37
+ }
38
+ }
39
+ }, n = {
40
+ defaultToken: "",
41
+ ignoreCase: !0,
42
+ tokenPostfix: ".ps1",
43
+ brackets: [
44
+ { token: "delimiter.curly", open: "{", close: "}" },
45
+ { token: "delimiter.square", open: "[", close: "]" },
46
+ { token: "delimiter.parenthesis", open: "(", close: ")" }
47
+ ],
48
+ keywords: [
49
+ "begin",
50
+ "break",
51
+ "catch",
52
+ "class",
53
+ "continue",
54
+ "data",
55
+ "define",
56
+ "do",
57
+ "dynamicparam",
58
+ "else",
59
+ "elseif",
60
+ "end",
61
+ "exit",
62
+ "filter",
63
+ "finally",
64
+ "for",
65
+ "foreach",
66
+ "from",
67
+ "function",
68
+ "if",
69
+ "in",
70
+ "param",
71
+ "process",
72
+ "return",
73
+ "switch",
74
+ "throw",
75
+ "trap",
76
+ "try",
77
+ "until",
78
+ "using",
79
+ "var",
80
+ "while",
81
+ "workflow",
82
+ "parallel",
83
+ "sequence",
84
+ "inlinescript",
85
+ "configuration"
86
+ ],
87
+ helpKeywords: /SYNOPSIS|DESCRIPTION|PARAMETER|EXAMPLE|INPUTS|OUTPUTS|NOTES|LINK|COMPONENT|ROLE|FUNCTIONALITY|FORWARDHELPTARGETNAME|FORWARDHELPCATEGORY|REMOTEHELPRUNSPACE|EXTERNALHELP/,
88
+ // we include these common regular expressions
89
+ symbols: /[=><!~?&%|+\-*\/\^;\.,]+/,
90
+ escapes: /`(?:[abfnrtv\\"'$]|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
91
+ // The main tokenizer for our languages
92
+ tokenizer: {
93
+ root: [
94
+ // commands and keywords
95
+ [
96
+ /[a-zA-Z_][\w-]*/,
97
+ {
98
+ cases: {
99
+ "@keywords": { token: "keyword.$0" },
100
+ "@default": ""
101
+ }
102
+ }
103
+ ],
104
+ // whitespace
105
+ [/[ \t\r\n]+/, ""],
106
+ // labels
107
+ [/^:\w*/, "metatag"],
108
+ // variables
109
+ [
110
+ /\$(\{((global|local|private|script|using):)?[\w]+\}|((global|local|private|script|using):)?[\w]+)/,
111
+ "variable"
112
+ ],
113
+ // Comments
114
+ [/<#/, "comment", "@comment"],
115
+ [/#.*$/, "comment"],
116
+ // delimiters
117
+ [/[{}()\[\]]/, "@brackets"],
118
+ [/@symbols/, "delimiter"],
119
+ // numbers
120
+ [/\d*\.\d+([eE][\-+]?\d+)?/, "number.float"],
121
+ [/0[xX][0-9a-fA-F_]*[0-9a-fA-F]/, "number.hex"],
122
+ [/\d+?/, "number"],
123
+ // delimiter: after number because of .\d floats
124
+ [/[;,.]/, "delimiter"],
125
+ // strings:
126
+ [/\@"/, "string", '@herestring."'],
127
+ [/\@'/, "string", "@herestring.'"],
128
+ [
129
+ /"/,
130
+ {
131
+ cases: {
132
+ "@eos": "string",
133
+ "@default": { token: "string", next: '@string."' }
134
+ }
135
+ }
136
+ ],
137
+ [
138
+ /'/,
139
+ {
140
+ cases: {
141
+ "@eos": "string",
142
+ "@default": { token: "string", next: "@string.'" }
143
+ }
144
+ }
145
+ ]
146
+ ],
147
+ string: [
148
+ [
149
+ /[^"'\$`]+/,
150
+ {
151
+ cases: {
152
+ "@eos": { token: "string", next: "@popall" },
153
+ "@default": "string"
154
+ }
155
+ }
156
+ ],
157
+ [
158
+ /@escapes/,
159
+ {
160
+ cases: {
161
+ "@eos": { token: "string.escape", next: "@popall" },
162
+ "@default": "string.escape"
163
+ }
164
+ }
165
+ ],
166
+ [
167
+ /`./,
168
+ {
169
+ cases: {
170
+ "@eos": {
171
+ token: "string.escape.invalid",
172
+ next: "@popall"
173
+ },
174
+ "@default": "string.escape.invalid"
175
+ }
176
+ }
177
+ ],
178
+ [
179
+ /\$[\w]+$/,
180
+ {
181
+ cases: {
182
+ '$S2=="': { token: "variable", next: "@popall" },
183
+ "@default": { token: "string", next: "@popall" }
184
+ }
185
+ }
186
+ ],
187
+ [
188
+ /\$[\w]+/,
189
+ {
190
+ cases: {
191
+ '$S2=="': "variable",
192
+ "@default": "string"
193
+ }
194
+ }
195
+ ],
196
+ [
197
+ /["']/,
198
+ {
199
+ cases: {
200
+ "$#==$S2": { token: "string", next: "@pop" },
201
+ "@default": {
202
+ cases: {
203
+ "@eos": { token: "string", next: "@popall" },
204
+ "@default": "string"
205
+ }
206
+ }
207
+ }
208
+ }
209
+ ]
210
+ ],
211
+ herestring: [
212
+ [
213
+ /^\s*(["'])@/,
214
+ {
215
+ cases: {
216
+ "$1==$S2": { token: "string", next: "@pop" },
217
+ "@default": "string"
218
+ }
219
+ }
220
+ ],
221
+ [/[^\$`]+/, "string"],
222
+ [/@escapes/, "string.escape"],
223
+ [/`./, "string.escape.invalid"],
224
+ [
225
+ /\$[\w]+/,
226
+ {
227
+ cases: {
228
+ '$S2=="': "variable",
229
+ "@default": "string"
230
+ }
231
+ }
232
+ ]
233
+ ],
234
+ comment: [
235
+ [/[^#\.]+/, "comment"],
236
+ [/#>/, "comment", "@pop"],
237
+ [/(\.)(@helpKeywords)(?!\w)/, { token: "comment.keyword.$2" }],
238
+ [/[\.#]/, "comment"]
239
+ ]
240
+ }
241
+ };
242
+ export {
243
+ e as conf,
244
+ n as language
245
+ };
@@ -0,0 +1,426 @@
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 = ["true", "false"], t = {
8
+ comments: {
9
+ lineComment: "//",
10
+ blockComment: ["/*", "*/"]
11
+ },
12
+ brackets: [
13
+ ["{", "}"],
14
+ ["[", "]"],
15
+ ["(", ")"],
16
+ ["<", ">"]
17
+ ],
18
+ surroundingPairs: [
19
+ { open: "{", close: "}" },
20
+ { open: "[", close: "]" },
21
+ { open: "(", close: ")" },
22
+ { open: "<", close: ">" },
23
+ { open: '"', close: '"' },
24
+ { open: "'", close: "'" }
25
+ ],
26
+ autoClosingPairs: [
27
+ { open: "{", close: "}" },
28
+ { open: "[", close: "]" },
29
+ { open: "(", close: ")" },
30
+ { open: "<", close: ">" },
31
+ { open: '"', close: '"', notIn: ["string"] },
32
+ { open: "'", close: "'", notIn: ["string"] }
33
+ ],
34
+ autoCloseBefore: `.,=}])>'
35
+ `,
36
+ indentationRules: {
37
+ increaseIndentPattern: new RegExp("^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$"),
38
+ decreaseIndentPattern: new RegExp("^((?!.*?\\/\\*).*\\*/)?\\s*[\\}\\]].*$")
39
+ }
40
+ }, n = {
41
+ defaultToken: "",
42
+ tokenPostfix: ".proto",
43
+ brackets: [
44
+ { open: "{", close: "}", token: "delimiter.curly" },
45
+ { open: "[", close: "]", token: "delimiter.square" },
46
+ { open: "(", close: ")", token: "delimiter.parenthesis" },
47
+ { open: "<", close: ">", token: "delimiter.angle" }
48
+ ],
49
+ symbols: /[=><!~?:&|+\-*/^%]+/,
50
+ keywords: [
51
+ "syntax",
52
+ "import",
53
+ "weak",
54
+ "public",
55
+ "package",
56
+ "option",
57
+ "repeated",
58
+ "oneof",
59
+ "map",
60
+ "reserved",
61
+ "to",
62
+ "max",
63
+ "enum",
64
+ "message",
65
+ "service",
66
+ "rpc",
67
+ "stream",
68
+ "returns",
69
+ "package",
70
+ "optional",
71
+ "true",
72
+ "false"
73
+ ],
74
+ builtinTypes: [
75
+ "double",
76
+ "float",
77
+ "int32",
78
+ "int64",
79
+ "uint32",
80
+ "uint64",
81
+ "sint32",
82
+ "sint64",
83
+ "fixed32",
84
+ "fixed64",
85
+ "sfixed32",
86
+ "sfixed64",
87
+ "bool",
88
+ "string",
89
+ "bytes"
90
+ ],
91
+ operators: ["=", "+", "-"],
92
+ namedLiterals: e,
93
+ escapes: "\\\\(u{[0-9A-Fa-f]+}|n|r|t|\\\\|'|\\${)",
94
+ identifier: /[a-zA-Z]\w*/,
95
+ fullIdentifier: /@identifier(?:\s*\.\s*@identifier)*/,
96
+ optionName: /(?:@identifier|\(\s*@fullIdentifier\s*\))(?:\s*\.\s*@identifier)*/,
97
+ messageName: /@identifier/,
98
+ enumName: /@identifier/,
99
+ messageType: /\.?\s*(?:@identifier\s*\.\s*)*@messageName/,
100
+ enumType: /\.?\s*(?:@identifier\s*\.\s*)*@enumName/,
101
+ floatLit: /[0-9]+\s*\.\s*[0-9]*(?:@exponent)?|[0-9]+@exponent|\.[0-9]+(?:@exponent)?/,
102
+ exponent: /[eE]\s*[+-]?\s*[0-9]+/,
103
+ boolLit: /true\b|false\b/,
104
+ decimalLit: /[1-9][0-9]*/,
105
+ octalLit: /0[0-7]*/,
106
+ hexLit: /0[xX][0-9a-fA-F]+/,
107
+ type: /double|float|int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|bool|string|bytes|@messageType|@enumType/,
108
+ keyType: /int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|bool|string/,
109
+ tokenizer: {
110
+ root: [
111
+ { include: "@whitespace" },
112
+ [/syntax/, "keyword"],
113
+ [/=/, "operators"],
114
+ [/;/, "delimiter"],
115
+ [
116
+ /(")(proto3)(")/,
117
+ ["string.quote", "string", { token: "string.quote", switchTo: "@topLevel.proto3" }]
118
+ ],
119
+ [
120
+ /(")(proto2)(")/,
121
+ ["string.quote", "string", { token: "string.quote", switchTo: "@topLevel.proto2" }]
122
+ ],
123
+ [
124
+ // If no `syntax` provided, regarded as proto2
125
+ /.*?/,
126
+ { token: "", switchTo: "@topLevel.proto2" }
127
+ ]
128
+ ],
129
+ topLevel: [
130
+ // whitespace
131
+ { include: "@whitespace" },
132
+ { include: "@constant" },
133
+ [/=/, "operators"],
134
+ [/[;.]/, "delimiter"],
135
+ [
136
+ /@fullIdentifier/,
137
+ {
138
+ cases: {
139
+ option: { token: "keyword", next: "@option.$S2" },
140
+ enum: { token: "keyword", next: "@enumDecl.$S2" },
141
+ message: { token: "keyword", next: "@messageDecl.$S2" },
142
+ service: { token: "keyword", next: "@serviceDecl.$S2" },
143
+ extend: {
144
+ cases: {
145
+ "$S2==proto2": { token: "keyword", next: "@extendDecl.$S2" }
146
+ }
147
+ },
148
+ "@keywords": "keyword",
149
+ "@default": "identifier"
150
+ }
151
+ }
152
+ ]
153
+ ],
154
+ enumDecl: [
155
+ { include: "@whitespace" },
156
+ [/@identifier/, "type.identifier"],
157
+ [/{/, { token: "@brackets", bracket: "@open", switchTo: "@enumBody.$S2" }]
158
+ ],
159
+ enumBody: [
160
+ { include: "@whitespace" },
161
+ { include: "@constant" },
162
+ [/=/, "operators"],
163
+ [/;/, "delimiter"],
164
+ [/option\b/, "keyword", "@option.$S2"],
165
+ [/@identifier/, "identifier"],
166
+ [/\[/, { token: "@brackets", bracket: "@open", next: "@options.$S2" }],
167
+ [/}/, { token: "@brackets", bracket: "@close", next: "@pop" }]
168
+ ],
169
+ messageDecl: [
170
+ { include: "@whitespace" },
171
+ [/@identifier/, "type.identifier"],
172
+ [/{/, { token: "@brackets", bracket: "@open", switchTo: "@messageBody.$S2" }]
173
+ ],
174
+ messageBody: [
175
+ { include: "@whitespace" },
176
+ { include: "@constant" },
177
+ [/=/, "operators"],
178
+ [/;/, "delimiter"],
179
+ [
180
+ "(map)(s*)(<)",
181
+ ["keyword", "white", { token: "@brackets", bracket: "@open", next: "@map.$S2" }]
182
+ ],
183
+ [
184
+ /@identifier/,
185
+ {
186
+ cases: {
187
+ option: { token: "keyword", next: "@option.$S2" },
188
+ enum: { token: "keyword", next: "@enumDecl.$S2" },
189
+ message: { token: "keyword", next: "@messageDecl.$S2" },
190
+ oneof: { token: "keyword", next: "@oneofDecl.$S2" },
191
+ extensions: {
192
+ cases: {
193
+ "$S2==proto2": { token: "keyword", next: "@reserved.$S2" }
194
+ }
195
+ },
196
+ reserved: { token: "keyword", next: "@reserved.$S2" },
197
+ "(?:repeated|optional)": { token: "keyword", next: "@field.$S2" },
198
+ required: {
199
+ cases: {
200
+ "$S2==proto2": { token: "keyword", next: "@field.$S2" }
201
+ }
202
+ },
203
+ "$S2==proto3": { token: "@rematch", next: "@field.$S2" }
204
+ }
205
+ }
206
+ ],
207
+ [/\[/, { token: "@brackets", bracket: "@open", next: "@options.$S2" }],
208
+ [/}/, { token: "@brackets", bracket: "@close", next: "@pop" }]
209
+ ],
210
+ extendDecl: [
211
+ { include: "@whitespace" },
212
+ [/@identifier/, "type.identifier"],
213
+ [/{/, { token: "@brackets", bracket: "@open", switchTo: "@extendBody.$S2" }]
214
+ ],
215
+ extendBody: [
216
+ { include: "@whitespace" },
217
+ { include: "@constant" },
218
+ [/;/, "delimiter"],
219
+ [/(?:repeated|optional|required)/, "keyword", "@field.$S2"],
220
+ [/\[/, { token: "@brackets", bracket: "@open", next: "@options.$S2" }],
221
+ [/}/, { token: "@brackets", bracket: "@close", next: "@pop" }]
222
+ ],
223
+ options: [
224
+ { include: "@whitespace" },
225
+ { include: "@constant" },
226
+ [/;/, "delimiter"],
227
+ [/@optionName/, "annotation"],
228
+ [/[()]/, "annotation.brackets"],
229
+ [/=/, "operator"],
230
+ [/\]/, { token: "@brackets", bracket: "@close", next: "@pop" }]
231
+ ],
232
+ option: [
233
+ { include: "@whitespace" },
234
+ [/@optionName/, "annotation"],
235
+ [/[()]/, "annotation.brackets"],
236
+ [/=/, "operator", "@pop"]
237
+ ],
238
+ oneofDecl: [
239
+ { include: "@whitespace" },
240
+ [/@identifier/, "identifier"],
241
+ [/{/, { token: "@brackets", bracket: "@open", switchTo: "@oneofBody.$S2" }]
242
+ ],
243
+ oneofBody: [
244
+ { include: "@whitespace" },
245
+ { include: "@constant" },
246
+ [/;/, "delimiter"],
247
+ [/(@identifier)(\s*)(=)/, ["identifier", "white", "delimiter"]],
248
+ [
249
+ /@fullIdentifier|\./,
250
+ {
251
+ cases: {
252
+ "@builtinTypes": "keyword",
253
+ "@default": "type.identifier"
254
+ }
255
+ }
256
+ ],
257
+ [/\[/, { token: "@brackets", bracket: "@open", next: "@options.$S2" }],
258
+ [/}/, { token: "@brackets", bracket: "@close", next: "@pop" }]
259
+ ],
260
+ reserved: [
261
+ { include: "@whitespace" },
262
+ [/,/, "delimiter"],
263
+ [/;/, "delimiter", "@pop"],
264
+ { include: "@constant" },
265
+ [/to\b|max\b/, "keyword"]
266
+ ],
267
+ map: [
268
+ { include: "@whitespace" },
269
+ [
270
+ /@fullIdentifier|\./,
271
+ {
272
+ cases: {
273
+ "@builtinTypes": "keyword",
274
+ "@default": "type.identifier"
275
+ }
276
+ }
277
+ ],
278
+ [/,/, "delimiter"],
279
+ [/>/, { token: "@brackets", bracket: "@close", switchTo: "identifier" }]
280
+ ],
281
+ field: [
282
+ { include: "@whitespace" },
283
+ [
284
+ "group",
285
+ {
286
+ cases: {
287
+ "$S2==proto2": { token: "keyword", switchTo: "@groupDecl.$S2" }
288
+ }
289
+ }
290
+ ],
291
+ [/(@identifier)(\s*)(=)/, ["identifier", "white", { token: "delimiter", next: "@pop" }]],
292
+ [
293
+ /@fullIdentifier|\./,
294
+ {
295
+ cases: {
296
+ "@builtinTypes": "keyword",
297
+ "@default": "type.identifier"
298
+ }
299
+ }
300
+ ]
301
+ ],
302
+ groupDecl: [
303
+ { include: "@whitespace" },
304
+ [/@identifier/, "identifier"],
305
+ ["=", "operator"],
306
+ [/{/, { token: "@brackets", bracket: "@open", switchTo: "@messageBody.$S2" }],
307
+ { include: "@constant" }
308
+ ],
309
+ type: [
310
+ { include: "@whitespace" },
311
+ [/@identifier/, "type.identifier", "@pop"],
312
+ [/./, "delimiter"]
313
+ ],
314
+ identifier: [{ include: "@whitespace" }, [/@identifier/, "identifier", "@pop"]],
315
+ serviceDecl: [
316
+ { include: "@whitespace" },
317
+ [/@identifier/, "identifier"],
318
+ [/{/, { token: "@brackets", bracket: "@open", switchTo: "@serviceBody.$S2" }]
319
+ ],
320
+ serviceBody: [
321
+ { include: "@whitespace" },
322
+ { include: "@constant" },
323
+ [/;/, "delimiter"],
324
+ [/option\b/, "keyword", "@option.$S2"],
325
+ [/rpc\b/, "keyword", "@rpc.$S2"],
326
+ [/\[/, { token: "@brackets", bracket: "@open", next: "@options.$S2" }],
327
+ [/}/, { token: "@brackets", bracket: "@close", next: "@pop" }]
328
+ ],
329
+ rpc: [
330
+ { include: "@whitespace" },
331
+ [/@identifier/, "identifier"],
332
+ [/\(/, { token: "@brackets", bracket: "@open", switchTo: "@request.$S2" }],
333
+ [/{/, { token: "@brackets", bracket: "@open", next: "@methodOptions.$S2" }],
334
+ [/;/, "delimiter", "@pop"]
335
+ ],
336
+ request: [
337
+ { include: "@whitespace" },
338
+ [
339
+ /@messageType/,
340
+ {
341
+ cases: {
342
+ stream: { token: "keyword", next: "@type.$S2" },
343
+ "@default": "type.identifier"
344
+ }
345
+ }
346
+ ],
347
+ [/\)/, { token: "@brackets", bracket: "@close", switchTo: "@returns.$S2" }]
348
+ ],
349
+ returns: [
350
+ { include: "@whitespace" },
351
+ [/returns\b/, "keyword"],
352
+ [/\(/, { token: "@brackets", bracket: "@open", switchTo: "@response.$S2" }]
353
+ ],
354
+ response: [
355
+ { include: "@whitespace" },
356
+ [
357
+ /@messageType/,
358
+ {
359
+ cases: {
360
+ stream: { token: "keyword", next: "@type.$S2" },
361
+ "@default": "type.identifier"
362
+ }
363
+ }
364
+ ],
365
+ [/\)/, { token: "@brackets", bracket: "@close", switchTo: "@rpc.$S2" }]
366
+ ],
367
+ methodOptions: [
368
+ { include: "@whitespace" },
369
+ { include: "@constant" },
370
+ [/;/, "delimiter"],
371
+ ["option", "keyword"],
372
+ [/@optionName/, "annotation"],
373
+ [/[()]/, "annotation.brackets"],
374
+ [/=/, "operator"],
375
+ [/}/, { token: "@brackets", bracket: "@close", next: "@pop" }]
376
+ ],
377
+ comment: [
378
+ [/[^\/*]+/, "comment"],
379
+ [/\/\*/, "comment", "@push"],
380
+ // nested comment
381
+ ["\\*/", "comment", "@pop"],
382
+ [/[\/*]/, "comment"]
383
+ ],
384
+ string: [
385
+ [/[^\\"]+/, "string"],
386
+ [/@escapes/, "string.escape"],
387
+ [/\\./, "string.escape.invalid"],
388
+ [/"/, { token: "string.quote", bracket: "@close", next: "@pop" }]
389
+ ],
390
+ stringSingle: [
391
+ [/[^\\']+/, "string"],
392
+ [/@escapes/, "string.escape"],
393
+ [/\\./, "string.escape.invalid"],
394
+ [/'/, { token: "string.quote", bracket: "@close", next: "@pop" }]
395
+ ],
396
+ constant: [
397
+ ["@boolLit", "keyword.constant"],
398
+ ["@hexLit", "number.hex"],
399
+ ["@octalLit", "number.octal"],
400
+ ["@decimalLit", "number"],
401
+ ["@floatLit", "number.float"],
402
+ [/("([^"\\]|\\.)*|'([^'\\]|\\.)*)$/, "string.invalid"],
403
+ // non-terminated string
404
+ [/"/, { token: "string.quote", bracket: "@open", next: "@string" }],
405
+ [/'/, { token: "string.quote", bracket: "@open", next: "@stringSingle" }],
406
+ [/{/, { token: "@brackets", bracket: "@open", next: "@prototext" }],
407
+ [/identifier/, "identifier"]
408
+ ],
409
+ whitespace: [
410
+ [/[ \t\r\n]+/, "white"],
411
+ [/\/\*/, "comment", "@comment"],
412
+ [/\/\/.*$/, "comment"]
413
+ ],
414
+ prototext: [
415
+ { include: "@whitespace" },
416
+ { include: "@constant" },
417
+ [/@identifier/, "identifier"],
418
+ [/[:;]/, "delimiter"],
419
+ [/}/, { token: "@brackets", bracket: "@close", next: "@pop" }]
420
+ ]
421
+ }
422
+ };
423
+ export {
424
+ t as conf,
425
+ n as language
426
+ };