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/api.js CHANGED
@@ -120,6 +120,44 @@ var init_ada = __esm({
120
120
  }
121
121
  });
122
122
 
123
+ // src/languages/antlr.ts
124
+ var antlr_exports = {};
125
+ __export(antlr_exports, {
126
+ antlr: () => antlr
127
+ });
128
+ var antlr;
129
+ var init_antlr = __esm({
130
+ "src/languages/antlr.ts"() {
131
+ antlr = {
132
+ slug: "antlr",
133
+ publishedDate: "1989-02-01",
134
+ extensions: [".g4"],
135
+ author: "Terence Parr",
136
+ website: "https://www.antlr.org",
137
+ paradigms: ["declarative", "grammar", "parser generation"],
138
+ tooling: {
139
+ runtimes: ["ANTLR Tool", "ANTLR Runtime"],
140
+ packageManagers: ["Maven", "npm", "NuGet", "pip"],
141
+ ecosystems: ["Compilers", "Language Tools", "Static Analysis"]
142
+ },
143
+ version: "4.13.2",
144
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_antlr.svg",
145
+ i18n: {
146
+ en: {
147
+ name: "ANTLR Grammar",
148
+ description: "A grammar notation used with ANTLR to generate lexers, parsers, and language tools.",
149
+ 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."
150
+ },
151
+ es: {
152
+ name: "ANTLR Grammar",
153
+ description: "Una notacion de gramaticas usada con ANTLR para generar lexers, parsers y herramientas de lenguaje.",
154
+ 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."
155
+ }
156
+ }
157
+ };
158
+ }
159
+ });
160
+
123
161
  // src/languages/apex.ts
124
162
  var apex_exports = {};
125
163
  __export(apex_exports, {
@@ -158,6 +196,156 @@ var init_apex = __esm({
158
196
  }
159
197
  });
160
198
 
199
+ // src/languages/apl.ts
200
+ var apl_exports = {};
201
+ __export(apl_exports, {
202
+ apl: () => apl
203
+ });
204
+ var apl;
205
+ var init_apl = __esm({
206
+ "src/languages/apl.ts"() {
207
+ apl = {
208
+ slug: "apl",
209
+ publishedDate: "1966-11-01",
210
+ extensions: [".apl", ".dyalog"],
211
+ author: "Kenneth E. Iverson",
212
+ website: "https://www.dyalog.com",
213
+ paradigms: ["array", "functional", "interactive"],
214
+ tooling: {
215
+ runtimes: ["Dyalog APL", "GNU APL", "NARS2000"],
216
+ ecosystems: ["Array Programming", "Data Analysis", "Financial Computing"]
217
+ },
218
+ version: "ISO/IEC 13751:2001",
219
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_apl.svg",
220
+ i18n: {
221
+ en: {
222
+ name: "APL",
223
+ description: "An array-oriented language known for concise symbolic notation and interactive use.",
224
+ 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."
225
+ },
226
+ es: {
227
+ name: "APL",
228
+ description: "Un lenguaje orientado a arreglos conocido por su notacion simbolica concisa y uso interactivo.",
229
+ 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."
230
+ }
231
+ }
232
+ };
233
+ }
234
+ });
235
+
236
+ // src/languages/applescript.ts
237
+ var applescript_exports = {};
238
+ __export(applescript_exports, {
239
+ applescript: () => applescript
240
+ });
241
+ var applescript;
242
+ var init_applescript = __esm({
243
+ "src/languages/applescript.ts"() {
244
+ applescript = {
245
+ slug: "applescript",
246
+ publishedDate: "1993-10-01",
247
+ extensions: [".applescript", ".scpt", ".scptd"],
248
+ author: "Apple Inc.",
249
+ website: "https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptX/AppleScriptX.html",
250
+ paradigms: ["scripting", "automation", "event-driven"],
251
+ tooling: {
252
+ runtimes: ["macOS", "osascript", "Script Editor"],
253
+ ecosystems: ["macOS", "Desktop Automation"]
254
+ },
255
+ version: "2.8",
256
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_applescript.svg",
257
+ i18n: {
258
+ en: {
259
+ name: "AppleScript",
260
+ description: "A macOS scripting language for automating applications through Apple events.",
261
+ 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."
262
+ },
263
+ es: {
264
+ name: "AppleScript",
265
+ description: "Un lenguaje de scripting de macOS para automatizar aplicaciones mediante Apple events.",
266
+ 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."
267
+ }
268
+ }
269
+ };
270
+ }
271
+ });
272
+
273
+ // src/languages/arduino.ts
274
+ var arduino_exports = {};
275
+ __export(arduino_exports, {
276
+ arduino: () => arduino
277
+ });
278
+ var arduino;
279
+ var init_arduino = __esm({
280
+ "src/languages/arduino.ts"() {
281
+ arduino = {
282
+ slug: "arduino",
283
+ publishedDate: "2005-01-01",
284
+ extensions: [".ino", ".pde"],
285
+ author: "Arduino",
286
+ website: "https://www.arduino.cc",
287
+ paradigms: ["imperative", "procedural", "embedded"],
288
+ tooling: {
289
+ runtimes: ["Arduino Core", "Microcontroller Firmware"],
290
+ packageManagers: ["Arduino Library Manager", "PlatformIO"],
291
+ ecosystems: ["Embedded", "IoT", "Prototyping"]
292
+ },
293
+ version: "Arduino API 1.0",
294
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_arduino.svg",
295
+ i18n: {
296
+ en: {
297
+ name: "Arduino Sketch",
298
+ description: "A C/C++-based sketch format for programming Arduino boards and embedded devices.",
299
+ 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."
300
+ },
301
+ es: {
302
+ name: "Arduino Sketch",
303
+ description: "Un formato de sketch basado en C/C++ para programar placas Arduino y dispositivos embebidos.",
304
+ 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."
305
+ }
306
+ }
307
+ };
308
+ }
309
+ });
310
+
311
+ // src/languages/asciidoc.ts
312
+ var asciidoc_exports = {};
313
+ __export(asciidoc_exports, {
314
+ asciidoc: () => asciidoc
315
+ });
316
+ var asciidoc;
317
+ var init_asciidoc = __esm({
318
+ "src/languages/asciidoc.ts"() {
319
+ asciidoc = {
320
+ slug: "asciidoc",
321
+ publishedDate: "2002-11-25",
322
+ extensions: [".adoc", ".asciidoc", ".asc"],
323
+ author: "Stuart Rackham / AsciiDoc Working Group",
324
+ website: "https://asciidoc.org",
325
+ paradigms: ["markup", "documentation", "declarative", "publishing"],
326
+ tooling: {
327
+ runtimes: ["Asciidoctor", "Asciidoctor.js", "Antora"],
328
+ packageManagers: ["RubyGems", "npm", "Maven"],
329
+ ecosystems: ["Documentation", "Publishing", "Technical Writing", "Static Sites"]
330
+ },
331
+ version: "pre-spec",
332
+ logo: "https://cdn.simpleicons.org/asciidoctor/E40046",
333
+ i18n: {
334
+ en: {
335
+ name: "AsciiDoc",
336
+ description: "A plain-text markup language for technical documentation, books, and publishing.",
337
+ 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."
338
+ },
339
+ es: {
340
+ name: "AsciiDoc",
341
+ description: "Un lenguaje de marcado en texto plano para documentacion tecnica, libros y publicacion.",
342
+ 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."
343
+ }
344
+ }
345
+ };
346
+ }
347
+ });
348
+
161
349
  // src/languages/asp.ts
162
350
  var asp_exports = {};
163
351
  __export(asp_exports, {
@@ -272,6 +460,43 @@ var init_astro = __esm({
272
460
  }
273
461
  });
274
462
 
463
+ // src/languages/autohotkey.ts
464
+ var autohotkey_exports = {};
465
+ __export(autohotkey_exports, {
466
+ autohotkey: () => autohotkey
467
+ });
468
+ var autohotkey;
469
+ var init_autohotkey = __esm({
470
+ "src/languages/autohotkey.ts"() {
471
+ autohotkey = {
472
+ slug: "autohotkey",
473
+ publishedDate: "2003-11-10",
474
+ extensions: [".ahk", ".ah2"],
475
+ author: "Chris Mallett",
476
+ website: "https://www.autohotkey.com",
477
+ paradigms: ["scripting", "automation", "event-driven", "imperative"],
478
+ tooling: {
479
+ runtimes: ["AutoHotkey"],
480
+ ecosystems: ["Windows", "Desktop Automation"]
481
+ },
482
+ version: "2.0",
483
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_autohotkey.svg",
484
+ i18n: {
485
+ en: {
486
+ name: "AutoHotkey",
487
+ description: "A Windows scripting language for hotkeys, macros, automation, and small utilities.",
488
+ 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."
489
+ },
490
+ es: {
491
+ name: "AutoHotkey",
492
+ description: "Un lenguaje de scripting para Windows orientado a atajos, macros, automatizacion y utilidades pequenas.",
493
+ 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."
494
+ }
495
+ }
496
+ };
497
+ }
498
+ });
499
+
275
500
  // src/languages/awk.ts
276
501
  var awk_exports = {};
277
502
  __export(awk_exports, {
@@ -385,6 +610,44 @@ var init_batch = __esm({
385
610
  }
386
611
  });
387
612
 
613
+ // src/languages/bazel.ts
614
+ var bazel_exports = {};
615
+ __export(bazel_exports, {
616
+ bazel: () => bazel
617
+ });
618
+ var bazel;
619
+ var init_bazel = __esm({
620
+ "src/languages/bazel.ts"() {
621
+ bazel = {
622
+ slug: "bazel",
623
+ publishedDate: "2015-03-25",
624
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"],
625
+ author: "Google / Bazel contributors",
626
+ website: "https://bazel.build",
627
+ paradigms: ["declarative", "build-configuration", "hermetic", "monorepo"],
628
+ tooling: {
629
+ runtimes: ["Bazel"],
630
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
631
+ ecosystems: ["Build Systems", "Monorepos", "CI/CD", "Polyglot Repositories"]
632
+ },
633
+ version: "9.0.2",
634
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
635
+ i18n: {
636
+ en: {
637
+ name: "Bazel",
638
+ description: "A build and test configuration language for fast, reproducible multi-language builds.",
639
+ 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."
640
+ },
641
+ es: {
642
+ name: "Bazel",
643
+ description: "Un lenguaje de configuracion de build y test para compilaciones rapidas y reproducibles.",
644
+ 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."
645
+ }
646
+ }
647
+ };
648
+ }
649
+ });
650
+
388
651
  // src/languages/bicep.ts
389
652
  var bicep_exports = {};
390
653
  __export(bicep_exports, {
@@ -423,6 +686,44 @@ var init_bicep = __esm({
423
686
  }
424
687
  });
425
688
 
689
+ // src/languages/blade.ts
690
+ var blade_exports = {};
691
+ __export(blade_exports, {
692
+ blade: () => blade
693
+ });
694
+ var blade;
695
+ var init_blade = __esm({
696
+ "src/languages/blade.ts"() {
697
+ blade = {
698
+ slug: "blade",
699
+ publishedDate: "2011-06-09",
700
+ extensions: [".blade.php"],
701
+ author: "Taylor Otwell / Laravel",
702
+ website: "https://laravel.com/docs/blade",
703
+ paradigms: ["templating", "server-side", "component-oriented", "declarative"],
704
+ tooling: {
705
+ runtimes: ["PHP", "Laravel"],
706
+ packageManagers: ["Composer"],
707
+ ecosystems: ["Laravel", "PHP", "Web", "Server-rendered UI"]
708
+ },
709
+ version: "Laravel 12.x",
710
+ logo: "https://cdn.simpleicons.org/laravel/FF2D20",
711
+ i18n: {
712
+ en: {
713
+ name: "Blade",
714
+ description: "Laravel's server-side template language for views, components, and layouts.",
715
+ 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."
716
+ },
717
+ es: {
718
+ name: "Blade",
719
+ description: "El lenguaje de plantillas de Laravel para vistas, componentes y layouts en servidor.",
720
+ 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."
721
+ }
722
+ }
723
+ };
724
+ }
725
+ });
726
+
426
727
  // src/languages/c.ts
427
728
  var c_exports = {};
428
729
  __export(c_exports, {
@@ -611,6 +912,44 @@ var init_coffeescript = __esm({
611
912
  }
612
913
  });
613
914
 
915
+ // src/languages/coldfusion.ts
916
+ var coldfusion_exports = {};
917
+ __export(coldfusion_exports, {
918
+ coldfusion: () => coldfusion
919
+ });
920
+ var coldfusion;
921
+ var init_coldfusion = __esm({
922
+ "src/languages/coldfusion.ts"() {
923
+ coldfusion = {
924
+ slug: "coldfusion",
925
+ publishedDate: "1995-07-01",
926
+ extensions: [".cfm", ".cfml", ".cfc"],
927
+ author: "Allaire / Adobe",
928
+ website: "https://www.adobe.com/products/coldfusion-family.html",
929
+ paradigms: ["tag-based", "object-oriented", "scripting", "web"],
930
+ tooling: {
931
+ runtimes: ["Adobe ColdFusion", "Lucee"],
932
+ packageManagers: ["CommandBox"],
933
+ ecosystems: ["Web", "JVM", "Enterprise"]
934
+ },
935
+ version: "ColdFusion 2025",
936
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cf.svg",
937
+ i18n: {
938
+ en: {
939
+ name: "ColdFusion",
940
+ description: "A JVM-based web language and platform using CFML tags, scripts, and components.",
941
+ 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."
942
+ },
943
+ es: {
944
+ name: "ColdFusion",
945
+ description: "Un lenguaje y plataforma web sobre JVM que usa etiquetas, scripts y componentes CFML.",
946
+ 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."
947
+ }
948
+ }
949
+ };
950
+ }
951
+ });
952
+
614
953
  // src/languages/cpp.ts
615
954
  var cpp_exports = {};
616
955
  __export(cpp_exports, {
@@ -834,6 +1173,44 @@ var init_cue = __esm({
834
1173
  }
835
1174
  });
836
1175
 
1176
+ // src/languages/cython.ts
1177
+ var cython_exports = {};
1178
+ __export(cython_exports, {
1179
+ cython: () => cython
1180
+ });
1181
+ var cython;
1182
+ var init_cython = __esm({
1183
+ "src/languages/cython.ts"() {
1184
+ cython = {
1185
+ slug: "cython",
1186
+ publishedDate: "2007-07-28",
1187
+ extensions: [".pyx", ".pxd", ".pxi"],
1188
+ author: "Robert Bradshaw, Stefan Behnel, Dag Sverre Seljebotn, Greg Ewing, et al.",
1189
+ website: "https://cython.org",
1190
+ paradigms: ["object-oriented", "imperative", "procedural"],
1191
+ tooling: {
1192
+ runtimes: ["CPython"],
1193
+ packageManagers: ["pip", "conda", "Poetry"],
1194
+ ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
1195
+ },
1196
+ version: "3.1.4",
1197
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
1198
+ i18n: {
1199
+ en: {
1200
+ name: "Cython",
1201
+ description: "A Python superset for compiling typed Python-like code into C extension modules.",
1202
+ 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."
1203
+ },
1204
+ es: {
1205
+ name: "Cython",
1206
+ description: "Un superconjunto de Python para compilar codigo tipado similar a Python como extensiones en C.",
1207
+ 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."
1208
+ }
1209
+ }
1210
+ };
1211
+ }
1212
+ });
1213
+
837
1214
  // src/languages/d.ts
838
1215
  var d_exports = {};
839
1216
  __export(d_exports, {
@@ -1023,6 +1400,44 @@ var init_elm = __esm({
1023
1400
  }
1024
1401
  });
1025
1402
 
1403
+ // src/languages/erb.ts
1404
+ var erb_exports = {};
1405
+ __export(erb_exports, {
1406
+ erb: () => erb
1407
+ });
1408
+ var erb;
1409
+ var init_erb = __esm({
1410
+ "src/languages/erb.ts"() {
1411
+ erb = {
1412
+ slug: "erb",
1413
+ publishedDate: "2000-01-01",
1414
+ extensions: [".erb", ".rhtml", ".html.erb"],
1415
+ author: "Masatoshi Seki / Ruby",
1416
+ website: "https://ruby-doc.org/stdlib/erb/",
1417
+ paradigms: ["templating", "embedded", "markup"],
1418
+ tooling: {
1419
+ runtimes: ["Ruby", "Ruby on Rails"],
1420
+ packageManagers: ["RubyGems", "Bundler"],
1421
+ ecosystems: ["Web", "Ruby", "Static Sites"]
1422
+ },
1423
+ version: "Ruby stdlib",
1424
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Ruby_logo.svg",
1425
+ i18n: {
1426
+ en: {
1427
+ name: "ERB",
1428
+ description: "A Ruby templating system for embedding Ruby code inside text documents.",
1429
+ 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."
1430
+ },
1431
+ es: {
1432
+ name: "ERB",
1433
+ description: "Un sistema de plantillas de Ruby para incrustar codigo Ruby dentro de documentos de texto.",
1434
+ 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."
1435
+ }
1436
+ }
1437
+ };
1438
+ }
1439
+ });
1440
+
1026
1441
  // src/languages/erlang.ts
1027
1442
  var erlang_exports = {};
1028
1443
  __export(erlang_exports, {
@@ -1099,6 +1514,43 @@ var init_fennel = __esm({
1099
1514
  }
1100
1515
  });
1101
1516
 
1517
+ // src/languages/forth.ts
1518
+ var forth_exports = {};
1519
+ __export(forth_exports, {
1520
+ forth: () => forth
1521
+ });
1522
+ var forth;
1523
+ var init_forth = __esm({
1524
+ "src/languages/forth.ts"() {
1525
+ forth = {
1526
+ slug: "forth",
1527
+ publishedDate: "1970-01-01",
1528
+ extensions: [".fs", ".fth", ".forth", ".4th"],
1529
+ author: "Charles H. Moore",
1530
+ website: "https://forth-standard.org",
1531
+ paradigms: ["stack-based", "concatenative", "procedural", "interactive"],
1532
+ tooling: {
1533
+ runtimes: ["Gforth", "SwiftForth", "VFX Forth"],
1534
+ ecosystems: ["Embedded", "Firmware", "Language Implementation"]
1535
+ },
1536
+ version: "Forth 2012",
1537
+ logo: "https://upload.wikimedia.org/wikipedia/commons/a/a5/Gforth_Logo.png",
1538
+ i18n: {
1539
+ en: {
1540
+ name: "Forth",
1541
+ description: "A stack-based extensible language used for embedded systems, firmware, and tooling.",
1542
+ 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."
1543
+ },
1544
+ es: {
1545
+ name: "Forth",
1546
+ description: "Un lenguaje extensible basado en pila usado en sistemas embebidos, firmware y herramientas.",
1547
+ 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."
1548
+ }
1549
+ }
1550
+ };
1551
+ }
1552
+ });
1553
+
1102
1554
  // src/languages/fortran.ts
1103
1555
  var fortran_exports = {};
1104
1556
  __export(fortran_exports, {
@@ -1630,6 +2082,44 @@ var init_hcl = __esm({
1630
2082
  }
1631
2083
  });
1632
2084
 
2085
+ // src/languages/hlsl.ts
2086
+ var hlsl_exports = {};
2087
+ __export(hlsl_exports, {
2088
+ hlsl: () => hlsl
2089
+ });
2090
+ var hlsl;
2091
+ var init_hlsl = __esm({
2092
+ "src/languages/hlsl.ts"() {
2093
+ hlsl = {
2094
+ slug: "hlsl",
2095
+ publishedDate: "2002-12-01",
2096
+ extensions: [".hlsl", ".fx", ".fxh", ".hlsli"],
2097
+ author: "Microsoft",
2098
+ website: "https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl",
2099
+ paradigms: ["shader", "data-parallel", "graphics", "procedural"],
2100
+ tooling: {
2101
+ runtimes: ["Direct3D", "DirectX Shader Compiler", "Game Engines"],
2102
+ packageManagers: ["NuGet", "vcpkg"],
2103
+ ecosystems: ["Graphics", "Game Development", "GPU Programming", "DirectX"]
2104
+ },
2105
+ version: "Shader Model 6.9",
2106
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_hlsl.svg",
2107
+ i18n: {
2108
+ en: {
2109
+ name: "HLSL",
2110
+ description: "Microsoft's High-Level Shading Language for programmable graphics pipelines.",
2111
+ 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."
2112
+ },
2113
+ es: {
2114
+ name: "HLSL",
2115
+ description: "El High-Level Shading Language de Microsoft para pipelines graficos programables.",
2116
+ 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."
2117
+ }
2118
+ }
2119
+ };
2120
+ }
2121
+ });
2122
+
1633
2123
  // src/languages/html.ts
1634
2124
  var html_exports = {};
1635
2125
  __export(html_exports, {
@@ -1846,6 +2336,44 @@ var init_json = __esm({
1846
2336
  }
1847
2337
  });
1848
2338
 
2339
+ // src/languages/jsonnet.ts
2340
+ var jsonnet_exports = {};
2341
+ __export(jsonnet_exports, {
2342
+ jsonnet: () => jsonnet
2343
+ });
2344
+ var jsonnet;
2345
+ var init_jsonnet = __esm({
2346
+ "src/languages/jsonnet.ts"() {
2347
+ jsonnet = {
2348
+ slug: "jsonnet",
2349
+ publishedDate: "2014-04-01",
2350
+ extensions: [".jsonnet", ".libsonnet"],
2351
+ author: "Google",
2352
+ website: "https://jsonnet.org",
2353
+ paradigms: ["functional", "declarative", "configuration"],
2354
+ tooling: {
2355
+ runtimes: ["Jsonnet", "go-jsonnet"],
2356
+ packageManagers: ["jsonnet-bundler"],
2357
+ ecosystems: ["Configuration", "Kubernetes", "Infrastructure"]
2358
+ },
2359
+ version: "0.21.0",
2360
+ logo: "https://jsonnet.org/img/isologo.svg",
2361
+ i18n: {
2362
+ en: {
2363
+ name: "Jsonnet",
2364
+ description: "A data templating language for generating JSON and related configuration formats.",
2365
+ 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."
2366
+ },
2367
+ es: {
2368
+ name: "Jsonnet",
2369
+ description: "Un lenguaje de plantillas de datos para generar JSON y formatos de configuracion relacionados.",
2370
+ 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."
2371
+ }
2372
+ }
2373
+ };
2374
+ }
2375
+ });
2376
+
1849
2377
  // src/languages/julia.ts
1850
2378
  var julia_exports = {};
1851
2379
  __export(julia_exports, {
@@ -2750,6 +3278,44 @@ var init_powershell = __esm({
2750
3278
  }
2751
3279
  });
2752
3280
 
3281
+ // src/languages/prolog.ts
3282
+ var prolog_exports = {};
3283
+ __export(prolog_exports, {
3284
+ prolog: () => prolog
3285
+ });
3286
+ var prolog;
3287
+ var init_prolog = __esm({
3288
+ "src/languages/prolog.ts"() {
3289
+ prolog = {
3290
+ slug: "prolog",
3291
+ publishedDate: "1972-01-01",
3292
+ extensions: [".pl", ".pro", ".prolog", ".P"],
3293
+ author: "Alain Colmerauer, Philippe Roussel, Robert Kowalski",
3294
+ website: "https://www.swi-prolog.org",
3295
+ paradigms: ["logic", "declarative", "relational", "constraint"],
3296
+ tooling: {
3297
+ runtimes: ["SWI-Prolog", "GNU Prolog", "Scryer Prolog"],
3298
+ packageManagers: ["SWI-Prolog pack"],
3299
+ ecosystems: ["Logic Programming", "AI", "Expert Systems", "Constraint Solving"]
3300
+ },
3301
+ version: "SWI-Prolog 10.0",
3302
+ logo: "https://www.swi-prolog.org/icons/swipl.png",
3303
+ i18n: {
3304
+ en: {
3305
+ name: "Prolog",
3306
+ description: "A logic programming language based on facts, rules, queries, and unification.",
3307
+ 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."
3308
+ },
3309
+ es: {
3310
+ name: "Prolog",
3311
+ description: "Un lenguaje de programacion logica basado en hechos, reglas, consultas y unificacion.",
3312
+ 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."
3313
+ }
3314
+ }
3315
+ };
3316
+ }
3317
+ });
3318
+
2753
3319
  // src/languages/protobuf.ts
2754
3320
  var protobuf_exports = {};
2755
3321
  __export(protobuf_exports, {
@@ -2864,6 +3430,44 @@ var init_python = __esm({
2864
3430
  }
2865
3431
  });
2866
3432
 
3433
+ // src/languages/qml.ts
3434
+ var qml_exports = {};
3435
+ __export(qml_exports, {
3436
+ qml: () => qml
3437
+ });
3438
+ var qml;
3439
+ var init_qml = __esm({
3440
+ "src/languages/qml.ts"() {
3441
+ qml = {
3442
+ slug: "qml",
3443
+ publishedDate: "2009-01-01",
3444
+ extensions: [".qml", ".qmltypes", ".qmlproject"],
3445
+ author: "Qt Company / Qt Project",
3446
+ website: "https://doc.qt.io/qt-6/qmlapplications.html",
3447
+ paradigms: ["declarative", "reactive", "component-oriented", "ui"],
3448
+ tooling: {
3449
+ runtimes: ["Qt", "Qt Quick"],
3450
+ packageManagers: ["Conan", "vcpkg", "Qt Installer"],
3451
+ ecosystems: ["Desktop UI", "Embedded UI", "Mobile UI", "Qt"]
3452
+ },
3453
+ version: "Qt 6.11.1",
3454
+ logo: "https://cdn.simpleicons.org/qt/41CD52",
3455
+ i18n: {
3456
+ en: {
3457
+ name: "QML",
3458
+ description: "Qt's declarative language for building fluid, component-based user interfaces.",
3459
+ 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."
3460
+ },
3461
+ es: {
3462
+ name: "QML",
3463
+ description: "El lenguaje declarativo de Qt para crear interfaces fluidas basadas en componentes.",
3464
+ 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."
3465
+ }
3466
+ }
3467
+ };
3468
+ }
3469
+ });
3470
+
2867
3471
  // src/languages/r.ts
2868
3472
  var r_exports = {};
2869
3473
  __export(r_exports, {
@@ -3239,6 +3843,44 @@ var init_sql = __esm({
3239
3843
  }
3240
3844
  });
3241
3845
 
3846
+ // src/languages/starlark.ts
3847
+ var starlark_exports = {};
3848
+ __export(starlark_exports, {
3849
+ starlark: () => starlark
3850
+ });
3851
+ var starlark;
3852
+ var init_starlark = __esm({
3853
+ "src/languages/starlark.ts"() {
3854
+ starlark = {
3855
+ slug: "starlark",
3856
+ publishedDate: "2015-03-25",
3857
+ extensions: [".bzl", ".star", ".sky"],
3858
+ author: "Google / Bazel contributors",
3859
+ website: "https://bazel.build/rules/language",
3860
+ paradigms: ["scripting", "configuration", "deterministic", "imperative"],
3861
+ tooling: {
3862
+ runtimes: ["Bazel", "Buck2", "Starlark Go"],
3863
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
3864
+ ecosystems: ["Build Systems", "Configuration", "Monorepos", "Tooling"]
3865
+ },
3866
+ version: "Bazel Starlark",
3867
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
3868
+ i18n: {
3869
+ en: {
3870
+ name: "Starlark",
3871
+ description: "A deterministic Python-like scripting language for build and configuration tools.",
3872
+ 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."
3873
+ },
3874
+ es: {
3875
+ name: "Starlark",
3876
+ description: "Un lenguaje de scripting determinista similar a Python para herramientas de build y configuracion.",
3877
+ 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."
3878
+ }
3879
+ }
3880
+ };
3881
+ }
3882
+ });
3883
+
3242
3884
  // src/languages/svelte.ts
3243
3885
  var svelte_exports = {};
3244
3886
  __export(svelte_exports, {
@@ -3574,6 +4216,44 @@ var init_typescript = __esm({
3574
4216
  }
3575
4217
  });
3576
4218
 
4219
+ // src/languages/typst.ts
4220
+ var typst_exports = {};
4221
+ __export(typst_exports, {
4222
+ typst: () => typst
4223
+ });
4224
+ var typst;
4225
+ var init_typst = __esm({
4226
+ "src/languages/typst.ts"() {
4227
+ typst = {
4228
+ slug: "typst",
4229
+ publishedDate: "2023-03-21",
4230
+ extensions: [".typ"],
4231
+ author: "Typst GmbH / Typst contributors",
4232
+ website: "https://typst.app",
4233
+ paradigms: ["markup", "typesetting", "functional", "scripting"],
4234
+ tooling: {
4235
+ runtimes: ["Typst CLI", "Typst Web App"],
4236
+ packageManagers: ["Typst Packages"],
4237
+ ecosystems: ["Publishing", "Academic Writing", "Documentation", "Typesetting"]
4238
+ },
4239
+ version: "0.14.1",
4240
+ logo: "https://cdn.simpleicons.org/typst/239DAD",
4241
+ i18n: {
4242
+ en: {
4243
+ name: "Typst",
4244
+ description: "A modern markup and scripting language for typesetting documents and PDFs.",
4245
+ 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."
4246
+ },
4247
+ es: {
4248
+ name: "Typst",
4249
+ description: "Un lenguaje moderno de marcado y scripting para componer documentos y PDFs.",
4250
+ 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."
4251
+ }
4252
+ }
4253
+ };
4254
+ }
4255
+ });
4256
+
3577
4257
  // src/languages/verilog.ts
3578
4258
  var verilog_exports = {};
3579
4259
  __export(verilog_exports, {
@@ -3612,6 +4292,44 @@ var init_verilog = __esm({
3612
4292
  }
3613
4293
  });
3614
4294
 
4295
+ // src/languages/vhdl.ts
4296
+ var vhdl_exports = {};
4297
+ __export(vhdl_exports, {
4298
+ vhdl: () => vhdl
4299
+ });
4300
+ var vhdl;
4301
+ var init_vhdl = __esm({
4302
+ "src/languages/vhdl.ts"() {
4303
+ vhdl = {
4304
+ slug: "vhdl",
4305
+ publishedDate: "1987-01-01",
4306
+ extensions: [".vhd", ".vhdl"],
4307
+ author: "U.S. Department of Defense / IEEE",
4308
+ website: "https://standards.ieee.org/standard/1076-2019.html",
4309
+ paradigms: ["hardware-description", "concurrent", "dataflow", "verification"],
4310
+ tooling: {
4311
+ runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
4312
+ packageManagers: ["VUnit", "FuseSoC"],
4313
+ ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
4314
+ },
4315
+ version: "IEEE 1076-2019",
4316
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_vhdl.svg",
4317
+ i18n: {
4318
+ en: {
4319
+ name: "VHDL",
4320
+ description: "A hardware description and verification language for digital electronic systems.",
4321
+ 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."
4322
+ },
4323
+ es: {
4324
+ name: "VHDL",
4325
+ description: "Un lenguaje de descripcion y verificacion de hardware para sistemas electronicos digitales.",
4326
+ 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."
4327
+ }
4328
+ }
4329
+ };
4330
+ }
4331
+ });
4332
+
3615
4333
  // src/languages/visual-basic.ts
3616
4334
  var visual_basic_exports = {};
3617
4335
  __export(visual_basic_exports, {
@@ -3726,6 +4444,44 @@ var init_webassembly = __esm({
3726
4444
  }
3727
4445
  });
3728
4446
 
4447
+ // src/languages/wgsl.ts
4448
+ var wgsl_exports = {};
4449
+ __export(wgsl_exports, {
4450
+ wgsl: () => wgsl
4451
+ });
4452
+ var wgsl;
4453
+ var init_wgsl = __esm({
4454
+ "src/languages/wgsl.ts"() {
4455
+ wgsl = {
4456
+ slug: "wgsl",
4457
+ publishedDate: "2021-05-18",
4458
+ extensions: [".wgsl"],
4459
+ author: "W3C GPU for the Web Working Group",
4460
+ website: "https://www.w3.org/TR/WGSL/",
4461
+ paradigms: ["shader", "data-parallel", "graphics", "gpu-compute"],
4462
+ tooling: {
4463
+ runtimes: ["WebGPU", "Browsers", "wgpu"],
4464
+ packageManagers: ["npm", "Cargo"],
4465
+ ecosystems: ["WebGPU", "Graphics", "GPU Programming", "Web"]
4466
+ },
4467
+ version: "Candidate Recommendation Draft 2026-05-07",
4468
+ logo: "https://cdn.simpleicons.org/webgpu/005A9C",
4469
+ i18n: {
4470
+ en: {
4471
+ name: "WGSL",
4472
+ description: "The WebGPU Shading Language for portable browser and native GPU programs.",
4473
+ 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."
4474
+ },
4475
+ es: {
4476
+ name: "WGSL",
4477
+ description: "El lenguaje de shading de WebGPU para programas GPU portables en navegador y nativo.",
4478
+ 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."
4479
+ }
4480
+ }
4481
+ };
4482
+ }
4483
+ });
4484
+
3729
4485
  // src/languages/xaml.ts
3730
4486
  var xaml_exports = {};
3731
4487
  __export(xaml_exports, {
@@ -3985,32 +4741,44 @@ var init_zsh = __esm({
3985
4741
  init_abap();
3986
4742
  init_actionscript();
3987
4743
  init_ada();
4744
+ init_antlr();
3988
4745
  init_apex();
4746
+ init_apl();
4747
+ init_applescript();
4748
+ init_arduino();
4749
+ init_asciidoc();
3989
4750
  init_asp();
3990
4751
  init_assembly();
3991
4752
  init_astro();
4753
+ init_autohotkey();
3992
4754
  init_awk();
3993
4755
  init_bash();
3994
4756
  init_batch();
4757
+ init_bazel();
3995
4758
  init_bicep();
4759
+ init_blade();
3996
4760
  init_c();
3997
4761
  init_clojure();
3998
4762
  init_cmake();
3999
4763
  init_cobol();
4000
4764
  init_coffeescript();
4765
+ init_coldfusion();
4001
4766
  init_cpp();
4002
4767
  init_crystal();
4003
4768
  init_csharp();
4004
4769
  init_css();
4005
4770
  init_cuda();
4006
4771
  init_cue();
4772
+ init_cython();
4007
4773
  init_d();
4008
4774
  init_dart();
4009
4775
  init_dockerfile();
4010
4776
  init_elixir();
4011
4777
  init_elm();
4778
+ init_erb();
4012
4779
  init_erlang();
4013
4780
  init_fennel();
4781
+ init_forth();
4014
4782
  init_fortran();
4015
4783
  init_fsharp();
4016
4784
  init_gdscript();
@@ -4025,12 +4793,14 @@ init_handlebars();
4025
4793
  init_haskell();
4026
4794
  init_haxe();
4027
4795
  init_hcl();
4796
+ init_hlsl();
4028
4797
  init_html();
4029
4798
  init_ini();
4030
4799
  init_java();
4031
4800
  init_javascript();
4032
4801
  init_jinja();
4033
4802
  init_json();
4803
+ init_jsonnet();
4034
4804
  init_julia();
4035
4805
  init_jupyter_notebook();
4036
4806
  init_kotlin();
@@ -4055,9 +4825,11 @@ init_perl();
4055
4825
  init_php();
4056
4826
  init_plantuml();
4057
4827
  init_powershell();
4828
+ init_prolog();
4058
4829
  init_protobuf();
4059
4830
  init_pug();
4060
4831
  init_python();
4832
+ init_qml();
4061
4833
  init_r();
4062
4834
  init_racket();
4063
4835
  init_razor();
@@ -4068,6 +4840,7 @@ init_scala();
4068
4840
  init_scss();
4069
4841
  init_solidity();
4070
4842
  init_sql();
4843
+ init_starlark();
4071
4844
  init_svelte();
4072
4845
  init_svg();
4073
4846
  init_svn();
@@ -4077,10 +4850,13 @@ init_tex();
4077
4850
  init_toml();
4078
4851
  init_twig();
4079
4852
  init_typescript();
4853
+ init_typst();
4080
4854
  init_verilog();
4855
+ init_vhdl();
4081
4856
  init_visual_basic();
4082
4857
  init_vue();
4083
4858
  init_webassembly();
4859
+ init_wgsl();
4084
4860
  init_xaml();
4085
4861
  init_xml();
4086
4862
  init_xquery();
@@ -4092,18 +4868,27 @@ var languages = [
4092
4868
  abap,
4093
4869
  actionscript,
4094
4870
  ada,
4871
+ antlr,
4095
4872
  apex,
4873
+ apl,
4874
+ applescript,
4875
+ arduino,
4876
+ asciidoc,
4096
4877
  asp,
4097
4878
  astro,
4098
4879
  assembly,
4099
4880
  awk,
4881
+ autohotkey,
4100
4882
  bash,
4101
4883
  batch,
4884
+ bazel,
4102
4885
  bicep,
4886
+ blade,
4103
4887
  c,
4104
4888
  cmake,
4105
4889
  clojure,
4106
4890
  coffeescript,
4891
+ coldfusion,
4107
4892
  cobol,
4108
4893
  cpp,
4109
4894
  csharp,
@@ -4111,14 +4896,17 @@ var languages = [
4111
4896
  css,
4112
4897
  cue,
4113
4898
  cuda,
4899
+ cython,
4114
4900
  d,
4115
4901
  dart,
4116
4902
  dockerfile,
4117
4903
  elixir,
4118
4904
  elm,
4905
+ erb,
4119
4906
  erlang,
4120
4907
  fennel,
4121
4908
  fortran,
4909
+ forth,
4122
4910
  fsharp,
4123
4911
  gdscript,
4124
4912
  git,
@@ -4132,12 +4920,14 @@ var languages = [
4132
4920
  haskell,
4133
4921
  haxe,
4134
4922
  hcl,
4923
+ hlsl,
4135
4924
  html,
4136
4925
  ini,
4137
4926
  java,
4138
4927
  javascript,
4139
4928
  jinja,
4140
4929
  json,
4930
+ jsonnet,
4141
4931
  jupyterNotebook,
4142
4932
  julia,
4143
4933
  kotlin,
@@ -4163,9 +4953,11 @@ var languages = [
4163
4953
  php,
4164
4954
  plantuml,
4165
4955
  powershell,
4956
+ prolog,
4166
4957
  protobuf,
4167
4958
  pug,
4168
4959
  python,
4960
+ qml,
4169
4961
  r,
4170
4962
  racket,
4171
4963
  razor,
@@ -4176,6 +4968,7 @@ var languages = [
4176
4968
  scss,
4177
4969
  solidity,
4178
4970
  sql,
4971
+ starlark,
4179
4972
  svg,
4180
4973
  svelte,
4181
4974
  swift,
@@ -4184,10 +4977,13 @@ var languages = [
4184
4977
  toml,
4185
4978
  twig,
4186
4979
  typescript,
4980
+ typst,
4187
4981
  verilog,
4982
+ vhdl,
4188
4983
  visualBasic,
4189
4984
  vue,
4190
4985
  webassembly,
4986
+ wgsl,
4191
4987
  xaml,
4192
4988
  xml,
4193
4989
  xquery,
@@ -4254,21 +5050,33 @@ var languageIndex = [
4254
5050
  { slug: "abap", extensions: [".abap"] },
4255
5051
  { slug: "actionscript", extensions: [".as"] },
4256
5052
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
5053
+ { slug: "antlr", extensions: [".g4"] },
4257
5054
  { slug: "apex", extensions: [".cls", ".trigger"] },
5055
+ { slug: "apl", extensions: [".apl", ".dyalog"] },
5056
+ { slug: "applescript", extensions: [".applescript", ".scpt", ".scptd"] },
5057
+ { slug: "arduino", extensions: [".ino", ".pde"] },
5058
+ { slug: "asciidoc", extensions: [".adoc", ".asciidoc", ".asc"] },
4258
5059
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
4259
5060
  { slug: "astro", extensions: [".astro"] },
4260
5061
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
4261
5062
  { slug: "awk", extensions: [".awk"] },
5063
+ { slug: "autohotkey", extensions: [".ahk", ".ah2"] },
4262
5064
  {
4263
5065
  slug: "bash",
4264
5066
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
4265
5067
  },
4266
5068
  { slug: "batch", extensions: [".bat", ".cmd"] },
5069
+ {
5070
+ slug: "bazel",
5071
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"]
5072
+ },
4267
5073
  { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
5074
+ { slug: "blade", extensions: [".blade.php"] },
4268
5075
  { slug: "c", extensions: [".c", ".h"] },
4269
5076
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
4270
5077
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
4271
5078
  { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
5079
+ { slug: "coldfusion", extensions: [".cfm", ".cfml", ".cfc"] },
4272
5080
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
4273
5081
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
4274
5082
  { slug: "csharp", extensions: [".cs", ".csx"] },
@@ -4276,11 +5084,13 @@ var languageIndex = [
4276
5084
  { slug: "css", extensions: [".css"] },
4277
5085
  { slug: "cue", extensions: [".cue"] },
4278
5086
  { slug: "cuda", extensions: [".cu", ".cuh"] },
5087
+ { slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
4279
5088
  { slug: "d", extensions: [".d", ".di"] },
4280
5089
  { slug: "dart", extensions: [".dart"] },
4281
5090
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
4282
5091
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
4283
5092
  { slug: "elm", extensions: [".elm"] },
5093
+ { slug: "erb", extensions: [".erb", ".rhtml", ".html.erb"] },
4284
5094
  {
4285
5095
  slug: "erlang",
4286
5096
  extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
@@ -4290,6 +5100,7 @@ var languageIndex = [
4290
5100
  slug: "fortran",
4291
5101
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
4292
5102
  },
5103
+ { slug: "forth", extensions: [".fs", ".fth", ".forth", ".4th"] },
4293
5104
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
4294
5105
  { slug: "gdscript", extensions: [".gd"] },
4295
5106
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
@@ -4306,12 +5117,14 @@ var languageIndex = [
4306
5117
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
4307
5118
  { slug: "haxe", extensions: [".hx", ".hxml"] },
4308
5119
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
5120
+ { slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
4309
5121
  { slug: "html", extensions: [".html", ".htm"] },
4310
5122
  { slug: "ini", extensions: [".ini"] },
4311
5123
  { slug: "java", extensions: [".java"] },
4312
5124
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
4313
5125
  { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
4314
5126
  { slug: "json", extensions: [".json"] },
5127
+ { slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
4315
5128
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
4316
5129
  { slug: "julia", extensions: [".jl"] },
4317
5130
  { slug: "kotlin", extensions: [".kt", ".kts"] },
@@ -4337,9 +5150,11 @@ var languageIndex = [
4337
5150
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
4338
5151
  { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
4339
5152
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
5153
+ { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
4340
5154
  { slug: "protobuf", extensions: [".proto"] },
4341
5155
  { slug: "pug", extensions: [".pug", ".jade"] },
4342
5156
  { slug: "python", extensions: [".py", ".pyw"] },
5157
+ { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
4343
5158
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
4344
5159
  { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
4345
5160
  { slug: "razor", extensions: [".cshtml", ".razor"] },
@@ -4353,6 +5168,7 @@ var languageIndex = [
4353
5168
  { slug: "scss", extensions: [".scss", ".sass"] },
4354
5169
  { slug: "solidity", extensions: [".sol"] },
4355
5170
  { slug: "sql", extensions: [".sql"] },
5171
+ { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
4356
5172
  { slug: "svg", extensions: [".svg", ".svgz"] },
4357
5173
  { slug: "svelte", extensions: [".svelte"] },
4358
5174
  { slug: "swift", extensions: [".swift"] },
@@ -4361,10 +5177,13 @@ var languageIndex = [
4361
5177
  { slug: "toml", extensions: [".toml"] },
4362
5178
  { slug: "twig", extensions: [".twig"] },
4363
5179
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
5180
+ { slug: "typst", extensions: [".typ"] },
4364
5181
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
5182
+ { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
4365
5183
  { slug: "visual-basic", extensions: [".vb"] },
4366
5184
  { slug: "vue", extensions: [".vue"] },
4367
5185
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
5186
+ { slug: "wgsl", extensions: [".wgsl"] },
4368
5187
  { slug: "xaml", extensions: [".xaml", ".baml"] },
4369
5188
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
4370
5189
  { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
@@ -4380,33 +5199,45 @@ var languageLoaders = {
4380
5199
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
4381
5200
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
4382
5201
  ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
5202
+ antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
4383
5203
  apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
5204
+ apl: () => Promise.resolve().then(() => (init_apl(), apl_exports)).then((module) => module.apl),
5205
+ applescript: () => Promise.resolve().then(() => (init_applescript(), applescript_exports)).then((module) => module.applescript),
5206
+ arduino: () => Promise.resolve().then(() => (init_arduino(), arduino_exports)).then((module) => module.arduino),
5207
+ asciidoc: () => Promise.resolve().then(() => (init_asciidoc(), asciidoc_exports)).then((module) => module.asciidoc),
4384
5208
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
4385
5209
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
4386
5210
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
5211
+ autohotkey: () => Promise.resolve().then(() => (init_autohotkey(), autohotkey_exports)).then((module) => module.autohotkey),
4387
5212
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
4388
5213
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
4389
5214
  batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
5215
+ bazel: () => Promise.resolve().then(() => (init_bazel(), bazel_exports)).then((module) => module.bazel),
4390
5216
  bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
5217
+ blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
4391
5218
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
4392
5219
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
4393
5220
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
4394
5221
  cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
4395
5222
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
5223
+ coldfusion: () => Promise.resolve().then(() => (init_coldfusion(), coldfusion_exports)).then((module) => module.coldfusion),
4396
5224
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
4397
5225
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
4398
5226
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
4399
5227
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
4400
5228
  cue: () => Promise.resolve().then(() => (init_cue(), cue_exports)).then((module) => module.cue),
4401
5229
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
5230
+ cython: () => Promise.resolve().then(() => (init_cython(), cython_exports)).then((module) => module.cython),
4402
5231
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
4403
5232
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
4404
5233
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
4405
5234
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
4406
5235
  elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
5236
+ erb: () => Promise.resolve().then(() => (init_erb(), erb_exports)).then((module) => module.erb),
4407
5237
  erlang: () => Promise.resolve().then(() => (init_erlang(), erlang_exports)).then((module) => module.erlang),
4408
5238
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
4409
5239
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
5240
+ forth: () => Promise.resolve().then(() => (init_forth(), forth_exports)).then((module) => module.forth),
4410
5241
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
4411
5242
  gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
4412
5243
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
@@ -4420,12 +5251,14 @@ var languageLoaders = {
4420
5251
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
4421
5252
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
4422
5253
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
5254
+ hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
4423
5255
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
4424
5256
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
4425
5257
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
4426
5258
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
4427
5259
  jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
4428
5260
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
5261
+ jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
4429
5262
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
4430
5263
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
4431
5264
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
@@ -4451,9 +5284,11 @@ var languageLoaders = {
4451
5284
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
4452
5285
  plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
4453
5286
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
5287
+ prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
4454
5288
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
4455
5289
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
4456
5290
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
5291
+ qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
4457
5292
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
4458
5293
  racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
4459
5294
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
@@ -4464,6 +5299,7 @@ var languageLoaders = {
4464
5299
  scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
4465
5300
  solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
4466
5301
  sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
5302
+ starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
4467
5303
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
4468
5304
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
4469
5305
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
@@ -4472,10 +5308,13 @@ var languageLoaders = {
4472
5308
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
4473
5309
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
4474
5310
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
5311
+ typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
4475
5312
  verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
5313
+ vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
4476
5314
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
4477
5315
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
4478
5316
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
5317
+ wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
4479
5318
  xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
4480
5319
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
4481
5320
  xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),