tm-grammars 0.0.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 (181) hide show
  1. package/LICENSE +22 -0
  2. package/NOTICE +6565 -0
  3. package/README.md +211 -0
  4. package/grammars/abap.json +380 -0
  5. package/grammars/actionscript-3.json +951 -0
  6. package/grammars/ada.json +3874 -0
  7. package/grammars/apache.json +562 -0
  8. package/grammars/apex.json +3203 -0
  9. package/grammars/apl.json +1479 -0
  10. package/grammars/applescript.json +1406 -0
  11. package/grammars/ara.json +428 -0
  12. package/grammars/asm.json +1741 -0
  13. package/grammars/astro.json +776 -0
  14. package/grammars/awk.json +388 -0
  15. package/grammars/ballerina.json +3768 -0
  16. package/grammars/bat.json +783 -0
  17. package/grammars/beancount.json +831 -0
  18. package/grammars/berry.json +172 -0
  19. package/grammars/bibtex.json +315 -0
  20. package/grammars/bicep.json +239 -0
  21. package/grammars/blade.json +3870 -0
  22. package/grammars/c.json +3552 -0
  23. package/grammars/cadence.json +738 -0
  24. package/grammars/clarity.json +877 -0
  25. package/grammars/clojure.json +426 -0
  26. package/grammars/cmake.json +143 -0
  27. package/grammars/cobol.json +1124 -0
  28. package/grammars/codeql.json +1540 -0
  29. package/grammars/coffee.json +1311 -0
  30. package/grammars/cpp-macro.json +9498 -0
  31. package/grammars/cpp.json +16635 -0
  32. package/grammars/crystal.json +1866 -0
  33. package/grammars/csharp.json +5722 -0
  34. package/grammars/css.json +1860 -0
  35. package/grammars/csv.json +46 -0
  36. package/grammars/cue.json +1128 -0
  37. package/grammars/cypher.json +353 -0
  38. package/grammars/d.json +3185 -0
  39. package/grammars/dart.json +522 -0
  40. package/grammars/dax.json +185 -0
  41. package/grammars/diff.json +155 -0
  42. package/grammars/docker.json +97 -0
  43. package/grammars/dream-maker.json +640 -0
  44. package/grammars/elixir.json +1014 -0
  45. package/grammars/elm.json +751 -0
  46. package/grammars/erb.json +156 -0
  47. package/grammars/erlang.json +1757 -0
  48. package/grammars/fish.json +189 -0
  49. package/grammars/fsharp.json +1831 -0
  50. package/grammars/gdresource.json +290 -0
  51. package/grammars/gdscript.json +969 -0
  52. package/grammars/gdshader.json +405 -0
  53. package/grammars/gherkin.json +133 -0
  54. package/grammars/git-commit.json +85 -0
  55. package/grammars/git-rebase.json +56 -0
  56. package/grammars/glimmer-js.json +98 -0
  57. package/grammars/glimmer-ts.json +98 -0
  58. package/grammars/glsl.json +57 -0
  59. package/grammars/gnuplot.json +892 -0
  60. package/grammars/go.json +1012 -0
  61. package/grammars/graphql.json +1295 -0
  62. package/grammars/groovy.json +1378 -0
  63. package/grammars/hack.json +2650 -0
  64. package/grammars/haml.json +598 -0
  65. package/grammars/handlebars.json +848 -0
  66. package/grammars/haskell.json +2431 -0
  67. package/grammars/hcl.json +787 -0
  68. package/grammars/hjson.json +821 -0
  69. package/grammars/hlsl.json +212 -0
  70. package/grammars/html.json +93 -0
  71. package/grammars/imba.json +2696 -0
  72. package/grammars/ini.json +108 -0
  73. package/grammars/java.json +1885 -0
  74. package/grammars/javascript.json +5984 -0
  75. package/grammars/jinja-html.json +16 -0
  76. package/grammars/jinja.json +345 -0
  77. package/grammars/jison.json +715 -0
  78. package/grammars/jsdoc.json +21 -0
  79. package/grammars/json.json +208 -0
  80. package/grammars/json5.json +244 -0
  81. package/grammars/jsonc.json +208 -0
  82. package/grammars/jsonl.json +208 -0
  83. package/grammars/jsonnet.json +211 -0
  84. package/grammars/jssm.json +159 -0
  85. package/grammars/jsx.json +5984 -0
  86. package/grammars/julia.json +1061 -0
  87. package/grammars/kotlin.json +580 -0
  88. package/grammars/kusto.json +687 -0
  89. package/grammars/latex.json +2395 -0
  90. package/grammars/less.json +5012 -0
  91. package/grammars/liquid.json +990 -0
  92. package/grammars/lisp.json +121 -0
  93. package/grammars/logo.json +55 -0
  94. package/grammars/lua.json +956 -0
  95. package/grammars/make.json +629 -0
  96. package/grammars/markdown.json +3066 -0
  97. package/grammars/marko.json +1344 -0
  98. package/grammars/matlab.json +1131 -0
  99. package/grammars/mdc.json +571 -0
  100. package/grammars/mdx.json +5629 -0
  101. package/grammars/mermaid.json +1382 -0
  102. package/grammars/mojo.json +4153 -0
  103. package/grammars/narrat.json +227 -0
  104. package/grammars/nextflow.json +298 -0
  105. package/grammars/nginx.json +2121 -0
  106. package/grammars/nim.json +1522 -0
  107. package/grammars/nix.json +1200 -0
  108. package/grammars/nushell.json +1047 -0
  109. package/grammars/objective-c.json +3750 -0
  110. package/grammars/objective-cpp.json +7242 -0
  111. package/grammars/ocaml.json +2967 -0
  112. package/grammars/pascal.json +154 -0
  113. package/grammars/perl.json +2971 -0
  114. package/grammars/php.json +4024 -0
  115. package/grammars/plsql.json +241 -0
  116. package/grammars/postcss.json +377 -0
  117. package/grammars/powerquery.json +349 -0
  118. package/grammars/powershell.json +1024 -0
  119. package/grammars/prisma.json +443 -0
  120. package/grammars/prolog.json +298 -0
  121. package/grammars/proto.json +507 -0
  122. package/grammars/pug.json +1033 -0
  123. package/grammars/puppet.json +777 -0
  124. package/grammars/purescript.json +871 -0
  125. package/grammars/python.json +4208 -0
  126. package/grammars/r.json +637 -0
  127. package/grammars/raku.json +310 -0
  128. package/grammars/razor.json +1813 -0
  129. package/grammars/reg.json +136 -0
  130. package/grammars/rel.json +200 -0
  131. package/grammars/riscv.json +298 -0
  132. package/grammars/rst.json +734 -0
  133. package/grammars/ruby.json +2769 -0
  134. package/grammars/rust.json +1171 -0
  135. package/grammars/sas.json +302 -0
  136. package/grammars/sass.json +618 -0
  137. package/grammars/scala.json +1313 -0
  138. package/grammars/scheme.json +384 -0
  139. package/grammars/scss.json +1874 -0
  140. package/grammars/shaderlab.json +199 -0
  141. package/grammars/shellscript.json +2025 -0
  142. package/grammars/shellsession.json +33 -0
  143. package/grammars/smalltalk.json +235 -0
  144. package/grammars/solidity.json +1210 -0
  145. package/grammars/sparql.json +45 -0
  146. package/grammars/splunk.json +91 -0
  147. package/grammars/sql.json +631 -0
  148. package/grammars/ssh-config.json +88 -0
  149. package/grammars/stata.json +3050 -0
  150. package/grammars/stylus.json +1208 -0
  151. package/grammars/svelte.json +1171 -0
  152. package/grammars/swift.json +4203 -0
  153. package/grammars/system-verilog.json +1063 -0
  154. package/grammars/tasl.json +292 -0
  155. package/grammars/tcl.json +291 -0
  156. package/grammars/tex.json +281 -0
  157. package/grammars/toml.json +431 -0
  158. package/grammars/tsx.json +5984 -0
  159. package/grammars/turtle.json +261 -0
  160. package/grammars/twig.json +1394 -0
  161. package/grammars/typescript.json +5735 -0
  162. package/grammars/v.json +1001 -0
  163. package/grammars/vb.json +232 -0
  164. package/grammars/verilog.json +305 -0
  165. package/grammars/vhdl.json +1484 -0
  166. package/grammars/viml.json +445 -0
  167. package/grammars/vue-html.json +559 -0
  168. package/grammars/vue.json +1237 -0
  169. package/grammars/vyper.json +5415 -0
  170. package/grammars/wasm.json +831 -0
  171. package/grammars/wenyan.json +129 -0
  172. package/grammars/wgsl.json +391 -0
  173. package/grammars/wolfram.json +2370 -0
  174. package/grammars/xml.json +382 -0
  175. package/grammars/xsl.json +89 -0
  176. package/grammars/yaml.json +616 -0
  177. package/grammars/zenscript.json +257 -0
  178. package/grammars/zig.json +312 -0
  179. package/index.d.ts +18 -0
  180. package/index.js +2165 -0
  181. package/package.json +46 -0
package/index.js ADDED
@@ -0,0 +1,2165 @@
1
+ export const grammars = [
2
+ {
3
+ displayName: 'ABAP',
4
+ name: 'abap',
5
+ scopeName: 'source.abap',
6
+ sha: 'a9b2efff4f4afa469d984353384f09e4ebd24055',
7
+ source: 'https://github.com/pvl/abap.tmbundle/blob/a9b2efff4f4afa469d984353384f09e4ebd24055/Syntaxes/ABAP.tmLanguage',
8
+ },
9
+ {
10
+ displayName: 'ActionScript',
11
+ license: 'Apache-2.0',
12
+ licenseUrl: 'https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE',
13
+ name: 'actionscript-3',
14
+ scopeName: 'source.actionscript.3',
15
+ sha: 'c52b6b64ff533d62c8434499c7713b47b652dae6',
16
+ source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/c52b6b64ff533d62c8434499c7713b47b652dae6/distribution/src/assembly/syntaxes/AS3.tmLanguage',
17
+ },
18
+ {
19
+ displayName: 'Ada',
20
+ license: 'GPL-3.0',
21
+ licenseUrl: 'https://raw.githubusercontent.com/AdaCore/ada_language_server/master/LICENSE',
22
+ name: 'ada',
23
+ scopeName: 'source.ada',
24
+ sha: 'ecb5c52930f0640ed1b6f0b05786928c60cacd00',
25
+ source: 'https://github.com/AdaCore/ada_language_server/blob/ecb5c52930f0640ed1b6f0b05786928c60cacd00/integration/vscode/ada/advanced/ada.tmLanguage.json',
26
+ },
27
+ {
28
+ displayName: 'Apache Conf',
29
+ license: 'NOASSERTION',
30
+ licenseUrl: 'https://raw.githubusercontent.com/colinta/ApacheConf.tmLanguage/main/LICENSE',
31
+ name: 'apache',
32
+ scopeName: 'source.apacheconf',
33
+ sha: '163bc03ae8998a237dfb4be353d0aea198ea17f5',
34
+ source: 'https://github.com/colinta/ApacheConf.tmLanguage/blob/163bc03ae8998a237dfb4be353d0aea198ea17f5/ApacheConf.tmLanguage',
35
+ },
36
+ {
37
+ displayName: 'Apex',
38
+ license: 'NOASSERTION',
39
+ licenseUrl: 'https://raw.githubusercontent.com/forcedotcom/apex-tmLanguage/main/LICENSE',
40
+ name: 'apex',
41
+ scopeName: 'source.apex',
42
+ sha: '88b3b7175cc0be3edf7e22cf8eecc32911740b05',
43
+ source: 'https://github.com/forcedotcom/apex-tmLanguage/blob/88b3b7175cc0be3edf7e22cf8eecc32911740b05/grammars/apex.tmLanguage',
44
+ },
45
+ {
46
+ displayName: 'APL',
47
+ embedded: [
48
+ 'html',
49
+ 'xml',
50
+ 'css',
51
+ 'javascript',
52
+ 'json',
53
+ ],
54
+ name: 'apl',
55
+ scopeName: 'source.apl',
56
+ sha: '48baa9c67fe78c1a6ca8036d8525c11469b37c3a',
57
+ source: 'https://github.com/kimmolinna/vscode-apl-language/blob/48baa9c67fe78c1a6ca8036d8525c11469b37c3a/syntaxes/apl.tmLanguage.json',
58
+ },
59
+ {
60
+ displayName: 'AppleScript',
61
+ name: 'applescript',
62
+ scopeName: 'source.applescript',
63
+ sha: '4947cad7494eba084c21cfe04689b4efce96700f',
64
+ source: 'https://github.com/textmate/applescript.tmbundle/blob/4947cad7494eba084c21cfe04689b4efce96700f/Syntaxes/AppleScript.tmLanguage',
65
+ },
66
+ {
67
+ displayName: 'Ara',
68
+ license: 'Apache-2.0',
69
+ licenseUrl: 'https://raw.githubusercontent.com/ara-lang/highlighting/main/LICENSE-APACHE',
70
+ name: 'ara',
71
+ scopeName: 'source.ara',
72
+ sha: '5953706dfc857e13cc0ecd6155c302700b84c305',
73
+ source: 'https://github.com/ara-lang/highlighting/blob/5953706dfc857e13cc0ecd6155c302700b84c305/syntaxes/ara.json',
74
+ },
75
+ {
76
+ displayName: 'Assembly',
77
+ license: 'MIT',
78
+ licenseUrl: 'https://raw.githubusercontent.com/13xforever/x86_64-assembly-vscode/master/LICENSE.txt',
79
+ name: 'asm',
80
+ scopeName: 'source.asm.x86_64',
81
+ sha: '15c07b12741ac75f5bb6e7701dc7c0d742add8dd',
82
+ source: 'https://github.com/13xforever/x86_64-assembly-vscode/blob/15c07b12741ac75f5bb6e7701dc7c0d742add8dd/syntaxes/language-x86_64-assembly.tmLanguage',
83
+ },
84
+ {
85
+ displayName: 'Astro',
86
+ embedded: [
87
+ 'json',
88
+ 'javascript',
89
+ 'typescript',
90
+ 'stylus',
91
+ 'sass',
92
+ 'css',
93
+ 'scss',
94
+ 'less',
95
+ 'postcss',
96
+ 'tsx',
97
+ ],
98
+ license: 'MIT',
99
+ licenseUrl: 'https://raw.githubusercontent.com/withastro/language-tools/main/LICENSE',
100
+ name: 'astro',
101
+ scopeName: 'source.astro',
102
+ sha: '7de75d39e7a03368bf0e1429dbbd98b9ab6d0c36',
103
+ source: 'https://github.com/withastro/language-tools/blob/7de75d39e7a03368bf0e1429dbbd98b9ab6d0c36/packages/vscode/syntaxes/astro.tmLanguage.src.yaml',
104
+ },
105
+ {
106
+ displayName: 'AWK',
107
+ license: 'MIT',
108
+ licenseUrl: 'https://raw.githubusercontent.com/luggage66/vscode-awk/master/LICENSE.txt',
109
+ name: 'awk',
110
+ scopeName: 'source.awk',
111
+ sha: '426d229f39b4313e0bd5296dc11b5b62e2ad3c58',
112
+ source: 'https://github.com/luggage66/vscode-awk/blob/426d229f39b4313e0bd5296dc11b5b62e2ad3c58/syntaxes/awk.tmLanguage',
113
+ },
114
+ {
115
+ displayName: 'Ballerina',
116
+ license: 'Apache-2.0',
117
+ licenseUrl: 'https://raw.githubusercontent.com/ballerina-platform/ballerina-grammar/master/LICENSE',
118
+ name: 'ballerina',
119
+ scopeName: 'source.ballerina',
120
+ sha: '42ddcc1c63c86bdd6ba712e86bf965f5063831d3',
121
+ source: 'https://github.com/ballerina-platform/ballerina-grammar/blob/42ddcc1c63c86bdd6ba712e86bf965f5063831d3/syntaxes/ballerina.tmLanguage',
122
+ },
123
+ {
124
+ alias: [
125
+ 'batch',
126
+ ],
127
+ displayName: 'Batch File',
128
+ license: 'MIT',
129
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
130
+ name: 'bat',
131
+ scopeName: 'source.batchfile',
132
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
133
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/bat/syntaxes/batchfile.tmLanguage.json',
134
+ },
135
+ {
136
+ displayName: 'Beancount',
137
+ license: 'MIT',
138
+ licenseUrl: 'https://raw.githubusercontent.com/Lencerf/vscode-beancount/master/LICENSE',
139
+ name: 'beancount',
140
+ scopeName: 'text.beancount',
141
+ sha: '08a02ff243a7a73250f555f708f55a67a2af16c9',
142
+ source: 'https://github.com/Lencerf/vscode-beancount/blob/08a02ff243a7a73250f555f708f55a67a2af16c9/syntaxes/beancount.tmLanguage',
143
+ },
144
+ {
145
+ alias: [
146
+ 'be',
147
+ ],
148
+ displayName: 'Berry',
149
+ license: 'MIT',
150
+ licenseUrl: 'https://raw.githubusercontent.com/berry-lang/berry/master/LICENSE',
151
+ name: 'berry',
152
+ scopeName: 'source.berry',
153
+ sha: 'e26caec9207febe4cdf225846bff2f3d238e61a0',
154
+ source: 'https://github.com/berry-lang/berry/blob/e26caec9207febe4cdf225846bff2f3d238e61a0/tools/plugins/vscode/skiars.berry-1.1.0/syntaxes/berry.json',
155
+ },
156
+ {
157
+ displayName: 'BibTeX',
158
+ license: 'MIT',
159
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
160
+ name: 'bibtex',
161
+ scopeName: 'text.bibtex',
162
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
163
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/latex/syntaxes/Bibtex.tmLanguage.json',
164
+ },
165
+ {
166
+ displayName: 'Bicep',
167
+ license: 'MIT',
168
+ licenseUrl: 'https://raw.githubusercontent.com/Azure/bicep/main/LICENSE',
169
+ name: 'bicep',
170
+ scopeName: 'source.bicep',
171
+ sha: '70065ff18183a6f872e10d5f8f6b399d9e55d375',
172
+ source: 'https://github.com/Azure/bicep/blob/70065ff18183a6f872e10d5f8f6b399d9e55d375/src/textmate/bicep.tmlanguage',
173
+ },
174
+ {
175
+ displayName: 'Blade',
176
+ embedded: [
177
+ 'html',
178
+ 'xml',
179
+ 'sql',
180
+ 'javascript',
181
+ 'json',
182
+ 'css',
183
+ ],
184
+ license: 'MIT',
185
+ licenseUrl: 'https://raw.githubusercontent.com/spatie/shiki-php/main/LICENSE.md',
186
+ name: 'blade',
187
+ scopeName: 'text.html.php.blade',
188
+ sha: '87ac0bd789343edf22a2ef33c0735d90a5bbfeb5',
189
+ source: 'https://github.com/spatie/shiki-php/blob/87ac0bd789343edf22a2ef33c0735d90a5bbfeb5/languages/blade.tmLanguage.json',
190
+ },
191
+ {
192
+ displayName: 'C',
193
+ license: 'MIT',
194
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
195
+ name: 'c',
196
+ scopeName: 'source.c',
197
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
198
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/cpp/syntaxes/c.tmLanguage.json',
199
+ },
200
+ {
201
+ alias: [
202
+ 'cdc',
203
+ ],
204
+ license: 'Apache-2.0',
205
+ licenseUrl: 'https://raw.githubusercontent.com/onflow/vscode-cadence/master/LICENSE',
206
+ name: 'cadence',
207
+ scopeName: 'source.cadence',
208
+ sha: 'ada9db07f8adc46988f9ef61bcd616ce5d723598',
209
+ source: 'https://github.com/onflow/vscode-cadence/blob/ada9db07f8adc46988f9ef61bcd616ce5d723598/extension/language/syntaxes/cadence.tmGrammar.json',
210
+ },
211
+ {
212
+ displayName: 'Clarity',
213
+ license: 'MIT',
214
+ licenseUrl: 'https://raw.githubusercontent.com/hirosystems/clarity.tmbundle/main/LICENSE',
215
+ name: 'clarity',
216
+ scopeName: 'source.clar',
217
+ sha: '14499973360935676fcf40fa37723ec216aa3c9f',
218
+ source: 'https://github.com/hirosystems/clarity.tmbundle/blob/14499973360935676fcf40fa37723ec216aa3c9f/Syntaxes/clarity.JSON-tmLanguage',
219
+ },
220
+ {
221
+ alias: [
222
+ 'clj',
223
+ ],
224
+ displayName: 'Clojure',
225
+ license: 'MIT',
226
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
227
+ name: 'clojure',
228
+ scopeName: 'source.clojure',
229
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
230
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/clojure/syntaxes/clojure.tmLanguage.json',
231
+ },
232
+ {
233
+ displayName: 'CMake',
234
+ license: 'MIT',
235
+ licenseUrl: 'https://raw.githubusercontent.com/twxs/vs.language.cmake/master/LICENSE',
236
+ name: 'cmake',
237
+ scopeName: 'source.cmake',
238
+ sha: '8602a1399af2144d72fd25dd6ebb884a6cb62aa6',
239
+ source: 'https://github.com/twxs/vs.language.cmake/blob/8602a1399af2144d72fd25dd6ebb884a6cb62aa6/syntaxes/CMake.tmLanguage',
240
+ },
241
+ {
242
+ displayName: 'COBOL',
243
+ embedded: [
244
+ 'sql',
245
+ 'html',
246
+ 'java',
247
+ ],
248
+ license: 'MIT',
249
+ licenseUrl: 'https://raw.githubusercontent.com/spgennard/vscode_cobol/main/LICENSE',
250
+ name: 'cobol',
251
+ scopeName: 'source.cobol',
252
+ sha: '00f8e42ec2532cd04393b67d6ad89a81b3652c83',
253
+ source: 'https://github.com/spgennard/vscode_cobol/blob/00f8e42ec2532cd04393b67d6ad89a81b3652c83/syntaxes/COBOL.tmLanguage.json',
254
+ },
255
+ {
256
+ alias: [
257
+ 'ql',
258
+ ],
259
+ displayName: 'CodeQL',
260
+ license: 'MIT',
261
+ licenseUrl: 'https://raw.githubusercontent.com/github/vscode-codeql/main/LICENSE.md',
262
+ name: 'codeql',
263
+ scopeName: 'source.ql',
264
+ sha: '262744e6e5bbed91a653769e7c92073127ea6ead',
265
+ source: 'https://github.com/github/vscode-codeql/blob/262744e6e5bbed91a653769e7c92073127ea6ead/syntaxes/ql.tmLanguage.json',
266
+ },
267
+ {
268
+ alias: [
269
+ 'coffeescript',
270
+ ],
271
+ displayName: 'CoffeeScript',
272
+ embedded: [
273
+ 'javascript',
274
+ ],
275
+ license: 'MIT',
276
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
277
+ name: 'coffee',
278
+ scopeName: 'source.coffee',
279
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
280
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json',
281
+ },
282
+ {
283
+ alias: [
284
+ 'c++',
285
+ ],
286
+ displayName: 'C++',
287
+ embedded: [
288
+ 'cpp-macro',
289
+ 'glsl',
290
+ 'sql',
291
+ ],
292
+ license: 'MIT',
293
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
294
+ name: 'cpp',
295
+ scopeName: 'source.cpp',
296
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
297
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/cpp/syntaxes/cpp.tmLanguage.json',
298
+ },
299
+ {
300
+ displayName: 'C++',
301
+ embedded: [
302
+ 'cpp',
303
+ 'glsl',
304
+ 'sql',
305
+ ],
306
+ license: 'MIT',
307
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
308
+ name: 'cpp-macro',
309
+ scopeName: 'source.cpp.embedded.macro',
310
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
311
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json',
312
+ },
313
+ {
314
+ displayName: 'Crystal',
315
+ embedded: [
316
+ 'html',
317
+ 'sql',
318
+ 'css',
319
+ 'c',
320
+ 'javascript',
321
+ 'shellscript',
322
+ ],
323
+ license: 'MIT',
324
+ licenseUrl: 'https://raw.githubusercontent.com/crystal-lang-tools/vscode-crystal-lang/master/LICENSE',
325
+ name: 'crystal',
326
+ scopeName: 'source.crystal',
327
+ sha: 'fe90eda371237dc60f158fca9977e71ce0d63aae',
328
+ source: 'https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/fe90eda371237dc60f158fca9977e71ce0d63aae/syntaxes/crystal.json',
329
+ },
330
+ {
331
+ alias: [
332
+ 'c#',
333
+ 'cs',
334
+ ],
335
+ displayName: 'C#',
336
+ license: 'MIT',
337
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
338
+ name: 'csharp',
339
+ scopeName: 'source.cs',
340
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
341
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/csharp/syntaxes/csharp.tmLanguage.json',
342
+ },
343
+ {
344
+ alias: [
345
+ 'c#',
346
+ 'cs',
347
+ ],
348
+ displayName: 'C#',
349
+ license: 'MIT',
350
+ licenseUrl: 'https://raw.githubusercontent.com/dotnet/csharp-tmLanguage/main/LICENSE',
351
+ name: 'csharp',
352
+ scopeName: 'source.cs',
353
+ sha: '0febdc78936552b2671a034ae3c06d485c0e0a05',
354
+ source: 'https://github.com/dotnet/csharp-tmLanguage/blob/0febdc78936552b2671a034ae3c06d485c0e0a05/grammars/csharp.tmLanguage',
355
+ },
356
+ {
357
+ displayName: 'CSS',
358
+ license: 'MIT',
359
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
360
+ name: 'css',
361
+ scopeName: 'source.css',
362
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
363
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/css/syntaxes/css.tmLanguage.json',
364
+ },
365
+ {
366
+ displayName: 'csv syntax',
367
+ license: 'MIT',
368
+ licenseUrl: 'https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE',
369
+ name: 'csv',
370
+ scopeName: 'text.csv',
371
+ sha: '6b53c5fb98c7a8ac97ded87046cd8302f3f88195',
372
+ source: 'https://github.com/mechatroner/vscode_rainbow_csv/blob/6b53c5fb98c7a8ac97ded87046cd8302f3f88195/syntaxes/csv.tmLanguage.json',
373
+ },
374
+ {
375
+ displayName: 'CUE',
376
+ license: 'MIT',
377
+ licenseUrl: 'https://raw.githubusercontent.com/cue-sh/vscode-cue/master/LICENSE',
378
+ name: 'cue',
379
+ scopeName: 'source.cue',
380
+ sha: '0734615a2607fe03f5d6c1816f8f7435179659fc',
381
+ source: 'https://github.com/cue-sh/vscode-cue/blob/0734615a2607fe03f5d6c1816f8f7435179659fc/syntaxes/cue.tmLanguage.json',
382
+ },
383
+ {
384
+ alias: [
385
+ 'cql',
386
+ ],
387
+ displayName: 'Cypher',
388
+ license: 'MIT',
389
+ licenseUrl: 'https://raw.githubusercontent.com/adam-cowley/neo4j-vscode/main/LICENSE',
390
+ name: 'cypher',
391
+ scopeName: 'source.cypher',
392
+ sha: 'b56cc6c09148ab23a31ba2f6c42e0901952e8402',
393
+ source: 'https://github.com/adam-cowley/neo4j-vscode/blob/b56cc6c09148ab23a31ba2f6c42e0901952e8402/cypher/cypher.tmLanguage',
394
+ },
395
+ {
396
+ displayName: 'D',
397
+ license: 'MIT',
398
+ licenseUrl: 'https://raw.githubusercontent.com/Pure-D/code-d/master/LICENSE.md',
399
+ name: 'd',
400
+ scopeName: 'source.d',
401
+ sha: 'b19258b82d40b72ac4e60497214de14a4248d4d8',
402
+ source: 'https://github.com/Pure-D/code-d/blob/b19258b82d40b72ac4e60497214de14a4248d4d8/syntaxes/d.json',
403
+ },
404
+ {
405
+ displayName: 'Dart',
406
+ license: 'MIT',
407
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
408
+ name: 'dart',
409
+ scopeName: 'source.dart',
410
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
411
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/dart/syntaxes/dart.tmLanguage.json',
412
+ },
413
+ {
414
+ displayName: 'Dart',
415
+ license: 'MIT',
416
+ licenseUrl: 'https://raw.githubusercontent.com/Dart-Code/Dart-Code/master/LICENSE',
417
+ name: 'dart',
418
+ scopeName: 'source.dart',
419
+ sha: '5cf2b37ec82c3b0481c11c7fed970e015e01dee6',
420
+ source: 'https://github.com/Dart-Code/Dart-Code/blob/5cf2b37ec82c3b0481c11c7fed970e015e01dee6/syntaxes/dart.json',
421
+ },
422
+ {
423
+ displayName: 'DAX',
424
+ name: 'dax',
425
+ scopeName: 'source.dax',
426
+ sha: '7d7a73455bae1dbe9ec6f3e969d7b7d3c146e6e4',
427
+ source: 'https://github.com/huyza/dax-language/blob/7d7a73455bae1dbe9ec6f3e969d7b7d3c146e6e4/syntaxes/dax.grammer.json',
428
+ },
429
+ {
430
+ displayName: 'Diff',
431
+ license: 'MIT',
432
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
433
+ name: 'diff',
434
+ scopeName: 'source.diff',
435
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
436
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/diff/syntaxes/diff.tmLanguage.json',
437
+ },
438
+ {
439
+ alias: [
440
+ 'dockerfile',
441
+ ],
442
+ displayName: 'Dockerfile',
443
+ license: 'MIT',
444
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
445
+ name: 'docker',
446
+ scopeName: 'source.dockerfile',
447
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
448
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/docker/syntaxes/docker.tmLanguage.json',
449
+ },
450
+ {
451
+ displayName: 'Dream Maker',
452
+ name: 'dream-maker',
453
+ scopeName: 'source.dm',
454
+ sha: '22d2bf0325f65697ea542856280f66e9e098f4a2',
455
+ source: 'https://github.com/gbasood/vscode-atomic-dreams/blob/22d2bf0325f65697ea542856280f66e9e098f4a2/syntaxes/dm.tmLanguage.json',
456
+ },
457
+ {
458
+ displayName: 'Elixir',
459
+ embedded: [
460
+ 'html',
461
+ ],
462
+ license: 'NOASSERTION',
463
+ licenseUrl: 'https://raw.githubusercontent.com/elixir-editors/elixir-tmbundle/master/LICENSE',
464
+ name: 'elixir',
465
+ scopeName: 'source.elixir',
466
+ sha: 'b01fffc49179bdec936ca19b53ba4fc7c51a2cc0',
467
+ source: 'https://github.com/elixir-editors/elixir-tmbundle/blob/b01fffc49179bdec936ca19b53ba4fc7c51a2cc0/Syntaxes/Elixir.tmLanguage',
468
+ },
469
+ {
470
+ displayName: 'Elm',
471
+ embedded: [
472
+ 'glsl',
473
+ ],
474
+ license: 'MIT',
475
+ licenseUrl: 'https://raw.githubusercontent.com/elm-tooling/elm-language-client-vscode/main/LICENSE',
476
+ name: 'elm',
477
+ scopeName: 'source.elm',
478
+ sha: '89315032f8a44681416b82d79c7990b20b3c5372',
479
+ source: 'https://github.com/elm-tooling/elm-language-client-vscode/blob/89315032f8a44681416b82d79c7990b20b3c5372/syntaxes/elm-syntax.json',
480
+ },
481
+ {
482
+ displayName: 'ERB',
483
+ embedded: [
484
+ 'html',
485
+ 'ruby',
486
+ ],
487
+ name: 'erb',
488
+ scopeName: 'text.html.erb',
489
+ sha: 'efcb8941c701343f1b2e9fb105c678152fea6892',
490
+ source: 'https://github.com/textmate/ruby.tmbundle/blob/efcb8941c701343f1b2e9fb105c678152fea6892/Syntaxes/HTML%20(Ruby%20-%20ERB).tmLanguage',
491
+ },
492
+ {
493
+ alias: [
494
+ 'erl',
495
+ ],
496
+ displayName: 'Erlang',
497
+ license: 'Apache-2.0',
498
+ licenseUrl: 'https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE',
499
+ name: 'erlang',
500
+ scopeName: 'source.erlang',
501
+ sha: 'ab3b927fd092479a8f8268b1111861e93b8b9a6d',
502
+ source: 'https://github.com/erlang-ls/grammar/blob/ab3b927fd092479a8f8268b1111861e93b8b9a6d/Erlang.plist',
503
+ },
504
+ {
505
+ displayName: 'Fish',
506
+ license: 'MIT',
507
+ licenseUrl: 'https://raw.githubusercontent.com/bmalehorn/vscode-fish/master/LICENSE',
508
+ name: 'fish',
509
+ scopeName: 'source.fish',
510
+ sha: 'aeb3fa5f894cb7167edcc80932ecf32fe7123c50',
511
+ source: 'https://github.com/bmalehorn/vscode-fish/blob/aeb3fa5f894cb7167edcc80932ecf32fe7123c50/syntaxes/fish.tmLanguage.json',
512
+ },
513
+ {
514
+ alias: [
515
+ 'f#',
516
+ 'fs',
517
+ ],
518
+ displayName: 'fsharp',
519
+ embedded: [
520
+ 'markdown',
521
+ ],
522
+ license: 'MIT',
523
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
524
+ name: 'fsharp',
525
+ scopeName: 'source.fsharp',
526
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
527
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/fsharp/syntaxes/fsharp.tmLanguage.json',
528
+ },
529
+ {
530
+ displayName: 'GDResource',
531
+ embedded: [
532
+ 'gdshader',
533
+ 'gdscript',
534
+ ],
535
+ license: 'MIT',
536
+ licenseUrl: 'https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE',
537
+ name: 'gdresource',
538
+ scopeName: 'source.gdresource',
539
+ sha: 'ec1d9c3ae60bf67b808285c52aaacc364b05861f',
540
+ source: 'https://github.com/godotengine/godot-vscode-plugin/blob/ec1d9c3ae60bf67b808285c52aaacc364b05861f/syntaxes/GDResource.tmLanguage.json',
541
+ },
542
+ {
543
+ displayName: 'GDScript',
544
+ license: 'MIT',
545
+ licenseUrl: 'https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE',
546
+ name: 'gdscript',
547
+ scopeName: 'source.gdscript',
548
+ sha: 'ec1d9c3ae60bf67b808285c52aaacc364b05861f',
549
+ source: 'https://github.com/godotengine/godot-vscode-plugin/blob/ec1d9c3ae60bf67b808285c52aaacc364b05861f/syntaxes/GDScript.tmLanguage.json',
550
+ },
551
+ {
552
+ displayName: 'GDShader',
553
+ license: 'MIT',
554
+ licenseUrl: 'https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE',
555
+ name: 'gdshader',
556
+ scopeName: 'source.gdshader',
557
+ sha: 'ec1d9c3ae60bf67b808285c52aaacc364b05861f',
558
+ source: 'https://github.com/godotengine/godot-vscode-plugin/blob/ec1d9c3ae60bf67b808285c52aaacc364b05861f/syntaxes/GDShader.tmLanguage.json',
559
+ },
560
+ {
561
+ displayName: 'Gherkin',
562
+ license: 'MIT',
563
+ licenseUrl: 'https://raw.githubusercontent.com/alexkrechik/VSCucumberAutoComplete/master/LICENSE',
564
+ name: 'gherkin',
565
+ scopeName: 'text.gherkin.feature',
566
+ sha: 'ca571bc1ef434bbd7ba8c66ad76cd384947ba491',
567
+ source: 'https://github.com/alexkrechik/VSCucumberAutoComplete/blob/ca571bc1ef434bbd7ba8c66ad76cd384947ba491/gclient/syntaxes/feature.tmLanguage',
568
+ },
569
+ {
570
+ displayName: 'Git Commit Message',
571
+ embedded: [
572
+ 'diff',
573
+ ],
574
+ license: 'MIT',
575
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
576
+ name: 'git-commit',
577
+ scopeName: 'text.git-commit',
578
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
579
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/git-base/syntaxes/git-commit.tmLanguage.json',
580
+ },
581
+ {
582
+ displayName: 'Git Rebase Message',
583
+ embedded: [
584
+ 'shellscript',
585
+ ],
586
+ license: 'MIT',
587
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
588
+ name: 'git-rebase',
589
+ scopeName: 'text.git-rebase',
590
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
591
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/git-base/syntaxes/git-rebase.tmLanguage.json',
592
+ },
593
+ {
594
+ alias: [
595
+ 'gjs',
596
+ ],
597
+ displayName: 'Glimmer JS',
598
+ embedded: [
599
+ 'javascript',
600
+ 'handlebars',
601
+ ],
602
+ license: 'MIT',
603
+ licenseUrl: 'https://raw.githubusercontent.com/IgnaceMaes/glimmer-textmate-grammar/main/LICENSE',
604
+ name: 'glimmer-js',
605
+ scopeName: 'source.gjs',
606
+ sha: 'de3e1953d9e411895846da294329bacad369b9d8',
607
+ source: 'https://github.com/IgnaceMaes/glimmer-textmate-grammar/blob/de3e1953d9e411895846da294329bacad369b9d8/glimmer-js.tmLanguage.json',
608
+ },
609
+ {
610
+ alias: [
611
+ 'gts',
612
+ ],
613
+ displayName: 'Glimmer TS',
614
+ embedded: [
615
+ 'typescript',
616
+ 'handlebars',
617
+ ],
618
+ license: 'MIT',
619
+ licenseUrl: 'https://raw.githubusercontent.com/IgnaceMaes/glimmer-textmate-grammar/main/LICENSE',
620
+ name: 'glimmer-ts',
621
+ scopeName: 'source.gts',
622
+ sha: 'de3e1953d9e411895846da294329bacad369b9d8',
623
+ source: 'https://github.com/IgnaceMaes/glimmer-textmate-grammar/blob/de3e1953d9e411895846da294329bacad369b9d8/glimmer-ts.tmLanguage.json',
624
+ },
625
+ {
626
+ displayName: 'GLSL',
627
+ embedded: [
628
+ 'c',
629
+ ],
630
+ name: 'glsl',
631
+ scopeName: 'source.glsl',
632
+ sha: 'a7b5d7c1826a4752a0820f73868614e71c193185',
633
+ source: 'https://github.com/polym0rph/GLSL.tmbundle/blob/a7b5d7c1826a4752a0820f73868614e71c193185/Syntaxes/GLSL.tmLanguage',
634
+ },
635
+ {
636
+ displayName: 'Gnuplot',
637
+ license: 'GPL-3.0',
638
+ licenseUrl: 'https://raw.githubusercontent.com/MarioSchwalbe/vscode-gnuplot/master/LICENSE',
639
+ name: 'gnuplot',
640
+ scopeName: 'source.gnuplot',
641
+ sha: 'd4d650802b6bc71770907f43021723a7c90bbbee',
642
+ source: 'https://github.com/MarioSchwalbe/vscode-gnuplot/blob/d4d650802b6bc71770907f43021723a7c90bbbee/syntaxes/gnuplot.tmLanguage',
643
+ },
644
+ {
645
+ displayName: 'Go',
646
+ license: 'MIT',
647
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
648
+ name: 'go',
649
+ scopeName: 'source.go',
650
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
651
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/go/syntaxes/go.tmLanguage.json',
652
+ },
653
+ {
654
+ alias: [
655
+ 'gql',
656
+ ],
657
+ displayName: 'GraphQL',
658
+ embedded: [
659
+ 'javascript',
660
+ 'typescript',
661
+ 'jsx',
662
+ 'tsx',
663
+ ],
664
+ license: 'MIT',
665
+ licenseUrl: 'https://raw.githubusercontent.com/graphql/vscode-graphql/master/LICENSE',
666
+ name: 'graphql',
667
+ scopeName: 'source.graphql',
668
+ sha: '66e9d69b76c237714db0e606fa7ac32fc4fa3a94',
669
+ source: 'https://github.com/prisma-labs/vscode-graphql/blob/66e9d69b76c237714db0e606fa7ac32fc4fa3a94/grammars/graphql.json',
670
+ },
671
+ {
672
+ displayName: 'Groovy',
673
+ license: 'MIT',
674
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
675
+ name: 'groovy',
676
+ scopeName: 'source.groovy',
677
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
678
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/groovy/syntaxes/groovy.tmLanguage.json',
679
+ },
680
+ {
681
+ displayName: 'Hack',
682
+ embedded: [
683
+ 'html',
684
+ 'sql',
685
+ ],
686
+ license: 'MIT',
687
+ licenseUrl: 'https://raw.githubusercontent.com/slackhq/vscode-hack/master/LICENSE.md',
688
+ name: 'hack',
689
+ scopeName: 'source.hack',
690
+ sha: 'd75dd72a5d52436d208a627a2ead5423c94eb3e9',
691
+ source: 'https://github.com/slackhq/vscode-hack/blob/d75dd72a5d52436d208a627a2ead5423c94eb3e9/syntaxes/hack.json',
692
+ },
693
+ {
694
+ displayName: 'Ruby Haml',
695
+ embedded: [
696
+ 'ruby',
697
+ 'javascript',
698
+ 'sass',
699
+ 'coffee',
700
+ 'html',
701
+ 'markdown',
702
+ 'css',
703
+ ],
704
+ license: 'MIT',
705
+ licenseUrl: 'https://raw.githubusercontent.com/karuna/haml-vscode/master/LICENSE.md',
706
+ name: 'haml',
707
+ scopeName: 'text.haml',
708
+ sha: '504875f60bcd474f17762b2daf97680476135f79',
709
+ source: 'https://github.com/karuna/haml-vscode/blob/504875f60bcd474f17762b2daf97680476135f79/syntaxes/haml.json',
710
+ },
711
+ {
712
+ alias: [
713
+ 'hbs',
714
+ ],
715
+ displayName: 'Handlebars',
716
+ embedded: [
717
+ 'html',
718
+ 'css',
719
+ 'javascript',
720
+ 'yaml',
721
+ ],
722
+ license: 'MIT',
723
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
724
+ name: 'handlebars',
725
+ scopeName: 'text.html.handlebars',
726
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
727
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/handlebars/syntaxes/Handlebars.tmLanguage.json',
728
+ },
729
+ {
730
+ alias: [
731
+ 'hs',
732
+ ],
733
+ displayName: 'Haskell',
734
+ license: 'BSD-3-Clause',
735
+ licenseUrl: 'https://raw.githubusercontent.com/octref/language-haskell/master/LICENSE',
736
+ name: 'haskell',
737
+ scopeName: 'source.haskell',
738
+ sha: 'ae87982aac2bf5cf6334c067e49c5ec8fc08b871',
739
+ source: 'https://github.com/octref/language-haskell/blob/ae87982aac2bf5cf6334c067e49c5ec8fc08b871/syntaxes/haskell.json',
740
+ },
741
+ {
742
+ displayName: 'HashiCorp HCL',
743
+ license: 'MPL-2.0',
744
+ licenseUrl: 'https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE',
745
+ name: 'hcl',
746
+ scopeName: 'source.hcl',
747
+ sha: 'c98e6521755f840c5171f43682518465b691f392',
748
+ source: 'https://github.com/hashicorp/syntax/blob/c98e6521755f840c5171f43682518465b691f392/syntaxes/hcl.tmGrammar.json',
749
+ },
750
+ {
751
+ displayName: 'Hjson',
752
+ license: 'MIT',
753
+ licenseUrl: 'https://raw.githubusercontent.com/hjson/textmate-hjson/master/LICENSE',
754
+ name: 'hjson',
755
+ scopeName: 'source.hjson',
756
+ sha: '196075169c9a9f9ab04c8e7423b67ea72c976237',
757
+ source: 'https://github.com/hjson/textmate-hjson/blob/196075169c9a9f9ab04c8e7423b67ea72c976237/Syntaxes/Hjson.tmLanguage',
758
+ },
759
+ {
760
+ displayName: 'HLSL',
761
+ license: 'MIT',
762
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
763
+ name: 'hlsl',
764
+ scopeName: 'source.hlsl',
765
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
766
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/hlsl/syntaxes/hlsl.tmLanguage.json',
767
+ },
768
+ {
769
+ displayName: 'HTML',
770
+ embedded: [
771
+ 'javascript',
772
+ 'css',
773
+ ],
774
+ license: 'MIT',
775
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
776
+ name: 'html',
777
+ scopeName: 'text.html.basic',
778
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
779
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/html/syntaxes/html.tmLanguage.json',
780
+ },
781
+ {
782
+ displayName: 'PHP',
783
+ embedded: [
784
+ 'blade',
785
+ 'php',
786
+ ],
787
+ license: 'MIT',
788
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
789
+ name: 'html',
790
+ scopeName: 'text.html.php',
791
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
792
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/php/syntaxes/html.tmLanguage.json',
793
+ },
794
+ {
795
+ displayName: 'Imba',
796
+ name: 'imba',
797
+ scopeName: 'source.imba',
798
+ sha: 'bdfdefe4af2a268bb15f39a9db4afa62435f21da',
799
+ source: 'https://github.com/imba/vscode-imba/blob/bdfdefe4af2a268bb15f39a9db4afa62435f21da/syntaxes/imba.tmLanguage',
800
+ },
801
+ {
802
+ alias: [
803
+ 'properties',
804
+ ],
805
+ displayName: 'INI',
806
+ license: 'MIT',
807
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
808
+ name: 'ini',
809
+ scopeName: 'source.ini',
810
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
811
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/ini/syntaxes/ini.tmLanguage.json',
812
+ },
813
+ {
814
+ displayName: 'Java',
815
+ license: 'MIT',
816
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
817
+ name: 'java',
818
+ scopeName: 'source.java',
819
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
820
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/java/syntaxes/java.tmLanguage.json',
821
+ },
822
+ {
823
+ alias: [
824
+ 'js',
825
+ ],
826
+ displayName: 'JavaScript (with React support)',
827
+ license: 'MIT',
828
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
829
+ name: 'javascript',
830
+ scopeName: 'source.js',
831
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
832
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/javascript/syntaxes/JavaScript.tmLanguage.json',
833
+ },
834
+ {
835
+ displayName: 'jinja',
836
+ license: 'MIT',
837
+ licenseUrl: 'https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE',
838
+ name: 'jinja',
839
+ scopeName: 'source.jinja',
840
+ sha: '28e422433581d92f72252f1af1f67eeaab07c812',
841
+ source: 'https://github.com/samuelcolvin/jinjahtml-vscode/blob/28e422433581d92f72252f1af1f67eeaab07c812/syntaxes/jinja.tmLanguage.json',
842
+ },
843
+ {
844
+ displayName: 'Jinja',
845
+ embedded: [
846
+ 'jinja',
847
+ 'html',
848
+ ],
849
+ license: 'MIT',
850
+ licenseUrl: 'https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE',
851
+ name: 'jinja-html',
852
+ scopeName: 'text.html.jinja',
853
+ sha: '28e422433581d92f72252f1af1f67eeaab07c812',
854
+ source: 'https://github.com/samuelcolvin/jinjahtml-vscode/blob/28e422433581d92f72252f1af1f67eeaab07c812/syntaxes/jinja-html.tmLanguage.json',
855
+ },
856
+ {
857
+ displayName: 'Jison',
858
+ embedded: [
859
+ 'javascript',
860
+ ],
861
+ license: 'MIT',
862
+ licenseUrl: 'https://raw.githubusercontent.com/cdibbs/language-jison/master/LICENSE.md',
863
+ name: 'jison',
864
+ scopeName: 'source.jison',
865
+ sha: 'ce8e2c78279b242a95b87e830a60dee55357aedc',
866
+ source: 'https://github.com/cdibbs/language-jison/blob/ce8e2c78279b242a95b87e830a60dee55357aedc/grammars/jison.cson',
867
+ },
868
+ {
869
+ embedded: [
870
+ 'typescript',
871
+ ],
872
+ license: 'MIT',
873
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
874
+ name: 'jsdoc',
875
+ scopeName: 'documentation.injection.js.jsx',
876
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
877
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json',
878
+ },
879
+ {
880
+ embedded: [
881
+ 'typescript',
882
+ ],
883
+ license: 'MIT',
884
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
885
+ name: 'jsdoc',
886
+ scopeName: 'documentation.injection.ts',
887
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
888
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json',
889
+ },
890
+ {
891
+ displayName: 'JSON (Javascript Next)',
892
+ license: 'MIT',
893
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
894
+ name: 'json',
895
+ scopeName: 'source.json',
896
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
897
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/json/syntaxes/JSON.tmLanguage.json',
898
+ },
899
+ {
900
+ displayName: 'JSON5',
901
+ license: 'MIT',
902
+ licenseUrl: 'https://raw.githubusercontent.com/mrmlnc/vscode-json5/master/LICENSE',
903
+ name: 'json5',
904
+ scopeName: 'source.json5',
905
+ sha: 'e884b89929103ff009322c393080ff45a4544e88',
906
+ source: 'https://github.com/mrmlnc/vscode-json5/blob/e884b89929103ff009322c393080ff45a4544e88/syntaxes/json5.json',
907
+ },
908
+ {
909
+ displayName: 'JSON with Comments',
910
+ license: 'MIT',
911
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
912
+ name: 'jsonc',
913
+ scopeName: 'source.json.comments',
914
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
915
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/json/syntaxes/JSONC.tmLanguage.json',
916
+ },
917
+ {
918
+ displayName: 'JSON Lines',
919
+ license: 'MIT',
920
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
921
+ name: 'jsonl',
922
+ scopeName: 'source.json.lines',
923
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
924
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/json/syntaxes/JSONL.tmLanguage.json',
925
+ },
926
+ {
927
+ displayName: 'Jsonnet',
928
+ license: 'Apache-2.0',
929
+ licenseUrl: 'https://raw.githubusercontent.com/heptio/vscode-jsonnet/master/LICENSE',
930
+ name: 'jsonnet',
931
+ scopeName: 'source.jsonnet',
932
+ sha: '0957d4235be011f2f2ac2f8af51cd7927852eeaa',
933
+ source: 'https://github.com/heptio/vscode-jsonnet/blob/0957d4235be011f2f2ac2f8af51cd7927852eeaa/syntaxes/jsonnet.tmLanguage.json',
934
+ },
935
+ {
936
+ alias: [
937
+ 'fsl',
938
+ ],
939
+ displayName: 'JSSM',
940
+ license: 'MIT',
941
+ licenseUrl: 'https://raw.githubusercontent.com/StoneCypher/sublime-jssm/master/LICENSE',
942
+ name: 'jssm',
943
+ scopeName: 'source.jssm',
944
+ sha: '063d02e3c0cfd6335f8516890cddf2d7a89cf444',
945
+ source: 'https://github.com/StoneCypher/sublime-jssm/blob/063d02e3c0cfd6335f8516890cddf2d7a89cf444/jssm.tmLanguage',
946
+ },
947
+ {
948
+ displayName: 'JSX',
949
+ license: 'MIT',
950
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
951
+ name: 'jsx',
952
+ scopeName: 'source.js.jsx',
953
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
954
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json',
955
+ },
956
+ {
957
+ displayName: 'Julia',
958
+ embedded: [
959
+ 'cpp',
960
+ 'python',
961
+ 'javascript',
962
+ 'r',
963
+ 'sql',
964
+ ],
965
+ license: 'MIT',
966
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
967
+ name: 'julia',
968
+ scopeName: 'source.julia',
969
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
970
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/julia/syntaxes/julia.tmLanguage.json',
971
+ },
972
+ {
973
+ alias: [
974
+ 'kt',
975
+ 'kts',
976
+ ],
977
+ displayName: 'Kotlin',
978
+ license: 'MIT',
979
+ licenseUrl: 'https://raw.githubusercontent.com/fwcd/vscode-kotlin/main/LICENSE',
980
+ name: 'kotlin',
981
+ scopeName: 'source.kotlin',
982
+ sha: 'c1371a435aedf8690d3c9cbbe4c42a215915630d',
983
+ source: 'https://github.com/fwcd/vscode-kotlin/blob/c1371a435aedf8690d3c9cbbe4c42a215915630d/syntaxes/kotlin.tmLanguage.json',
984
+ },
985
+ {
986
+ alias: [
987
+ 'kql',
988
+ ],
989
+ displayName: 'Kusto',
990
+ name: 'kusto',
991
+ scopeName: 'source.kusto',
992
+ sha: '02d4369268682d90a424ba6c8d7ab7d9f0a8a8af',
993
+ source: 'https://github.com/rosshamish/kuskus/blob/02d4369268682d90a424ba6c8d7ab7d9f0a8a8af/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
994
+ },
995
+ {
996
+ displayName: 'LaTeX',
997
+ embedded: [
998
+ 'tex',
999
+ 'css',
1000
+ 'haskell',
1001
+ 'html',
1002
+ 'xml',
1003
+ 'java',
1004
+ 'lua',
1005
+ 'julia',
1006
+ 'ruby',
1007
+ 'javascript',
1008
+ 'typescript',
1009
+ 'python',
1010
+ 'yaml',
1011
+ 'rust',
1012
+ 'scala',
1013
+ 'gnuplot',
1014
+ ],
1015
+ license: 'MIT',
1016
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1017
+ name: 'latex',
1018
+ scopeName: 'text.tex.latex',
1019
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1020
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/latex/syntaxes/LaTeX.tmLanguage.json',
1021
+ },
1022
+ {
1023
+ displayName: 'LaTeX',
1024
+ embedded: [
1025
+ 'tex',
1026
+ 'css',
1027
+ 'haskell',
1028
+ 'html',
1029
+ 'xml',
1030
+ 'java',
1031
+ 'lua',
1032
+ 'julia',
1033
+ 'ruby',
1034
+ 'javascript',
1035
+ 'typescript',
1036
+ 'python',
1037
+ 'yaml',
1038
+ 'rust',
1039
+ 'scala',
1040
+ 'gnuplot',
1041
+ ],
1042
+ license: 'MIT',
1043
+ licenseUrl: 'https://raw.githubusercontent.com/James-Yu/LaTeX-Workshop/master/LICENSE.txt',
1044
+ name: 'latex',
1045
+ scopeName: 'text.tex.latex',
1046
+ sha: '4b31a993af86b95f23ae258522eec9f6988f9a07',
1047
+ source: 'https://github.com/James-Yu/LaTeX-Workshop/blob/4b31a993af86b95f23ae258522eec9f6988f9a07/syntax/LaTeX.tmLanguage.json',
1048
+ },
1049
+ {
1050
+ displayName: 'Less',
1051
+ license: 'MIT',
1052
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1053
+ name: 'less',
1054
+ scopeName: 'source.css.less',
1055
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1056
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/less/syntaxes/less.tmLanguage.json',
1057
+ },
1058
+ {
1059
+ displayName: 'Liquid',
1060
+ embedded: [
1061
+ 'html',
1062
+ 'css',
1063
+ 'json',
1064
+ 'javascript',
1065
+ ],
1066
+ license: 'MIT',
1067
+ licenseUrl: 'https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md',
1068
+ name: 'liquid',
1069
+ scopeName: 'text.html.liquid',
1070
+ sha: '20d3a4315bd4f2285358197bdf02eeca39e4c8db',
1071
+ source: 'https://github.com/Shopify/liquid-tm-grammar/blob/20d3a4315bd4f2285358197bdf02eeca39e4c8db/grammars/liquid.tmLanguage.json',
1072
+ },
1073
+ {
1074
+ displayName: 'Lisp',
1075
+ license: 'MIT',
1076
+ licenseUrl: 'https://raw.githubusercontent.com/mattn/vscode-lisp/master/LICENSE',
1077
+ name: 'lisp',
1078
+ scopeName: 'source.lisp',
1079
+ sha: '09f9077526364501763414f8dd3a6aeff9e69f0e',
1080
+ source: 'https://github.com/mattn/vscode-lisp/blob/09f9077526364501763414f8dd3a6aeff9e69f0e/syntaxes/Lisp.tmLanguage',
1081
+ },
1082
+ {
1083
+ displayName: 'Logo',
1084
+ name: 'logo',
1085
+ scopeName: 'source.logo',
1086
+ sha: 'a26962dce3e3864ada6c9385a4baf80787976b50',
1087
+ source: 'https://github.com/textmate/logo.tmbundle/blob/a26962dce3e3864ada6c9385a4baf80787976b50/Syntaxes/Logo.tmLanguage',
1088
+ },
1089
+ {
1090
+ displayName: 'Lua',
1091
+ embedded: [
1092
+ 'c',
1093
+ ],
1094
+ license: 'MIT',
1095
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1096
+ name: 'lua',
1097
+ scopeName: 'source.lua',
1098
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1099
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/lua/syntaxes/lua.tmLanguage.json',
1100
+ },
1101
+ {
1102
+ alias: [
1103
+ 'makefile',
1104
+ ],
1105
+ displayName: 'Makefile',
1106
+ license: 'MIT',
1107
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1108
+ name: 'make',
1109
+ scopeName: 'source.makefile',
1110
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1111
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/make/syntaxes/make.tmLanguage.json',
1112
+ },
1113
+ {
1114
+ alias: [
1115
+ 'md',
1116
+ ],
1117
+ displayName: 'Markdown',
1118
+ embedded: [
1119
+ 'css',
1120
+ 'html',
1121
+ 'ini',
1122
+ 'java',
1123
+ 'lua',
1124
+ 'make',
1125
+ 'perl',
1126
+ 'r',
1127
+ 'ruby',
1128
+ 'php',
1129
+ 'sql',
1130
+ 'vb',
1131
+ 'xml',
1132
+ 'xsl',
1133
+ 'yaml',
1134
+ 'bat',
1135
+ 'clojure',
1136
+ 'coffee',
1137
+ 'c',
1138
+ 'cpp',
1139
+ 'diff',
1140
+ 'docker',
1141
+ 'git-commit',
1142
+ 'git-rebase',
1143
+ 'go',
1144
+ 'groovy',
1145
+ 'pug',
1146
+ 'javascript',
1147
+ 'json',
1148
+ 'jsonc',
1149
+ 'less',
1150
+ 'objective-c',
1151
+ 'swift',
1152
+ 'scss',
1153
+ 'raku',
1154
+ 'powershell',
1155
+ 'python',
1156
+ 'julia',
1157
+ 'rust',
1158
+ 'scala',
1159
+ 'shellscript',
1160
+ 'typescript',
1161
+ 'tsx',
1162
+ 'csharp',
1163
+ 'fsharp',
1164
+ 'dart',
1165
+ 'handlebars',
1166
+ 'erlang',
1167
+ 'elixir',
1168
+ 'latex',
1169
+ 'bibtex',
1170
+ ],
1171
+ license: 'MIT',
1172
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1173
+ name: 'markdown',
1174
+ scopeName: 'text.html.markdown',
1175
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1176
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json',
1177
+ },
1178
+ {
1179
+ displayName: 'Marko',
1180
+ embedded: [
1181
+ 'css',
1182
+ 'less',
1183
+ 'scss',
1184
+ 'javascript',
1185
+ ],
1186
+ license: 'MIT',
1187
+ licenseUrl: 'https://raw.githubusercontent.com/marko-js/marko-tmbundle/master/LICENSE',
1188
+ name: 'marko',
1189
+ scopeName: 'text.marko',
1190
+ sha: 'dd3a0c39e656bedd276d3bcbdea92a2d627755c7',
1191
+ source: 'https://github.com/marko-js/marko-tmbundle/blob/dd3a0c39e656bedd276d3bcbdea92a2d627755c7/Syntaxes/marko.tmLanguage',
1192
+ },
1193
+ {
1194
+ displayName: 'MATLAB',
1195
+ name: 'matlab',
1196
+ scopeName: 'source.matlab',
1197
+ sha: '40d9a0cd3b628f80cdcf948bbe1747a527ed5dd5',
1198
+ source: 'https://github.com/mathworks/MATLAB-Language-grammar/blob/40d9a0cd3b628f80cdcf948bbe1747a527ed5dd5/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage',
1199
+ },
1200
+ {
1201
+ displayName: 'mdc',
1202
+ embedded: [
1203
+ 'markdown',
1204
+ 'yaml',
1205
+ ],
1206
+ license: 'MIT',
1207
+ licenseUrl: 'https://raw.githubusercontent.com/nuxtlabs/vscode-mdc/main/LICENSE',
1208
+ name: 'mdc',
1209
+ scopeName: 'text.markdown.mdc',
1210
+ sha: '4822823f5bf805fe8b3782db5f433adefdf51dc6',
1211
+ source: 'https://github.com/nuxtlabs/vscode-mdc/blob/4822823f5bf805fe8b3782db5f433adefdf51dc6/syntaxes/mdc.tmLanguage.json',
1212
+ },
1213
+ {
1214
+ displayName: 'MDX',
1215
+ embedded: [
1216
+ 'tsx',
1217
+ 'toml',
1218
+ 'yaml',
1219
+ 'c',
1220
+ 'clojure',
1221
+ 'coffee',
1222
+ 'cpp',
1223
+ 'csharp',
1224
+ 'css',
1225
+ 'diff',
1226
+ 'docker',
1227
+ 'elixir',
1228
+ 'elm',
1229
+ 'erlang',
1230
+ 'go',
1231
+ 'graphql',
1232
+ 'haskell',
1233
+ 'html',
1234
+ 'ini',
1235
+ 'java',
1236
+ 'javascript',
1237
+ 'json',
1238
+ 'julia',
1239
+ 'kotlin',
1240
+ 'less',
1241
+ 'lua',
1242
+ 'make',
1243
+ 'markdown',
1244
+ 'objective-c',
1245
+ 'perl',
1246
+ 'python',
1247
+ 'r',
1248
+ 'ruby',
1249
+ 'rust',
1250
+ 'scala',
1251
+ 'scss',
1252
+ 'shellscript',
1253
+ 'shellsession',
1254
+ 'sql',
1255
+ 'xml',
1256
+ 'swift',
1257
+ 'typescript',
1258
+ ],
1259
+ license: 'MIT',
1260
+ licenseUrl: 'https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license',
1261
+ name: 'mdx',
1262
+ scopeName: 'source.mdx',
1263
+ sha: '11eeefed6b5b13f0bfda019972ab96405a10a8fd',
1264
+ source: 'https://github.com/wooorm/markdown-tm-language/blob/11eeefed6b5b13f0bfda019972ab96405a10a8fd/source.mdx.tmLanguage',
1265
+ },
1266
+ {
1267
+ license: 'MIT',
1268
+ licenseUrl: 'https://raw.githubusercontent.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/master/LICENSE',
1269
+ name: 'mermaid',
1270
+ scopeName: 'markdown.mermaid.codeblock',
1271
+ sha: '9aae2cf8fa92927a6579bc642ed382a55df26013',
1272
+ source: 'https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/blob/9aae2cf8fa92927a6579bc642ed382a55df26013/syntaxes/mermaid.tmLanguage.yaml',
1273
+ },
1274
+ {
1275
+ displayName: 'Mojo',
1276
+ license: 'MIT',
1277
+ licenseUrl: 'https://raw.githubusercontent.com/modularml/mojo-syntax/main/LICENSE',
1278
+ name: 'mojo',
1279
+ scopeName: 'source.mojo',
1280
+ sha: 'a2241dda06d9a20503394c3affa606114d007049',
1281
+ source: 'https://github.com/modularml/mojo-syntax/blob/a2241dda06d9a20503394c3affa606114d007049/syntaxes/mojo.syntax.json',
1282
+ },
1283
+ {
1284
+ alias: [
1285
+ 'nar',
1286
+ ],
1287
+ displayName: 'Narrat Language',
1288
+ license: 'MIT',
1289
+ licenseUrl: 'https://raw.githubusercontent.com/liana-p/narrat-syntax-highlighting-vscode/main/LICENSE',
1290
+ name: 'narrat',
1291
+ scopeName: 'source.narrat',
1292
+ sha: '05b57e49dbd9cd5e9b5e9e40115a4afa4c19f07e',
1293
+ source: 'https://github.com/liana-p/narrat-syntax-highlighting-vscode/blob/05b57e49dbd9cd5e9b5e9e40115a4afa4c19f07e/syntaxes/narrat.tmLanguage.yaml',
1294
+ },
1295
+ {
1296
+ alias: [
1297
+ 'nf',
1298
+ ],
1299
+ displayName: 'Nextflow',
1300
+ license: 'MIT',
1301
+ licenseUrl: 'https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/master/LICENSE.md',
1302
+ name: 'nextflow',
1303
+ scopeName: 'source.nextflow',
1304
+ sha: '5c5e1b758839596e217b71abca00d05fb786a056',
1305
+ source: 'https://github.com/nextflow-io/vscode-language-nextflow/blob/5c5e1b758839596e217b71abca00d05fb786a056/syntaxes/nextflow.tmLanguage.json',
1306
+ },
1307
+ {
1308
+ displayName: 'Nginx',
1309
+ embedded: [
1310
+ 'lua',
1311
+ ],
1312
+ license: 'GPL-3.0',
1313
+ licenseUrl: 'https://raw.githubusercontent.com/hangxingliu/vscode-nginx-conf-hint/main/LICENSE',
1314
+ name: 'nginx',
1315
+ scopeName: 'source.nginx',
1316
+ sha: 'a262ec697cf463c0772f2198c5719f3360add2a1',
1317
+ source: 'https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/a262ec697cf463c0772f2198c5719f3360add2a1/src/syntax/nginx.tmLanguage',
1318
+ },
1319
+ {
1320
+ displayName: 'Nim',
1321
+ embedded: [
1322
+ 'c',
1323
+ 'html',
1324
+ 'xml',
1325
+ 'javascript',
1326
+ 'css',
1327
+ 'glsl',
1328
+ 'markdown',
1329
+ ],
1330
+ license: 'NOASSERTION',
1331
+ licenseUrl: 'https://raw.githubusercontent.com/pragmagic/vscode-nim/master/LICENSE',
1332
+ name: 'nim',
1333
+ scopeName: 'source.nim',
1334
+ sha: '0272a0544ddf147fde98f8a8f2b624b7dcb19eb3',
1335
+ source: 'https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/syntaxes/nim.json',
1336
+ },
1337
+ {
1338
+ displayName: 'Nix',
1339
+ license: 'MIT',
1340
+ licenseUrl: 'https://raw.githubusercontent.com/bbenoist/vscode-nix/master/LICENSE.md',
1341
+ name: 'nix',
1342
+ scopeName: 'source.nix',
1343
+ sha: 'c65af1981d951e94f010e6d35c42e9c32c7d069a',
1344
+ source: 'https://github.com/bbenoist/vscode-nix/blob/c65af1981d951e94f010e6d35c42e9c32c7d069a/syntaxes/nix.tmLanguage',
1345
+ },
1346
+ {
1347
+ alias: [
1348
+ 'nu',
1349
+ ],
1350
+ displayName: 'nushell',
1351
+ license: 'MIT',
1352
+ licenseUrl: 'https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE',
1353
+ name: 'nushell',
1354
+ scopeName: 'source.nushell',
1355
+ sha: '25e39a9b01e12aff0fac319fce05ba1d1a60edcc',
1356
+ source: 'https://github.com/nushell/vscode-nushell-lang/blob/25e39a9b01e12aff0fac319fce05ba1d1a60edcc/syntaxes/nushell.tmLanguage.json',
1357
+ },
1358
+ {
1359
+ alias: [
1360
+ 'objc',
1361
+ ],
1362
+ displayName: 'Objective-C',
1363
+ license: 'MIT',
1364
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1365
+ name: 'objective-c',
1366
+ scopeName: 'source.objc',
1367
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1368
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/objective-c/syntaxes/objective-c.tmLanguage.json',
1369
+ },
1370
+ {
1371
+ displayName: 'Objective-C++',
1372
+ license: 'MIT',
1373
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1374
+ name: 'objective-cpp',
1375
+ scopeName: 'source.objcpp',
1376
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1377
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json',
1378
+ },
1379
+ {
1380
+ displayName: 'OCaml',
1381
+ license: 'Apache-2.0',
1382
+ licenseUrl: 'https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/LICENSE',
1383
+ name: 'ocaml',
1384
+ scopeName: 'source.ocaml',
1385
+ sha: '8745b53c046e8bf857fa258ad1cb545fba81beaa',
1386
+ source: 'https://github.com/reasonml-editor/vscode-reasonml/blob/8745b53c046e8bf857fa258ad1cb545fba81beaa/syntaxes/ocaml.json',
1387
+ },
1388
+ {
1389
+ displayName: 'Pascal',
1390
+ license: 'MIT',
1391
+ licenseUrl: 'https://raw.githubusercontent.com/alefragnani/vscode-language-pascal/master/LICENSE.md',
1392
+ name: 'pascal',
1393
+ scopeName: 'source.pascal',
1394
+ sha: 'd25150287eacc295966aff1e9c56ce08b86d5968',
1395
+ source: 'https://github.com/alefragnani/vscode-language-pascal/blob/d25150287eacc295966aff1e9c56ce08b86d5968/syntaxes/pascal.tmLanguage',
1396
+ },
1397
+ {
1398
+ displayName: 'Perl',
1399
+ embedded: [
1400
+ 'html',
1401
+ 'xml',
1402
+ 'css',
1403
+ 'javascript',
1404
+ 'sql',
1405
+ ],
1406
+ license: 'MIT',
1407
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1408
+ name: 'perl',
1409
+ scopeName: 'source.perl',
1410
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1411
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/perl/syntaxes/perl.tmLanguage.json',
1412
+ },
1413
+ {
1414
+ embedded: [
1415
+ 'html',
1416
+ 'xml',
1417
+ 'sql',
1418
+ 'javascript',
1419
+ 'json',
1420
+ 'css',
1421
+ ],
1422
+ license: 'MIT',
1423
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1424
+ name: 'php',
1425
+ scopeName: 'source.php',
1426
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1427
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/php/syntaxes/php.tmLanguage.json',
1428
+ },
1429
+ {
1430
+ displayName: 'PL/SQL',
1431
+ license: 'MIT',
1432
+ licenseUrl: 'https://raw.githubusercontent.com/zabel-xyz/plsql-language/master/LICENSE',
1433
+ name: 'plsql',
1434
+ scopeName: 'source.plsql.oracle',
1435
+ sha: '28b3f624a88d96c9cc1d4f03653b658f1c234566',
1436
+ source: 'https://github.com/zabel-xyz/plsql-language/blob/28b3f624a88d96c9cc1d4f03653b658f1c234566/syntaxes/plsql.tmLanguage',
1437
+ },
1438
+ {
1439
+ displayName: 'PostCSS',
1440
+ license: 'MIT',
1441
+ licenseUrl: 'https://raw.githubusercontent.com/vuejs/vetur/master/LICENSE',
1442
+ name: 'postcss',
1443
+ scopeName: 'source.css.postcss',
1444
+ sha: '96aaa707f8ca629f0883c57a47adb0e58995936d',
1445
+ source: 'https://github.com/vuejs/vetur/blob/96aaa707f8ca629f0883c57a47adb0e58995936d/syntaxes/vue-postcss.json',
1446
+ },
1447
+ {
1448
+ displayName: 'PowerQuery',
1449
+ license: 'MIT',
1450
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/powerquery-language/master/LICENSE',
1451
+ name: 'powerquery',
1452
+ scopeName: 'source.powerquery',
1453
+ sha: 'b66dc932b03fd5cf03f3b20a9e83fac97d897e65',
1454
+ source: 'https://github.com/microsoft/powerquery-language/blob/b66dc932b03fd5cf03f3b20a9e83fac97d897e65/PowerQuery.tmLanguage.json',
1455
+ },
1456
+ {
1457
+ alias: [
1458
+ 'ps',
1459
+ 'ps1',
1460
+ ],
1461
+ displayName: 'PowerShell',
1462
+ license: 'MIT',
1463
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1464
+ name: 'powershell',
1465
+ scopeName: 'source.powershell',
1466
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1467
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/powershell/syntaxes/powershell.tmLanguage.json',
1468
+ },
1469
+ {
1470
+ displayName: 'Prisma',
1471
+ license: 'Apache-2.0',
1472
+ licenseUrl: 'https://raw.githubusercontent.com/prisma/language-tools/main/LICENSE',
1473
+ name: 'prisma',
1474
+ scopeName: 'source.prisma',
1475
+ sha: '7b9e0ee7f3cfeb4ba568a40bf384956d7c200d78',
1476
+ source: 'https://github.com/prisma/language-tools/blob/7b9e0ee7f3cfeb4ba568a40bf384956d7c200d78/packages/vscode/syntaxes/prisma.tmLanguage.json',
1477
+ },
1478
+ {
1479
+ displayName: 'Prolog',
1480
+ license: 'MIT',
1481
+ licenseUrl: 'https://raw.githubusercontent.com/arthwang/vsc-prolog/master/LICENSE.txt',
1482
+ name: 'prolog',
1483
+ scopeName: 'source.prolog',
1484
+ sha: '3fab7b5916c505d55efc1b7556249bbe2d929dda',
1485
+ source: 'https://github.com/arthwang/vsc-prolog/blob/3fab7b5916c505d55efc1b7556249bbe2d929dda/syntaxes/prolog.swi.tmLanguage.json',
1486
+ },
1487
+ {
1488
+ displayName: 'Protocol Buffer 3',
1489
+ license: 'MIT',
1490
+ licenseUrl: 'https://raw.githubusercontent.com/zxh0/vscode-proto3/master/LICENSE.txt',
1491
+ name: 'proto',
1492
+ scopeName: 'source.proto',
1493
+ sha: '445cf36606f2a6623d4b48e97e255e7272e314a8',
1494
+ source: 'https://github.com/zxh0/vscode-proto3/blob/445cf36606f2a6623d4b48e97e255e7272e314a8/syntaxes/proto3.tmLanguage.json',
1495
+ },
1496
+ {
1497
+ alias: [
1498
+ 'jade',
1499
+ ],
1500
+ displayName: 'Pug',
1501
+ embedded: [
1502
+ 'javascript',
1503
+ 'css',
1504
+ 'sass',
1505
+ 'scss',
1506
+ 'stylus',
1507
+ 'coffee',
1508
+ 'html',
1509
+ ],
1510
+ license: 'MIT',
1511
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1512
+ name: 'pug',
1513
+ scopeName: 'text.pug',
1514
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1515
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/pug/syntaxes/pug.tmLanguage.json',
1516
+ },
1517
+ {
1518
+ displayName: 'Puppet',
1519
+ license: 'Apache-2.0',
1520
+ licenseUrl: 'https://raw.githubusercontent.com/octref/puppet-vscode/main/LICENSE',
1521
+ name: 'puppet',
1522
+ scopeName: 'source.puppet',
1523
+ sha: '42e02ef6c02aefb0dcf03f8367fdc106d7213a6c',
1524
+ source: 'https://github.com/octref/puppet-vscode/blob/42e02ef6c02aefb0dcf03f8367fdc106d7213a6c/syntaxes/puppet.tmLanguage',
1525
+ },
1526
+ {
1527
+ displayName: 'PureScript',
1528
+ license: 'NOASSERTION',
1529
+ licenseUrl: 'https://raw.githubusercontent.com/nwolverson/vscode-language-purescript/master/LICENSE.md',
1530
+ name: 'purescript',
1531
+ scopeName: 'source.purescript',
1532
+ sha: '5364aa25ecc1ecf3e3ee67a1d7307f44894e106a',
1533
+ source: 'https://github.com/nwolverson/vscode-language-purescript/blob/5364aa25ecc1ecf3e3ee67a1d7307f44894e106a/syntaxes/purescript.json',
1534
+ },
1535
+ {
1536
+ alias: [
1537
+ 'py',
1538
+ ],
1539
+ displayName: 'MagicPython',
1540
+ license: 'MIT',
1541
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1542
+ name: 'python',
1543
+ scopeName: 'source.python',
1544
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1545
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/python/syntaxes/MagicPython.tmLanguage.json',
1546
+ },
1547
+ {
1548
+ displayName: 'R',
1549
+ license: 'MIT',
1550
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1551
+ name: 'r',
1552
+ scopeName: 'source.r',
1553
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1554
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/r/syntaxes/r.tmLanguage.json',
1555
+ },
1556
+ {
1557
+ alias: [
1558
+ 'perl6',
1559
+ ],
1560
+ displayName: 'Perl 6',
1561
+ license: 'MIT',
1562
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1563
+ name: 'raku',
1564
+ scopeName: 'source.perl.6',
1565
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1566
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/perl/syntaxes/perl6.tmLanguage.json',
1567
+ },
1568
+ {
1569
+ displayName: 'ASP.NET Razor',
1570
+ embedded: [
1571
+ 'html',
1572
+ 'csharp',
1573
+ ],
1574
+ license: 'MIT',
1575
+ licenseUrl: 'https://raw.githubusercontent.com/dotnet/razor/main/LICENSE.txt',
1576
+ name: 'razor',
1577
+ scopeName: 'text.aspnetcorerazor',
1578
+ sha: '524b7656cbe582a563c9656bcd0356e57cd0884b',
1579
+ source: 'https://github.com/dotnet/razor/blob/524b7656cbe582a563c9656bcd0356e57cd0884b/src/Razor/src/Microsoft.VisualStudio.RazorExtension/EmbeddedGrammars/aspnetcorerazor.tmLanguage.json',
1580
+ },
1581
+ {
1582
+ displayName: 'Windows Registry Script',
1583
+ license: 'MIT',
1584
+ licenseUrl: 'https://raw.githubusercontent.com/mihai-vlc/reg-vscode/master/LICENSE',
1585
+ name: 'reg',
1586
+ scopeName: 'source.reg',
1587
+ sha: '6dabd39563644f800f99e86a6ea240753210eb50',
1588
+ source: 'https://github.com/mihai-vlc/reg-vscode/blob/6dabd39563644f800f99e86a6ea240753210eb50/syntaxes/reg.tmLanguage',
1589
+ },
1590
+ {
1591
+ displayName: 'Rel',
1592
+ name: 'rel',
1593
+ scopeName: 'source.rel',
1594
+ sha: 'b99425446896e7dfb6323f4afd3489de13a8f555',
1595
+ source: 'https://github.com/relationalai-oss/rel_vscode/blob/b99425446896e7dfb6323f4afd3489de13a8f555/syntaxes/rel.tmLanguage.json',
1596
+ },
1597
+ {
1598
+ displayName: 'RISC-V',
1599
+ license: 'MIT',
1600
+ licenseUrl: 'https://raw.githubusercontent.com/zhuanhao-wu/vscode-riscv-support/master/LICENSE',
1601
+ name: 'riscv',
1602
+ scopeName: 'source.riscv',
1603
+ sha: '9756c8c0667b60772d92f7ed2dcc237c4b85ba0a',
1604
+ source: 'https://github.com/zhuanhao-wu/vscode-riscv-support/blob/9756c8c0667b60772d92f7ed2dcc237c4b85ba0a/syntaxes/riscv.tmLanguage',
1605
+ },
1606
+ {
1607
+ embedded: [
1608
+ 'cpp',
1609
+ 'python',
1610
+ 'javascript',
1611
+ 'shellscript',
1612
+ 'yaml',
1613
+ 'cmake',
1614
+ 'ruby',
1615
+ ],
1616
+ license: 'MIT',
1617
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1618
+ name: 'rst',
1619
+ scopeName: 'source.rst',
1620
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1621
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/restructuredtext/syntaxes/rst.tmLanguage.json',
1622
+ },
1623
+ {
1624
+ alias: [
1625
+ 'rb',
1626
+ ],
1627
+ displayName: 'Ruby',
1628
+ embedded: [
1629
+ 'html',
1630
+ 'xml',
1631
+ 'sql',
1632
+ 'css',
1633
+ 'c',
1634
+ 'javascript',
1635
+ 'shellscript',
1636
+ 'lua',
1637
+ ],
1638
+ license: 'MIT',
1639
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1640
+ name: 'ruby',
1641
+ scopeName: 'source.ruby',
1642
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1643
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/ruby/syntaxes/ruby.tmLanguage.json',
1644
+ },
1645
+ {
1646
+ alias: [
1647
+ 'rs',
1648
+ ],
1649
+ displayName: 'Rust',
1650
+ license: 'MIT',
1651
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1652
+ name: 'rust',
1653
+ scopeName: 'source.rust',
1654
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1655
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/rust/syntaxes/rust.tmLanguage.json',
1656
+ },
1657
+ {
1658
+ displayName: 'SAS',
1659
+ embedded: [
1660
+ 'sql',
1661
+ ],
1662
+ license: 'MIT',
1663
+ licenseUrl: 'https://raw.githubusercontent.com/rpardee/sas/master/LICENSE',
1664
+ name: 'sas',
1665
+ scopeName: 'source.sas',
1666
+ sha: 'c00ce8fe26ce245672d6e208d87d488f1db99ebd',
1667
+ source: 'https://github.com/rpardee/sas/blob/c00ce8fe26ce245672d6e208d87d488f1db99ebd/syntaxes/sas.tmLanguage',
1668
+ },
1669
+ {
1670
+ displayName: 'Sass',
1671
+ license: 'NOASSERTION',
1672
+ licenseUrl: 'https://raw.githubusercontent.com/TheRealSyler/vscode-sass-indented/master/LICENSE',
1673
+ name: 'sass',
1674
+ scopeName: 'source.sass',
1675
+ sha: '5282bdb3dba1c025857f51736d6bb9e03ac6bda2',
1676
+ source: 'https://github.com/TheRealSyler/vscode-sass-indented/blob/5282bdb3dba1c025857f51736d6bb9e03ac6bda2/syntaxes/sass.tmLanguage.json',
1677
+ },
1678
+ {
1679
+ displayName: 'Scala',
1680
+ license: 'MIT',
1681
+ licenseUrl: 'https://raw.githubusercontent.com/scala/vscode-scala-syntax/main/LICENSE.md',
1682
+ name: 'scala',
1683
+ scopeName: 'source.scala',
1684
+ sha: '27315cb9837bbce3190c452bf77169910afac0eb',
1685
+ source: 'https://github.com/scala/vscode-scala-syntax/blob/27315cb9837bbce3190c452bf77169910afac0eb/syntaxes/Scala.tmLanguage.json',
1686
+ },
1687
+ {
1688
+ displayName: 'Scheme',
1689
+ license: 'MIT',
1690
+ licenseUrl: 'https://raw.githubusercontent.com/sjhuangx/vscode-scheme/master/LICENSE.md',
1691
+ name: 'scheme',
1692
+ scopeName: 'source.scheme',
1693
+ sha: '9bd15efa411cef23955df314f8d9399057d068de',
1694
+ source: 'https://github.com/sjhuangx/vscode-scheme/blob/9bd15efa411cef23955df314f8d9399057d068de/syntaxes/scheme.tmLanguage',
1695
+ },
1696
+ {
1697
+ displayName: 'SCSS',
1698
+ embedded: [
1699
+ 'css',
1700
+ ],
1701
+ license: 'MIT',
1702
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1703
+ name: 'scss',
1704
+ scopeName: 'source.css.scss',
1705
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1706
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/scss/syntaxes/scss.tmLanguage.json',
1707
+ },
1708
+ {
1709
+ alias: [
1710
+ 'shader',
1711
+ ],
1712
+ displayName: 'ShaderLab',
1713
+ embedded: [
1714
+ 'hlsl',
1715
+ ],
1716
+ license: 'MIT',
1717
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1718
+ name: 'shaderlab',
1719
+ scopeName: 'source.shaderlab',
1720
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1721
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/shaderlab/syntaxes/shaderlab.tmLanguage.json',
1722
+ },
1723
+ {
1724
+ alias: [
1725
+ 'bash',
1726
+ 'sh',
1727
+ 'shell',
1728
+ 'zsh',
1729
+ ],
1730
+ displayName: 'Shell',
1731
+ license: 'MIT',
1732
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1733
+ name: 'shellscript',
1734
+ scopeName: 'source.shell',
1735
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1736
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/shellscript/syntaxes/shell-unix-bash.tmLanguage.json',
1737
+ },
1738
+ {
1739
+ alias: [
1740
+ 'console',
1741
+ ],
1742
+ displayName: 'Shell Session',
1743
+ embedded: [
1744
+ 'shellscript',
1745
+ ],
1746
+ license: 'MIT',
1747
+ licenseUrl: 'https://raw.githubusercontent.com/hronro/sublime-linguist-syntax/master/LICENSE',
1748
+ name: 'shellsession',
1749
+ scopeName: 'text.shell-session',
1750
+ sha: '5b9291962e7e07cd5c059bd77a68d9ea3bb3a1e7',
1751
+ source: 'https://github.com/hronro/sublime-linguist-syntax/blob/5b9291962e7e07cd5c059bd77a68d9ea3bb3a1e7/syntaxes/ShellSession.tmLanguage',
1752
+ },
1753
+ {
1754
+ displayName: 'Smalltalk',
1755
+ license: 'MIT',
1756
+ licenseUrl: 'https://raw.githubusercontent.com/leocamello/vscode-smalltalk/master/LICENSE',
1757
+ name: 'smalltalk',
1758
+ scopeName: 'source.smalltalk',
1759
+ sha: 'd3d476a2decb9de9fb3483e6443a0ace19029722',
1760
+ source: 'https://github.com/leocamello/vscode-smalltalk/blob/d3d476a2decb9de9fb3483e6443a0ace19029722/syntaxes/smalltalk.tmLanguage.json',
1761
+ },
1762
+ {
1763
+ displayName: 'Solidity',
1764
+ license: 'MIT',
1765
+ licenseUrl: 'https://raw.githubusercontent.com/juanfranblanco/vscode-solidity/master/License.txt',
1766
+ name: 'solidity',
1767
+ scopeName: 'source.solidity',
1768
+ sha: '05521565af890337c0e20725840fab88d033913c',
1769
+ source: 'https://github.com/juanfranblanco/vscode-solidity/blob/05521565af890337c0e20725840fab88d033913c/syntaxes/solidity.json',
1770
+ },
1771
+ {
1772
+ displayName: 'SPARQL',
1773
+ embedded: [
1774
+ 'turtle',
1775
+ ],
1776
+ name: 'sparql',
1777
+ scopeName: 'source.sparql',
1778
+ sha: '0ce931c26529fdaf5c6dd58d91e589bbd6944a1d',
1779
+ source: 'https://github.com/stardog-union/stardog-vsc/blob/0ce931c26529fdaf5c6dd58d91e589bbd6944a1d/stardog-rdf-grammars/syntaxes/sparql.tmLanguage.json',
1780
+ },
1781
+ {
1782
+ alias: [
1783
+ 'spl',
1784
+ ],
1785
+ displayName: 'Splunk Query Language',
1786
+ license: 'MIT',
1787
+ licenseUrl: 'https://raw.githubusercontent.com/arcsector/vscode-splunk-search-syntax/master/LICENSE.txt',
1788
+ name: 'splunk',
1789
+ scopeName: 'source.splunk_search',
1790
+ sha: 'c17fd8ee6129e883b1fd0e0176ad55e4de46a13c',
1791
+ source: 'https://github.com/arcsector/vscode-splunk-search-syntax/blob/c17fd8ee6129e883b1fd0e0176ad55e4de46a13c/syntaxes/splunk_search.tmLanguage',
1792
+ },
1793
+ {
1794
+ displayName: 'SQL',
1795
+ license: 'MIT',
1796
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1797
+ name: 'sql',
1798
+ scopeName: 'source.sql',
1799
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1800
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/sql/syntaxes/sql.tmLanguage.json',
1801
+ },
1802
+ {
1803
+ displayName: 'SSH Config',
1804
+ name: 'ssh-config',
1805
+ scopeName: 'source.ssh-config',
1806
+ sha: '212a0000c50e0c877303b2c4fcead539d2af2670',
1807
+ source: 'https://github.com/textmate/ssh-config.tmbundle/blob/212a0000c50e0c877303b2c4fcead539d2af2670/Syntaxes/SSH-Config.tmLanguage',
1808
+ },
1809
+ {
1810
+ displayName: 'Stata',
1811
+ embedded: [
1812
+ 'sql',
1813
+ ],
1814
+ license: 'MIT',
1815
+ licenseUrl: 'https://raw.githubusercontent.com/kylebarron/language-stata/master/LICENSE',
1816
+ name: 'stata',
1817
+ scopeName: 'source.stata',
1818
+ sha: 'a25b526d271ab747e373d05fade84cd11820188b',
1819
+ source: 'https://github.com/kylebarron/language-stata/blob/a25b526d271ab747e373d05fade84cd11820188b/grammars/stata.json',
1820
+ },
1821
+ {
1822
+ alias: [
1823
+ 'styl',
1824
+ ],
1825
+ displayName: 'Stylus',
1826
+ license: 'MIT',
1827
+ licenseUrl: 'https://raw.githubusercontent.com/d4rkr00t/language-stylus/master/LICENSE',
1828
+ name: 'stylus',
1829
+ scopeName: 'source.stylus',
1830
+ sha: 'cb7d91954b05ea83ced6949498f6e36cb18fa840',
1831
+ source: 'https://github.com/d4rkr00t/language-stylus/blob/cb7d91954b05ea83ced6949498f6e36cb18fa840/syntaxes/stylus.json',
1832
+ },
1833
+ {
1834
+ displayName: 'Svelte',
1835
+ embedded: [
1836
+ 'javascript',
1837
+ 'typescript',
1838
+ 'coffee',
1839
+ 'stylus',
1840
+ 'sass',
1841
+ 'css',
1842
+ 'scss',
1843
+ 'less',
1844
+ 'postcss',
1845
+ 'pug',
1846
+ 'markdown',
1847
+ ],
1848
+ license: 'MIT',
1849
+ licenseUrl: 'https://raw.githubusercontent.com/sveltejs/language-tools/master/LICENSE',
1850
+ name: 'svelte',
1851
+ scopeName: 'source.svelte',
1852
+ sha: 'bc820642a151975f19090cfc5f0c2bd0cd928f1a',
1853
+ source: 'https://github.com/sveltejs/language-tools/blob/bc820642a151975f19090cfc5f0c2bd0cd928f1a/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml',
1854
+ },
1855
+ {
1856
+ displayName: 'Swift',
1857
+ license: 'MIT',
1858
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1859
+ name: 'swift',
1860
+ scopeName: 'source.swift',
1861
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1862
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/swift/syntaxes/swift.tmLanguage.json',
1863
+ },
1864
+ {
1865
+ displayName: 'SystemVerilog',
1866
+ license: 'MIT',
1867
+ licenseUrl: 'https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE',
1868
+ name: 'system-verilog',
1869
+ scopeName: 'source.systemverilog',
1870
+ sha: '189a3afb778992b75ea4dcf16844e5da7f53e014',
1871
+ source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/189a3afb778992b75ea4dcf16844e5da7f53e014/syntaxes/systemverilog.tmLanguage.json',
1872
+ },
1873
+ {
1874
+ displayName: 'Tasl',
1875
+ license: 'MIT',
1876
+ licenseUrl: 'https://raw.githubusercontent.com/underlay/vscode-tasl/main/LICENSE',
1877
+ name: 'tasl',
1878
+ scopeName: 'source.tasl',
1879
+ sha: 'dde4b7c0b762c2e667584095362dd49ebfacece7',
1880
+ source: 'https://github.com/underlay/vscode-tasl/blob/dde4b7c0b762c2e667584095362dd49ebfacece7/syntaxes/tasl.tmLanguage.json',
1881
+ },
1882
+ {
1883
+ displayName: 'Tcl',
1884
+ name: 'tcl',
1885
+ scopeName: 'source.tcl',
1886
+ sha: 'f60babcf9fce7d123ffe9461d96d69439bda03fe',
1887
+ source: 'https://github.com/sleutho/tcl/blob/f60babcf9fce7d123ffe9461d96d69439bda03fe/syntaxes/tcl.tmLanguage',
1888
+ },
1889
+ {
1890
+ displayName: 'TeX',
1891
+ embedded: [
1892
+ 'r',
1893
+ ],
1894
+ license: 'MIT',
1895
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1896
+ name: 'tex',
1897
+ scopeName: 'text.tex',
1898
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1899
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/latex/syntaxes/TeX.tmLanguage.json',
1900
+ },
1901
+ {
1902
+ displayName: 'TeX',
1903
+ embedded: [
1904
+ 'r',
1905
+ ],
1906
+ license: 'MIT',
1907
+ licenseUrl: 'https://raw.githubusercontent.com/James-Yu/LaTeX-Workshop/master/LICENSE.txt',
1908
+ name: 'tex',
1909
+ scopeName: 'text.tex',
1910
+ sha: '4b31a993af86b95f23ae258522eec9f6988f9a07',
1911
+ source: 'https://github.com/James-Yu/LaTeX-Workshop/blob/4b31a993af86b95f23ae258522eec9f6988f9a07/syntax/TeX.tmLanguage.json',
1912
+ },
1913
+ {
1914
+ displayName: 'TOML',
1915
+ name: 'toml',
1916
+ scopeName: 'source.toml',
1917
+ sha: 'e82b64c1e86396220786846201e9aa3f0a2d9ca2',
1918
+ source: 'https://github.com/textmate/toml.tmbundle/blob/e82b64c1e86396220786846201e9aa3f0a2d9ca2/Syntaxes/TOML.tmLanguage',
1919
+ },
1920
+ {
1921
+ displayName: 'TSX',
1922
+ license: 'MIT',
1923
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1924
+ name: 'tsx',
1925
+ scopeName: 'source.tsx',
1926
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1927
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json',
1928
+ },
1929
+ {
1930
+ displayName: 'Turtle',
1931
+ name: 'turtle',
1932
+ scopeName: 'source.turtle',
1933
+ sha: '0ce931c26529fdaf5c6dd58d91e589bbd6944a1d',
1934
+ source: 'https://github.com/stardog-union/stardog-vsc/blob/0ce931c26529fdaf5c6dd58d91e589bbd6944a1d/stardog-rdf-grammars/syntaxes/turtle.tmLanguage.json',
1935
+ },
1936
+ {
1937
+ displayName: 'Twig',
1938
+ embedded: [
1939
+ 'css',
1940
+ 'javascript',
1941
+ 'scss',
1942
+ 'php',
1943
+ 'python',
1944
+ 'ruby',
1945
+ ],
1946
+ license: 'MIT',
1947
+ licenseUrl: 'https://raw.githubusercontent.com/mblode/vscode-twig-language-2/master/LICENSE.md',
1948
+ name: 'twig',
1949
+ scopeName: 'text.html.twig',
1950
+ sha: 'f62292b533e7c3628c3039214edf45869f8d16c9',
1951
+ source: 'https://github.com/mblode/vscode-twig-language-2/blob/f62292b533e7c3628c3039214edf45869f8d16c9/src/syntaxes/twig.tmLanguage',
1952
+ },
1953
+ {
1954
+ alias: [
1955
+ 'ts',
1956
+ ],
1957
+ displayName: 'TypeScript',
1958
+ license: 'MIT',
1959
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1960
+ name: 'typescript',
1961
+ scopeName: 'source.ts',
1962
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1963
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json',
1964
+ },
1965
+ {
1966
+ displayName: 'V',
1967
+ license: 'MIT',
1968
+ licenseUrl: 'https://raw.githubusercontent.com/vlang/vscode-vlang/master/LICENSE',
1969
+ name: 'v',
1970
+ scopeName: 'source.v',
1971
+ sha: '0d7778ffc6d524f867cdd72027d99ceb5687fe0f',
1972
+ source: 'https://github.com/vlang/vscode-vlang/blob/0d7778ffc6d524f867cdd72027d99ceb5687fe0f/syntaxes/v.tmLanguage.json',
1973
+ },
1974
+ {
1975
+ alias: [
1976
+ 'cmd',
1977
+ ],
1978
+ displayName: 'ASP vb.NET',
1979
+ license: 'MIT',
1980
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1981
+ name: 'vb',
1982
+ scopeName: 'source.asp.vb.net',
1983
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
1984
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/vb/syntaxes/asp-vb-net.tmlanguage.json',
1985
+ },
1986
+ {
1987
+ displayName: 'Verilog',
1988
+ license: 'MIT',
1989
+ licenseUrl: 'https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE',
1990
+ name: 'verilog',
1991
+ scopeName: 'source.verilog',
1992
+ sha: '189a3afb778992b75ea4dcf16844e5da7f53e014',
1993
+ source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/189a3afb778992b75ea4dcf16844e5da7f53e014/syntaxes/verilog.tmLanguage.json',
1994
+ },
1995
+ {
1996
+ displayName: 'VHDL',
1997
+ license: 'MIT',
1998
+ licenseUrl: 'https://raw.githubusercontent.com/jonasjj/awesome-vhdl/master/LICENSE.txt',
1999
+ name: 'vhdl',
2000
+ scopeName: 'source.vhdl',
2001
+ sha: '44de74297229c633e2d89f8f2cdb4911f481bfd9',
2002
+ source: 'https://github.com/jonasjj/awesome-vhdl/blob/44de74297229c633e2d89f8f2cdb4911f481bfd9/syntaxes/vhdl.tmLanguage',
2003
+ },
2004
+ {
2005
+ alias: [
2006
+ 'vim',
2007
+ 'vimscript',
2008
+ ],
2009
+ displayName: 'Vim Script',
2010
+ license: 'MIT',
2011
+ licenseUrl: 'https://raw.githubusercontent.com/dunstontc/viml/master/LICENSE',
2012
+ name: 'viml',
2013
+ scopeName: 'source.viml',
2014
+ sha: '12a8de2a52b7c57ff77b153bc746b228a10088cc',
2015
+ source: 'https://github.com/dunstontc/viml/blob/12a8de2a52b7c57ff77b153bc746b228a10088cc/syntaxes/viml.tmLanguage.json',
2016
+ },
2017
+ {
2018
+ displayName: 'Vue',
2019
+ embedded: [
2020
+ 'html',
2021
+ 'markdown',
2022
+ 'pug',
2023
+ 'stylus',
2024
+ 'sass',
2025
+ 'css',
2026
+ 'scss',
2027
+ 'less',
2028
+ 'javascript',
2029
+ 'typescript',
2030
+ 'jsx',
2031
+ 'tsx',
2032
+ 'json',
2033
+ 'jsonc',
2034
+ 'json5',
2035
+ 'yaml',
2036
+ 'toml',
2037
+ 'graphql',
2038
+ ],
2039
+ license: 'MIT',
2040
+ licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
2041
+ name: 'vue',
2042
+ scopeName: 'source.vue',
2043
+ sha: 'e7439aa2dad3d6735bb75b1b099bfa26b05c7576',
2044
+ source: 'https://github.com/vuejs/language-tools/blob/e7439aa2dad3d6735bb75b1b099bfa26b05c7576/extensions/vscode/syntaxes/vue.tmLanguage.json',
2045
+ },
2046
+ {
2047
+ displayName: 'Vue HTML',
2048
+ embedded: [
2049
+ 'vue',
2050
+ 'javascript',
2051
+ ],
2052
+ license: 'MIT',
2053
+ licenseUrl: 'https://raw.githubusercontent.com/vuejs/vetur/master/LICENSE',
2054
+ name: 'vue-html',
2055
+ scopeName: 'text.html.vue-html',
2056
+ sha: '96aaa707f8ca629f0883c57a47adb0e58995936d',
2057
+ source: 'https://github.com/vuejs/vetur/blob/96aaa707f8ca629f0883c57a47adb0e58995936d/syntaxes/vue-html.tmLanguage.json',
2058
+ },
2059
+ {
2060
+ alias: [
2061
+ 'vy',
2062
+ ],
2063
+ displayName: 'Vyper',
2064
+ license: 'MIT',
2065
+ licenseUrl: 'https://raw.githubusercontent.com/tintinweb/vscode-vyper/master/LICENSE',
2066
+ name: 'vyper',
2067
+ scopeName: 'source.vyper',
2068
+ sha: '796a2d19444dd3c86eb06775c902ef7253ba11db',
2069
+ source: 'https://github.com/tintinweb/vscode-vyper/blob/796a2d19444dd3c86eb06775c902ef7253ba11db/syntaxes/vyper.tmLanguage.json',
2070
+ },
2071
+ {
2072
+ displayName: 'WebAssembly',
2073
+ license: 'MIT',
2074
+ licenseUrl: 'https://raw.githubusercontent.com/wasmerio/vscode-wasm/master/LICENSE',
2075
+ name: 'wasm',
2076
+ scopeName: 'source.wat',
2077
+ sha: '9d0ace1ff113f4a3e95797675039cd94ec257078',
2078
+ source: 'https://github.com/wasmerio/vscode-wasm/blob/9d0ace1ff113f4a3e95797675039cd94ec257078/syntaxes/wat.json',
2079
+ },
2080
+ {
2081
+ alias: [
2082
+ '文言',
2083
+ ],
2084
+ displayName: 'Wenyan',
2085
+ name: 'wenyan',
2086
+ scopeName: 'source.wenyan',
2087
+ sha: 'c4dd33d8195d5622bbf9bdcea5bc6e796e865c2e',
2088
+ source: 'https://github.com/wenyan-lang/highlight/blob/c4dd33d8195d5622bbf9bdcea5bc6e796e865c2e/wenyan.tmLanguage.json',
2089
+ },
2090
+ {
2091
+ displayName: 'WGSL',
2092
+ license: 'MIT',
2093
+ licenseUrl: 'https://raw.githubusercontent.com/PolyMeilex/vscode-wgsl/master/LICENSE',
2094
+ name: 'wgsl',
2095
+ scopeName: 'source.wgsl',
2096
+ sha: 'acf26718d7a327377641e31d8f9a9dab376efa84',
2097
+ source: 'https://github.com/PolyMeilex/vscode-wgsl/blob/acf26718d7a327377641e31d8f9a9dab376efa84/syntaxes/wgsl.tmLanguage.json',
2098
+ },
2099
+ {
2100
+ alias: [
2101
+ 'wl',
2102
+ ],
2103
+ displayName: 'Wolfram',
2104
+ license: 'MIT',
2105
+ licenseUrl: 'https://raw.githubusercontent.com/WolframResearch/vscode-wolfram/master/LICENSE',
2106
+ name: 'wolfram',
2107
+ scopeName: 'source.wolfram',
2108
+ sha: '8b55fb1724d971a303120b3f5b981d654c308c59',
2109
+ source: 'https://github.com/WolframResearch/vscode-wolfram/blob/8b55fb1724d971a303120b3f5b981d654c308c59/syntaxes/wolfram.tmLanguage.json',
2110
+ },
2111
+ {
2112
+ displayName: 'XML',
2113
+ embedded: [
2114
+ 'java',
2115
+ ],
2116
+ license: 'MIT',
2117
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
2118
+ name: 'xml',
2119
+ scopeName: 'text.xml',
2120
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
2121
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/xml/syntaxes/xml.tmLanguage.json',
2122
+ },
2123
+ {
2124
+ displayName: 'XSL',
2125
+ embedded: [
2126
+ 'xml',
2127
+ ],
2128
+ license: 'MIT',
2129
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
2130
+ name: 'xsl',
2131
+ scopeName: 'text.xml.xsl',
2132
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
2133
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/xml/syntaxes/xsl.tmLanguage.json',
2134
+ },
2135
+ {
2136
+ alias: [
2137
+ 'yml',
2138
+ ],
2139
+ displayName: 'YAML',
2140
+ license: 'MIT',
2141
+ licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
2142
+ name: 'yaml',
2143
+ scopeName: 'source.yaml',
2144
+ sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
2145
+ source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/yaml/syntaxes/yaml.tmLanguage.json',
2146
+ },
2147
+ {
2148
+ displayName: 'ZenScript',
2149
+ license: 'MIT',
2150
+ licenseUrl: 'https://raw.githubusercontent.com/CraftTweaker/ZenScript-tmLanguage/master/LICENSE',
2151
+ name: 'zenscript',
2152
+ scopeName: 'source.zenscript',
2153
+ sha: '5a7bcb775a6fb37470e56f904e70d8b8b9e6b047',
2154
+ source: 'https://github.com/CraftTweaker/ZenScript-tmLanguage/blob/5a7bcb775a6fb37470e56f904e70d8b8b9e6b047/zenscript.tmLanguage.json',
2155
+ },
2156
+ {
2157
+ displayName: 'zig',
2158
+ license: 'MIT',
2159
+ licenseUrl: 'https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE',
2160
+ name: 'zig',
2161
+ scopeName: 'source.zig',
2162
+ sha: '2f93703f15615862e5e0bb6a68a95887793bb4a8',
2163
+ source: 'https://github.com/ziglang/vscode-zig/blob/2f93703f15615862e5e0bb6a68a95887793bb4a8/syntaxes/zig.tmLanguage.json',
2164
+ },
2165
+ ]