code-languages 1.18.0 → 1.20.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 (138) hide show
  1. package/README.md +100 -0
  2. package/dist/api.cjs +839 -0
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +664 -128
  5. package/dist/api.d.ts +664 -128
  6. package/dist/api.js +839 -0
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +596 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +596 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +849 -0
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +529 -3
  15. package/dist/index.d.ts +529 -3
  16. package/dist/index.js +850 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/antlr.cjs +34 -0
  19. package/dist/languages/antlr.cjs.map +1 -0
  20. package/dist/languages/antlr.d.cts +29 -0
  21. package/dist/languages/antlr.d.ts +29 -0
  22. package/dist/languages/antlr.js +32 -0
  23. package/dist/languages/antlr.js.map +1 -0
  24. package/dist/languages/apl.cjs +33 -0
  25. package/dist/languages/apl.cjs.map +1 -0
  26. package/dist/languages/apl.d.cts +28 -0
  27. package/dist/languages/apl.d.ts +28 -0
  28. package/dist/languages/apl.js +31 -0
  29. package/dist/languages/apl.js.map +1 -0
  30. package/dist/languages/applescript.cjs +33 -0
  31. package/dist/languages/applescript.cjs.map +1 -0
  32. package/dist/languages/applescript.d.cts +28 -0
  33. package/dist/languages/applescript.d.ts +28 -0
  34. package/dist/languages/applescript.js +31 -0
  35. package/dist/languages/applescript.js.map +1 -0
  36. package/dist/languages/arduino.cjs +34 -0
  37. package/dist/languages/arduino.cjs.map +1 -0
  38. package/dist/languages/arduino.d.cts +29 -0
  39. package/dist/languages/arduino.d.ts +29 -0
  40. package/dist/languages/arduino.js +32 -0
  41. package/dist/languages/arduino.js.map +1 -0
  42. package/dist/languages/asciidoc.cjs +34 -0
  43. package/dist/languages/asciidoc.cjs.map +1 -0
  44. package/dist/languages/asciidoc.d.cts +29 -0
  45. package/dist/languages/asciidoc.d.ts +29 -0
  46. package/dist/languages/asciidoc.js +32 -0
  47. package/dist/languages/asciidoc.js.map +1 -0
  48. package/dist/languages/autohotkey.cjs +33 -0
  49. package/dist/languages/autohotkey.cjs.map +1 -0
  50. package/dist/languages/autohotkey.d.cts +28 -0
  51. package/dist/languages/autohotkey.d.ts +28 -0
  52. package/dist/languages/autohotkey.js +31 -0
  53. package/dist/languages/autohotkey.js.map +1 -0
  54. package/dist/languages/bazel.cjs +34 -0
  55. package/dist/languages/bazel.cjs.map +1 -0
  56. package/dist/languages/bazel.d.cts +29 -0
  57. package/dist/languages/bazel.d.ts +29 -0
  58. package/dist/languages/bazel.js +32 -0
  59. package/dist/languages/bazel.js.map +1 -0
  60. package/dist/languages/blade.cjs +34 -0
  61. package/dist/languages/blade.cjs.map +1 -0
  62. package/dist/languages/blade.d.cts +29 -0
  63. package/dist/languages/blade.d.ts +29 -0
  64. package/dist/languages/blade.js +32 -0
  65. package/dist/languages/blade.js.map +1 -0
  66. package/dist/languages/coldfusion.cjs +34 -0
  67. package/dist/languages/coldfusion.cjs.map +1 -0
  68. package/dist/languages/coldfusion.d.cts +29 -0
  69. package/dist/languages/coldfusion.d.ts +29 -0
  70. package/dist/languages/coldfusion.js +32 -0
  71. package/dist/languages/coldfusion.js.map +1 -0
  72. package/dist/languages/cython.cjs +34 -0
  73. package/dist/languages/cython.cjs.map +1 -0
  74. package/dist/languages/cython.d.cts +29 -0
  75. package/dist/languages/cython.d.ts +29 -0
  76. package/dist/languages/cython.js +32 -0
  77. package/dist/languages/cython.js.map +1 -0
  78. package/dist/languages/erb.cjs +34 -0
  79. package/dist/languages/erb.cjs.map +1 -0
  80. package/dist/languages/erb.d.cts +29 -0
  81. package/dist/languages/erb.d.ts +29 -0
  82. package/dist/languages/erb.js +32 -0
  83. package/dist/languages/erb.js.map +1 -0
  84. package/dist/languages/forth.cjs +33 -0
  85. package/dist/languages/forth.cjs.map +1 -0
  86. package/dist/languages/forth.d.cts +28 -0
  87. package/dist/languages/forth.d.ts +28 -0
  88. package/dist/languages/forth.js +31 -0
  89. package/dist/languages/forth.js.map +1 -0
  90. package/dist/languages/hlsl.cjs +34 -0
  91. package/dist/languages/hlsl.cjs.map +1 -0
  92. package/dist/languages/hlsl.d.cts +29 -0
  93. package/dist/languages/hlsl.d.ts +29 -0
  94. package/dist/languages/hlsl.js +32 -0
  95. package/dist/languages/hlsl.js.map +1 -0
  96. package/dist/languages/jsonnet.cjs +34 -0
  97. package/dist/languages/jsonnet.cjs.map +1 -0
  98. package/dist/languages/jsonnet.d.cts +29 -0
  99. package/dist/languages/jsonnet.d.ts +29 -0
  100. package/dist/languages/jsonnet.js +32 -0
  101. package/dist/languages/jsonnet.js.map +1 -0
  102. package/dist/languages/prolog.cjs +34 -0
  103. package/dist/languages/prolog.cjs.map +1 -0
  104. package/dist/languages/prolog.d.cts +29 -0
  105. package/dist/languages/prolog.d.ts +29 -0
  106. package/dist/languages/prolog.js +32 -0
  107. package/dist/languages/prolog.js.map +1 -0
  108. package/dist/languages/qml.cjs +34 -0
  109. package/dist/languages/qml.cjs.map +1 -0
  110. package/dist/languages/qml.d.cts +29 -0
  111. package/dist/languages/qml.d.ts +29 -0
  112. package/dist/languages/qml.js +32 -0
  113. package/dist/languages/qml.js.map +1 -0
  114. package/dist/languages/starlark.cjs +34 -0
  115. package/dist/languages/starlark.cjs.map +1 -0
  116. package/dist/languages/starlark.d.cts +29 -0
  117. package/dist/languages/starlark.d.ts +29 -0
  118. package/dist/languages/starlark.js +32 -0
  119. package/dist/languages/starlark.js.map +1 -0
  120. package/dist/languages/typst.cjs +34 -0
  121. package/dist/languages/typst.cjs.map +1 -0
  122. package/dist/languages/typst.d.cts +29 -0
  123. package/dist/languages/typst.d.ts +29 -0
  124. package/dist/languages/typst.js +32 -0
  125. package/dist/languages/typst.js.map +1 -0
  126. package/dist/languages/vhdl.cjs +34 -0
  127. package/dist/languages/vhdl.cjs.map +1 -0
  128. package/dist/languages/vhdl.d.cts +29 -0
  129. package/dist/languages/vhdl.d.ts +29 -0
  130. package/dist/languages/vhdl.js +32 -0
  131. package/dist/languages/vhdl.js.map +1 -0
  132. package/dist/languages/wgsl.cjs +34 -0
  133. package/dist/languages/wgsl.cjs.map +1 -0
  134. package/dist/languages/wgsl.d.cts +29 -0
  135. package/dist/languages/wgsl.d.ts +29 -0
  136. package/dist/languages/wgsl.js +32 -0
  137. package/dist/languages/wgsl.js.map +1 -0
  138. package/package.json +101 -1
package/dist/index.cjs CHANGED
@@ -122,6 +122,44 @@ var init_ada = __esm({
122
122
  }
123
123
  });
124
124
 
125
+ // src/languages/antlr.ts
126
+ var antlr_exports = {};
127
+ __export(antlr_exports, {
128
+ antlr: () => exports.antlr
129
+ });
130
+ exports.antlr = void 0;
131
+ var init_antlr = __esm({
132
+ "src/languages/antlr.ts"() {
133
+ exports.antlr = {
134
+ slug: "antlr",
135
+ publishedDate: "1989-02-01",
136
+ extensions: [".g4"],
137
+ author: "Terence Parr",
138
+ website: "https://www.antlr.org",
139
+ paradigms: ["declarative", "grammar", "parser generation"],
140
+ tooling: {
141
+ runtimes: ["ANTLR Tool", "ANTLR Runtime"],
142
+ packageManagers: ["Maven", "npm", "NuGet", "pip"],
143
+ ecosystems: ["Compilers", "Language Tools", "Static Analysis"]
144
+ },
145
+ version: "4.13.2",
146
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_antlr.svg",
147
+ i18n: {
148
+ en: {
149
+ name: "ANTLR Grammar",
150
+ description: "A grammar notation used with ANTLR to generate lexers, parsers, and language tools.",
151
+ longDescription: "ANTLR grammars describe lexical tokens and parser rules for programming languages, data formats, query languages, and domain-specific syntaxes.\n\nThe generated parsers are used in compilers, interpreters, code analyzers, migration tools, editors, and other systems that need structured language recognition."
152
+ },
153
+ es: {
154
+ name: "ANTLR Grammar",
155
+ description: "Una notacion de gramaticas usada con ANTLR para generar lexers, parsers y herramientas de lenguaje.",
156
+ longDescription: "Las gramaticas ANTLR describen tokens lexicos y reglas de parser para lenguajes de programacion, formatos de datos, lenguajes de consulta y sintaxis especificas de dominio.\n\nLos parsers generados se usan en compiladores, interpretes, analizadores de codigo, herramientas de migracion, editores y otros sistemas que necesitan reconocer lenguajes de forma estructurada."
157
+ }
158
+ }
159
+ };
160
+ }
161
+ });
162
+
125
163
  // src/languages/apex.ts
126
164
  var apex_exports = {};
127
165
  __export(apex_exports, {
@@ -160,6 +198,156 @@ var init_apex = __esm({
160
198
  }
161
199
  });
162
200
 
201
+ // src/languages/apl.ts
202
+ var apl_exports = {};
203
+ __export(apl_exports, {
204
+ apl: () => exports.apl
205
+ });
206
+ exports.apl = void 0;
207
+ var init_apl = __esm({
208
+ "src/languages/apl.ts"() {
209
+ exports.apl = {
210
+ slug: "apl",
211
+ publishedDate: "1966-11-01",
212
+ extensions: [".apl", ".dyalog"],
213
+ author: "Kenneth E. Iverson",
214
+ website: "https://www.dyalog.com",
215
+ paradigms: ["array", "functional", "interactive"],
216
+ tooling: {
217
+ runtimes: ["Dyalog APL", "GNU APL", "NARS2000"],
218
+ ecosystems: ["Array Programming", "Data Analysis", "Financial Computing"]
219
+ },
220
+ version: "ISO/IEC 13751:2001",
221
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_apl.svg",
222
+ i18n: {
223
+ en: {
224
+ name: "APL",
225
+ description: "An array-oriented language known for concise symbolic notation and interactive use.",
226
+ longDescription: "APL centers computation around arrays, higher-order operations, and a compact mathematical notation that can express complex transformations in very little code.\n\nIt has influenced many array languages and remains useful in exploratory analysis, financial modeling, algorithm design, and systems where terse interactive computation is valuable."
227
+ },
228
+ es: {
229
+ name: "APL",
230
+ description: "Un lenguaje orientado a arreglos conocido por su notacion simbolica concisa y uso interactivo.",
231
+ longDescription: "APL centra la computacion en arreglos, operaciones de orden superior y una notacion matematica compacta que puede expresar transformaciones complejas en muy poco codigo.\n\nHa influido en muchos lenguajes de arreglos y sigue siendo util en analisis exploratorio, modelos financieros, diseno de algoritmos y sistemas donde la computacion interactiva concisa aporta valor."
232
+ }
233
+ }
234
+ };
235
+ }
236
+ });
237
+
238
+ // src/languages/applescript.ts
239
+ var applescript_exports = {};
240
+ __export(applescript_exports, {
241
+ applescript: () => exports.applescript
242
+ });
243
+ exports.applescript = void 0;
244
+ var init_applescript = __esm({
245
+ "src/languages/applescript.ts"() {
246
+ exports.applescript = {
247
+ slug: "applescript",
248
+ publishedDate: "1993-10-01",
249
+ extensions: [".applescript", ".scpt", ".scptd"],
250
+ author: "Apple Inc.",
251
+ website: "https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptX/AppleScriptX.html",
252
+ paradigms: ["scripting", "automation", "event-driven"],
253
+ tooling: {
254
+ runtimes: ["macOS", "osascript", "Script Editor"],
255
+ ecosystems: ["macOS", "Desktop Automation"]
256
+ },
257
+ version: "2.8",
258
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_applescript.svg",
259
+ i18n: {
260
+ en: {
261
+ name: "AppleScript",
262
+ description: "A macOS scripting language for automating applications through Apple events.",
263
+ longDescription: "AppleScript provides an English-like syntax for controlling scriptable macOS applications, files, windows, workflows, and system services.\n\nIt is commonly used for desktop automation, publishing workflows, batch operations, application glue code, and user-facing scripts that coordinate multiple Mac apps."
264
+ },
265
+ es: {
266
+ name: "AppleScript",
267
+ description: "Un lenguaje de scripting de macOS para automatizar aplicaciones mediante Apple events.",
268
+ longDescription: "AppleScript ofrece una sintaxis similar al ingles para controlar aplicaciones scriptables de macOS, archivos, ventanas, flujos de trabajo y servicios del sistema.\n\nSe usa comunmente para automatizacion de escritorio, flujos editoriales, operaciones por lotes, codigo de integracion entre aplicaciones y scripts de usuario que coordinan varias apps de Mac."
269
+ }
270
+ }
271
+ };
272
+ }
273
+ });
274
+
275
+ // src/languages/arduino.ts
276
+ var arduino_exports = {};
277
+ __export(arduino_exports, {
278
+ arduino: () => exports.arduino
279
+ });
280
+ exports.arduino = void 0;
281
+ var init_arduino = __esm({
282
+ "src/languages/arduino.ts"() {
283
+ exports.arduino = {
284
+ slug: "arduino",
285
+ publishedDate: "2005-01-01",
286
+ extensions: [".ino", ".pde"],
287
+ author: "Arduino",
288
+ website: "https://www.arduino.cc",
289
+ paradigms: ["imperative", "procedural", "embedded"],
290
+ tooling: {
291
+ runtimes: ["Arduino Core", "Microcontroller Firmware"],
292
+ packageManagers: ["Arduino Library Manager", "PlatformIO"],
293
+ ecosystems: ["Embedded", "IoT", "Prototyping"]
294
+ },
295
+ version: "Arduino API 1.0",
296
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_arduino.svg",
297
+ i18n: {
298
+ en: {
299
+ name: "Arduino Sketch",
300
+ description: "A C/C++-based sketch format for programming Arduino boards and embedded devices.",
301
+ longDescription: "Arduino sketches wrap embedded C and C++ development in a beginner-friendly project model with setup and loop entry points, board cores, and hardware libraries.\n\nThey are widely used for electronics prototyping, education, robotics, sensors, IoT devices, and small firmware projects that interact directly with physical components."
302
+ },
303
+ es: {
304
+ name: "Arduino Sketch",
305
+ description: "Un formato de sketch basado en C/C++ para programar placas Arduino y dispositivos embebidos.",
306
+ longDescription: "Los sketches de Arduino envuelven el desarrollo embebido en C y C++ en un modelo de proyecto accesible con puntos de entrada setup y loop, cores de placas y bibliotecas de hardware.\n\nSe usan ampliamente para prototipos electronicos, educacion, robotica, sensores, dispositivos IoT y pequenos proyectos de firmware que interactuan directamente con componentes fisicos."
307
+ }
308
+ }
309
+ };
310
+ }
311
+ });
312
+
313
+ // src/languages/asciidoc.ts
314
+ var asciidoc_exports = {};
315
+ __export(asciidoc_exports, {
316
+ asciidoc: () => asciidoc
317
+ });
318
+ var asciidoc;
319
+ var init_asciidoc = __esm({
320
+ "src/languages/asciidoc.ts"() {
321
+ asciidoc = {
322
+ slug: "asciidoc",
323
+ publishedDate: "2002-11-25",
324
+ extensions: [".adoc", ".asciidoc", ".asc"],
325
+ author: "Stuart Rackham / AsciiDoc Working Group",
326
+ website: "https://asciidoc.org",
327
+ paradigms: ["markup", "documentation", "declarative", "publishing"],
328
+ tooling: {
329
+ runtimes: ["Asciidoctor", "Asciidoctor.js", "Antora"],
330
+ packageManagers: ["RubyGems", "npm", "Maven"],
331
+ ecosystems: ["Documentation", "Publishing", "Technical Writing", "Static Sites"]
332
+ },
333
+ version: "pre-spec",
334
+ logo: "https://cdn.simpleicons.org/asciidoctor/E40046",
335
+ i18n: {
336
+ en: {
337
+ name: "AsciiDoc",
338
+ description: "A plain-text markup language for technical documentation, books, and publishing.",
339
+ longDescription: "AsciiDoc is a readable markup language for writing structured documents with sections, attributes, lists, tables, admonitions, cross references, includes, source blocks, and rich publishing metadata. It is designed to remain comfortable in plain text while supporting professional output formats.\n\nIt is used for product documentation, books, technical manuals, API guides, knowledge bases, Antora documentation sites, and publishing workflows that need semantic source files under version control."
340
+ },
341
+ es: {
342
+ name: "AsciiDoc",
343
+ description: "Un lenguaje de marcado en texto plano para documentacion tecnica, libros y publicacion.",
344
+ longDescription: "AsciiDoc es un lenguaje de marcado legible para escribir documentos estructurados con secciones, atributos, listas, tablas, admoniciones, referencias cruzadas, includes, bloques de codigo y metadatos de publicacion. Esta pensado para ser comodo en texto plano y aun asi soportar salidas profesionales.\n\nSe usa en documentacion de producto, libros, manuales tecnicos, guias de API, bases de conocimiento, sitios Antora y flujos de publicacion que necesitan archivos fuente semanticos bajo control de versiones."
345
+ }
346
+ }
347
+ };
348
+ }
349
+ });
350
+
163
351
  // src/languages/asp.ts
164
352
  var asp_exports = {};
165
353
  __export(asp_exports, {
@@ -274,6 +462,43 @@ var init_astro = __esm({
274
462
  }
275
463
  });
276
464
 
465
+ // src/languages/autohotkey.ts
466
+ var autohotkey_exports = {};
467
+ __export(autohotkey_exports, {
468
+ autohotkey: () => exports.autohotkey
469
+ });
470
+ exports.autohotkey = void 0;
471
+ var init_autohotkey = __esm({
472
+ "src/languages/autohotkey.ts"() {
473
+ exports.autohotkey = {
474
+ slug: "autohotkey",
475
+ publishedDate: "2003-11-10",
476
+ extensions: [".ahk", ".ah2"],
477
+ author: "Chris Mallett",
478
+ website: "https://www.autohotkey.com",
479
+ paradigms: ["scripting", "automation", "event-driven", "imperative"],
480
+ tooling: {
481
+ runtimes: ["AutoHotkey"],
482
+ ecosystems: ["Windows", "Desktop Automation"]
483
+ },
484
+ version: "2.0",
485
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_autohotkey.svg",
486
+ i18n: {
487
+ en: {
488
+ name: "AutoHotkey",
489
+ description: "A Windows scripting language for hotkeys, macros, automation, and small utilities.",
490
+ longDescription: "AutoHotkey scripts automate Windows workflows through hotkeys, text expansion, GUI automation, window management, keyboard and mouse control, and custom utility scripts.\n\nIt is popular for personal productivity, repetitive task automation, quick desktop tooling, application launchers, and accessibility-oriented workflows."
491
+ },
492
+ es: {
493
+ name: "AutoHotkey",
494
+ description: "Un lenguaje de scripting para Windows orientado a atajos, macros, automatizacion y utilidades pequenas.",
495
+ longDescription: "Los scripts de AutoHotkey automatizan flujos de Windows mediante atajos, expansion de texto, automatizacion de GUI, gestion de ventanas, control de teclado y mouse, y utilidades personalizadas.\n\nEs popular para productividad personal, automatizacion de tareas repetitivas, herramientas rapidas de escritorio, lanzadores de aplicaciones y flujos orientados a accesibilidad."
496
+ }
497
+ }
498
+ };
499
+ }
500
+ });
501
+
277
502
  // src/languages/awk.ts
278
503
  var awk_exports = {};
279
504
  __export(awk_exports, {
@@ -387,6 +612,44 @@ var init_batch = __esm({
387
612
  }
388
613
  });
389
614
 
615
+ // src/languages/bazel.ts
616
+ var bazel_exports = {};
617
+ __export(bazel_exports, {
618
+ bazel: () => bazel
619
+ });
620
+ var bazel;
621
+ var init_bazel = __esm({
622
+ "src/languages/bazel.ts"() {
623
+ bazel = {
624
+ slug: "bazel",
625
+ publishedDate: "2015-03-25",
626
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"],
627
+ author: "Google / Bazel contributors",
628
+ website: "https://bazel.build",
629
+ paradigms: ["declarative", "build-configuration", "hermetic", "monorepo"],
630
+ tooling: {
631
+ runtimes: ["Bazel"],
632
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
633
+ ecosystems: ["Build Systems", "Monorepos", "CI/CD", "Polyglot Repositories"]
634
+ },
635
+ version: "9.0.2",
636
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
637
+ i18n: {
638
+ en: {
639
+ name: "Bazel",
640
+ description: "A build and test configuration language for fast, reproducible multi-language builds.",
641
+ longDescription: "Bazel files describe packages, targets, dependencies, toolchains, platforms, modules, and build rules for Bazel's hermetic build graph. BUILD and MODULE files are declarative, while extension logic is commonly written in Starlark.\n\nIt is used in monorepos, large-scale CI systems, polyglot projects, remote execution workflows, reproducible builds, dependency graph analysis, and teams that need consistent builds across machines and languages."
642
+ },
643
+ es: {
644
+ name: "Bazel",
645
+ description: "Un lenguaje de configuracion de build y test para compilaciones rapidas y reproducibles.",
646
+ longDescription: "Los archivos Bazel describen paquetes, targets, dependencias, toolchains, plataformas, modulos y reglas para el grafo de build hermetico de Bazel. Los archivos BUILD y MODULE son declarativos, mientras que la logica de extension suele escribirse en Starlark.\n\nSe usa en monorepos, sistemas CI a gran escala, proyectos poliglota, remote execution, builds reproducibles, analisis de grafos de dependencias y equipos que necesitan builds consistentes entre maquinas y lenguajes."
647
+ }
648
+ }
649
+ };
650
+ }
651
+ });
652
+
390
653
  // src/languages/bicep.ts
391
654
  var bicep_exports = {};
392
655
  __export(bicep_exports, {
@@ -425,6 +688,44 @@ var init_bicep = __esm({
425
688
  }
426
689
  });
427
690
 
691
+ // src/languages/blade.ts
692
+ var blade_exports = {};
693
+ __export(blade_exports, {
694
+ blade: () => blade
695
+ });
696
+ var blade;
697
+ var init_blade = __esm({
698
+ "src/languages/blade.ts"() {
699
+ blade = {
700
+ slug: "blade",
701
+ publishedDate: "2011-06-09",
702
+ extensions: [".blade.php"],
703
+ author: "Taylor Otwell / Laravel",
704
+ website: "https://laravel.com/docs/blade",
705
+ paradigms: ["templating", "server-side", "component-oriented", "declarative"],
706
+ tooling: {
707
+ runtimes: ["PHP", "Laravel"],
708
+ packageManagers: ["Composer"],
709
+ ecosystems: ["Laravel", "PHP", "Web", "Server-rendered UI"]
710
+ },
711
+ version: "Laravel 12.x",
712
+ logo: "https://cdn.simpleicons.org/laravel/FF2D20",
713
+ i18n: {
714
+ en: {
715
+ name: "Blade",
716
+ description: "Laravel's server-side template language for views, components, and layouts.",
717
+ longDescription: "Blade is Laravel's template language for composing PHP views with directives, layouts, sections, stacks, components, slots, conditionals, loops, includes, escaping, and custom compiler extensions. It keeps templates close to HTML while integrating deeply with Laravel features.\n\nIt is used for Laravel applications, server-rendered interfaces, form views, email templates, reusable UI components, admin panels, and PHP projects that rely on Laravel's view layer."
718
+ },
719
+ es: {
720
+ name: "Blade",
721
+ description: "El lenguaje de plantillas de Laravel para vistas, componentes y layouts en servidor.",
722
+ longDescription: "Blade es el lenguaje de plantillas de Laravel para componer vistas PHP con directivas, layouts, secciones, stacks, componentes, slots, condicionales, bucles, includes, escapado y extensiones del compilador. Mantiene las plantillas cerca de HTML y se integra de forma profunda con Laravel.\n\nSe usa en aplicaciones Laravel, interfaces renderizadas en servidor, vistas de formularios, plantillas de email, componentes UI reutilizables, paneles administrativos y proyectos PHP que dependen de la capa de vistas de Laravel."
723
+ }
724
+ }
725
+ };
726
+ }
727
+ });
728
+
428
729
  // src/languages/c.ts
429
730
  var c_exports = {};
430
731
  __export(c_exports, {
@@ -613,6 +914,44 @@ var init_coffeescript = __esm({
613
914
  }
614
915
  });
615
916
 
917
+ // src/languages/coldfusion.ts
918
+ var coldfusion_exports = {};
919
+ __export(coldfusion_exports, {
920
+ coldfusion: () => exports.coldfusion
921
+ });
922
+ exports.coldfusion = void 0;
923
+ var init_coldfusion = __esm({
924
+ "src/languages/coldfusion.ts"() {
925
+ exports.coldfusion = {
926
+ slug: "coldfusion",
927
+ publishedDate: "1995-07-01",
928
+ extensions: [".cfm", ".cfml", ".cfc"],
929
+ author: "Allaire / Adobe",
930
+ website: "https://www.adobe.com/products/coldfusion-family.html",
931
+ paradigms: ["tag-based", "object-oriented", "scripting", "web"],
932
+ tooling: {
933
+ runtimes: ["Adobe ColdFusion", "Lucee"],
934
+ packageManagers: ["CommandBox"],
935
+ ecosystems: ["Web", "JVM", "Enterprise"]
936
+ },
937
+ version: "ColdFusion 2025",
938
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cf.svg",
939
+ i18n: {
940
+ en: {
941
+ name: "ColdFusion",
942
+ description: "A JVM-based web language and platform using CFML tags, scripts, and components.",
943
+ longDescription: "ColdFusion uses CFML to build server-rendered web applications, APIs, scheduled jobs, and enterprise integrations with a mix of tag-based markup and script syntax.\n\nIts ecosystem includes Adobe ColdFusion, Lucee, CFML components, database access, templating, mail, file processing, and tooling for long-lived business applications."
944
+ },
945
+ es: {
946
+ name: "ColdFusion",
947
+ description: "Un lenguaje y plataforma web sobre JVM que usa etiquetas, scripts y componentes CFML.",
948
+ longDescription: "ColdFusion usa CFML para crear aplicaciones web renderizadas en servidor, APIs, tareas programadas e integraciones empresariales con una mezcla de marcado basado en etiquetas y sintaxis de script.\n\nSu ecosistema incluye Adobe ColdFusion, Lucee, componentes CFML, acceso a bases de datos, plantillas, correo, procesamiento de archivos y herramientas para aplicaciones de negocio de larga vida."
949
+ }
950
+ }
951
+ };
952
+ }
953
+ });
954
+
616
955
  // src/languages/cpp.ts
617
956
  var cpp_exports = {};
618
957
  __export(cpp_exports, {
@@ -836,6 +1175,44 @@ var init_cue = __esm({
836
1175
  }
837
1176
  });
838
1177
 
1178
+ // src/languages/cython.ts
1179
+ var cython_exports = {};
1180
+ __export(cython_exports, {
1181
+ cython: () => exports.cython
1182
+ });
1183
+ exports.cython = void 0;
1184
+ var init_cython = __esm({
1185
+ "src/languages/cython.ts"() {
1186
+ exports.cython = {
1187
+ slug: "cython",
1188
+ publishedDate: "2007-07-28",
1189
+ extensions: [".pyx", ".pxd", ".pxi"],
1190
+ author: "Robert Bradshaw, Stefan Behnel, Dag Sverre Seljebotn, Greg Ewing, et al.",
1191
+ website: "https://cython.org",
1192
+ paradigms: ["object-oriented", "imperative", "procedural"],
1193
+ tooling: {
1194
+ runtimes: ["CPython"],
1195
+ packageManagers: ["pip", "conda", "Poetry"],
1196
+ ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
1197
+ },
1198
+ version: "3.1.4",
1199
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
1200
+ i18n: {
1201
+ en: {
1202
+ name: "Cython",
1203
+ description: "A Python superset for compiling typed Python-like code into C extension modules.",
1204
+ longDescription: "Cython extends Python with optional static types, C declarations, and direct calls into C and C++ APIs, allowing Python code to be compiled into native extension modules.\n\nIt is widely used to speed up numeric code, wrap native libraries, build scientific Python packages, and write performance-sensitive components while keeping Python-like syntax."
1205
+ },
1206
+ es: {
1207
+ name: "Cython",
1208
+ description: "Un superconjunto de Python para compilar codigo tipado similar a Python como extensiones en C.",
1209
+ longDescription: "Cython extiende Python con tipos estaticos opcionales, declaraciones de C y llamadas directas a APIs de C y C++, permitiendo compilar codigo Python en modulos de extension nativos.\n\nSe usa ampliamente para acelerar codigo numerico, envolver bibliotecas nativas, crear paquetes cientificos de Python y escribir componentes sensibles al rendimiento manteniendo una sintaxis parecida a Python."
1210
+ }
1211
+ }
1212
+ };
1213
+ }
1214
+ });
1215
+
839
1216
  // src/languages/d.ts
840
1217
  var d_exports = {};
841
1218
  __export(d_exports, {
@@ -1025,6 +1402,44 @@ var init_elm = __esm({
1025
1402
  }
1026
1403
  });
1027
1404
 
1405
+ // src/languages/erb.ts
1406
+ var erb_exports = {};
1407
+ __export(erb_exports, {
1408
+ erb: () => exports.erb
1409
+ });
1410
+ exports.erb = void 0;
1411
+ var init_erb = __esm({
1412
+ "src/languages/erb.ts"() {
1413
+ exports.erb = {
1414
+ slug: "erb",
1415
+ publishedDate: "2000-01-01",
1416
+ extensions: [".erb", ".rhtml", ".html.erb"],
1417
+ author: "Masatoshi Seki / Ruby",
1418
+ website: "https://ruby-doc.org/stdlib/erb/",
1419
+ paradigms: ["templating", "embedded", "markup"],
1420
+ tooling: {
1421
+ runtimes: ["Ruby", "Ruby on Rails"],
1422
+ packageManagers: ["RubyGems", "Bundler"],
1423
+ ecosystems: ["Web", "Ruby", "Static Sites"]
1424
+ },
1425
+ version: "Ruby stdlib",
1426
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Ruby_logo.svg",
1427
+ i18n: {
1428
+ en: {
1429
+ name: "ERB",
1430
+ description: "A Ruby templating system for embedding Ruby code inside text documents.",
1431
+ longDescription: "ERB templates combine plain text, HTML, XML, or configuration output with embedded Ruby expressions and control flow markers.\n\nThey are commonly used in Ruby on Rails views, static site generators, configuration generation, email templates, and any Ruby workflow that needs programmable text rendering."
1432
+ },
1433
+ es: {
1434
+ name: "ERB",
1435
+ description: "Un sistema de plantillas de Ruby para incrustar codigo Ruby dentro de documentos de texto.",
1436
+ longDescription: "Las plantillas ERB combinan texto plano, HTML, XML o salidas de configuracion con expresiones Ruby incrustadas y marcadores de control de flujo.\n\nSe usan comunmente en vistas de Ruby on Rails, generadores de sitios estaticos, generacion de configuracion, plantillas de correo y cualquier flujo Ruby que necesite renderizado programable de texto."
1437
+ }
1438
+ }
1439
+ };
1440
+ }
1441
+ });
1442
+
1028
1443
  // src/languages/erlang.ts
1029
1444
  var erlang_exports = {};
1030
1445
  __export(erlang_exports, {
@@ -1101,6 +1516,43 @@ var init_fennel = __esm({
1101
1516
  }
1102
1517
  });
1103
1518
 
1519
+ // src/languages/forth.ts
1520
+ var forth_exports = {};
1521
+ __export(forth_exports, {
1522
+ forth: () => exports.forth
1523
+ });
1524
+ exports.forth = void 0;
1525
+ var init_forth = __esm({
1526
+ "src/languages/forth.ts"() {
1527
+ exports.forth = {
1528
+ slug: "forth",
1529
+ publishedDate: "1970-01-01",
1530
+ extensions: [".fs", ".fth", ".forth", ".4th"],
1531
+ author: "Charles H. Moore",
1532
+ website: "https://forth-standard.org",
1533
+ paradigms: ["stack-based", "concatenative", "procedural", "interactive"],
1534
+ tooling: {
1535
+ runtimes: ["Gforth", "SwiftForth", "VFX Forth"],
1536
+ ecosystems: ["Embedded", "Firmware", "Language Implementation"]
1537
+ },
1538
+ version: "Forth 2012",
1539
+ logo: "https://upload.wikimedia.org/wikipedia/commons/a/a5/Gforth_Logo.png",
1540
+ i18n: {
1541
+ en: {
1542
+ name: "Forth",
1543
+ description: "A stack-based extensible language used for embedded systems, firmware, and tooling.",
1544
+ longDescription: "Forth programs are built from small words that operate on a data stack, encouraging interactive development, compact runtimes, and language extension from within the program itself.\n\nIt has a long history in embedded systems, boot firmware, instrumentation, space hardware, and custom control environments where simplicity and direct hardware access matter."
1545
+ },
1546
+ es: {
1547
+ name: "Forth",
1548
+ description: "Un lenguaje extensible basado en pila usado en sistemas embebidos, firmware y herramientas.",
1549
+ longDescription: "Los programas Forth se construyen con palabras pequenas que operan sobre una pila de datos, fomentando desarrollo interactivo, runtimes compactos y extension del lenguaje desde el propio programa.\n\nTiene una larga historia en sistemas embebidos, firmware de arranque, instrumentacion, hardware espacial y entornos de control personalizados donde importan la simplicidad y el acceso directo al hardware."
1550
+ }
1551
+ }
1552
+ };
1553
+ }
1554
+ });
1555
+
1104
1556
  // src/languages/fortran.ts
1105
1557
  var fortran_exports = {};
1106
1558
  __export(fortran_exports, {
@@ -1632,6 +2084,44 @@ var init_hcl = __esm({
1632
2084
  }
1633
2085
  });
1634
2086
 
2087
+ // src/languages/hlsl.ts
2088
+ var hlsl_exports = {};
2089
+ __export(hlsl_exports, {
2090
+ hlsl: () => hlsl
2091
+ });
2092
+ var hlsl;
2093
+ var init_hlsl = __esm({
2094
+ "src/languages/hlsl.ts"() {
2095
+ hlsl = {
2096
+ slug: "hlsl",
2097
+ publishedDate: "2002-12-01",
2098
+ extensions: [".hlsl", ".fx", ".fxh", ".hlsli"],
2099
+ author: "Microsoft",
2100
+ website: "https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl",
2101
+ paradigms: ["shader", "data-parallel", "graphics", "procedural"],
2102
+ tooling: {
2103
+ runtimes: ["Direct3D", "DirectX Shader Compiler", "Game Engines"],
2104
+ packageManagers: ["NuGet", "vcpkg"],
2105
+ ecosystems: ["Graphics", "Game Development", "GPU Programming", "DirectX"]
2106
+ },
2107
+ version: "Shader Model 6.9",
2108
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_hlsl.svg",
2109
+ i18n: {
2110
+ en: {
2111
+ name: "HLSL",
2112
+ description: "Microsoft's High-Level Shading Language for programmable graphics pipelines.",
2113
+ longDescription: "HLSL is a shader language for Direct3D and related graphics pipelines. It provides C-like syntax, vector and matrix types, textures, samplers, constant buffers, semantics, intrinsics, and shader stages for vertex, pixel, compute, geometry, hull, domain, mesh, amplification, and ray tracing workloads.\n\nIt is used in Windows games, rendering engines, GPU compute tasks, visual effects, real-time simulations, DirectX tools, and cross-compiled shader workflows that target modern graphics hardware."
2114
+ },
2115
+ es: {
2116
+ name: "HLSL",
2117
+ description: "El High-Level Shading Language de Microsoft para pipelines graficos programables.",
2118
+ longDescription: "HLSL es un lenguaje de shaders para Direct3D y pipelines graficos relacionados. Ofrece sintaxis similar a C, tipos vectoriales y matriciales, texturas, samplers, constant buffers, semanticas, intrinsics y etapas de shader para vertex, pixel, compute, geometry, hull, domain, mesh, amplification y ray tracing.\n\nSe usa en juegos Windows, motores de rendering, tareas GPU compute, efectos visuales, simulaciones en tiempo real, herramientas DirectX y flujos de shaders cross-compiled hacia hardware grafico moderno."
2119
+ }
2120
+ }
2121
+ };
2122
+ }
2123
+ });
2124
+
1635
2125
  // src/languages/html.ts
1636
2126
  var html_exports = {};
1637
2127
  __export(html_exports, {
@@ -1848,6 +2338,44 @@ var init_json = __esm({
1848
2338
  }
1849
2339
  });
1850
2340
 
2341
+ // src/languages/jsonnet.ts
2342
+ var jsonnet_exports = {};
2343
+ __export(jsonnet_exports, {
2344
+ jsonnet: () => exports.jsonnet
2345
+ });
2346
+ exports.jsonnet = void 0;
2347
+ var init_jsonnet = __esm({
2348
+ "src/languages/jsonnet.ts"() {
2349
+ exports.jsonnet = {
2350
+ slug: "jsonnet",
2351
+ publishedDate: "2014-04-01",
2352
+ extensions: [".jsonnet", ".libsonnet"],
2353
+ author: "Google",
2354
+ website: "https://jsonnet.org",
2355
+ paradigms: ["functional", "declarative", "configuration"],
2356
+ tooling: {
2357
+ runtimes: ["Jsonnet", "go-jsonnet"],
2358
+ packageManagers: ["jsonnet-bundler"],
2359
+ ecosystems: ["Configuration", "Kubernetes", "Infrastructure"]
2360
+ },
2361
+ version: "0.21.0",
2362
+ logo: "https://jsonnet.org/img/isologo.svg",
2363
+ i18n: {
2364
+ en: {
2365
+ name: "Jsonnet",
2366
+ description: "A data templating language for generating JSON and related configuration formats.",
2367
+ longDescription: "Jsonnet adds variables, functions, imports, conditionals, object composition, and other programming constructs to a JSON-like syntax for generating structured data.\n\nIt is commonly used for Kubernetes manifests, infrastructure configuration, application settings, and reusable configuration libraries where plain JSON becomes repetitive."
2368
+ },
2369
+ es: {
2370
+ name: "Jsonnet",
2371
+ description: "Un lenguaje de plantillas de datos para generar JSON y formatos de configuracion relacionados.",
2372
+ longDescription: "Jsonnet agrega variables, funciones, imports, condicionales, composicion de objetos y otros constructos de programacion a una sintaxis similar a JSON para generar datos estructurados.\n\nSe usa comunmente en manifiestos de Kubernetes, configuracion de infraestructura, ajustes de aplicaciones y bibliotecas reutilizables de configuracion cuando JSON plano se vuelve repetitivo."
2373
+ }
2374
+ }
2375
+ };
2376
+ }
2377
+ });
2378
+
1851
2379
  // src/languages/julia.ts
1852
2380
  var julia_exports = {};
1853
2381
  __export(julia_exports, {
@@ -2752,6 +3280,44 @@ var init_powershell = __esm({
2752
3280
  }
2753
3281
  });
2754
3282
 
3283
+ // src/languages/prolog.ts
3284
+ var prolog_exports = {};
3285
+ __export(prolog_exports, {
3286
+ prolog: () => prolog
3287
+ });
3288
+ var prolog;
3289
+ var init_prolog = __esm({
3290
+ "src/languages/prolog.ts"() {
3291
+ prolog = {
3292
+ slug: "prolog",
3293
+ publishedDate: "1972-01-01",
3294
+ extensions: [".pl", ".pro", ".prolog", ".P"],
3295
+ author: "Alain Colmerauer, Philippe Roussel, Robert Kowalski",
3296
+ website: "https://www.swi-prolog.org",
3297
+ paradigms: ["logic", "declarative", "relational", "constraint"],
3298
+ tooling: {
3299
+ runtimes: ["SWI-Prolog", "GNU Prolog", "Scryer Prolog"],
3300
+ packageManagers: ["SWI-Prolog pack"],
3301
+ ecosystems: ["Logic Programming", "AI", "Expert Systems", "Constraint Solving"]
3302
+ },
3303
+ version: "SWI-Prolog 10.0",
3304
+ logo: "https://www.swi-prolog.org/icons/swipl.png",
3305
+ i18n: {
3306
+ en: {
3307
+ name: "Prolog",
3308
+ description: "A logic programming language based on facts, rules, queries, and unification.",
3309
+ longDescription: "Prolog expresses programs as relations using facts, rules, terms, predicates, unification, backtracking, recursion, and constraint logic programming. Rather than spelling out step-by-step control flow, programs describe what is true and let the engine search for solutions.\n\nIt is used for symbolic AI, expert systems, theorem proving, language processing, rule engines, planning, scheduling, constraint solving, education, and domains where relational reasoning is more natural than imperative control flow."
3310
+ },
3311
+ es: {
3312
+ name: "Prolog",
3313
+ description: "Un lenguaje de programacion logica basado en hechos, reglas, consultas y unificacion.",
3314
+ longDescription: "Prolog expresa programas como relaciones usando hechos, reglas, terminos, predicados, unificacion, backtracking, recursion y programacion logica con restricciones. En vez de detallar flujo de control paso a paso, los programas describen que es verdadero y el motor busca soluciones.\n\nSe usa en IA simbolica, sistemas expertos, demostracion de teoremas, procesamiento de lenguaje, motores de reglas, planificacion, scheduling, resolucion de restricciones, educacion y dominios donde el razonamiento relacional es mas natural que el control imperativo."
3315
+ }
3316
+ }
3317
+ };
3318
+ }
3319
+ });
3320
+
2755
3321
  // src/languages/protobuf.ts
2756
3322
  var protobuf_exports = {};
2757
3323
  __export(protobuf_exports, {
@@ -2866,6 +3432,44 @@ var init_python = __esm({
2866
3432
  }
2867
3433
  });
2868
3434
 
3435
+ // src/languages/qml.ts
3436
+ var qml_exports = {};
3437
+ __export(qml_exports, {
3438
+ qml: () => qml
3439
+ });
3440
+ var qml;
3441
+ var init_qml = __esm({
3442
+ "src/languages/qml.ts"() {
3443
+ qml = {
3444
+ slug: "qml",
3445
+ publishedDate: "2009-01-01",
3446
+ extensions: [".qml", ".qmltypes", ".qmlproject"],
3447
+ author: "Qt Company / Qt Project",
3448
+ website: "https://doc.qt.io/qt-6/qmlapplications.html",
3449
+ paradigms: ["declarative", "reactive", "component-oriented", "ui"],
3450
+ tooling: {
3451
+ runtimes: ["Qt", "Qt Quick"],
3452
+ packageManagers: ["Conan", "vcpkg", "Qt Installer"],
3453
+ ecosystems: ["Desktop UI", "Embedded UI", "Mobile UI", "Qt"]
3454
+ },
3455
+ version: "Qt 6.11.1",
3456
+ logo: "https://cdn.simpleicons.org/qt/41CD52",
3457
+ i18n: {
3458
+ en: {
3459
+ name: "QML",
3460
+ description: "Qt's declarative language for building fluid, component-based user interfaces.",
3461
+ longDescription: "QML is a declarative language for Qt Quick applications, combining object trees, properties, bindings, signals, states, animations, JavaScript expressions, and reusable components. It is designed for building dynamic interfaces that connect naturally to C++ and Qt APIs.\n\nIt is used in desktop applications, embedded devices, mobile interfaces, automotive displays, industrial controls, media systems, and cross-platform Qt projects that need responsive and animated UI layers."
3462
+ },
3463
+ es: {
3464
+ name: "QML",
3465
+ description: "El lenguaje declarativo de Qt para crear interfaces fluidas basadas en componentes.",
3466
+ longDescription: "QML es un lenguaje declarativo para aplicaciones Qt Quick que combina arboles de objetos, propiedades, bindings, senales, estados, animaciones, expresiones JavaScript y componentes reutilizables. Esta pensado para crear interfaces dinamicas que se conectan de forma natural con C++ y las APIs de Qt.\n\nSe usa en aplicaciones de escritorio, dispositivos embebidos, interfaces moviles, pantallas automotrices, controles industriales, sistemas multimedia y proyectos Qt multiplataforma que necesitan capas UI responsivas y animadas."
3467
+ }
3468
+ }
3469
+ };
3470
+ }
3471
+ });
3472
+
2869
3473
  // src/languages/r.ts
2870
3474
  var r_exports = {};
2871
3475
  __export(r_exports, {
@@ -3241,6 +3845,44 @@ var init_sql = __esm({
3241
3845
  }
3242
3846
  });
3243
3847
 
3848
+ // src/languages/starlark.ts
3849
+ var starlark_exports = {};
3850
+ __export(starlark_exports, {
3851
+ starlark: () => starlark
3852
+ });
3853
+ var starlark;
3854
+ var init_starlark = __esm({
3855
+ "src/languages/starlark.ts"() {
3856
+ starlark = {
3857
+ slug: "starlark",
3858
+ publishedDate: "2015-03-25",
3859
+ extensions: [".bzl", ".star", ".sky"],
3860
+ author: "Google / Bazel contributors",
3861
+ website: "https://bazel.build/rules/language",
3862
+ paradigms: ["scripting", "configuration", "deterministic", "imperative"],
3863
+ tooling: {
3864
+ runtimes: ["Bazel", "Buck2", "Starlark Go"],
3865
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
3866
+ ecosystems: ["Build Systems", "Configuration", "Monorepos", "Tooling"]
3867
+ },
3868
+ version: "Bazel Starlark",
3869
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
3870
+ i18n: {
3871
+ en: {
3872
+ name: "Starlark",
3873
+ description: "A deterministic Python-like scripting language for build and configuration tools.",
3874
+ longDescription: "Starlark is a small, deterministic language with Python-like syntax, designed to be embedded in larger applications. It supports functions, lists, dictionaries, comprehensions, modules, and controlled evaluation while avoiding features that make builds or configuration unpredictable.\n\nIt is best known as Bazel's extension language for rules, macros, repositories, and module extensions, but it is also embedded in other build systems and tools that need safe, reproducible scripting."
3875
+ },
3876
+ es: {
3877
+ name: "Starlark",
3878
+ description: "Un lenguaje de scripting determinista similar a Python para herramientas de build y configuracion.",
3879
+ longDescription: "Starlark es un lenguaje pequeno y determinista con sintaxis similar a Python, disenado para embeberse en aplicaciones mas grandes. Soporta funciones, listas, diccionarios, comprehensions, modulos y evaluacion controlada, evitando caracteristicas que vuelven impredecibles los builds o la configuracion.\n\nEs conocido principalmente como el lenguaje de extension de Bazel para reglas, macros, repositorios y extensiones de modulos, pero tambien se integra en otros sistemas de build y herramientas que necesitan scripting seguro y reproducible."
3880
+ }
3881
+ }
3882
+ };
3883
+ }
3884
+ });
3885
+
3244
3886
  // src/languages/svelte.ts
3245
3887
  var svelte_exports = {};
3246
3888
  __export(svelte_exports, {
@@ -3576,6 +4218,44 @@ var init_typescript = __esm({
3576
4218
  }
3577
4219
  });
3578
4220
 
4221
+ // src/languages/typst.ts
4222
+ var typst_exports = {};
4223
+ __export(typst_exports, {
4224
+ typst: () => typst
4225
+ });
4226
+ var typst;
4227
+ var init_typst = __esm({
4228
+ "src/languages/typst.ts"() {
4229
+ typst = {
4230
+ slug: "typst",
4231
+ publishedDate: "2023-03-21",
4232
+ extensions: [".typ"],
4233
+ author: "Typst GmbH / Typst contributors",
4234
+ website: "https://typst.app",
4235
+ paradigms: ["markup", "typesetting", "functional", "scripting"],
4236
+ tooling: {
4237
+ runtimes: ["Typst CLI", "Typst Web App"],
4238
+ packageManagers: ["Typst Packages"],
4239
+ ecosystems: ["Publishing", "Academic Writing", "Documentation", "Typesetting"]
4240
+ },
4241
+ version: "0.14.1",
4242
+ logo: "https://cdn.simpleicons.org/typst/239DAD",
4243
+ i18n: {
4244
+ en: {
4245
+ name: "Typst",
4246
+ description: "A modern markup and scripting language for typesetting documents and PDFs.",
4247
+ longDescription: "Typst combines lightweight markup, layout primitives, functions, variables, packages, math notation, bibliographies, templates, and scripting in a fast typesetting system. It aims to make professional document production more programmable and approachable than traditional TeX workflows.\n\nIt is used for academic papers, reports, books, resumes, lecture notes, templates, technical documents, and publishing workflows that need reproducible PDF generation from readable source files."
4248
+ },
4249
+ es: {
4250
+ name: "Typst",
4251
+ description: "Un lenguaje moderno de marcado y scripting para componer documentos y PDFs.",
4252
+ longDescription: "Typst combina marcado liviano, primitivas de layout, funciones, variables, paquetes, notacion matematica, bibliografias, templates y scripting en un sistema rapido de composicion. Busca hacer la produccion profesional de documentos mas programable y accesible que los flujos tradicionales con TeX.\n\nSe usa para articulos academicos, reportes, libros, CVs, apuntes de clase, templates, documentos tecnicos y flujos de publicacion que necesitan generar PDFs reproducibles desde archivos fuente legibles."
4253
+ }
4254
+ }
4255
+ };
4256
+ }
4257
+ });
4258
+
3579
4259
  // src/languages/verilog.ts
3580
4260
  var verilog_exports = {};
3581
4261
  __export(verilog_exports, {
@@ -3614,6 +4294,44 @@ var init_verilog = __esm({
3614
4294
  }
3615
4295
  });
3616
4296
 
4297
+ // src/languages/vhdl.ts
4298
+ var vhdl_exports = {};
4299
+ __export(vhdl_exports, {
4300
+ vhdl: () => vhdl
4301
+ });
4302
+ var vhdl;
4303
+ var init_vhdl = __esm({
4304
+ "src/languages/vhdl.ts"() {
4305
+ vhdl = {
4306
+ slug: "vhdl",
4307
+ publishedDate: "1987-01-01",
4308
+ extensions: [".vhd", ".vhdl"],
4309
+ author: "U.S. Department of Defense / IEEE",
4310
+ website: "https://standards.ieee.org/standard/1076-2019.html",
4311
+ paradigms: ["hardware-description", "concurrent", "dataflow", "verification"],
4312
+ tooling: {
4313
+ runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
4314
+ packageManagers: ["VUnit", "FuseSoC"],
4315
+ ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
4316
+ },
4317
+ version: "IEEE 1076-2019",
4318
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_vhdl.svg",
4319
+ i18n: {
4320
+ en: {
4321
+ name: "VHDL",
4322
+ description: "A hardware description and verification language for digital electronic systems.",
4323
+ longDescription: "VHDL describes digital systems using entities, architectures, signals, processes, concurrent statements, packages, generics, configurations, testbenches, and strongly typed design units. It supports simulation, synthesis, and verification across multiple abstraction levels.\n\nIt is used for FPGA development, ASIC design, hardware verification, reusable IP blocks, digital signal processing, safety-critical hardware, and electronic design automation workflows."
4324
+ },
4325
+ es: {
4326
+ name: "VHDL",
4327
+ description: "Un lenguaje de descripcion y verificacion de hardware para sistemas electronicos digitales.",
4328
+ longDescription: "VHDL describe sistemas digitales usando entidades, arquitecturas, senales, procesos, sentencias concurrentes, paquetes, generics, configuraciones, testbenches y unidades de diseno fuertemente tipadas. Soporta simulacion, sintesis y verificacion en varios niveles de abstraccion.\n\nSe usa en desarrollo FPGA, diseno ASIC, verificacion de hardware, bloques IP reutilizables, procesamiento digital de senales, hardware critico para seguridad y flujos de automatizacion de diseno electronico."
4329
+ }
4330
+ }
4331
+ };
4332
+ }
4333
+ });
4334
+
3617
4335
  // src/languages/visual-basic.ts
3618
4336
  var visual_basic_exports = {};
3619
4337
  __export(visual_basic_exports, {
@@ -3728,6 +4446,44 @@ var init_webassembly = __esm({
3728
4446
  }
3729
4447
  });
3730
4448
 
4449
+ // src/languages/wgsl.ts
4450
+ var wgsl_exports = {};
4451
+ __export(wgsl_exports, {
4452
+ wgsl: () => wgsl
4453
+ });
4454
+ var wgsl;
4455
+ var init_wgsl = __esm({
4456
+ "src/languages/wgsl.ts"() {
4457
+ wgsl = {
4458
+ slug: "wgsl",
4459
+ publishedDate: "2021-05-18",
4460
+ extensions: [".wgsl"],
4461
+ author: "W3C GPU for the Web Working Group",
4462
+ website: "https://www.w3.org/TR/WGSL/",
4463
+ paradigms: ["shader", "data-parallel", "graphics", "gpu-compute"],
4464
+ tooling: {
4465
+ runtimes: ["WebGPU", "Browsers", "wgpu"],
4466
+ packageManagers: ["npm", "Cargo"],
4467
+ ecosystems: ["WebGPU", "Graphics", "GPU Programming", "Web"]
4468
+ },
4469
+ version: "Candidate Recommendation Draft 2026-05-07",
4470
+ logo: "https://cdn.simpleicons.org/webgpu/005A9C",
4471
+ i18n: {
4472
+ en: {
4473
+ name: "WGSL",
4474
+ description: "The WebGPU Shading Language for portable browser and native GPU programs.",
4475
+ longDescription: "WGSL is the shader language for WebGPU, designed for predictable validation, portability, and safety across graphics backends. It includes explicit types, address spaces, entry points, bindings, uniforms, storage buffers, textures, workgroups, and built-in functions for graphics and compute shaders.\n\nIt is used in WebGPU applications, browser rendering, native wgpu projects, visualization tools, compute workloads, creative coding, and graphics engines that target portable GPU execution."
4476
+ },
4477
+ es: {
4478
+ name: "WGSL",
4479
+ description: "El lenguaje de shading de WebGPU para programas GPU portables en navegador y nativo.",
4480
+ longDescription: "WGSL es el lenguaje de shaders de WebGPU, disenado para validacion predecible, portabilidad y seguridad entre backends graficos. Incluye tipos explicitos, address spaces, entry points, bindings, uniforms, storage buffers, texturas, workgroups y funciones integradas para shaders graficos y compute.\n\nSe usa en aplicaciones WebGPU, rendering en navegador, proyectos nativos con wgpu, herramientas de visualizacion, cargas compute, creative coding y motores graficos que apuntan a ejecucion GPU portable."
4481
+ }
4482
+ }
4483
+ };
4484
+ }
4485
+ });
4486
+
3731
4487
  // src/languages/xaml.ts
3732
4488
  var xaml_exports = {};
3733
4489
  __export(xaml_exports, {
@@ -3987,32 +4743,44 @@ var init_zsh = __esm({
3987
4743
  init_abap();
3988
4744
  init_actionscript();
3989
4745
  init_ada();
4746
+ init_antlr();
3990
4747
  init_apex();
4748
+ init_apl();
4749
+ init_applescript();
4750
+ init_arduino();
4751
+ init_asciidoc();
3991
4752
  init_asp();
3992
4753
  init_assembly();
3993
4754
  init_astro();
4755
+ init_autohotkey();
3994
4756
  init_awk();
3995
4757
  init_bash();
3996
4758
  init_batch();
4759
+ init_bazel();
3997
4760
  init_bicep();
4761
+ init_blade();
3998
4762
  init_c();
3999
4763
  init_clojure();
4000
4764
  init_cmake();
4001
4765
  init_cobol();
4002
4766
  init_coffeescript();
4767
+ init_coldfusion();
4003
4768
  init_cpp();
4004
4769
  init_crystal();
4005
4770
  init_csharp();
4006
4771
  init_css();
4007
4772
  init_cuda();
4008
4773
  init_cue();
4774
+ init_cython();
4009
4775
  init_d();
4010
4776
  init_dart();
4011
4777
  init_dockerfile();
4012
4778
  init_elixir();
4013
4779
  init_elm();
4780
+ init_erb();
4014
4781
  init_erlang();
4015
4782
  init_fennel();
4783
+ init_forth();
4016
4784
  init_fortran();
4017
4785
  init_fsharp();
4018
4786
  init_gdscript();
@@ -4027,12 +4795,14 @@ init_handlebars();
4027
4795
  init_haskell();
4028
4796
  init_haxe();
4029
4797
  init_hcl();
4798
+ init_hlsl();
4030
4799
  init_html();
4031
4800
  init_ini();
4032
4801
  init_java();
4033
4802
  init_javascript();
4034
4803
  init_jinja();
4035
4804
  init_json();
4805
+ init_jsonnet();
4036
4806
  init_julia();
4037
4807
  init_jupyter_notebook();
4038
4808
  init_kotlin();
@@ -4057,9 +4827,11 @@ init_perl();
4057
4827
  init_php();
4058
4828
  init_plantuml();
4059
4829
  init_powershell();
4830
+ init_prolog();
4060
4831
  init_protobuf();
4061
4832
  init_pug();
4062
4833
  init_python();
4834
+ init_qml();
4063
4835
  init_r();
4064
4836
  init_racket();
4065
4837
  init_razor();
@@ -4070,6 +4842,7 @@ init_scala();
4070
4842
  init_scss();
4071
4843
  init_solidity();
4072
4844
  init_sql();
4845
+ init_starlark();
4073
4846
  init_svelte();
4074
4847
  init_svg();
4075
4848
  init_svn();
@@ -4079,10 +4852,13 @@ init_tex();
4079
4852
  init_toml();
4080
4853
  init_twig();
4081
4854
  init_typescript();
4855
+ init_typst();
4082
4856
  init_verilog();
4857
+ init_vhdl();
4083
4858
  init_visual_basic();
4084
4859
  init_vue();
4085
4860
  init_webassembly();
4861
+ init_wgsl();
4086
4862
  init_xaml();
4087
4863
  init_xml();
4088
4864
  init_xquery();
@@ -4094,18 +4870,27 @@ var languages = [
4094
4870
  exports.abap,
4095
4871
  exports.actionscript,
4096
4872
  exports.ada,
4873
+ exports.antlr,
4097
4874
  exports.apex,
4875
+ exports.apl,
4876
+ exports.applescript,
4877
+ exports.arduino,
4878
+ asciidoc,
4098
4879
  exports.asp,
4099
4880
  exports.astro,
4100
4881
  exports.assembly,
4101
4882
  exports.awk,
4883
+ exports.autohotkey,
4102
4884
  exports.bash,
4103
4885
  exports.batch,
4886
+ bazel,
4104
4887
  bicep,
4888
+ blade,
4105
4889
  exports.c,
4106
4890
  exports.cmake,
4107
4891
  exports.clojure,
4108
4892
  exports.coffeescript,
4893
+ exports.coldfusion,
4109
4894
  exports.cobol,
4110
4895
  exports.cpp,
4111
4896
  exports.csharp,
@@ -4113,14 +4898,17 @@ var languages = [
4113
4898
  exports.css,
4114
4899
  cue,
4115
4900
  exports.cuda,
4901
+ exports.cython,
4116
4902
  exports.d,
4117
4903
  exports.dart,
4118
4904
  exports.dockerfile,
4119
4905
  exports.elixir,
4120
4906
  exports.elm,
4907
+ exports.erb,
4121
4908
  exports.erlang,
4122
4909
  exports.fennel,
4123
4910
  exports.fortran,
4911
+ exports.forth,
4124
4912
  exports.fsharp,
4125
4913
  gdscript,
4126
4914
  exports.git,
@@ -4134,12 +4922,14 @@ var languages = [
4134
4922
  exports.haskell,
4135
4923
  exports.haxe,
4136
4924
  exports.hcl,
4925
+ hlsl,
4137
4926
  exports.html,
4138
4927
  exports.ini,
4139
4928
  exports.java,
4140
4929
  exports.javascript,
4141
4930
  jinja,
4142
4931
  exports.json,
4932
+ exports.jsonnet,
4143
4933
  exports.jupyterNotebook,
4144
4934
  exports.julia,
4145
4935
  exports.kotlin,
@@ -4165,9 +4955,11 @@ var languages = [
4165
4955
  exports.php,
4166
4956
  plantuml,
4167
4957
  exports.powershell,
4958
+ prolog,
4168
4959
  exports.protobuf,
4169
4960
  exports.pug,
4170
4961
  exports.python,
4962
+ qml,
4171
4963
  exports.r,
4172
4964
  exports.racket,
4173
4965
  exports.razor,
@@ -4178,6 +4970,7 @@ var languages = [
4178
4970
  exports.scss,
4179
4971
  exports.solidity,
4180
4972
  exports.sql,
4973
+ starlark,
4181
4974
  exports.svg,
4182
4975
  exports.svelte,
4183
4976
  exports.swift,
@@ -4186,10 +4979,13 @@ var languages = [
4186
4979
  exports.toml,
4187
4980
  exports.twig,
4188
4981
  exports.typescript,
4982
+ typst,
4189
4983
  verilog,
4984
+ vhdl,
4190
4985
  exports.visualBasic,
4191
4986
  exports.vue,
4192
4987
  exports.webassembly,
4988
+ wgsl,
4193
4989
  exports.xaml,
4194
4990
  exports.xml,
4195
4991
  exports.xquery,
@@ -4256,21 +5052,33 @@ var languageIndex = [
4256
5052
  { slug: "abap", extensions: [".abap"] },
4257
5053
  { slug: "actionscript", extensions: [".as"] },
4258
5054
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
5055
+ { slug: "antlr", extensions: [".g4"] },
4259
5056
  { slug: "apex", extensions: [".cls", ".trigger"] },
5057
+ { slug: "apl", extensions: [".apl", ".dyalog"] },
5058
+ { slug: "applescript", extensions: [".applescript", ".scpt", ".scptd"] },
5059
+ { slug: "arduino", extensions: [".ino", ".pde"] },
5060
+ { slug: "asciidoc", extensions: [".adoc", ".asciidoc", ".asc"] },
4260
5061
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
4261
5062
  { slug: "astro", extensions: [".astro"] },
4262
5063
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
4263
5064
  { slug: "awk", extensions: [".awk"] },
5065
+ { slug: "autohotkey", extensions: [".ahk", ".ah2"] },
4264
5066
  {
4265
5067
  slug: "bash",
4266
5068
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
4267
5069
  },
4268
5070
  { slug: "batch", extensions: [".bat", ".cmd"] },
5071
+ {
5072
+ slug: "bazel",
5073
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"]
5074
+ },
4269
5075
  { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
5076
+ { slug: "blade", extensions: [".blade.php"] },
4270
5077
  { slug: "c", extensions: [".c", ".h"] },
4271
5078
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
4272
5079
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
4273
5080
  { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
5081
+ { slug: "coldfusion", extensions: [".cfm", ".cfml", ".cfc"] },
4274
5082
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
4275
5083
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
4276
5084
  { slug: "csharp", extensions: [".cs", ".csx"] },
@@ -4278,11 +5086,13 @@ var languageIndex = [
4278
5086
  { slug: "css", extensions: [".css"] },
4279
5087
  { slug: "cue", extensions: [".cue"] },
4280
5088
  { slug: "cuda", extensions: [".cu", ".cuh"] },
5089
+ { slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
4281
5090
  { slug: "d", extensions: [".d", ".di"] },
4282
5091
  { slug: "dart", extensions: [".dart"] },
4283
5092
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
4284
5093
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
4285
5094
  { slug: "elm", extensions: [".elm"] },
5095
+ { slug: "erb", extensions: [".erb", ".rhtml", ".html.erb"] },
4286
5096
  {
4287
5097
  slug: "erlang",
4288
5098
  extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
@@ -4292,6 +5102,7 @@ var languageIndex = [
4292
5102
  slug: "fortran",
4293
5103
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
4294
5104
  },
5105
+ { slug: "forth", extensions: [".fs", ".fth", ".forth", ".4th"] },
4295
5106
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
4296
5107
  { slug: "gdscript", extensions: [".gd"] },
4297
5108
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
@@ -4308,12 +5119,14 @@ var languageIndex = [
4308
5119
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
4309
5120
  { slug: "haxe", extensions: [".hx", ".hxml"] },
4310
5121
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
5122
+ { slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
4311
5123
  { slug: "html", extensions: [".html", ".htm"] },
4312
5124
  { slug: "ini", extensions: [".ini"] },
4313
5125
  { slug: "java", extensions: [".java"] },
4314
5126
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
4315
5127
  { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
4316
5128
  { slug: "json", extensions: [".json"] },
5129
+ { slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
4317
5130
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
4318
5131
  { slug: "julia", extensions: [".jl"] },
4319
5132
  { slug: "kotlin", extensions: [".kt", ".kts"] },
@@ -4339,9 +5152,11 @@ var languageIndex = [
4339
5152
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
4340
5153
  { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
4341
5154
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
5155
+ { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
4342
5156
  { slug: "protobuf", extensions: [".proto"] },
4343
5157
  { slug: "pug", extensions: [".pug", ".jade"] },
4344
5158
  { slug: "python", extensions: [".py", ".pyw"] },
5159
+ { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
4345
5160
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
4346
5161
  { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
4347
5162
  { slug: "razor", extensions: [".cshtml", ".razor"] },
@@ -4355,6 +5170,7 @@ var languageIndex = [
4355
5170
  { slug: "scss", extensions: [".scss", ".sass"] },
4356
5171
  { slug: "solidity", extensions: [".sol"] },
4357
5172
  { slug: "sql", extensions: [".sql"] },
5173
+ { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
4358
5174
  { slug: "svg", extensions: [".svg", ".svgz"] },
4359
5175
  { slug: "svelte", extensions: [".svelte"] },
4360
5176
  { slug: "swift", extensions: [".swift"] },
@@ -4363,10 +5179,13 @@ var languageIndex = [
4363
5179
  { slug: "toml", extensions: [".toml"] },
4364
5180
  { slug: "twig", extensions: [".twig"] },
4365
5181
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
5182
+ { slug: "typst", extensions: [".typ"] },
4366
5183
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
5184
+ { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
4367
5185
  { slug: "visual-basic", extensions: [".vb"] },
4368
5186
  { slug: "vue", extensions: [".vue"] },
4369
5187
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
5188
+ { slug: "wgsl", extensions: [".wgsl"] },
4370
5189
  { slug: "xaml", extensions: [".xaml", ".baml"] },
4371
5190
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
4372
5191
  { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
@@ -4382,33 +5201,45 @@ var languageLoaders = {
4382
5201
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
4383
5202
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
4384
5203
  ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
5204
+ antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
4385
5205
  apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
5206
+ apl: () => Promise.resolve().then(() => (init_apl(), apl_exports)).then((module) => module.apl),
5207
+ applescript: () => Promise.resolve().then(() => (init_applescript(), applescript_exports)).then((module) => module.applescript),
5208
+ arduino: () => Promise.resolve().then(() => (init_arduino(), arduino_exports)).then((module) => module.arduino),
5209
+ asciidoc: () => Promise.resolve().then(() => (init_asciidoc(), asciidoc_exports)).then((module) => module.asciidoc),
4386
5210
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
4387
5211
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
4388
5212
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
5213
+ autohotkey: () => Promise.resolve().then(() => (init_autohotkey(), autohotkey_exports)).then((module) => module.autohotkey),
4389
5214
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
4390
5215
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
4391
5216
  batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
5217
+ bazel: () => Promise.resolve().then(() => (init_bazel(), bazel_exports)).then((module) => module.bazel),
4392
5218
  bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
5219
+ blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
4393
5220
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
4394
5221
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
4395
5222
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
4396
5223
  cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
4397
5224
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
5225
+ coldfusion: () => Promise.resolve().then(() => (init_coldfusion(), coldfusion_exports)).then((module) => module.coldfusion),
4398
5226
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
4399
5227
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
4400
5228
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
4401
5229
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
4402
5230
  cue: () => Promise.resolve().then(() => (init_cue(), cue_exports)).then((module) => module.cue),
4403
5231
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
5232
+ cython: () => Promise.resolve().then(() => (init_cython(), cython_exports)).then((module) => module.cython),
4404
5233
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
4405
5234
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
4406
5235
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
4407
5236
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
4408
5237
  elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
5238
+ erb: () => Promise.resolve().then(() => (init_erb(), erb_exports)).then((module) => module.erb),
4409
5239
  erlang: () => Promise.resolve().then(() => (init_erlang(), erlang_exports)).then((module) => module.erlang),
4410
5240
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
4411
5241
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
5242
+ forth: () => Promise.resolve().then(() => (init_forth(), forth_exports)).then((module) => module.forth),
4412
5243
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
4413
5244
  gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
4414
5245
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
@@ -4422,12 +5253,14 @@ var languageLoaders = {
4422
5253
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
4423
5254
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
4424
5255
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
5256
+ hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
4425
5257
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
4426
5258
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
4427
5259
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
4428
5260
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
4429
5261
  jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
4430
5262
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
5263
+ jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
4431
5264
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
4432
5265
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
4433
5266
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
@@ -4453,9 +5286,11 @@ var languageLoaders = {
4453
5286
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
4454
5287
  plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
4455
5288
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
5289
+ prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
4456
5290
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
4457
5291
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
4458
5292
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
5293
+ qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
4459
5294
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
4460
5295
  racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
4461
5296
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
@@ -4466,6 +5301,7 @@ var languageLoaders = {
4466
5301
  scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
4467
5302
  solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
4468
5303
  sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
5304
+ starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
4469
5305
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
4470
5306
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
4471
5307
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
@@ -4474,10 +5310,13 @@ var languageLoaders = {
4474
5310
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
4475
5311
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
4476
5312
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
5313
+ typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
4477
5314
  verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
5315
+ vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
4478
5316
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
4479
5317
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
4480
5318
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
5319
+ wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
4481
5320
  xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
4482
5321
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
4483
5322
  xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
@@ -4585,11 +5424,16 @@ var api = {
4585
5424
  init_abap();
4586
5425
  init_actionscript();
4587
5426
  init_ada();
5427
+ init_antlr();
4588
5428
  init_apex();
5429
+ init_apl();
5430
+ init_applescript();
5431
+ init_arduino();
4589
5432
  init_asp();
4590
5433
  init_astro();
4591
5434
  init_assembly();
4592
5435
  init_awk();
5436
+ init_autohotkey();
4593
5437
  init_bash();
4594
5438
  init_batch();
4595
5439
  init_c();
@@ -4597,19 +5441,23 @@ init_cmake();
4597
5441
  init_clojure();
4598
5442
  init_coffeescript();
4599
5443
  init_cobol();
5444
+ init_coldfusion();
4600
5445
  init_csharp();
4601
5446
  init_cpp();
4602
5447
  init_crystal();
4603
5448
  init_css();
4604
5449
  init_cuda();
5450
+ init_cython();
4605
5451
  init_d();
4606
5452
  init_dart();
4607
5453
  init_dockerfile();
4608
5454
  init_elixir();
4609
5455
  init_elm();
5456
+ init_erb();
4610
5457
  init_erlang();
4611
5458
  init_fennel();
4612
5459
  init_fortran();
5460
+ init_forth();
4613
5461
  init_fsharp();
4614
5462
  init_git();
4615
5463
  init_gleam();
@@ -4626,6 +5474,7 @@ init_ini();
4626
5474
  init_java();
4627
5475
  init_javascript();
4628
5476
  init_json();
5477
+ init_jsonnet();
4629
5478
  init_jupyter_notebook();
4630
5479
  init_julia();
4631
5480
  init_kotlin();