tm-grammars 1.29.0 → 1.30.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/NOTICE CHANGED
@@ -9258,6 +9258,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9258
9258
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9259
9259
  SOFTWARE.
9260
9260
 
9261
+ =========================================================================================================
9262
+ Files: ron.json
9263
+ License: https://raw.githubusercontent.com/a5huynh/vscode-ron/master/LICENSE.md
9264
+ SPDX: MIT
9265
+ ---------------------------------------------------------------------------------------------------------
9266
+ Copyright 2019 Andrew Huynh
9267
+
9268
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9269
+
9270
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9271
+
9272
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9273
+
9274
+
9261
9275
  =========================================================================================================
9262
9276
  Files: rosmsg.json
9263
9277
  License: https://raw.githubusercontent.com/jtbandes/ros-tmlanguage/main/LICENSE.md
package/README.md CHANGED
@@ -21,7 +21,7 @@ import { grammars } from 'tm-grammars'
21
21
  | Name | Alias | Source | License | Sponsor | Deps On | File Size |
22
22
  | ---- | ----- | ------ | ------- | ------- | ------- | --------- |
23
23
  | `abap` | | [pvl/abap.tmbundle](https://github.com/pvl/abap.tmbundle/blob/92e17e62a9449d2a6f87bfb30b4f920986c24018/Syntaxes/ABAP.tmLanguage) | | | | 15.12 kB |
24
- | `actionscript-3` | | [BowlerHatLLC/vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/blob/e7e35cc16363f07b2e536d7224a96c81354a316f/distribution/src/assembly/syntaxes/AS3.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE) | [Patreon: **josht**](https://patreon.com/josht) | | 13.32 kB |
24
+ | `actionscript-3` | | [BowlerHatLLC/vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/blob/42f895fa03d4a71f590e2631b5e215cade7da1db/distribution/src/assembly/syntaxes/AS3.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE) | [Patreon: **josht**](https://patreon.com/josht) | | 14.44 kB |
25
25
  | `ada` | | [AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server/blob/9329f709cf1aef897bfca679c54e0c3d17f2205f/integration/vscode/ada/advanced/ada.tmLanguage.json) | [GPL-3.0](https://raw.githubusercontent.com/AdaCore/ada_language_server/master/LICENSE) | | | 45.39 kB |
26
26
  | `angular-html` | | [onivim/vscode-exthost](https://github.com/onivim/vscode-exthost/blob/cfc2a2212de9ea10943af58ebd1817a5ad196463/extensions/html/syntaxes/html-derivative.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/onivim/vscode-exthost/master/LICENSE.txt) | | `html` `angular-expression` `angular-let-declaration` `angular-template` `angular-template-blocks` | 701.00 B |
27
27
  | `angular-ts` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/210541906e5a96ab39f9c753f921b1bd35f4138b/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `angular-expression` `angular-inline-style` `angular-inline-template` `angular-let-declaration` `angular-template` `angular-template-blocks` | 160.04 kB |
@@ -82,8 +82,8 @@ import { grammars } from 'tm-grammars'
82
82
  | `fortran-fixed-form` | `f` `for` `f77` | [fortran-lang/vscode-fortran-support](https://github.com/fortran-lang/vscode-fortran-support/blob/002eaa90668fd7d63cd073e8ca21b1388357ed62/syntaxes/fortran_fixed-form.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fortran-lang/vscode-fortran-support/main/LICENSE) | | `fortran-free-form` | 1.42 kB |
83
83
  | `fortran-free-form` | `f90` `f95` `f03` `f08` `f18` | [fortran-lang/vscode-fortran-support](https://github.com/fortran-lang/vscode-fortran-support/blob/f5fbf935d709e165922b307885a6106e32624018/syntaxes/fortran_free-form.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fortran-lang/vscode-fortran-support/main/LICENSE) | | | 83.89 kB |
84
84
  | `fsharp` | `f#` `fs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e6cffb21362b6d7addb977ff7db14f0681228780/extensions/fsharp/syntaxes/fsharp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `markdown` | 23.88 kB |
85
- | `gdresource` | | [godotengine/godot-vscode-plugin](https://github.com/godotengine/godot-vscode-plugin/blob/e7e2d0439dea0fb3a568378554c81e0a17348a84/syntaxes/GDResource.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE) | [fund.godotengine.org](https://fund.godotengine.org/) | `gdshader` `gdscript` | 4.72 kB |
86
- | `gdscript` | | [godotengine/godot-vscode-plugin](https://github.com/godotengine/godot-vscode-plugin/blob/9d7187970a22c14f10332768af397b78f1c36f7b/syntaxes/GDScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE) | [fund.godotengine.org](https://fund.godotengine.org/) | | 17.96 kB |
85
+ | `gdresource` | `tscn` `tres` | [godotengine/godot-vscode-plugin](https://github.com/godotengine/godot-vscode-plugin/blob/e7e2d0439dea0fb3a568378554c81e0a17348a84/syntaxes/GDResource.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE) | [fund.godotengine.org](https://fund.godotengine.org/) | `gdshader` `gdscript` | 4.72 kB |
86
+ | `gdscript` | `gd` | [godotengine/godot-vscode-plugin](https://github.com/godotengine/godot-vscode-plugin/blob/9d7187970a22c14f10332768af397b78f1c36f7b/syntaxes/GDScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE) | [fund.godotengine.org](https://fund.godotengine.org/) | | 17.96 kB |
87
87
  | `gdshader` | | [godotengine/godot-vscode-plugin](https://github.com/godotengine/godot-vscode-plugin/blob/e7e2d0439dea0fb3a568378554c81e0a17348a84/syntaxes/GDShader.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE) | [fund.godotengine.org](https://fund.godotengine.org/) | | 5.91 kB |
88
88
  | `genie` | | [vala-lang/vala-vscode](https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/genie.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE) | | | 3.11 kB |
89
89
  | `gherkin` | | [alexkrechik/VSCucumberAutoComplete](https://github.com/alexkrechik/VSCucumberAutoComplete/blob/fbb554addf81e8961b58b1577924af10fecf9694/syntaxes/feature.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/alexkrechik/VSCucumberAutoComplete/master/LICENSE) | | | 11.55 kB |
@@ -188,6 +188,7 @@ import { grammars } from 'tm-grammars'
188
188
  | `regexp` | `regex` | [MagicStack/MagicPython](https://github.com/MagicStack/MagicPython/blob/c9b3409deb69acec31bbf7913830e93a046b30cc/grammars/MagicRegExp.tmLanguage) | [MIT](https://raw.githubusercontent.com/MagicStack/MagicPython/master/LICENSE) | | | 7.54 kB |
189
189
  | `rel` | | [relationalai-oss/rel_vscode](https://github.com/relationalai-oss/rel_vscode/blob/63dda4dee48c67b037357f47b562185484555ea9/syntaxes/rel.tmLanguage.json) | | | | 3.14 kB |
190
190
  | `riscv` | | [zhuanhao-wu/vscode-riscv-support](https://github.com/zhuanhao-wu/vscode-riscv-support/blob/2736b60e45ff2ef738d784055e136cf38d6290cd/syntaxes/riscv.tmLanguage) | [MIT](https://raw.githubusercontent.com/zhuanhao-wu/vscode-riscv-support/master/LICENSE) | | | 6.33 kB |
191
+ | `ron` | | [a5huynh/vscode-ron](https://github.com/a5huynh/vscode-ron/blob/fa66afd2173e9027b77cac2dc78e1d86c6de2943/syntaxes/ron.tmGrammar.json) | [MIT](https://raw.githubusercontent.com/a5huynh/vscode-ron/master/LICENSE.md) | | | 2.71 kB |
191
192
  | `rosmsg` | | [jtbandes/ros-tmlanguage](https://github.com/jtbandes/ros-tmlanguage/blob/d8ae27bc0d04498c01cb8dc77bfe2884474d9aba/ROS%20Interface.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/jtbandes/ros-tmlanguage/main/LICENSE.md) | [GitHub Sponsors: **@jtbandes**](https://github.com/sponsors/jtbandes) [Ko-fi: **jtbandes**](https://ko-fi.com/jtbandes) | | 4.24 kB |
192
193
  | `rst` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/48e93f756b764991ede33ad09781a863aca6907a/extensions/restructuredtext/syntaxes/rst.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `html-derivative` `cpp` `python` `javascript` `shellscript` `yaml` `cmake` `ruby` | 9.07 kB |
193
194
  | `ruby` | `rb` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/0ac234bbd0b6dd67efa40d1b593f9808f9dfdaf4/extensions/ruby/syntaxes/ruby.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `html` `haml` `xml` `sql` `graphql` `css` `cpp` `c` `javascript` `shellscript` `lua` `yaml` | 42.64 kB |
@@ -118,6 +118,9 @@
118
118
  {
119
119
  "include": "#class_declaration"
120
120
  },
121
+ {
122
+ "include": "#declaration_code_block"
123
+ },
121
124
  {
122
125
  "include": "#metadata"
123
126
  },
@@ -183,6 +186,9 @@
183
186
  },
184
187
  {
185
188
  "include": "#object_literal"
189
+ },
190
+ {
191
+ "include": "#conditional_compilation"
186
192
  }
187
193
  ]
188
194
  },
@@ -210,13 +216,56 @@
210
216
  }
211
217
  ]
212
218
  },
213
- "code_block": {
219
+ "comments": {
220
+ "patterns": [
221
+ {
222
+ "begin": "/\\*\\*(?!/)",
223
+ "end": "\\*/",
224
+ "name": "comment.block.documentation.actionscript.3",
225
+ "patterns": [
226
+ {
227
+ "match": "@(copy|default|eventType|example|exampleText|includeExample|inheritDoc|internal|param|private|return|see|since|throws)\\b",
228
+ "name": "keyword.other.documentation.actionscript.3.asdoc"
229
+ }
230
+ ]
231
+ },
232
+ {
233
+ "begin": "/\\*",
234
+ "end": "\\*/",
235
+ "name": "comment.block.actionscript.3"
236
+ },
237
+ {
238
+ "match": "//.*",
239
+ "name": "comment.line.actionscript.3"
240
+ }
241
+ ]
242
+ },
243
+ "conditional_compilation": {
244
+ "captures": {
245
+ "2": {
246
+ "name": "constant.other.actionscript.3"
247
+ },
248
+ "3": {
249
+ "name": "constant.other.actionscript.3"
250
+ }
251
+ },
252
+ "match": "(^|\\s+|;)\\b(\\w+)\\b::\\b(\\w+)\\b",
253
+ "name": "meta.conditional.actionscript.3"
254
+ },
255
+ "control_keywords": {
256
+ "match": "\\b(if|else|do|while|for|each|continue|return|switch|case|default|break|try|catch|finally|throw|with)\\b",
257
+ "name": "keyword.control.actionscript.3"
258
+ },
259
+ "declaration_code_block": {
214
260
  "begin": "\\{",
215
261
  "end": "}",
216
262
  "name": "meta.code_block.actionscript.3",
217
263
  "patterns": [
218
264
  {
219
- "include": "#code_block"
265
+ "include": "#method"
266
+ },
267
+ {
268
+ "include": "#variable_declaration"
220
269
  },
221
270
  {
222
271
  "include": "#comments"
@@ -227,9 +276,6 @@
227
276
  {
228
277
  "include": "#regexp"
229
278
  },
230
- {
231
- "include": "#variable_declaration"
232
- },
233
279
  {
234
280
  "include": "#numbers"
235
281
  },
@@ -289,34 +335,6 @@
289
335
  }
290
336
  ]
291
337
  },
292
- "comments": {
293
- "patterns": [
294
- {
295
- "begin": "/\\*\\*(?!/)",
296
- "end": "\\*/",
297
- "name": "comment.block.documentation.actionscript.3",
298
- "patterns": [
299
- {
300
- "match": "@(copy|default|eventType|example|exampleText|includeExample|inheritDoc|internal|param|private|return|see|since|throws)\\b",
301
- "name": "keyword.other.documentation.actionscript.3.asdoc"
302
- }
303
- ]
304
- },
305
- {
306
- "begin": "/\\*",
307
- "end": "\\*/",
308
- "name": "comment.block.actionscript.3"
309
- },
310
- {
311
- "match": "//.*",
312
- "name": "comment.line.actionscript.3"
313
- }
314
- ]
315
- },
316
- "control_keywords": {
317
- "match": "\\b(if|else|do|while|for|each|continue|return|switch|case|default|break|try|catch|finally|throw|with)\\b",
318
- "name": "keyword.control.actionscript.3"
319
- },
320
338
  "dynamic_type": {
321
339
  "captures": {
322
340
  "1": {
@@ -480,6 +498,85 @@
480
498
  "match": "\\b(super|this|arguments)\\b",
481
499
  "name": "variable.language.actionscript.3"
482
500
  },
501
+ "local_code_block": {
502
+ "begin": "\\{",
503
+ "end": "}",
504
+ "name": "meta.code_block.actionscript.3",
505
+ "patterns": [
506
+ {
507
+ "include": "#local_code_block"
508
+ },
509
+ {
510
+ "include": "#comments"
511
+ },
512
+ {
513
+ "include": "#strings"
514
+ },
515
+ {
516
+ "include": "#regexp"
517
+ },
518
+ {
519
+ "include": "#variable_declaration"
520
+ },
521
+ {
522
+ "include": "#numbers"
523
+ },
524
+ {
525
+ "include": "#primitive_types"
526
+ },
527
+ {
528
+ "include": "#primitive_error_types"
529
+ },
530
+ {
531
+ "include": "#dynamic_type"
532
+ },
533
+ {
534
+ "include": "#primitive_functions"
535
+ },
536
+ {
537
+ "include": "#language_constants"
538
+ },
539
+ {
540
+ "include": "#language_variables"
541
+ },
542
+ {
543
+ "include": "#guess_type"
544
+ },
545
+ {
546
+ "include": "#guess_constant"
547
+ },
548
+ {
549
+ "include": "#other_operators"
550
+ },
551
+ {
552
+ "include": "#arithmetic_operators"
553
+ },
554
+ {
555
+ "include": "#logical_operators"
556
+ },
557
+ {
558
+ "include": "#array_access_operators"
559
+ },
560
+ {
561
+ "include": "#vector_creation_operators"
562
+ },
563
+ {
564
+ "include": "#control_keywords"
565
+ },
566
+ {
567
+ "include": "#other_keywords"
568
+ },
569
+ {
570
+ "include": "#use_namespace"
571
+ },
572
+ {
573
+ "include": "#functions"
574
+ },
575
+ {
576
+ "include": "#import"
577
+ }
578
+ ]
579
+ },
483
580
  "logical_operators": {
484
581
  "match": "([!\\&<>?^|~])",
485
582
  "name": "keyword.operator.actionscript.3"
@@ -542,7 +639,7 @@
542
639
  "include": "#functions"
543
640
  },
544
641
  {
545
- "include": "#code_block"
642
+ "include": "#local_code_block"
546
643
  }
547
644
  ]
548
645
  },
@@ -0,0 +1,235 @@
1
+ {
2
+ "displayName": "RON",
3
+ "name": "ron",
4
+ "patterns": [
5
+ {
6
+ "include": "#expression"
7
+ }
8
+ ],
9
+ "repository": {
10
+ "array": {
11
+ "begin": "\\[",
12
+ "beginCaptures": {
13
+ "0": {
14
+ "name": "punctuation.section.array.begin.ron"
15
+ }
16
+ },
17
+ "end": "]",
18
+ "endCaptures": {
19
+ "0": {
20
+ "name": "punctuation.section.array.end.ron"
21
+ }
22
+ },
23
+ "patterns": [
24
+ {
25
+ "include": "#value"
26
+ },
27
+ {
28
+ "include": "#object-name"
29
+ },
30
+ {
31
+ "meta_scope": "meta.structure.array.ron"
32
+ }
33
+ ]
34
+ },
35
+ "block_comment": {
36
+ "begin": "/\\*",
37
+ "end": "\\*/",
38
+ "name": "comment.block.ron"
39
+ },
40
+ "character": {
41
+ "begin": "'",
42
+ "contentName": "constant.character.ron",
43
+ "end": "'",
44
+ "name": "string.quoted.single"
45
+ },
46
+ "constant": {
47
+ "match": "\\b(true|false)\\b",
48
+ "name": "constant.language.ron"
49
+ },
50
+ "dictionary": {
51
+ "begin": "\\{",
52
+ "beginCaptures": {
53
+ "0": {
54
+ "name": "punctuation.section.dictionary.begin.ron"
55
+ }
56
+ },
57
+ "end": "}",
58
+ "endCaptures": {
59
+ "0": {
60
+ "name": "punctuation.section.dictionary.end.ron"
61
+ }
62
+ },
63
+ "patterns": [
64
+ {
65
+ "include": "#value"
66
+ },
67
+ {
68
+ "include": "#object-name"
69
+ },
70
+ {
71
+ "include": "#object"
72
+ },
73
+ {
74
+ "include": "#tag-name"
75
+ },
76
+ {
77
+ "match": ",",
78
+ "name": "punctuation.separator.dictionary.ron"
79
+ },
80
+ {
81
+ "match": ":",
82
+ "name": "punctuation.separator.dictionary.key-value.ron"
83
+ }
84
+ ]
85
+ },
86
+ "escapes": {
87
+ "captures": {
88
+ "1": {
89
+ "name": "constant.character.escape.backslash.ron"
90
+ },
91
+ "2": {
92
+ "name": "constant.character.escape.bit.ron"
93
+ },
94
+ "3": {
95
+ "name": "constant.character.escape.unicode.ron"
96
+ },
97
+ "4": {
98
+ "name": "constant.character.escape.unicode.punctuation.ron"
99
+ },
100
+ "5": {
101
+ "name": "constant.character.escape.unicode.punctuation.ron"
102
+ }
103
+ },
104
+ "match": "(\\\\)(?:(x[0-7][0-7A-Fa-f])|(u(\\{)[A-Fa-f\\d]{4,6}(}))|.)",
105
+ "name": "constant.character.escape.ron"
106
+ },
107
+ "expression": {
108
+ "patterns": [
109
+ {
110
+ "include": "#array"
111
+ },
112
+ {
113
+ "include": "#block_comment"
114
+ },
115
+ {
116
+ "include": "#constant"
117
+ },
118
+ {
119
+ "include": "#dictionary"
120
+ },
121
+ {
122
+ "include": "#line_comment"
123
+ },
124
+ {
125
+ "include": "#number"
126
+ },
127
+ {
128
+ "include": "#object-name"
129
+ },
130
+ {
131
+ "include": "#object"
132
+ },
133
+ {
134
+ "include": "#string"
135
+ },
136
+ {
137
+ "include": "#character"
138
+ },
139
+ {
140
+ "include": "#tag-name"
141
+ }
142
+ ]
143
+ },
144
+ "line_comment": {
145
+ "begin": "//",
146
+ "end": "$",
147
+ "name": "comment.line.double-slash.ron"
148
+ },
149
+ "number": {
150
+ "match": "-?(?:0|[1-9]\\d*)(?:(?:\\.\\d+)?(?:[Ee][-+]?\\d+)?)?",
151
+ "name": "constant.numeric.ron"
152
+ },
153
+ "object": {
154
+ "begin": "\\(",
155
+ "beginCaptures": {
156
+ "0": {
157
+ "name": "punctuation.section.dictionary.begin.ron"
158
+ }
159
+ },
160
+ "end": "\\)",
161
+ "endCaptures": {
162
+ "0": {
163
+ "name": "punctuation.section.dictionary.end.ron"
164
+ }
165
+ },
166
+ "patterns": [
167
+ {
168
+ "include": "#value"
169
+ },
170
+ {
171
+ "include": "#dictionary"
172
+ },
173
+ {
174
+ "include": "#tag-name"
175
+ },
176
+ {
177
+ "include": "#object-name"
178
+ },
179
+ {
180
+ "include": "#object"
181
+ }
182
+ ]
183
+ },
184
+ "object-name": {
185
+ "match": "[A-Z_a-z][0-9A-Z_a-z]*",
186
+ "name": "entity.name.class.ron"
187
+ },
188
+ "string": {
189
+ "begin": "(b?)(\")",
190
+ "end": "\"",
191
+ "name": "string.quoted.double",
192
+ "patterns": [
193
+ {
194
+ "include": "#escapes"
195
+ }
196
+ ]
197
+ },
198
+ "tag-name": {
199
+ "match": "[_a-z][0-9A-Z_a-z]*",
200
+ "name": "entity.name.tag.ron"
201
+ },
202
+ "value": {
203
+ "patterns": [
204
+ {
205
+ "include": "#array"
206
+ },
207
+ {
208
+ "include": "#block_comment"
209
+ },
210
+ {
211
+ "include": "#constant"
212
+ },
213
+ {
214
+ "include": "#dictionary"
215
+ },
216
+ {
217
+ "include": "#line_comment"
218
+ },
219
+ {
220
+ "include": "#number"
221
+ },
222
+ {
223
+ "include": "#object"
224
+ },
225
+ {
226
+ "include": "#string"
227
+ },
228
+ {
229
+ "include": "#character"
230
+ }
231
+ ]
232
+ }
233
+ },
234
+ "scopeName": "source.ron"
235
+ }
package/index.js CHANGED
@@ -18,7 +18,7 @@ export const grammars = [
18
18
  sourceApi: 'https://api.github.com/repos/pvl/abap.tmbundle/contents/Syntaxes/ABAP.tmLanguage?ref=92e17e62a9449d2a6f87bfb30b4f920986c24018',
19
19
  },
20
20
  {
21
- byteSize: 13643,
21
+ byteSize: 14783,
22
22
  categories: [
23
23
  'scripting',
24
24
  ],
@@ -30,15 +30,15 @@ export const grammars = [
30
30
  url: 'https://patreon.com/josht',
31
31
  },
32
32
  ],
33
- hash: '9HG1Ob3W2vJtopt2ReqK_rdiB8U8zS1iGCxPVcv7Uyg',
34
- lastUpdate: '2025-05-12T17:28:50Z',
33
+ hash: 'IeDz98fkc7y0oB7SMGMrFScNLvo4Kv0sYVlRh_nakYw',
34
+ lastUpdate: '2026-01-22T22:54:22Z',
35
35
  license: 'Apache-2.0',
36
36
  licenseUrl: 'https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE',
37
37
  name: 'actionscript-3',
38
38
  scopeName: 'source.actionscript.3',
39
- sha: 'e7e35cc16363f07b2e536d7224a96c81354a316f',
40
- source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/e7e35cc16363f07b2e536d7224a96c81354a316f/distribution/src/assembly/syntaxes/AS3.tmLanguage',
41
- sourceApi: 'https://api.github.com/repos/BowlerHatLLC/vscode-as3mxml/contents/distribution/src/assembly/syntaxes/AS3.tmLanguage?ref=e7e35cc16363f07b2e536d7224a96c81354a316f',
39
+ sha: '42f895fa03d4a71f590e2631b5e215cade7da1db',
40
+ source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/42f895fa03d4a71f590e2631b5e215cade7da1db/distribution/src/assembly/syntaxes/AS3.tmLanguage',
41
+ sourceApi: 'https://api.github.com/repos/BowlerHatLLC/vscode-as3mxml/contents/distribution/src/assembly/syntaxes/AS3.tmLanguage?ref=42f895fa03d4a71f590e2631b5e215cade7da1db',
42
42
  },
43
43
  {
44
44
  byteSize: 46477,
@@ -1291,6 +1291,10 @@ export const grammars = [
1291
1291
  sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/fsharp/syntaxes/fsharp.tmLanguage.json?ref=e6cffb21362b6d7addb977ff7db14f0681228780',
1292
1292
  },
1293
1293
  {
1294
+ aliases: [
1295
+ 'tscn',
1296
+ 'tres',
1297
+ ],
1294
1298
  byteSize: 4831,
1295
1299
  displayName: 'GDResource',
1296
1300
  embedded: [
@@ -1303,7 +1307,7 @@ export const grammars = [
1303
1307
  url: 'https://fund.godotengine.org/',
1304
1308
  },
1305
1309
  ],
1306
- hash: 'a_SeHnF7ntduTw1bSSQ1QYbiRbAMaNhHDGGkiFyTX6A',
1310
+ hash: 'K3yEhkkUmdhMDjUAd1kTwsoIawQUQi2CQbI833X-2DQ',
1307
1311
  lastUpdate: '2023-12-06T14:53:10Z',
1308
1312
  license: 'MIT',
1309
1313
  licenseUrl: 'https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE',
@@ -1314,6 +1318,9 @@ export const grammars = [
1314
1318
  sourceApi: 'https://api.github.com/repos/godotengine/godot-vscode-plugin/contents/syntaxes/GDResource.tmLanguage.json?ref=e7e2d0439dea0fb3a568378554c81e0a17348a84',
1315
1319
  },
1316
1320
  {
1321
+ aliases: [
1322
+ 'gd',
1323
+ ],
1317
1324
  byteSize: 18386,
1318
1325
  displayName: 'GDScript',
1319
1326
  funding: [
@@ -1322,7 +1329,7 @@ export const grammars = [
1322
1329
  url: 'https://fund.godotengine.org/',
1323
1330
  },
1324
1331
  ],
1325
- hash: 'LNIkyOPS3qovW3lQymCNJAlxNDqRZZSGs2p3J1K25-s',
1332
+ hash: '3AfjbYHDxHmNv8h7yF8aIHKJxOkaCG6ys64zW8BXpp0',
1326
1333
  lastUpdate: '2025-08-20T19:33:15Z',
1327
1334
  license: 'MIT',
1328
1335
  licenseUrl: 'https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE',
@@ -3517,6 +3524,24 @@ export const grammars = [
3517
3524
  source: 'https://github.com/zhuanhao-wu/vscode-riscv-support/blob/2736b60e45ff2ef738d784055e136cf38d6290cd/syntaxes/riscv.tmLanguage',
3518
3525
  sourceApi: 'https://api.github.com/repos/zhuanhao-wu/vscode-riscv-support/contents/syntaxes/riscv.tmLanguage?ref=2736b60e45ff2ef738d784055e136cf38d6290cd',
3519
3526
  },
3527
+ {
3528
+ byteSize: 2772,
3529
+ categories: [
3530
+ 'data',
3531
+ ],
3532
+ displayName: 'RON',
3533
+ funding: [
3534
+ ],
3535
+ hash: 'HL82Y_UVPRaA2ZqOGhP4RoM33ySM-vaNlTCoj66jalQ',
3536
+ lastUpdate: '2023-10-04T14:30:21Z',
3537
+ license: 'MIT',
3538
+ licenseUrl: 'https://raw.githubusercontent.com/a5huynh/vscode-ron/master/LICENSE.md',
3539
+ name: 'ron',
3540
+ scopeName: 'source.ron',
3541
+ sha: 'fa66afd2173e9027b77cac2dc78e1d86c6de2943',
3542
+ source: 'https://github.com/a5huynh/vscode-ron/blob/fa66afd2173e9027b77cac2dc78e1d86c6de2943/syntaxes/ron.tmGrammar.json',
3543
+ sourceApi: 'https://api.github.com/repos/a5huynh/vscode-ron/contents/syntaxes/ron.tmGrammar.json?ref=fa66afd2173e9027b77cac2dc78e1d86c6de2943',
3544
+ },
3520
3545
  {
3521
3546
  byteSize: 4345,
3522
3547
  categories: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.29.0",
4
+ "version": "1.30.0",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",