tm-grammars 1.7.2 → 1.8.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.
- package/NOTICE +191 -0
- package/README.md +13 -2
- package/grammars/asciidoc.json +6673 -0
- package/grammars/fluent.json +206 -0
- package/grammars/genie.json +194 -0
- package/grammars/haxe.json +2484 -0
- package/grammars/hcl.json +1 -1
- package/grammars/hxml.json +65 -0
- package/grammars/qml.json +436 -0
- package/grammars/qmldir.json +83 -0
- package/grammars/qss.json +285 -0
- package/grammars/soy.json +610 -0
- package/grammars/vala.json +196 -0
- package/grammars/wikitext.json +3619 -0
- package/index.js +263 -5
- package/package.json +1 -2
package/index.js
CHANGED
|
@@ -140,6 +140,66 @@ export const grammars = [
|
|
|
140
140
|
sha: 'ed1dbedcf03d0b67207e41fe2e11218cc925dc0d',
|
|
141
141
|
source: 'https://github.com/ara-lang/highlighting/blob/ed1dbedcf03d0b67207e41fe2e11218cc925dc0d/syntaxes/ara.json',
|
|
142
142
|
},
|
|
143
|
+
{
|
|
144
|
+
aliases: [
|
|
145
|
+
'adoc',
|
|
146
|
+
],
|
|
147
|
+
byteSize: 89598,
|
|
148
|
+
categories: [
|
|
149
|
+
'markup',
|
|
150
|
+
],
|
|
151
|
+
displayName: 'AsciiDoc',
|
|
152
|
+
embedded: [
|
|
153
|
+
'html',
|
|
154
|
+
'yaml',
|
|
155
|
+
'csv',
|
|
156
|
+
'c',
|
|
157
|
+
'clojure',
|
|
158
|
+
'coffee',
|
|
159
|
+
'cpp',
|
|
160
|
+
'css',
|
|
161
|
+
'csharp',
|
|
162
|
+
'diff',
|
|
163
|
+
'docker',
|
|
164
|
+
'elixir',
|
|
165
|
+
'elm',
|
|
166
|
+
'erlang',
|
|
167
|
+
'go',
|
|
168
|
+
'groovy',
|
|
169
|
+
'haskell',
|
|
170
|
+
'java',
|
|
171
|
+
'javascript',
|
|
172
|
+
'json',
|
|
173
|
+
'jsx',
|
|
174
|
+
'julia',
|
|
175
|
+
'kotlin',
|
|
176
|
+
'less',
|
|
177
|
+
'make',
|
|
178
|
+
'objective-c',
|
|
179
|
+
'ocaml',
|
|
180
|
+
'perl',
|
|
181
|
+
'python',
|
|
182
|
+
'r',
|
|
183
|
+
'ruby',
|
|
184
|
+
'rust',
|
|
185
|
+
'sass',
|
|
186
|
+
'scala',
|
|
187
|
+
'scss',
|
|
188
|
+
'shellscript',
|
|
189
|
+
'sql',
|
|
190
|
+
'swift',
|
|
191
|
+
'toml',
|
|
192
|
+
'typescript',
|
|
193
|
+
'xml',
|
|
194
|
+
],
|
|
195
|
+
lastUpdate: '2024-02-11T14:41:45Z',
|
|
196
|
+
license: 'NOASSERTION',
|
|
197
|
+
licenseUrl: 'https://raw.githubusercontent.com/asciidoctor/asciidoctor-vscode/master/LICENSE',
|
|
198
|
+
name: 'asciidoc',
|
|
199
|
+
scopeName: 'text.asciidoc',
|
|
200
|
+
sha: '40183f69a560e1a0f5b859468308a016692ae2d8',
|
|
201
|
+
source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/40183f69a560e1a0f5b859468308a016692ae2d8/syntaxes/Asciidoctor.json',
|
|
202
|
+
},
|
|
143
203
|
{
|
|
144
204
|
byteSize: 39512,
|
|
145
205
|
displayName: 'Assembly',
|
|
@@ -716,6 +776,20 @@ export const grammars = [
|
|
|
716
776
|
sha: '2fe4ccc72fdcd9b9f54fbb2c05fe9b350c32d718',
|
|
717
777
|
source: 'https://github.com/bmalehorn/vscode-fish/blob/2fe4ccc72fdcd9b9f54fbb2c05fe9b350c32d718/syntaxes/fish.tmLanguage.json',
|
|
718
778
|
},
|
|
779
|
+
{
|
|
780
|
+
aliases: [
|
|
781
|
+
'ftl',
|
|
782
|
+
],
|
|
783
|
+
byteSize: 3472,
|
|
784
|
+
displayName: 'Fluent',
|
|
785
|
+
lastUpdate: '2022-07-23T20:00:33Z',
|
|
786
|
+
license: 'MIT',
|
|
787
|
+
licenseUrl: 'https://raw.githubusercontent.com/macabeus/vscode-fluent/master/LICENSE',
|
|
788
|
+
name: 'fluent',
|
|
789
|
+
scopeName: 'source.ftl',
|
|
790
|
+
sha: '8544ea296a7769a359f43ddff4dc4b6c61f5cf59',
|
|
791
|
+
source: 'https://github.com/macabeus/vscode-fluent/blob/8544ea296a7769a359f43ddff4dc4b6c61f5cf59/syntaxes/fluent.tmLanguage.json',
|
|
792
|
+
},
|
|
719
793
|
{
|
|
720
794
|
aliases: [
|
|
721
795
|
'f',
|
|
@@ -811,6 +885,17 @@ export const grammars = [
|
|
|
811
885
|
sha: 'e7e2d0439dea0fb3a568378554c81e0a17348a84',
|
|
812
886
|
source: 'https://github.com/godotengine/godot-vscode-plugin/blob/e7e2d0439dea0fb3a568378554c81e0a17348a84/syntaxes/GDShader.tmLanguage.json',
|
|
813
887
|
},
|
|
888
|
+
{
|
|
889
|
+
byteSize: 3194,
|
|
890
|
+
displayName: 'Genie',
|
|
891
|
+
lastUpdate: '2021-05-28T08:53:39Z',
|
|
892
|
+
license: 'MIT',
|
|
893
|
+
licenseUrl: 'https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE',
|
|
894
|
+
name: 'genie',
|
|
895
|
+
scopeName: 'source.genie',
|
|
896
|
+
sha: '8f825e95648326df2572d0522632251cdff4a43b',
|
|
897
|
+
source: 'https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/genie.YAML-tmLanguage',
|
|
898
|
+
},
|
|
814
899
|
{
|
|
815
900
|
byteSize: 12425,
|
|
816
901
|
displayName: 'Gherkin',
|
|
@@ -1063,15 +1148,29 @@ export const grammars = [
|
|
|
1063
1148
|
source: 'https://github.com/octref/language-haskell/blob/ae87982aac2bf5cf6334c067e49c5ec8fc08b871/syntaxes/haskell.json',
|
|
1064
1149
|
},
|
|
1065
1150
|
{
|
|
1066
|
-
byteSize:
|
|
1151
|
+
byteSize: 34407,
|
|
1152
|
+
categories: [
|
|
1153
|
+
'general',
|
|
1154
|
+
],
|
|
1155
|
+
displayName: 'Haxe',
|
|
1156
|
+
lastUpdate: '2024-04-19T14:01:24Z',
|
|
1157
|
+
license: 'MIT',
|
|
1158
|
+
licenseUrl: 'https://raw.githubusercontent.com/vshaxe/haxe-TmLanguage/master/LICENSE.md',
|
|
1159
|
+
name: 'haxe',
|
|
1160
|
+
scopeName: 'source.hx',
|
|
1161
|
+
sha: 'ddad8b4c6d0781ac20be0481174ec1be772c5da5',
|
|
1162
|
+
source: 'https://github.com/vshaxe/haxe-TmLanguage/blob/ddad8b4c6d0781ac20be0481174ec1be772c5da5/haxe.YAML-tmLanguage',
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
byteSize: 11486,
|
|
1067
1166
|
displayName: 'HashiCorp HCL',
|
|
1068
|
-
lastUpdate: '2024-
|
|
1167
|
+
lastUpdate: '2024-04-25T10:30:43Z',
|
|
1069
1168
|
license: 'MPL-2.0',
|
|
1070
1169
|
licenseUrl: 'https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE',
|
|
1071
1170
|
name: 'hcl',
|
|
1072
1171
|
scopeName: 'source.hcl',
|
|
1073
|
-
sha: '
|
|
1074
|
-
source: 'https://github.com/hashicorp/syntax/blob/
|
|
1172
|
+
sha: 'ab1d9da794f06ae91afa06a590727cbf836939b0',
|
|
1173
|
+
source: 'https://github.com/hashicorp/syntax/blob/ab1d9da794f06ae91afa06a590727cbf836939b0/syntaxes/hcl.tmGrammar.json',
|
|
1075
1174
|
},
|
|
1076
1175
|
{
|
|
1077
1176
|
byteSize: 12496,
|
|
@@ -1159,6 +1258,23 @@ export const grammars = [
|
|
|
1159
1258
|
sha: 'a89f8bce1b5e3d5bd955f10916b0c101e20431d3',
|
|
1160
1259
|
source: 'https://github.com/Huachao/vscode-restclient/blob/a89f8bce1b5e3d5bd955f10916b0c101e20431d3/syntaxes/http.tmLanguage.json',
|
|
1161
1260
|
},
|
|
1261
|
+
{
|
|
1262
|
+
byteSize: 1668,
|
|
1263
|
+
categories: [
|
|
1264
|
+
'dsl',
|
|
1265
|
+
],
|
|
1266
|
+
displayName: 'HXML',
|
|
1267
|
+
embedded: [
|
|
1268
|
+
'haxe',
|
|
1269
|
+
],
|
|
1270
|
+
lastUpdate: '2020-06-27T14:36:19Z',
|
|
1271
|
+
license: 'MIT',
|
|
1272
|
+
licenseUrl: 'https://raw.githubusercontent.com/vshaxe/haxe-TmLanguage/master/LICENSE.md',
|
|
1273
|
+
name: 'hxml',
|
|
1274
|
+
scopeName: 'source.hxml',
|
|
1275
|
+
sha: 'cf8117cb69876af5fbac537860ffc73928fe2571',
|
|
1276
|
+
source: 'https://github.com/vshaxe/haxe-TmLanguage/blob/cf8117cb69876af5fbac537860ffc73928fe2571/hxml.YAML-tmLanguage',
|
|
1277
|
+
},
|
|
1162
1278
|
{
|
|
1163
1279
|
byteSize: 3125,
|
|
1164
1280
|
categories: [
|
|
@@ -1733,7 +1849,7 @@ export const grammars = [
|
|
|
1733
1849
|
source: 'https://github.com/wooorm/markdown-tm-language/blob/371d61df9ddc3850e12aabe61b602d02e259e8a4/source.mdx.tmLanguage',
|
|
1734
1850
|
},
|
|
1735
1851
|
{
|
|
1736
|
-
byteSize:
|
|
1852
|
+
byteSize: 25371,
|
|
1737
1853
|
displayName: 'Mermaid',
|
|
1738
1854
|
lastUpdate: '2022-06-10T19:46:22Z',
|
|
1739
1855
|
license: 'MIT',
|
|
@@ -2124,6 +2240,51 @@ export const grammars = [
|
|
|
2124
2240
|
sha: 'cf4c9e469d521fa5f33353737e8157eb0789ad02',
|
|
2125
2241
|
source: 'https://github.com/microsoft/vscode/blob/cf4c9e469d521fa5f33353737e8157eb0789ad02/extensions/python/syntaxes/MagicPython.tmLanguage.json',
|
|
2126
2242
|
},
|
|
2243
|
+
{
|
|
2244
|
+
byteSize: 5076,
|
|
2245
|
+
categories: [
|
|
2246
|
+
'dsl',
|
|
2247
|
+
],
|
|
2248
|
+
displayName: 'QML',
|
|
2249
|
+
embedded: [
|
|
2250
|
+
'javascript',
|
|
2251
|
+
],
|
|
2252
|
+
lastUpdate: '2022-08-26T21:14:57Z',
|
|
2253
|
+
license: 'MIT',
|
|
2254
|
+
licenseUrl: 'https://raw.githubusercontent.com/seanwu1105/vscode-qt-for-python/master/LICENSE',
|
|
2255
|
+
name: 'qml',
|
|
2256
|
+
scopeName: 'source.qml',
|
|
2257
|
+
sha: '51408001e908800c00ce9f68f66e511545ea29fe',
|
|
2258
|
+
source: 'https://github.com/seanwu1105/vscode-qt-for-python/blob/51408001e908800c00ce9f68f66e511545ea29fe/syntaxes/qml.tmLanguage.json',
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
byteSize: 902,
|
|
2262
|
+
categories: [
|
|
2263
|
+
'dsl',
|
|
2264
|
+
],
|
|
2265
|
+
displayName: 'QML Directory',
|
|
2266
|
+
lastUpdate: '2022-08-26T21:28:43Z',
|
|
2267
|
+
license: 'MIT',
|
|
2268
|
+
licenseUrl: 'https://raw.githubusercontent.com/seanwu1105/vscode-qt-for-python/master/LICENSE',
|
|
2269
|
+
name: 'qmldir',
|
|
2270
|
+
scopeName: 'source.qmldir',
|
|
2271
|
+
sha: 'b301e7b18493ba59c4f52e49c3f73b6cd23d4c4b',
|
|
2272
|
+
source: 'https://github.com/seanwu1105/vscode-qt-for-python/blob/b301e7b18493ba59c4f52e49c3f73b6cd23d4c4b/syntaxes/qmldir.tmLanguage.json',
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
byteSize: 7634,
|
|
2276
|
+
categories: [
|
|
2277
|
+
'dsl',
|
|
2278
|
+
],
|
|
2279
|
+
displayName: 'Qt Style Sheets',
|
|
2280
|
+
lastUpdate: '2023-02-15T15:05:28Z',
|
|
2281
|
+
license: 'MIT',
|
|
2282
|
+
licenseUrl: 'https://raw.githubusercontent.com/seanwu1105/vscode-qt-for-python/master/LICENSE',
|
|
2283
|
+
name: 'qss',
|
|
2284
|
+
scopeName: 'source.qss',
|
|
2285
|
+
sha: 'f0a56a97d10f58ab7b4b6e2ab6ce34ca4c9d521d',
|
|
2286
|
+
source: 'https://github.com/seanwu1105/vscode-qt-for-python/blob/f0a56a97d10f58ab7b4b6e2ab6ce34ca4c9d521d/syntaxes/qss.tmLanguage.json',
|
|
2287
|
+
},
|
|
2127
2288
|
{
|
|
2128
2289
|
byteSize: 34642,
|
|
2129
2290
|
categories: [
|
|
@@ -2439,6 +2600,23 @@ export const grammars = [
|
|
|
2439
2600
|
sha: '75531be0beda99b7293d778eb0b1c63f70d8ac59',
|
|
2440
2601
|
source: 'https://github.com/juanfranblanco/vscode-solidity/blob/75531be0beda99b7293d778eb0b1c63f70d8ac59/syntaxes/solidity.json',
|
|
2441
2602
|
},
|
|
2603
|
+
{
|
|
2604
|
+
aliases: [
|
|
2605
|
+
'closure-templates',
|
|
2606
|
+
],
|
|
2607
|
+
byteSize: 6547,
|
|
2608
|
+
displayName: 'Closure Templates',
|
|
2609
|
+
embedded: [
|
|
2610
|
+
'html',
|
|
2611
|
+
],
|
|
2612
|
+
lastUpdate: '2017-05-27T18:02:53Z',
|
|
2613
|
+
license: 'MIT',
|
|
2614
|
+
licenseUrl: 'https://raw.githubusercontent.com/mthadley/language-closure-templates/master/LICENSE',
|
|
2615
|
+
name: 'soy',
|
|
2616
|
+
scopeName: 'text.html.soy',
|
|
2617
|
+
sha: '7caf3a1fad0245c4196d3766ba0f481762fbc92e',
|
|
2618
|
+
source: 'https://github.com/mthadley/language-closure-templates/blob/7caf3a1fad0245c4196d3766ba0f481762fbc92e/grammars/closure-templates.json',
|
|
2619
|
+
},
|
|
2442
2620
|
{
|
|
2443
2621
|
byteSize: 1350,
|
|
2444
2622
|
displayName: 'SPARQL',
|
|
@@ -2749,6 +2927,17 @@ export const grammars = [
|
|
|
2749
2927
|
sha: 'b1f529602bc6536ad8967373302e151e77179598',
|
|
2750
2928
|
source: 'https://github.com/vlang/vscode-vlang/blob/b1f529602bc6536ad8967373302e151e77179598/syntaxes/v.tmLanguage.json',
|
|
2751
2929
|
},
|
|
2930
|
+
{
|
|
2931
|
+
byteSize: 3220,
|
|
2932
|
+
displayName: 'Vala',
|
|
2933
|
+
lastUpdate: '2021-05-28T08:53:39Z',
|
|
2934
|
+
license: 'MIT',
|
|
2935
|
+
licenseUrl: 'https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE',
|
|
2936
|
+
name: 'vala',
|
|
2937
|
+
scopeName: 'source.vala',
|
|
2938
|
+
sha: '8f825e95648326df2572d0522632251cdff4a43b',
|
|
2939
|
+
source: 'https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/vala.YAML-tmLanguage',
|
|
2940
|
+
},
|
|
2752
2941
|
{
|
|
2753
2942
|
aliases: [
|
|
2754
2943
|
'cmd',
|
|
@@ -2917,6 +3106,75 @@ export const grammars = [
|
|
|
2917
3106
|
sha: '04222c48533ca541d6dc97043ea096471517e079',
|
|
2918
3107
|
source: 'https://github.com/PolyMeilex/vscode-wgsl/blob/04222c48533ca541d6dc97043ea096471517e079/syntaxes/wgsl.tmLanguage.json',
|
|
2919
3108
|
},
|
|
3109
|
+
{
|
|
3110
|
+
aliases: [
|
|
3111
|
+
'mediawiki',
|
|
3112
|
+
'wiki',
|
|
3113
|
+
],
|
|
3114
|
+
byteSize: 55021,
|
|
3115
|
+
categories: [
|
|
3116
|
+
'markup',
|
|
3117
|
+
],
|
|
3118
|
+
displayName: 'Wikitext',
|
|
3119
|
+
embedded: [
|
|
3120
|
+
'html',
|
|
3121
|
+
'css',
|
|
3122
|
+
'ini',
|
|
3123
|
+
'java',
|
|
3124
|
+
'lua',
|
|
3125
|
+
'make',
|
|
3126
|
+
'perl',
|
|
3127
|
+
'r',
|
|
3128
|
+
'ruby',
|
|
3129
|
+
'php',
|
|
3130
|
+
'sql',
|
|
3131
|
+
'vb',
|
|
3132
|
+
'xml',
|
|
3133
|
+
'xsl',
|
|
3134
|
+
'yaml',
|
|
3135
|
+
'bat',
|
|
3136
|
+
'clojure',
|
|
3137
|
+
'coffee',
|
|
3138
|
+
'c',
|
|
3139
|
+
'cpp',
|
|
3140
|
+
'diff',
|
|
3141
|
+
'docker',
|
|
3142
|
+
'go',
|
|
3143
|
+
'groovy',
|
|
3144
|
+
'pug',
|
|
3145
|
+
'javascript',
|
|
3146
|
+
'jsonc',
|
|
3147
|
+
'less',
|
|
3148
|
+
'objective-c',
|
|
3149
|
+
'swift',
|
|
3150
|
+
'scss',
|
|
3151
|
+
'raku',
|
|
3152
|
+
'powershell',
|
|
3153
|
+
'python',
|
|
3154
|
+
'julia',
|
|
3155
|
+
'rust',
|
|
3156
|
+
'scala',
|
|
3157
|
+
'shellscript',
|
|
3158
|
+
'typescript',
|
|
3159
|
+
'csharp',
|
|
3160
|
+
'fsharp',
|
|
3161
|
+
'dart',
|
|
3162
|
+
'handlebars',
|
|
3163
|
+
'markdown',
|
|
3164
|
+
'erlang',
|
|
3165
|
+
'elixir',
|
|
3166
|
+
'latex',
|
|
3167
|
+
'bibtex',
|
|
3168
|
+
'json',
|
|
3169
|
+
],
|
|
3170
|
+
lastUpdate: '2023-07-28T05:20:56Z',
|
|
3171
|
+
license: 'MIT',
|
|
3172
|
+
licenseUrl: 'https://raw.githubusercontent.com/Frederisk/Wikitext-VSCode-Extension/master/LICENSE.txt',
|
|
3173
|
+
name: 'wikitext',
|
|
3174
|
+
scopeName: 'source.wikitext',
|
|
3175
|
+
sha: 'dee10cf6fae2f15c68e3caa8c2c08092c4a517f4',
|
|
3176
|
+
source: 'https://github.com/Frederisk/Wikitext-VSCode-Extension/blob/dee10cf6fae2f15c68e3caa8c2c08092c4a517f4/syntaxes/wikitext.tmLanguage.yaml',
|
|
3177
|
+
},
|
|
2920
3178
|
{
|
|
2921
3179
|
aliases: [
|
|
2922
3180
|
'wl',
|
package/package.json
CHANGED