tm-grammars 1.29.1 → 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 +14 -0
- package/README.md +3 -2
- package/grammars/ron.json +235 -0
- package/index.js +27 -2
- package/package.json +1 -1
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
|
@@ -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` |
|
|
86
|
-
| `gdscript` |
|
|
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 |
|
|
@@ -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
|
@@ -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: '
|
|
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: '
|
|
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: [
|