rn-shiki 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2608) hide show
  1. package/lib/commonjs/components/syntax/SyntaxHighlighter.js +71 -64
  2. package/lib/commonjs/components/syntax/SyntaxHighlighter.js.map +1 -1
  3. package/lib/commonjs/components/syntax/SyntaxLine.js +34 -33
  4. package/lib/commonjs/components/syntax/SyntaxLine.js.map +1 -1
  5. package/lib/commonjs/components/syntax/index.js +19 -1
  6. package/lib/commonjs/components/syntax/index.js.map +1 -1
  7. package/lib/commonjs/hooks/useSyntaxHighlighter.js +53 -48
  8. package/lib/commonjs/hooks/useSyntaxHighlighter.js.map +1 -1
  9. package/lib/commonjs/index.js +34 -2
  10. package/lib/commonjs/index.js.map +1 -1
  11. package/lib/commonjs/syntax/highlighter/index.js +35 -32
  12. package/lib/commonjs/syntax/highlighter/index.js.map +1 -1
  13. package/lib/commonjs/syntax/index.js +18 -1
  14. package/lib/commonjs/syntax/index.js.map +1 -1
  15. package/lib/commonjs/types/index.js +1 -1
  16. package/lib/commonjs/types/shiki.d.js +5 -1
  17. package/lib/commonjs/types/shiki.js +5 -1
  18. package/lib/commonjs/utils/index.js +16 -1
  19. package/lib/commonjs/utils/index.js.map +1 -1
  20. package/lib/commonjs/utils/string.js +18 -28
  21. package/lib/commonjs/utils/string.js.map +1 -1
  22. package/lib/commonjs/vendor/shiki/core/core.d.js +1 -1
  23. package/lib/commonjs/vendor/shiki/core/core.js +4423 -5121
  24. package/lib/commonjs/vendor/shiki/core/core.js.map +1 -1
  25. package/lib/commonjs/vendor/shiki/core/engine-javascript.d.js +1 -1
  26. package/lib/commonjs/vendor/shiki/core/engine-javascript.js +630 -557
  27. package/lib/commonjs/vendor/shiki/core/engine-javascript.js.map +1 -1
  28. package/lib/commonjs/vendor/shiki/langs/abap.d.js +5 -1
  29. package/lib/commonjs/vendor/shiki/langs/abap.js +5 -3
  30. package/lib/commonjs/vendor/shiki/langs/abap.js.map +1 -1
  31. package/lib/commonjs/vendor/shiki/langs/actionscript-3.d.js +5 -1
  32. package/lib/commonjs/vendor/shiki/langs/actionscript-3.js +5 -3
  33. package/lib/commonjs/vendor/shiki/langs/actionscript-3.js.map +1 -1
  34. package/lib/commonjs/vendor/shiki/langs/ada.d.js +5 -1
  35. package/lib/commonjs/vendor/shiki/langs/ada.js +5 -3
  36. package/lib/commonjs/vendor/shiki/langs/ada.js.map +1 -1
  37. package/lib/commonjs/vendor/shiki/langs/adoc.d.js +5 -1
  38. package/lib/commonjs/vendor/shiki/langs/adoc.js +20 -14
  39. package/lib/commonjs/vendor/shiki/langs/adoc.js.map +1 -1
  40. package/lib/commonjs/vendor/shiki/langs/angular-expression.d.js +5 -1
  41. package/lib/commonjs/vendor/shiki/langs/angular-expression.js +5 -3
  42. package/lib/commonjs/vendor/shiki/langs/angular-expression.js.map +1 -1
  43. package/lib/commonjs/vendor/shiki/langs/angular-html.d.js +5 -1
  44. package/lib/commonjs/vendor/shiki/langs/angular-html.js +6 -9
  45. package/lib/commonjs/vendor/shiki/langs/angular-html.js.map +1 -1
  46. package/lib/commonjs/vendor/shiki/langs/angular-inline-style.d.js +5 -1
  47. package/lib/commonjs/vendor/shiki/langs/angular-inline-style.js +6 -5
  48. package/lib/commonjs/vendor/shiki/langs/angular-inline-style.js.map +1 -1
  49. package/lib/commonjs/vendor/shiki/langs/angular-inline-template.d.js +5 -1
  50. package/lib/commonjs/vendor/shiki/langs/angular-inline-template.js +6 -6
  51. package/lib/commonjs/vendor/shiki/langs/angular-inline-template.js.map +1 -1
  52. package/lib/commonjs/vendor/shiki/langs/angular-let-declaration.d.js +5 -1
  53. package/lib/commonjs/vendor/shiki/langs/angular-let-declaration.js +6 -5
  54. package/lib/commonjs/vendor/shiki/langs/angular-let-declaration.js.map +1 -1
  55. package/lib/commonjs/vendor/shiki/langs/angular-template-blocks.d.js +5 -1
  56. package/lib/commonjs/vendor/shiki/langs/angular-template-blocks.js +6 -6
  57. package/lib/commonjs/vendor/shiki/langs/angular-template-blocks.js.map +1 -1
  58. package/lib/commonjs/vendor/shiki/langs/angular-template.d.js +5 -1
  59. package/lib/commonjs/vendor/shiki/langs/angular-template.js +6 -5
  60. package/lib/commonjs/vendor/shiki/langs/angular-template.js.map +1 -1
  61. package/lib/commonjs/vendor/shiki/langs/angular-ts.d.js +5 -1
  62. package/lib/commonjs/vendor/shiki/langs/angular-ts.js +6 -10
  63. package/lib/commonjs/vendor/shiki/langs/angular-ts.js.map +1 -1
  64. package/lib/commonjs/vendor/shiki/langs/apache.d.js +5 -1
  65. package/lib/commonjs/vendor/shiki/langs/apache.js +5 -3
  66. package/lib/commonjs/vendor/shiki/langs/apache.js.map +1 -1
  67. package/lib/commonjs/vendor/shiki/langs/apex.d.js +5 -1
  68. package/lib/commonjs/vendor/shiki/langs/apex.js +5 -3
  69. package/lib/commonjs/vendor/shiki/langs/apex.js.map +1 -1
  70. package/lib/commonjs/vendor/shiki/langs/apl.d.js +5 -1
  71. package/lib/commonjs/vendor/shiki/langs/apl.js +6 -9
  72. package/lib/commonjs/vendor/shiki/langs/apl.js.map +1 -1
  73. package/lib/commonjs/vendor/shiki/langs/applescript.d.js +5 -1
  74. package/lib/commonjs/vendor/shiki/langs/applescript.js +5 -3
  75. package/lib/commonjs/vendor/shiki/langs/applescript.js.map +1 -1
  76. package/lib/commonjs/vendor/shiki/langs/ara.d.js +5 -1
  77. package/lib/commonjs/vendor/shiki/langs/ara.js +5 -3
  78. package/lib/commonjs/vendor/shiki/langs/ara.js.map +1 -1
  79. package/lib/commonjs/vendor/shiki/langs/asciidoc.d.js +5 -1
  80. package/lib/commonjs/vendor/shiki/langs/asciidoc.js +5 -3
  81. package/lib/commonjs/vendor/shiki/langs/asciidoc.js.map +1 -1
  82. package/lib/commonjs/vendor/shiki/langs/asm.d.js +5 -1
  83. package/lib/commonjs/vendor/shiki/langs/asm.js +5 -3
  84. package/lib/commonjs/vendor/shiki/langs/asm.js.map +1 -1
  85. package/lib/commonjs/vendor/shiki/langs/astro.d.js +5 -1
  86. package/lib/commonjs/vendor/shiki/langs/astro.js +6 -9
  87. package/lib/commonjs/vendor/shiki/langs/astro.js.map +1 -1
  88. package/lib/commonjs/vendor/shiki/langs/awk.d.js +5 -1
  89. package/lib/commonjs/vendor/shiki/langs/awk.js +5 -3
  90. package/lib/commonjs/vendor/shiki/langs/awk.js.map +1 -1
  91. package/lib/commonjs/vendor/shiki/langs/ballerina.d.js +5 -1
  92. package/lib/commonjs/vendor/shiki/langs/ballerina.js +5 -3
  93. package/lib/commonjs/vendor/shiki/langs/ballerina.js.map +1 -1
  94. package/lib/commonjs/vendor/shiki/langs/bash.d.js +5 -1
  95. package/lib/commonjs/vendor/shiki/langs/bash.js +19 -13
  96. package/lib/commonjs/vendor/shiki/langs/bash.js.map +1 -1
  97. package/lib/commonjs/vendor/shiki/langs/bat.d.js +5 -1
  98. package/lib/commonjs/vendor/shiki/langs/bat.js +5 -3
  99. package/lib/commonjs/vendor/shiki/langs/bat.js.map +1 -1
  100. package/lib/commonjs/vendor/shiki/langs/batch.d.js +5 -1
  101. package/lib/commonjs/vendor/shiki/langs/batch.js +19 -13
  102. package/lib/commonjs/vendor/shiki/langs/batch.js.map +1 -1
  103. package/lib/commonjs/vendor/shiki/langs/be.d.js +5 -1
  104. package/lib/commonjs/vendor/shiki/langs/be.js +19 -13
  105. package/lib/commonjs/vendor/shiki/langs/be.js.map +1 -1
  106. package/lib/commonjs/vendor/shiki/langs/beancount.d.js +5 -1
  107. package/lib/commonjs/vendor/shiki/langs/beancount.js +5 -3
  108. package/lib/commonjs/vendor/shiki/langs/beancount.js.map +1 -1
  109. package/lib/commonjs/vendor/shiki/langs/berry.d.js +5 -1
  110. package/lib/commonjs/vendor/shiki/langs/berry.js +5 -3
  111. package/lib/commonjs/vendor/shiki/langs/berry.js.map +1 -1
  112. package/lib/commonjs/vendor/shiki/langs/bibtex.d.js +5 -1
  113. package/lib/commonjs/vendor/shiki/langs/bibtex.js +5 -3
  114. package/lib/commonjs/vendor/shiki/langs/bibtex.js.map +1 -1
  115. package/lib/commonjs/vendor/shiki/langs/bicep.d.js +5 -1
  116. package/lib/commonjs/vendor/shiki/langs/bicep.js +5 -3
  117. package/lib/commonjs/vendor/shiki/langs/bicep.js.map +1 -1
  118. package/lib/commonjs/vendor/shiki/langs/blade.d.js +5 -1
  119. package/lib/commonjs/vendor/shiki/langs/blade.js +6 -10
  120. package/lib/commonjs/vendor/shiki/langs/blade.js.map +1 -1
  121. package/lib/commonjs/vendor/shiki/langs/c.d.js +5 -1
  122. package/lib/commonjs/vendor/shiki/langs/c.js +5 -3
  123. package/lib/commonjs/vendor/shiki/langs/c.js.map +1 -1
  124. package/lib/commonjs/vendor/shiki/langs/cadence.d.js +5 -1
  125. package/lib/commonjs/vendor/shiki/langs/cadence.js +5 -3
  126. package/lib/commonjs/vendor/shiki/langs/cadence.js.map +1 -1
  127. package/lib/commonjs/vendor/shiki/langs/cdc.d.js +5 -1
  128. package/lib/commonjs/vendor/shiki/langs/cdc.js +19 -13
  129. package/lib/commonjs/vendor/shiki/langs/cdc.js.map +1 -1
  130. package/lib/commonjs/vendor/shiki/langs/clarity.d.js +5 -1
  131. package/lib/commonjs/vendor/shiki/langs/clarity.js +5 -3
  132. package/lib/commonjs/vendor/shiki/langs/clarity.js.map +1 -1
  133. package/lib/commonjs/vendor/shiki/langs/clj.d.js +5 -1
  134. package/lib/commonjs/vendor/shiki/langs/clj.js +19 -13
  135. package/lib/commonjs/vendor/shiki/langs/clj.js.map +1 -1
  136. package/lib/commonjs/vendor/shiki/langs/clojure.d.js +5 -1
  137. package/lib/commonjs/vendor/shiki/langs/clojure.js +5 -3
  138. package/lib/commonjs/vendor/shiki/langs/clojure.js.map +1 -1
  139. package/lib/commonjs/vendor/shiki/langs/closure-templates.d.js +5 -1
  140. package/lib/commonjs/vendor/shiki/langs/closure-templates.js +23 -26
  141. package/lib/commonjs/vendor/shiki/langs/closure-templates.js.map +1 -1
  142. package/lib/commonjs/vendor/shiki/langs/cmake.d.js +5 -1
  143. package/lib/commonjs/vendor/shiki/langs/cmake.js +5 -3
  144. package/lib/commonjs/vendor/shiki/langs/cmake.js.map +1 -1
  145. package/lib/commonjs/vendor/shiki/langs/cmd.d.js +5 -1
  146. package/lib/commonjs/vendor/shiki/langs/cmd.js +19 -13
  147. package/lib/commonjs/vendor/shiki/langs/cmd.js.map +1 -1
  148. package/lib/commonjs/vendor/shiki/langs/cobol.d.js +5 -1
  149. package/lib/commonjs/vendor/shiki/langs/cobol.js +6 -6
  150. package/lib/commonjs/vendor/shiki/langs/cobol.js.map +1 -1
  151. package/lib/commonjs/vendor/shiki/langs/codeowners.d.js +5 -1
  152. package/lib/commonjs/vendor/shiki/langs/codeowners.js +5 -3
  153. package/lib/commonjs/vendor/shiki/langs/codeowners.js.map +1 -1
  154. package/lib/commonjs/vendor/shiki/langs/codeql.d.js +5 -1
  155. package/lib/commonjs/vendor/shiki/langs/codeql.js +5 -3
  156. package/lib/commonjs/vendor/shiki/langs/codeql.js.map +1 -1
  157. package/lib/commonjs/vendor/shiki/langs/coffee.d.js +5 -1
  158. package/lib/commonjs/vendor/shiki/langs/coffee.js +6 -5
  159. package/lib/commonjs/vendor/shiki/langs/coffee.js.map +1 -1
  160. package/lib/commonjs/vendor/shiki/langs/coffeescript.d.js +5 -1
  161. package/lib/commonjs/vendor/shiki/langs/coffeescript.js +20 -17
  162. package/lib/commonjs/vendor/shiki/langs/coffeescript.js.map +1 -1
  163. package/lib/commonjs/vendor/shiki/langs/common-lisp.d.js +5 -1
  164. package/lib/commonjs/vendor/shiki/langs/common-lisp.js +5 -3
  165. package/lib/commonjs/vendor/shiki/langs/common-lisp.js.map +1 -1
  166. package/lib/commonjs/vendor/shiki/langs/console.d.js +5 -1
  167. package/lib/commonjs/vendor/shiki/langs/console.js +21 -18
  168. package/lib/commonjs/vendor/shiki/langs/console.js.map +1 -1
  169. package/lib/commonjs/vendor/shiki/langs/coq.d.js +5 -1
  170. package/lib/commonjs/vendor/shiki/langs/coq.js +5 -3
  171. package/lib/commonjs/vendor/shiki/langs/coq.js.map +1 -1
  172. package/lib/commonjs/vendor/shiki/langs/cpp-macro.d.js +5 -1
  173. package/lib/commonjs/vendor/shiki/langs/cpp-macro.js +6 -7
  174. package/lib/commonjs/vendor/shiki/langs/cpp-macro.js.map +1 -1
  175. package/lib/commonjs/vendor/shiki/langs/cpp.d.js +5 -1
  176. package/lib/commonjs/vendor/shiki/langs/cpp.js +6 -8
  177. package/lib/commonjs/vendor/shiki/langs/cpp.js.map +1 -1
  178. package/lib/commonjs/vendor/shiki/langs/cql.d.js +5 -1
  179. package/lib/commonjs/vendor/shiki/langs/cql.js +19 -13
  180. package/lib/commonjs/vendor/shiki/langs/cql.js.map +1 -1
  181. package/lib/commonjs/vendor/shiki/langs/crystal.d.js +5 -1
  182. package/lib/commonjs/vendor/shiki/langs/crystal.js +6 -10
  183. package/lib/commonjs/vendor/shiki/langs/crystal.js.map +1 -1
  184. package/lib/commonjs/vendor/shiki/langs/cs.d.js +5 -1
  185. package/lib/commonjs/vendor/shiki/langs/cs.js +19 -13
  186. package/lib/commonjs/vendor/shiki/langs/cs.js.map +1 -1
  187. package/lib/commonjs/vendor/shiki/langs/csharp.d.js +5 -1
  188. package/lib/commonjs/vendor/shiki/langs/csharp.js +5 -3
  189. package/lib/commonjs/vendor/shiki/langs/csharp.js.map +1 -1
  190. package/lib/commonjs/vendor/shiki/langs/css.d.js +5 -1
  191. package/lib/commonjs/vendor/shiki/langs/css.js +5 -3
  192. package/lib/commonjs/vendor/shiki/langs/css.js.map +1 -1
  193. package/lib/commonjs/vendor/shiki/langs/csv.d.js +5 -1
  194. package/lib/commonjs/vendor/shiki/langs/csv.js +5 -3
  195. package/lib/commonjs/vendor/shiki/langs/csv.js.map +1 -1
  196. package/lib/commonjs/vendor/shiki/langs/cue.d.js +5 -1
  197. package/lib/commonjs/vendor/shiki/langs/cue.js +5 -3
  198. package/lib/commonjs/vendor/shiki/langs/cue.js.map +1 -1
  199. package/lib/commonjs/vendor/shiki/langs/cypher.d.js +5 -1
  200. package/lib/commonjs/vendor/shiki/langs/cypher.js +5 -3
  201. package/lib/commonjs/vendor/shiki/langs/cypher.js.map +1 -1
  202. package/lib/commonjs/vendor/shiki/langs/d.d.js +5 -1
  203. package/lib/commonjs/vendor/shiki/langs/d.js +5 -3
  204. package/lib/commonjs/vendor/shiki/langs/d.js.map +1 -1
  205. package/lib/commonjs/vendor/shiki/langs/dart.d.js +5 -1
  206. package/lib/commonjs/vendor/shiki/langs/dart.js +5 -3
  207. package/lib/commonjs/vendor/shiki/langs/dart.js.map +1 -1
  208. package/lib/commonjs/vendor/shiki/langs/dax.d.js +5 -1
  209. package/lib/commonjs/vendor/shiki/langs/dax.js +5 -3
  210. package/lib/commonjs/vendor/shiki/langs/dax.js.map +1 -1
  211. package/lib/commonjs/vendor/shiki/langs/desktop.d.js +5 -1
  212. package/lib/commonjs/vendor/shiki/langs/desktop.js +5 -3
  213. package/lib/commonjs/vendor/shiki/langs/desktop.js.map +1 -1
  214. package/lib/commonjs/vendor/shiki/langs/diff.d.js +5 -1
  215. package/lib/commonjs/vendor/shiki/langs/diff.js +5 -3
  216. package/lib/commonjs/vendor/shiki/langs/diff.js.map +1 -1
  217. package/lib/commonjs/vendor/shiki/langs/docker.d.js +5 -1
  218. package/lib/commonjs/vendor/shiki/langs/docker.js +5 -3
  219. package/lib/commonjs/vendor/shiki/langs/docker.js.map +1 -1
  220. package/lib/commonjs/vendor/shiki/langs/dockerfile.d.js +5 -1
  221. package/lib/commonjs/vendor/shiki/langs/dockerfile.js +19 -13
  222. package/lib/commonjs/vendor/shiki/langs/dockerfile.js.map +1 -1
  223. package/lib/commonjs/vendor/shiki/langs/dotenv.d.js +5 -1
  224. package/lib/commonjs/vendor/shiki/langs/dotenv.js +5 -3
  225. package/lib/commonjs/vendor/shiki/langs/dotenv.js.map +1 -1
  226. package/lib/commonjs/vendor/shiki/langs/dream-maker.d.js +5 -1
  227. package/lib/commonjs/vendor/shiki/langs/dream-maker.js +5 -3
  228. package/lib/commonjs/vendor/shiki/langs/dream-maker.js.map +1 -1
  229. package/lib/commonjs/vendor/shiki/langs/edge.d.js +5 -1
  230. package/lib/commonjs/vendor/shiki/langs/edge.js +6 -7
  231. package/lib/commonjs/vendor/shiki/langs/edge.js.map +1 -1
  232. package/lib/commonjs/vendor/shiki/langs/elisp.d.js +5 -1
  233. package/lib/commonjs/vendor/shiki/langs/elisp.js +3 -32
  234. package/lib/commonjs/vendor/shiki/langs/elisp.js.map +1 -1
  235. package/lib/commonjs/vendor/shiki/langs/elixir.d.js +5 -1
  236. package/lib/commonjs/vendor/shiki/langs/elixir.js +6 -5
  237. package/lib/commonjs/vendor/shiki/langs/elixir.js.map +1 -1
  238. package/lib/commonjs/vendor/shiki/langs/elm.d.js +5 -1
  239. package/lib/commonjs/vendor/shiki/langs/elm.js +6 -5
  240. package/lib/commonjs/vendor/shiki/langs/elm.js.map +1 -1
  241. package/lib/commonjs/vendor/shiki/langs/emacs-lisp.d.js +5 -1
  242. package/lib/commonjs/vendor/shiki/langs/emacs-lisp.js +5 -3
  243. package/lib/commonjs/vendor/shiki/langs/emacs-lisp.js.map +1 -1
  244. package/lib/commonjs/vendor/shiki/langs/erb.d.js +5 -1
  245. package/lib/commonjs/vendor/shiki/langs/erb.js +6 -6
  246. package/lib/commonjs/vendor/shiki/langs/erb.js.map +1 -1
  247. package/lib/commonjs/vendor/shiki/langs/erl.d.js +5 -1
  248. package/lib/commonjs/vendor/shiki/langs/erl.js +19 -13
  249. package/lib/commonjs/vendor/shiki/langs/erl.js.map +1 -1
  250. package/lib/commonjs/vendor/shiki/langs/erlang.d.js +5 -1
  251. package/lib/commonjs/vendor/shiki/langs/erlang.js +5 -3
  252. package/lib/commonjs/vendor/shiki/langs/erlang.js.map +1 -1
  253. package/lib/commonjs/vendor/shiki/langs/es-tag-css.d.js +5 -1
  254. package/lib/commonjs/vendor/shiki/langs/es-tag-css.js +6 -7
  255. package/lib/commonjs/vendor/shiki/langs/es-tag-css.js.map +1 -1
  256. package/lib/commonjs/vendor/shiki/langs/es-tag-glsl.d.js +5 -1
  257. package/lib/commonjs/vendor/shiki/langs/es-tag-glsl.js +6 -7
  258. package/lib/commonjs/vendor/shiki/langs/es-tag-glsl.js.map +1 -1
  259. package/lib/commonjs/vendor/shiki/langs/es-tag-html.d.js +5 -1
  260. package/lib/commonjs/vendor/shiki/langs/es-tag-html.js +6 -7
  261. package/lib/commonjs/vendor/shiki/langs/es-tag-html.js.map +1 -1
  262. package/lib/commonjs/vendor/shiki/langs/es-tag-sql.d.js +5 -1
  263. package/lib/commonjs/vendor/shiki/langs/es-tag-sql.js +6 -6
  264. package/lib/commonjs/vendor/shiki/langs/es-tag-sql.js.map +1 -1
  265. package/lib/commonjs/vendor/shiki/langs/es-tag-xml.d.js +5 -1
  266. package/lib/commonjs/vendor/shiki/langs/es-tag-xml.js +6 -5
  267. package/lib/commonjs/vendor/shiki/langs/es-tag-xml.js.map +1 -1
  268. package/lib/commonjs/vendor/shiki/langs/f.d.js +5 -1
  269. package/lib/commonjs/vendor/shiki/langs/f.js +20 -17
  270. package/lib/commonjs/vendor/shiki/langs/f.js.map +1 -1
  271. package/lib/commonjs/vendor/shiki/langs/f03.d.js +5 -1
  272. package/lib/commonjs/vendor/shiki/langs/f03.js +19 -13
  273. package/lib/commonjs/vendor/shiki/langs/f03.js.map +1 -1
  274. package/lib/commonjs/vendor/shiki/langs/f08.d.js +5 -1
  275. package/lib/commonjs/vendor/shiki/langs/f08.js +19 -13
  276. package/lib/commonjs/vendor/shiki/langs/f08.js.map +1 -1
  277. package/lib/commonjs/vendor/shiki/langs/f18.d.js +5 -1
  278. package/lib/commonjs/vendor/shiki/langs/f18.js +19 -13
  279. package/lib/commonjs/vendor/shiki/langs/f18.js.map +1 -1
  280. package/lib/commonjs/vendor/shiki/langs/f77.d.js +5 -1
  281. package/lib/commonjs/vendor/shiki/langs/f77.js +20 -17
  282. package/lib/commonjs/vendor/shiki/langs/f77.js.map +1 -1
  283. package/lib/commonjs/vendor/shiki/langs/f90.d.js +5 -1
  284. package/lib/commonjs/vendor/shiki/langs/f90.js +19 -13
  285. package/lib/commonjs/vendor/shiki/langs/f90.js.map +1 -1
  286. package/lib/commonjs/vendor/shiki/langs/f95.d.js +5 -1
  287. package/lib/commonjs/vendor/shiki/langs/f95.js +19 -13
  288. package/lib/commonjs/vendor/shiki/langs/f95.js.map +1 -1
  289. package/lib/commonjs/vendor/shiki/langs/fennel.d.js +5 -1
  290. package/lib/commonjs/vendor/shiki/langs/fennel.js +5 -3
  291. package/lib/commonjs/vendor/shiki/langs/fennel.js.map +1 -1
  292. package/lib/commonjs/vendor/shiki/langs/fish.d.js +5 -1
  293. package/lib/commonjs/vendor/shiki/langs/fish.js +5 -3
  294. package/lib/commonjs/vendor/shiki/langs/fish.js.map +1 -1
  295. package/lib/commonjs/vendor/shiki/langs/fluent.d.js +5 -1
  296. package/lib/commonjs/vendor/shiki/langs/fluent.js +5 -3
  297. package/lib/commonjs/vendor/shiki/langs/fluent.js.map +1 -1
  298. package/lib/commonjs/vendor/shiki/langs/for.d.js +5 -1
  299. package/lib/commonjs/vendor/shiki/langs/for.js +20 -17
  300. package/lib/commonjs/vendor/shiki/langs/for.js.map +1 -1
  301. package/lib/commonjs/vendor/shiki/langs/fortran-fixed-form.d.js +5 -1
  302. package/lib/commonjs/vendor/shiki/langs/fortran-fixed-form.js +6 -5
  303. package/lib/commonjs/vendor/shiki/langs/fortran-fixed-form.js.map +1 -1
  304. package/lib/commonjs/vendor/shiki/langs/fortran-free-form.d.js +5 -1
  305. package/lib/commonjs/vendor/shiki/langs/fortran-free-form.js +5 -3
  306. package/lib/commonjs/vendor/shiki/langs/fortran-free-form.js.map +1 -1
  307. package/lib/commonjs/vendor/shiki/langs/fs.d.js +5 -1
  308. package/lib/commonjs/vendor/shiki/langs/fs.js +20 -17
  309. package/lib/commonjs/vendor/shiki/langs/fs.js.map +1 -1
  310. package/lib/commonjs/vendor/shiki/langs/fsharp.d.js +5 -1
  311. package/lib/commonjs/vendor/shiki/langs/fsharp.js +6 -5
  312. package/lib/commonjs/vendor/shiki/langs/fsharp.js.map +1 -1
  313. package/lib/commonjs/vendor/shiki/langs/fsl.d.js +5 -1
  314. package/lib/commonjs/vendor/shiki/langs/fsl.js +19 -13
  315. package/lib/commonjs/vendor/shiki/langs/fsl.js.map +1 -1
  316. package/lib/commonjs/vendor/shiki/langs/ftl.d.js +5 -1
  317. package/lib/commonjs/vendor/shiki/langs/ftl.js +19 -13
  318. package/lib/commonjs/vendor/shiki/langs/ftl.js.map +1 -1
  319. package/lib/commonjs/vendor/shiki/langs/gdresource.d.js +5 -1
  320. package/lib/commonjs/vendor/shiki/langs/gdresource.js +6 -6
  321. package/lib/commonjs/vendor/shiki/langs/gdresource.js.map +1 -1
  322. package/lib/commonjs/vendor/shiki/langs/gdscript.d.js +5 -1
  323. package/lib/commonjs/vendor/shiki/langs/gdscript.js +5 -3
  324. package/lib/commonjs/vendor/shiki/langs/gdscript.js.map +1 -1
  325. package/lib/commonjs/vendor/shiki/langs/gdshader.d.js +5 -1
  326. package/lib/commonjs/vendor/shiki/langs/gdshader.js +5 -3
  327. package/lib/commonjs/vendor/shiki/langs/gdshader.js.map +1 -1
  328. package/lib/commonjs/vendor/shiki/langs/genie.d.js +5 -1
  329. package/lib/commonjs/vendor/shiki/langs/genie.js +5 -3
  330. package/lib/commonjs/vendor/shiki/langs/genie.js.map +1 -1
  331. package/lib/commonjs/vendor/shiki/langs/gherkin.d.js +5 -1
  332. package/lib/commonjs/vendor/shiki/langs/gherkin.js +5 -3
  333. package/lib/commonjs/vendor/shiki/langs/gherkin.js.map +1 -1
  334. package/lib/commonjs/vendor/shiki/langs/git-commit.d.js +5 -1
  335. package/lib/commonjs/vendor/shiki/langs/git-commit.js +6 -5
  336. package/lib/commonjs/vendor/shiki/langs/git-commit.js.map +1 -1
  337. package/lib/commonjs/vendor/shiki/langs/git-rebase.d.js +5 -1
  338. package/lib/commonjs/vendor/shiki/langs/git-rebase.js +6 -5
  339. package/lib/commonjs/vendor/shiki/langs/git-rebase.js.map +1 -1
  340. package/lib/commonjs/vendor/shiki/langs/gjs.d.js +5 -1
  341. package/lib/commonjs/vendor/shiki/langs/gjs.js +7 -62
  342. package/lib/commonjs/vendor/shiki/langs/gjs.js.map +1 -1
  343. package/lib/commonjs/vendor/shiki/langs/gleam.d.js +5 -1
  344. package/lib/commonjs/vendor/shiki/langs/gleam.js +5 -3
  345. package/lib/commonjs/vendor/shiki/langs/gleam.js.map +1 -1
  346. package/lib/commonjs/vendor/shiki/langs/glimmer-js.d.js +5 -1
  347. package/lib/commonjs/vendor/shiki/langs/glimmer-js.js +6 -8
  348. package/lib/commonjs/vendor/shiki/langs/glimmer-js.js.map +1 -1
  349. package/lib/commonjs/vendor/shiki/langs/glimmer-ts.d.js +5 -1
  350. package/lib/commonjs/vendor/shiki/langs/glimmer-ts.js +6 -8
  351. package/lib/commonjs/vendor/shiki/langs/glimmer-ts.js.map +1 -1
  352. package/lib/commonjs/vendor/shiki/langs/glsl.d.js +5 -1
  353. package/lib/commonjs/vendor/shiki/langs/glsl.js +6 -5
  354. package/lib/commonjs/vendor/shiki/langs/glsl.js.map +1 -1
  355. package/lib/commonjs/vendor/shiki/langs/gnuplot.d.js +5 -1
  356. package/lib/commonjs/vendor/shiki/langs/gnuplot.js +5 -3
  357. package/lib/commonjs/vendor/shiki/langs/gnuplot.js.map +1 -1
  358. package/lib/commonjs/vendor/shiki/langs/go.d.js +5 -1
  359. package/lib/commonjs/vendor/shiki/langs/go.js +5 -3
  360. package/lib/commonjs/vendor/shiki/langs/go.js.map +1 -1
  361. package/lib/commonjs/vendor/shiki/langs/gql.d.js +5 -1
  362. package/lib/commonjs/vendor/shiki/langs/gql.js +7 -60
  363. package/lib/commonjs/vendor/shiki/langs/gql.js.map +1 -1
  364. package/lib/commonjs/vendor/shiki/langs/graphql.d.js +5 -1
  365. package/lib/commonjs/vendor/shiki/langs/graphql.js +6 -8
  366. package/lib/commonjs/vendor/shiki/langs/graphql.js.map +1 -1
  367. package/lib/commonjs/vendor/shiki/langs/groovy.d.js +5 -1
  368. package/lib/commonjs/vendor/shiki/langs/groovy.js +5 -3
  369. package/lib/commonjs/vendor/shiki/langs/groovy.js.map +1 -1
  370. package/lib/commonjs/vendor/shiki/langs/gts.d.js +5 -1
  371. package/lib/commonjs/vendor/shiki/langs/gts.js +7 -62
  372. package/lib/commonjs/vendor/shiki/langs/gts.js.map +1 -1
  373. package/lib/commonjs/vendor/shiki/langs/hack.d.js +5 -1
  374. package/lib/commonjs/vendor/shiki/langs/hack.js +6 -6
  375. package/lib/commonjs/vendor/shiki/langs/hack.js.map +1 -1
  376. package/lib/commonjs/vendor/shiki/langs/haml.d.js +5 -1
  377. package/lib/commonjs/vendor/shiki/langs/haml.js +6 -6
  378. package/lib/commonjs/vendor/shiki/langs/haml.js.map +1 -1
  379. package/lib/commonjs/vendor/shiki/langs/handlebars.d.js +5 -1
  380. package/lib/commonjs/vendor/shiki/langs/handlebars.js +6 -8
  381. package/lib/commonjs/vendor/shiki/langs/handlebars.js.map +1 -1
  382. package/lib/commonjs/vendor/shiki/langs/haskell.d.js +5 -1
  383. package/lib/commonjs/vendor/shiki/langs/haskell.js +5 -3
  384. package/lib/commonjs/vendor/shiki/langs/haskell.js.map +1 -1
  385. package/lib/commonjs/vendor/shiki/langs/haxe.d.js +5 -1
  386. package/lib/commonjs/vendor/shiki/langs/haxe.js +5 -3
  387. package/lib/commonjs/vendor/shiki/langs/haxe.js.map +1 -1
  388. package/lib/commonjs/vendor/shiki/langs/hbs.d.js +5 -1
  389. package/lib/commonjs/vendor/shiki/langs/hbs.js +24 -32
  390. package/lib/commonjs/vendor/shiki/langs/hbs.js.map +1 -1
  391. package/lib/commonjs/vendor/shiki/langs/hcl.d.js +5 -1
  392. package/lib/commonjs/vendor/shiki/langs/hcl.js +5 -3
  393. package/lib/commonjs/vendor/shiki/langs/hcl.js.map +1 -1
  394. package/lib/commonjs/vendor/shiki/langs/hjson.d.js +5 -1
  395. package/lib/commonjs/vendor/shiki/langs/hjson.js +5 -3
  396. package/lib/commonjs/vendor/shiki/langs/hjson.js.map +1 -1
  397. package/lib/commonjs/vendor/shiki/langs/hlsl.d.js +5 -1
  398. package/lib/commonjs/vendor/shiki/langs/hlsl.js +5 -3
  399. package/lib/commonjs/vendor/shiki/langs/hlsl.js.map +1 -1
  400. package/lib/commonjs/vendor/shiki/langs/hs.d.js +5 -1
  401. package/lib/commonjs/vendor/shiki/langs/hs.js +19 -13
  402. package/lib/commonjs/vendor/shiki/langs/hs.js.map +1 -1
  403. package/lib/commonjs/vendor/shiki/langs/html-derivative.d.js +5 -1
  404. package/lib/commonjs/vendor/shiki/langs/html-derivative.js +6 -5
  405. package/lib/commonjs/vendor/shiki/langs/html-derivative.js.map +1 -1
  406. package/lib/commonjs/vendor/shiki/langs/html.d.js +5 -1
  407. package/lib/commonjs/vendor/shiki/langs/html.js +6 -6
  408. package/lib/commonjs/vendor/shiki/langs/html.js.map +1 -1
  409. package/lib/commonjs/vendor/shiki/langs/http.d.js +5 -1
  410. package/lib/commonjs/vendor/shiki/langs/http.js +6 -8
  411. package/lib/commonjs/vendor/shiki/langs/http.js.map +1 -1
  412. package/lib/commonjs/vendor/shiki/langs/hxml.d.js +5 -1
  413. package/lib/commonjs/vendor/shiki/langs/hxml.js +6 -5
  414. package/lib/commonjs/vendor/shiki/langs/hxml.js.map +1 -1
  415. package/lib/commonjs/vendor/shiki/langs/hy.d.js +5 -1
  416. package/lib/commonjs/vendor/shiki/langs/hy.js +5 -3
  417. package/lib/commonjs/vendor/shiki/langs/hy.js.map +1 -1
  418. package/lib/commonjs/vendor/shiki/langs/imba.d.js +5 -1
  419. package/lib/commonjs/vendor/shiki/langs/imba.js +6 -5
  420. package/lib/commonjs/vendor/shiki/langs/imba.js.map +1 -1
  421. package/lib/commonjs/vendor/shiki/langs/ini.d.js +5 -1
  422. package/lib/commonjs/vendor/shiki/langs/ini.js +5 -3
  423. package/lib/commonjs/vendor/shiki/langs/ini.js.map +1 -1
  424. package/lib/commonjs/vendor/shiki/langs/jade.d.js +5 -1
  425. package/lib/commonjs/vendor/shiki/langs/jade.js +23 -28
  426. package/lib/commonjs/vendor/shiki/langs/jade.js.map +1 -1
  427. package/lib/commonjs/vendor/shiki/langs/java.d.js +5 -1
  428. package/lib/commonjs/vendor/shiki/langs/java.js +5 -3
  429. package/lib/commonjs/vendor/shiki/langs/java.js.map +1 -1
  430. package/lib/commonjs/vendor/shiki/langs/javascript.d.js +5 -1
  431. package/lib/commonjs/vendor/shiki/langs/javascript.js +5 -3
  432. package/lib/commonjs/vendor/shiki/langs/javascript.js.map +1 -1
  433. package/lib/commonjs/vendor/shiki/langs/jinja-html.d.js +5 -1
  434. package/lib/commonjs/vendor/shiki/langs/jinja-html.js +6 -5
  435. package/lib/commonjs/vendor/shiki/langs/jinja-html.js.map +1 -1
  436. package/lib/commonjs/vendor/shiki/langs/jinja.d.js +5 -1
  437. package/lib/commonjs/vendor/shiki/langs/jinja.js +6 -5
  438. package/lib/commonjs/vendor/shiki/langs/jinja.js.map +1 -1
  439. package/lib/commonjs/vendor/shiki/langs/jison.d.js +5 -1
  440. package/lib/commonjs/vendor/shiki/langs/jison.js +6 -5
  441. package/lib/commonjs/vendor/shiki/langs/jison.js.map +1 -1
  442. package/lib/commonjs/vendor/shiki/langs/jl.d.js +5 -1
  443. package/lib/commonjs/vendor/shiki/langs/jl.js +12 -99
  444. package/lib/commonjs/vendor/shiki/langs/jl.js.map +1 -1
  445. package/lib/commonjs/vendor/shiki/langs/js.d.js +5 -1
  446. package/lib/commonjs/vendor/shiki/langs/js.js +19 -13
  447. package/lib/commonjs/vendor/shiki/langs/js.js.map +1 -1
  448. package/lib/commonjs/vendor/shiki/langs/json.d.js +5 -1
  449. package/lib/commonjs/vendor/shiki/langs/json.js +5 -3
  450. package/lib/commonjs/vendor/shiki/langs/json.js.map +1 -1
  451. package/lib/commonjs/vendor/shiki/langs/json5.d.js +5 -1
  452. package/lib/commonjs/vendor/shiki/langs/json5.js +5 -3
  453. package/lib/commonjs/vendor/shiki/langs/json5.js.map +1 -1
  454. package/lib/commonjs/vendor/shiki/langs/jsonc.d.js +5 -1
  455. package/lib/commonjs/vendor/shiki/langs/jsonc.js +5 -3
  456. package/lib/commonjs/vendor/shiki/langs/jsonc.js.map +1 -1
  457. package/lib/commonjs/vendor/shiki/langs/jsonl.d.js +5 -1
  458. package/lib/commonjs/vendor/shiki/langs/jsonl.js +5 -3
  459. package/lib/commonjs/vendor/shiki/langs/jsonl.js.map +1 -1
  460. package/lib/commonjs/vendor/shiki/langs/jsonnet.d.js +5 -1
  461. package/lib/commonjs/vendor/shiki/langs/jsonnet.js +5 -3
  462. package/lib/commonjs/vendor/shiki/langs/jsonnet.js.map +1 -1
  463. package/lib/commonjs/vendor/shiki/langs/jssm.d.js +5 -1
  464. package/lib/commonjs/vendor/shiki/langs/jssm.js +5 -3
  465. package/lib/commonjs/vendor/shiki/langs/jssm.js.map +1 -1
  466. package/lib/commonjs/vendor/shiki/langs/jsx.d.js +5 -1
  467. package/lib/commonjs/vendor/shiki/langs/jsx.js +5 -3
  468. package/lib/commonjs/vendor/shiki/langs/jsx.js.map +1 -1
  469. package/lib/commonjs/vendor/shiki/langs/julia.d.js +5 -1
  470. package/lib/commonjs/vendor/shiki/langs/julia.js +6 -9
  471. package/lib/commonjs/vendor/shiki/langs/julia.js.map +1 -1
  472. package/lib/commonjs/vendor/shiki/langs/kotlin.d.js +5 -1
  473. package/lib/commonjs/vendor/shiki/langs/kotlin.js +5 -3
  474. package/lib/commonjs/vendor/shiki/langs/kotlin.js.map +1 -1
  475. package/lib/commonjs/vendor/shiki/langs/kql.d.js +5 -1
  476. package/lib/commonjs/vendor/shiki/langs/kql.js +19 -13
  477. package/lib/commonjs/vendor/shiki/langs/kql.js.map +1 -1
  478. package/lib/commonjs/vendor/shiki/langs/kt.d.js +5 -1
  479. package/lib/commonjs/vendor/shiki/langs/kt.js +19 -13
  480. package/lib/commonjs/vendor/shiki/langs/kt.js.map +1 -1
  481. package/lib/commonjs/vendor/shiki/langs/kts.d.js +5 -1
  482. package/lib/commonjs/vendor/shiki/langs/kts.js +19 -13
  483. package/lib/commonjs/vendor/shiki/langs/kts.js.map +1 -1
  484. package/lib/commonjs/vendor/shiki/langs/kusto.d.js +5 -1
  485. package/lib/commonjs/vendor/shiki/langs/kusto.js +5 -3
  486. package/lib/commonjs/vendor/shiki/langs/kusto.js.map +1 -1
  487. package/lib/commonjs/vendor/shiki/langs/latex.d.js +5 -1
  488. package/lib/commonjs/vendor/shiki/langs/latex.js +6 -5
  489. package/lib/commonjs/vendor/shiki/langs/latex.js.map +1 -1
  490. package/lib/commonjs/vendor/shiki/langs/lean.d.js +5 -1
  491. package/lib/commonjs/vendor/shiki/langs/lean.js +5 -3
  492. package/lib/commonjs/vendor/shiki/langs/lean.js.map +1 -1
  493. package/lib/commonjs/vendor/shiki/langs/lean4.d.js +5 -1
  494. package/lib/commonjs/vendor/shiki/langs/lean4.js +19 -13
  495. package/lib/commonjs/vendor/shiki/langs/lean4.js.map +1 -1
  496. package/lib/commonjs/vendor/shiki/langs/less.d.js +5 -1
  497. package/lib/commonjs/vendor/shiki/langs/less.js +5 -3
  498. package/lib/commonjs/vendor/shiki/langs/less.js.map +1 -1
  499. package/lib/commonjs/vendor/shiki/langs/liquid.d.js +5 -1
  500. package/lib/commonjs/vendor/shiki/langs/liquid.js +6 -8
  501. package/lib/commonjs/vendor/shiki/langs/liquid.js.map +1 -1
  502. package/lib/commonjs/vendor/shiki/langs/lisp.d.js +5 -1
  503. package/lib/commonjs/vendor/shiki/langs/lisp.js +19 -13
  504. package/lib/commonjs/vendor/shiki/langs/lisp.js.map +1 -1
  505. package/lib/commonjs/vendor/shiki/langs/lit.d.js +5 -1
  506. package/lib/commonjs/vendor/shiki/langs/lit.js +17 -138
  507. package/lib/commonjs/vendor/shiki/langs/lit.js.map +1 -1
  508. package/lib/commonjs/vendor/shiki/langs/log.d.js +5 -1
  509. package/lib/commonjs/vendor/shiki/langs/log.js +5 -3
  510. package/lib/commonjs/vendor/shiki/langs/log.js.map +1 -1
  511. package/lib/commonjs/vendor/shiki/langs/logo.d.js +5 -1
  512. package/lib/commonjs/vendor/shiki/langs/logo.js +5 -3
  513. package/lib/commonjs/vendor/shiki/langs/logo.js.map +1 -1
  514. package/lib/commonjs/vendor/shiki/langs/lua.d.js +5 -1
  515. package/lib/commonjs/vendor/shiki/langs/lua.js +6 -5
  516. package/lib/commonjs/vendor/shiki/langs/lua.js.map +1 -1
  517. package/lib/commonjs/vendor/shiki/langs/luau.d.js +5 -1
  518. package/lib/commonjs/vendor/shiki/langs/luau.js +5 -3
  519. package/lib/commonjs/vendor/shiki/langs/luau.js.map +1 -1
  520. package/lib/commonjs/vendor/shiki/langs/make.d.js +5 -1
  521. package/lib/commonjs/vendor/shiki/langs/make.js +5 -3
  522. package/lib/commonjs/vendor/shiki/langs/make.js.map +1 -1
  523. package/lib/commonjs/vendor/shiki/langs/makefile.d.js +5 -1
  524. package/lib/commonjs/vendor/shiki/langs/makefile.js +19 -13
  525. package/lib/commonjs/vendor/shiki/langs/makefile.js.map +1 -1
  526. package/lib/commonjs/vendor/shiki/langs/markdown-vue.d.js +5 -1
  527. package/lib/commonjs/vendor/shiki/langs/markdown-vue.js +5 -3
  528. package/lib/commonjs/vendor/shiki/langs/markdown-vue.js.map +1 -1
  529. package/lib/commonjs/vendor/shiki/langs/markdown.d.js +5 -1
  530. package/lib/commonjs/vendor/shiki/langs/markdown.js +5 -3
  531. package/lib/commonjs/vendor/shiki/langs/markdown.js.map +1 -1
  532. package/lib/commonjs/vendor/shiki/langs/marko.d.js +5 -1
  533. package/lib/commonjs/vendor/shiki/langs/marko.js +6 -8
  534. package/lib/commonjs/vendor/shiki/langs/marko.js.map +1 -1
  535. package/lib/commonjs/vendor/shiki/langs/matlab.d.js +5 -1
  536. package/lib/commonjs/vendor/shiki/langs/matlab.js +5 -3
  537. package/lib/commonjs/vendor/shiki/langs/matlab.js.map +1 -1
  538. package/lib/commonjs/vendor/shiki/langs/md.d.js +5 -1
  539. package/lib/commonjs/vendor/shiki/langs/md.js +19 -13
  540. package/lib/commonjs/vendor/shiki/langs/md.js.map +1 -1
  541. package/lib/commonjs/vendor/shiki/langs/mdc.d.js +5 -1
  542. package/lib/commonjs/vendor/shiki/langs/mdc.js +6 -7
  543. package/lib/commonjs/vendor/shiki/langs/mdc.js.map +1 -1
  544. package/lib/commonjs/vendor/shiki/langs/mdx.d.js +5 -1
  545. package/lib/commonjs/vendor/shiki/langs/mdx.js +5 -3
  546. package/lib/commonjs/vendor/shiki/langs/mdx.js.map +1 -1
  547. package/lib/commonjs/vendor/shiki/langs/mediawiki.d.js +5 -1
  548. package/lib/commonjs/vendor/shiki/langs/mediawiki.js +19 -13
  549. package/lib/commonjs/vendor/shiki/langs/mediawiki.js.map +1 -1
  550. package/lib/commonjs/vendor/shiki/langs/mermaid.d.js +5 -1
  551. package/lib/commonjs/vendor/shiki/langs/mermaid.js +5 -3
  552. package/lib/commonjs/vendor/shiki/langs/mermaid.js.map +1 -1
  553. package/lib/commonjs/vendor/shiki/langs/mips.d.js +5 -1
  554. package/lib/commonjs/vendor/shiki/langs/mips.js +20 -14
  555. package/lib/commonjs/vendor/shiki/langs/mips.js.map +1 -1
  556. package/lib/commonjs/vendor/shiki/langs/mipsasm.d.js +5 -1
  557. package/lib/commonjs/vendor/shiki/langs/mipsasm.js +5 -3
  558. package/lib/commonjs/vendor/shiki/langs/mipsasm.js.map +1 -1
  559. package/lib/commonjs/vendor/shiki/langs/mmd.d.js +5 -1
  560. package/lib/commonjs/vendor/shiki/langs/mmd.js +19 -13
  561. package/lib/commonjs/vendor/shiki/langs/mmd.js.map +1 -1
  562. package/lib/commonjs/vendor/shiki/langs/mojo.d.js +5 -1
  563. package/lib/commonjs/vendor/shiki/langs/mojo.js +5 -3
  564. package/lib/commonjs/vendor/shiki/langs/mojo.js.map +1 -1
  565. package/lib/commonjs/vendor/shiki/langs/move.d.js +5 -1
  566. package/lib/commonjs/vendor/shiki/langs/move.js +5 -3
  567. package/lib/commonjs/vendor/shiki/langs/move.js.map +1 -1
  568. package/lib/commonjs/vendor/shiki/langs/nar.d.js +5 -1
  569. package/lib/commonjs/vendor/shiki/langs/nar.js +19 -13
  570. package/lib/commonjs/vendor/shiki/langs/nar.js.map +1 -1
  571. package/lib/commonjs/vendor/shiki/langs/narrat.d.js +5 -1
  572. package/lib/commonjs/vendor/shiki/langs/narrat.js +5 -3
  573. package/lib/commonjs/vendor/shiki/langs/narrat.js.map +1 -1
  574. package/lib/commonjs/vendor/shiki/langs/nextflow.d.js +5 -1
  575. package/lib/commonjs/vendor/shiki/langs/nextflow.js +5 -3
  576. package/lib/commonjs/vendor/shiki/langs/nextflow.js.map +1 -1
  577. package/lib/commonjs/vendor/shiki/langs/nf.d.js +5 -1
  578. package/lib/commonjs/vendor/shiki/langs/nf.js +19 -13
  579. package/lib/commonjs/vendor/shiki/langs/nf.js.map +1 -1
  580. package/lib/commonjs/vendor/shiki/langs/nginx.d.js +5 -1
  581. package/lib/commonjs/vendor/shiki/langs/nginx.js +6 -5
  582. package/lib/commonjs/vendor/shiki/langs/nginx.js.map +1 -1
  583. package/lib/commonjs/vendor/shiki/langs/nim.d.js +5 -1
  584. package/lib/commonjs/vendor/shiki/langs/nim.js +6 -11
  585. package/lib/commonjs/vendor/shiki/langs/nim.js.map +1 -1
  586. package/lib/commonjs/vendor/shiki/langs/nix.d.js +5 -1
  587. package/lib/commonjs/vendor/shiki/langs/nix.js +5 -3
  588. package/lib/commonjs/vendor/shiki/langs/nix.js.map +1 -1
  589. package/lib/commonjs/vendor/shiki/langs/nu.d.js +5 -1
  590. package/lib/commonjs/vendor/shiki/langs/nu.js +19 -13
  591. package/lib/commonjs/vendor/shiki/langs/nu.js.map +1 -1
  592. package/lib/commonjs/vendor/shiki/langs/nushell.d.js +5 -1
  593. package/lib/commonjs/vendor/shiki/langs/nushell.js +5 -3
  594. package/lib/commonjs/vendor/shiki/langs/nushell.js.map +1 -1
  595. package/lib/commonjs/vendor/shiki/langs/objc.d.js +5 -1
  596. package/lib/commonjs/vendor/shiki/langs/objc.js +19 -13
  597. package/lib/commonjs/vendor/shiki/langs/objc.js.map +1 -1
  598. package/lib/commonjs/vendor/shiki/langs/objective-c.d.js +5 -1
  599. package/lib/commonjs/vendor/shiki/langs/objective-c.js +5 -3
  600. package/lib/commonjs/vendor/shiki/langs/objective-c.js.map +1 -1
  601. package/lib/commonjs/vendor/shiki/langs/objective-cpp.d.js +5 -1
  602. package/lib/commonjs/vendor/shiki/langs/objective-cpp.js +5 -3
  603. package/lib/commonjs/vendor/shiki/langs/objective-cpp.js.map +1 -1
  604. package/lib/commonjs/vendor/shiki/langs/ocaml.d.js +5 -1
  605. package/lib/commonjs/vendor/shiki/langs/ocaml.js +5 -3
  606. package/lib/commonjs/vendor/shiki/langs/ocaml.js.map +1 -1
  607. package/lib/commonjs/vendor/shiki/langs/pascal.d.js +5 -1
  608. package/lib/commonjs/vendor/shiki/langs/pascal.js +5 -3
  609. package/lib/commonjs/vendor/shiki/langs/pascal.js.map +1 -1
  610. package/lib/commonjs/vendor/shiki/langs/perl.d.js +5 -1
  611. package/lib/commonjs/vendor/shiki/langs/perl.js +6 -9
  612. package/lib/commonjs/vendor/shiki/langs/perl.js.map +1 -1
  613. package/lib/commonjs/vendor/shiki/langs/perl6.d.js +5 -1
  614. package/lib/commonjs/vendor/shiki/langs/perl6.js +19 -13
  615. package/lib/commonjs/vendor/shiki/langs/perl6.js.map +1 -1
  616. package/lib/commonjs/vendor/shiki/langs/php.d.js +5 -1
  617. package/lib/commonjs/vendor/shiki/langs/php.js +6 -10
  618. package/lib/commonjs/vendor/shiki/langs/php.js.map +1 -1
  619. package/lib/commonjs/vendor/shiki/langs/plsql.d.js +5 -1
  620. package/lib/commonjs/vendor/shiki/langs/plsql.js +5 -3
  621. package/lib/commonjs/vendor/shiki/langs/plsql.js.map +1 -1
  622. package/lib/commonjs/vendor/shiki/langs/po.d.js +5 -1
  623. package/lib/commonjs/vendor/shiki/langs/po.js +5 -3
  624. package/lib/commonjs/vendor/shiki/langs/po.js.map +1 -1
  625. package/lib/commonjs/vendor/shiki/langs/postcss.d.js +5 -1
  626. package/lib/commonjs/vendor/shiki/langs/postcss.js +5 -3
  627. package/lib/commonjs/vendor/shiki/langs/postcss.js.map +1 -1
  628. package/lib/commonjs/vendor/shiki/langs/pot.d.js +5 -1
  629. package/lib/commonjs/vendor/shiki/langs/pot.js +19 -13
  630. package/lib/commonjs/vendor/shiki/langs/pot.js.map +1 -1
  631. package/lib/commonjs/vendor/shiki/langs/potx.d.js +5 -1
  632. package/lib/commonjs/vendor/shiki/langs/potx.js +19 -13
  633. package/lib/commonjs/vendor/shiki/langs/potx.js.map +1 -1
  634. package/lib/commonjs/vendor/shiki/langs/powerquery.d.js +5 -1
  635. package/lib/commonjs/vendor/shiki/langs/powerquery.js +5 -3
  636. package/lib/commonjs/vendor/shiki/langs/powerquery.js.map +1 -1
  637. package/lib/commonjs/vendor/shiki/langs/powershell.d.js +5 -1
  638. package/lib/commonjs/vendor/shiki/langs/powershell.js +5 -3
  639. package/lib/commonjs/vendor/shiki/langs/powershell.js.map +1 -1
  640. package/lib/commonjs/vendor/shiki/langs/prisma.d.js +5 -1
  641. package/lib/commonjs/vendor/shiki/langs/prisma.js +5 -3
  642. package/lib/commonjs/vendor/shiki/langs/prisma.js.map +1 -1
  643. package/lib/commonjs/vendor/shiki/langs/prolog.d.js +5 -1
  644. package/lib/commonjs/vendor/shiki/langs/prolog.js +5 -3
  645. package/lib/commonjs/vendor/shiki/langs/prolog.js.map +1 -1
  646. package/lib/commonjs/vendor/shiki/langs/properties.d.js +5 -1
  647. package/lib/commonjs/vendor/shiki/langs/properties.js +19 -13
  648. package/lib/commonjs/vendor/shiki/langs/properties.js.map +1 -1
  649. package/lib/commonjs/vendor/shiki/langs/proto.d.js +5 -1
  650. package/lib/commonjs/vendor/shiki/langs/proto.js +5 -3
  651. package/lib/commonjs/vendor/shiki/langs/proto.js.map +1 -1
  652. package/lib/commonjs/vendor/shiki/langs/protobuf.d.js +5 -1
  653. package/lib/commonjs/vendor/shiki/langs/protobuf.js +19 -13
  654. package/lib/commonjs/vendor/shiki/langs/protobuf.js.map +1 -1
  655. package/lib/commonjs/vendor/shiki/langs/ps.d.js +5 -1
  656. package/lib/commonjs/vendor/shiki/langs/ps.js +19 -13
  657. package/lib/commonjs/vendor/shiki/langs/ps.js.map +1 -1
  658. package/lib/commonjs/vendor/shiki/langs/ps1.d.js +5 -1
  659. package/lib/commonjs/vendor/shiki/langs/ps1.js +19 -13
  660. package/lib/commonjs/vendor/shiki/langs/ps1.js.map +1 -1
  661. package/lib/commonjs/vendor/shiki/langs/pug.d.js +5 -1
  662. package/lib/commonjs/vendor/shiki/langs/pug.js +6 -7
  663. package/lib/commonjs/vendor/shiki/langs/pug.js.map +1 -1
  664. package/lib/commonjs/vendor/shiki/langs/puppet.d.js +5 -1
  665. package/lib/commonjs/vendor/shiki/langs/puppet.js +5 -3
  666. package/lib/commonjs/vendor/shiki/langs/puppet.js.map +1 -1
  667. package/lib/commonjs/vendor/shiki/langs/purescript.d.js +5 -1
  668. package/lib/commonjs/vendor/shiki/langs/purescript.js +5 -3
  669. package/lib/commonjs/vendor/shiki/langs/purescript.js.map +1 -1
  670. package/lib/commonjs/vendor/shiki/langs/py.d.js +5 -1
  671. package/lib/commonjs/vendor/shiki/langs/py.js +19 -13
  672. package/lib/commonjs/vendor/shiki/langs/py.js.map +1 -1
  673. package/lib/commonjs/vendor/shiki/langs/python.d.js +5 -1
  674. package/lib/commonjs/vendor/shiki/langs/python.js +5 -3
  675. package/lib/commonjs/vendor/shiki/langs/python.js.map +1 -1
  676. package/lib/commonjs/vendor/shiki/langs/ql.d.js +5 -1
  677. package/lib/commonjs/vendor/shiki/langs/ql.js +19 -13
  678. package/lib/commonjs/vendor/shiki/langs/ql.js.map +1 -1
  679. package/lib/commonjs/vendor/shiki/langs/qml.d.js +5 -1
  680. package/lib/commonjs/vendor/shiki/langs/qml.js +6 -5
  681. package/lib/commonjs/vendor/shiki/langs/qml.js.map +1 -1
  682. package/lib/commonjs/vendor/shiki/langs/qmldir.d.js +5 -1
  683. package/lib/commonjs/vendor/shiki/langs/qmldir.js +5 -3
  684. package/lib/commonjs/vendor/shiki/langs/qmldir.js.map +1 -1
  685. package/lib/commonjs/vendor/shiki/langs/qss.d.js +5 -1
  686. package/lib/commonjs/vendor/shiki/langs/qss.js +5 -3
  687. package/lib/commonjs/vendor/shiki/langs/qss.js.map +1 -1
  688. package/lib/commonjs/vendor/shiki/langs/r.d.js +5 -1
  689. package/lib/commonjs/vendor/shiki/langs/r.js +5 -3
  690. package/lib/commonjs/vendor/shiki/langs/r.js.map +1 -1
  691. package/lib/commonjs/vendor/shiki/langs/racket.d.js +5 -1
  692. package/lib/commonjs/vendor/shiki/langs/racket.js +5 -3
  693. package/lib/commonjs/vendor/shiki/langs/racket.js.map +1 -1
  694. package/lib/commonjs/vendor/shiki/langs/raku.d.js +5 -1
  695. package/lib/commonjs/vendor/shiki/langs/raku.js +5 -3
  696. package/lib/commonjs/vendor/shiki/langs/raku.js.map +1 -1
  697. package/lib/commonjs/vendor/shiki/langs/razor.d.js +5 -1
  698. package/lib/commonjs/vendor/shiki/langs/razor.js +6 -6
  699. package/lib/commonjs/vendor/shiki/langs/razor.js.map +1 -1
  700. package/lib/commonjs/vendor/shiki/langs/rb.d.js +5 -1
  701. package/lib/commonjs/vendor/shiki/langs/rb.js +12 -98
  702. package/lib/commonjs/vendor/shiki/langs/rb.js.map +1 -1
  703. package/lib/commonjs/vendor/shiki/langs/reg.d.js +5 -1
  704. package/lib/commonjs/vendor/shiki/langs/reg.js +5 -3
  705. package/lib/commonjs/vendor/shiki/langs/reg.js.map +1 -1
  706. package/lib/commonjs/vendor/shiki/langs/regex.d.js +5 -1
  707. package/lib/commonjs/vendor/shiki/langs/regex.js +19 -13
  708. package/lib/commonjs/vendor/shiki/langs/regex.js.map +1 -1
  709. package/lib/commonjs/vendor/shiki/langs/regexp.d.js +5 -1
  710. package/lib/commonjs/vendor/shiki/langs/regexp.js +5 -3
  711. package/lib/commonjs/vendor/shiki/langs/regexp.js.map +1 -1
  712. package/lib/commonjs/vendor/shiki/langs/rel.d.js +5 -1
  713. package/lib/commonjs/vendor/shiki/langs/rel.js +5 -3
  714. package/lib/commonjs/vendor/shiki/langs/rel.js.map +1 -1
  715. package/lib/commonjs/vendor/shiki/langs/riscv.d.js +5 -1
  716. package/lib/commonjs/vendor/shiki/langs/riscv.js +5 -3
  717. package/lib/commonjs/vendor/shiki/langs/riscv.js.map +1 -1
  718. package/lib/commonjs/vendor/shiki/langs/rs.d.js +5 -1
  719. package/lib/commonjs/vendor/shiki/langs/rs.js +19 -13
  720. package/lib/commonjs/vendor/shiki/langs/rs.js.map +1 -1
  721. package/lib/commonjs/vendor/shiki/langs/rst.d.js +5 -1
  722. package/lib/commonjs/vendor/shiki/langs/rst.js +6 -12
  723. package/lib/commonjs/vendor/shiki/langs/rst.js.map +1 -1
  724. package/lib/commonjs/vendor/shiki/langs/ruby.d.js +5 -1
  725. package/lib/commonjs/vendor/shiki/langs/ruby.js +6 -12
  726. package/lib/commonjs/vendor/shiki/langs/ruby.js.map +1 -1
  727. package/lib/commonjs/vendor/shiki/langs/rust.d.js +5 -1
  728. package/lib/commonjs/vendor/shiki/langs/rust.js +5 -3
  729. package/lib/commonjs/vendor/shiki/langs/rust.js.map +1 -1
  730. package/lib/commonjs/vendor/shiki/langs/sas.d.js +5 -1
  731. package/lib/commonjs/vendor/shiki/langs/sas.js +6 -5
  732. package/lib/commonjs/vendor/shiki/langs/sas.js.map +1 -1
  733. package/lib/commonjs/vendor/shiki/langs/sass.d.js +5 -1
  734. package/lib/commonjs/vendor/shiki/langs/sass.js +5 -3
  735. package/lib/commonjs/vendor/shiki/langs/sass.js.map +1 -1
  736. package/lib/commonjs/vendor/shiki/langs/scala.d.js +5 -1
  737. package/lib/commonjs/vendor/shiki/langs/scala.js +5 -3
  738. package/lib/commonjs/vendor/shiki/langs/scala.js.map +1 -1
  739. package/lib/commonjs/vendor/shiki/langs/scheme.d.js +5 -1
  740. package/lib/commonjs/vendor/shiki/langs/scheme.js +5 -3
  741. package/lib/commonjs/vendor/shiki/langs/scheme.js.map +1 -1
  742. package/lib/commonjs/vendor/shiki/langs/scss.d.js +5 -1
  743. package/lib/commonjs/vendor/shiki/langs/scss.js +6 -5
  744. package/lib/commonjs/vendor/shiki/langs/scss.js.map +1 -1
  745. package/lib/commonjs/vendor/shiki/langs/sh.d.js +5 -1
  746. package/lib/commonjs/vendor/shiki/langs/sh.js +19 -13
  747. package/lib/commonjs/vendor/shiki/langs/sh.js.map +1 -1
  748. package/lib/commonjs/vendor/shiki/langs/shader.d.js +5 -1
  749. package/lib/commonjs/vendor/shiki/langs/shader.js +20 -17
  750. package/lib/commonjs/vendor/shiki/langs/shader.js.map +1 -1
  751. package/lib/commonjs/vendor/shiki/langs/shaderlab.d.js +5 -1
  752. package/lib/commonjs/vendor/shiki/langs/shaderlab.js +6 -5
  753. package/lib/commonjs/vendor/shiki/langs/shaderlab.js.map +1 -1
  754. package/lib/commonjs/vendor/shiki/langs/shell.d.js +5 -1
  755. package/lib/commonjs/vendor/shiki/langs/shell.js +19 -13
  756. package/lib/commonjs/vendor/shiki/langs/shell.js.map +1 -1
  757. package/lib/commonjs/vendor/shiki/langs/shellscript.d.js +5 -1
  758. package/lib/commonjs/vendor/shiki/langs/shellscript.js +5 -3
  759. package/lib/commonjs/vendor/shiki/langs/shellscript.js.map +1 -1
  760. package/lib/commonjs/vendor/shiki/langs/shellsession.d.js +5 -1
  761. package/lib/commonjs/vendor/shiki/langs/shellsession.js +6 -5
  762. package/lib/commonjs/vendor/shiki/langs/shellsession.js.map +1 -1
  763. package/lib/commonjs/vendor/shiki/langs/smalltalk.d.js +5 -1
  764. package/lib/commonjs/vendor/shiki/langs/smalltalk.js +5 -3
  765. package/lib/commonjs/vendor/shiki/langs/smalltalk.js.map +1 -1
  766. package/lib/commonjs/vendor/shiki/langs/solidity.d.js +5 -1
  767. package/lib/commonjs/vendor/shiki/langs/solidity.js +5 -3
  768. package/lib/commonjs/vendor/shiki/langs/solidity.js.map +1 -1
  769. package/lib/commonjs/vendor/shiki/langs/soy.d.js +5 -1
  770. package/lib/commonjs/vendor/shiki/langs/soy.js +6 -5
  771. package/lib/commonjs/vendor/shiki/langs/soy.js.map +1 -1
  772. package/lib/commonjs/vendor/shiki/langs/sparql.d.js +5 -1
  773. package/lib/commonjs/vendor/shiki/langs/sparql.js +6 -5
  774. package/lib/commonjs/vendor/shiki/langs/sparql.js.map +1 -1
  775. package/lib/commonjs/vendor/shiki/langs/spl.d.js +5 -1
  776. package/lib/commonjs/vendor/shiki/langs/spl.js +19 -13
  777. package/lib/commonjs/vendor/shiki/langs/spl.js.map +1 -1
  778. package/lib/commonjs/vendor/shiki/langs/splunk.d.js +5 -1
  779. package/lib/commonjs/vendor/shiki/langs/splunk.js +5 -3
  780. package/lib/commonjs/vendor/shiki/langs/splunk.js.map +1 -1
  781. package/lib/commonjs/vendor/shiki/langs/sql.d.js +5 -1
  782. package/lib/commonjs/vendor/shiki/langs/sql.js +5 -3
  783. package/lib/commonjs/vendor/shiki/langs/sql.js.map +1 -1
  784. package/lib/commonjs/vendor/shiki/langs/ssh-config.d.js +5 -1
  785. package/lib/commonjs/vendor/shiki/langs/ssh-config.js +5 -3
  786. package/lib/commonjs/vendor/shiki/langs/ssh-config.js.map +1 -1
  787. package/lib/commonjs/vendor/shiki/langs/stata.d.js +5 -1
  788. package/lib/commonjs/vendor/shiki/langs/stata.js +6 -5
  789. package/lib/commonjs/vendor/shiki/langs/stata.js.map +1 -1
  790. package/lib/commonjs/vendor/shiki/langs/styl.d.js +5 -1
  791. package/lib/commonjs/vendor/shiki/langs/styl.js +19 -13
  792. package/lib/commonjs/vendor/shiki/langs/styl.js.map +1 -1
  793. package/lib/commonjs/vendor/shiki/langs/stylus.d.js +5 -1
  794. package/lib/commonjs/vendor/shiki/langs/stylus.js +5 -3
  795. package/lib/commonjs/vendor/shiki/langs/stylus.js.map +1 -1
  796. package/lib/commonjs/vendor/shiki/langs/svelte.d.js +5 -1
  797. package/lib/commonjs/vendor/shiki/langs/svelte.js +6 -8
  798. package/lib/commonjs/vendor/shiki/langs/svelte.js.map +1 -1
  799. package/lib/commonjs/vendor/shiki/langs/swift.d.js +5 -1
  800. package/lib/commonjs/vendor/shiki/langs/swift.js +5 -3
  801. package/lib/commonjs/vendor/shiki/langs/swift.js.map +1 -1
  802. package/lib/commonjs/vendor/shiki/langs/system-verilog.d.js +5 -1
  803. package/lib/commonjs/vendor/shiki/langs/system-verilog.js +5 -3
  804. package/lib/commonjs/vendor/shiki/langs/system-verilog.js.map +1 -1
  805. package/lib/commonjs/vendor/shiki/langs/systemd.d.js +5 -1
  806. package/lib/commonjs/vendor/shiki/langs/systemd.js +5 -3
  807. package/lib/commonjs/vendor/shiki/langs/systemd.js.map +1 -1
  808. package/lib/commonjs/vendor/shiki/langs/tasl.d.js +5 -1
  809. package/lib/commonjs/vendor/shiki/langs/tasl.js +5 -3
  810. package/lib/commonjs/vendor/shiki/langs/tasl.js.map +1 -1
  811. package/lib/commonjs/vendor/shiki/langs/tcl.d.js +5 -1
  812. package/lib/commonjs/vendor/shiki/langs/tcl.js +5 -3
  813. package/lib/commonjs/vendor/shiki/langs/tcl.js.map +1 -1
  814. package/lib/commonjs/vendor/shiki/langs/templ.d.js +5 -1
  815. package/lib/commonjs/vendor/shiki/langs/templ.js +6 -7
  816. package/lib/commonjs/vendor/shiki/langs/templ.js.map +1 -1
  817. package/lib/commonjs/vendor/shiki/langs/terraform.d.js +5 -1
  818. package/lib/commonjs/vendor/shiki/langs/terraform.js +5 -3
  819. package/lib/commonjs/vendor/shiki/langs/terraform.js.map +1 -1
  820. package/lib/commonjs/vendor/shiki/langs/tex.d.js +5 -1
  821. package/lib/commonjs/vendor/shiki/langs/tex.js +6 -5
  822. package/lib/commonjs/vendor/shiki/langs/tex.js.map +1 -1
  823. package/lib/commonjs/vendor/shiki/langs/tf.d.js +5 -1
  824. package/lib/commonjs/vendor/shiki/langs/tf.js +20 -14
  825. package/lib/commonjs/vendor/shiki/langs/tf.js.map +1 -1
  826. package/lib/commonjs/vendor/shiki/langs/tfvars.d.js +5 -1
  827. package/lib/commonjs/vendor/shiki/langs/tfvars.js +20 -14
  828. package/lib/commonjs/vendor/shiki/langs/tfvars.js.map +1 -1
  829. package/lib/commonjs/vendor/shiki/langs/toml.d.js +5 -1
  830. package/lib/commonjs/vendor/shiki/langs/toml.js +5 -3
  831. package/lib/commonjs/vendor/shiki/langs/toml.js.map +1 -1
  832. package/lib/commonjs/vendor/shiki/langs/ts-tags.d.js +5 -1
  833. package/lib/commonjs/vendor/shiki/langs/ts-tags.js +6 -10
  834. package/lib/commonjs/vendor/shiki/langs/ts-tags.js.map +1 -1
  835. package/lib/commonjs/vendor/shiki/langs/ts.d.js +5 -1
  836. package/lib/commonjs/vendor/shiki/langs/ts.js +19 -13
  837. package/lib/commonjs/vendor/shiki/langs/ts.js.map +1 -1
  838. package/lib/commonjs/vendor/shiki/langs/tsp.d.js +5 -1
  839. package/lib/commonjs/vendor/shiki/langs/tsp.js +19 -13
  840. package/lib/commonjs/vendor/shiki/langs/tsp.js.map +1 -1
  841. package/lib/commonjs/vendor/shiki/langs/tsv.d.js +5 -1
  842. package/lib/commonjs/vendor/shiki/langs/tsv.js +5 -3
  843. package/lib/commonjs/vendor/shiki/langs/tsv.js.map +1 -1
  844. package/lib/commonjs/vendor/shiki/langs/tsx.d.js +5 -1
  845. package/lib/commonjs/vendor/shiki/langs/tsx.js +5 -3
  846. package/lib/commonjs/vendor/shiki/langs/tsx.js.map +1 -1
  847. package/lib/commonjs/vendor/shiki/langs/turtle.d.js +5 -1
  848. package/lib/commonjs/vendor/shiki/langs/turtle.js +5 -3
  849. package/lib/commonjs/vendor/shiki/langs/turtle.js.map +1 -1
  850. package/lib/commonjs/vendor/shiki/langs/twig.d.js +5 -1
  851. package/lib/commonjs/vendor/shiki/langs/twig.js +6 -10
  852. package/lib/commonjs/vendor/shiki/langs/twig.js.map +1 -1
  853. package/lib/commonjs/vendor/shiki/langs/typ.d.js +5 -1
  854. package/lib/commonjs/vendor/shiki/langs/typ.js +19 -13
  855. package/lib/commonjs/vendor/shiki/langs/typ.js.map +1 -1
  856. package/lib/commonjs/vendor/shiki/langs/typescript.d.js +5 -1
  857. package/lib/commonjs/vendor/shiki/langs/typescript.js +5 -3
  858. package/lib/commonjs/vendor/shiki/langs/typescript.js.map +1 -1
  859. package/lib/commonjs/vendor/shiki/langs/typespec.d.js +5 -1
  860. package/lib/commonjs/vendor/shiki/langs/typespec.js +5 -3
  861. package/lib/commonjs/vendor/shiki/langs/typespec.js.map +1 -1
  862. package/lib/commonjs/vendor/shiki/langs/typst.d.js +5 -1
  863. package/lib/commonjs/vendor/shiki/langs/typst.js +5 -3
  864. package/lib/commonjs/vendor/shiki/langs/typst.js.map +1 -1
  865. package/lib/commonjs/vendor/shiki/langs/v.d.js +5 -1
  866. package/lib/commonjs/vendor/shiki/langs/v.js +5 -3
  867. package/lib/commonjs/vendor/shiki/langs/v.js.map +1 -1
  868. package/lib/commonjs/vendor/shiki/langs/vala.d.js +5 -1
  869. package/lib/commonjs/vendor/shiki/langs/vala.js +5 -3
  870. package/lib/commonjs/vendor/shiki/langs/vala.js.map +1 -1
  871. package/lib/commonjs/vendor/shiki/langs/vb.d.js +5 -1
  872. package/lib/commonjs/vendor/shiki/langs/vb.js +5 -3
  873. package/lib/commonjs/vendor/shiki/langs/vb.js.map +1 -1
  874. package/lib/commonjs/vendor/shiki/langs/verilog.d.js +5 -1
  875. package/lib/commonjs/vendor/shiki/langs/verilog.js +5 -3
  876. package/lib/commonjs/vendor/shiki/langs/verilog.js.map +1 -1
  877. package/lib/commonjs/vendor/shiki/langs/vhdl.d.js +5 -1
  878. package/lib/commonjs/vendor/shiki/langs/vhdl.js +5 -3
  879. package/lib/commonjs/vendor/shiki/langs/vhdl.js.map +1 -1
  880. package/lib/commonjs/vendor/shiki/langs/vim.d.js +5 -1
  881. package/lib/commonjs/vendor/shiki/langs/vim.js +19 -13
  882. package/lib/commonjs/vendor/shiki/langs/vim.js.map +1 -1
  883. package/lib/commonjs/vendor/shiki/langs/viml.d.js +5 -1
  884. package/lib/commonjs/vendor/shiki/langs/viml.js +5 -3
  885. package/lib/commonjs/vendor/shiki/langs/viml.js.map +1 -1
  886. package/lib/commonjs/vendor/shiki/langs/vimscript.d.js +5 -1
  887. package/lib/commonjs/vendor/shiki/langs/vimscript.js +19 -13
  888. package/lib/commonjs/vendor/shiki/langs/vimscript.js.map +1 -1
  889. package/lib/commonjs/vendor/shiki/langs/vue-directives.d.js +5 -1
  890. package/lib/commonjs/vendor/shiki/langs/vue-directives.js +5 -3
  891. package/lib/commonjs/vendor/shiki/langs/vue-directives.js.map +1 -1
  892. package/lib/commonjs/vendor/shiki/langs/vue-html.d.js +5 -1
  893. package/lib/commonjs/vendor/shiki/langs/vue-html.js +6 -6
  894. package/lib/commonjs/vendor/shiki/langs/vue-html.js.map +1 -1
  895. package/lib/commonjs/vendor/shiki/langs/vue-interpolations.d.js +5 -1
  896. package/lib/commonjs/vendor/shiki/langs/vue-interpolations.js +5 -3
  897. package/lib/commonjs/vendor/shiki/langs/vue-interpolations.js.map +1 -1
  898. package/lib/commonjs/vendor/shiki/langs/vue-sfc-style-variable-injection.d.js +5 -1
  899. package/lib/commonjs/vendor/shiki/langs/vue-sfc-style-variable-injection.js +6 -5
  900. package/lib/commonjs/vendor/shiki/langs/vue-sfc-style-variable-injection.js.map +1 -1
  901. package/lib/commonjs/vendor/shiki/langs/vue.d.js +5 -1
  902. package/lib/commonjs/vendor/shiki/langs/vue.js +6 -14
  903. package/lib/commonjs/vendor/shiki/langs/vue.js.map +1 -1
  904. package/lib/commonjs/vendor/shiki/langs/vy.d.js +5 -1
  905. package/lib/commonjs/vendor/shiki/langs/vy.js +19 -13
  906. package/lib/commonjs/vendor/shiki/langs/vy.js.map +1 -1
  907. package/lib/commonjs/vendor/shiki/langs/vyper.d.js +5 -1
  908. package/lib/commonjs/vendor/shiki/langs/vyper.js +5 -3
  909. package/lib/commonjs/vendor/shiki/langs/vyper.js.map +1 -1
  910. package/lib/commonjs/vendor/shiki/langs/wasm.d.js +5 -1
  911. package/lib/commonjs/vendor/shiki/langs/wasm.js +5 -3
  912. package/lib/commonjs/vendor/shiki/langs/wasm.js.map +1 -1
  913. package/lib/commonjs/vendor/shiki/langs/wenyan.d.js +5 -1
  914. package/lib/commonjs/vendor/shiki/langs/wenyan.js +5 -3
  915. package/lib/commonjs/vendor/shiki/langs/wenyan.js.map +1 -1
  916. package/lib/commonjs/vendor/shiki/langs/wgsl.d.js +5 -1
  917. package/lib/commonjs/vendor/shiki/langs/wgsl.js +5 -3
  918. package/lib/commonjs/vendor/shiki/langs/wgsl.js.map +1 -1
  919. package/lib/commonjs/vendor/shiki/langs/wiki.d.js +5 -1
  920. package/lib/commonjs/vendor/shiki/langs/wiki.js +19 -13
  921. package/lib/commonjs/vendor/shiki/langs/wiki.js.map +1 -1
  922. package/lib/commonjs/vendor/shiki/langs/wikitext.d.js +5 -1
  923. package/lib/commonjs/vendor/shiki/langs/wikitext.js +5 -3
  924. package/lib/commonjs/vendor/shiki/langs/wikitext.js.map +1 -1
  925. package/lib/commonjs/vendor/shiki/langs/wl.d.js +5 -1
  926. package/lib/commonjs/vendor/shiki/langs/wl.js +19 -13
  927. package/lib/commonjs/vendor/shiki/langs/wl.js.map +1 -1
  928. package/lib/commonjs/vendor/shiki/langs/wolfram.d.js +5 -1
  929. package/lib/commonjs/vendor/shiki/langs/wolfram.js +5 -3
  930. package/lib/commonjs/vendor/shiki/langs/wolfram.js.map +1 -1
  931. package/lib/commonjs/vendor/shiki/langs/xml.d.js +5 -1
  932. package/lib/commonjs/vendor/shiki/langs/xml.js +6 -5
  933. package/lib/commonjs/vendor/shiki/langs/xml.js.map +1 -1
  934. package/lib/commonjs/vendor/shiki/langs/xsl.d.js +5 -1
  935. package/lib/commonjs/vendor/shiki/langs/xsl.js +6 -5
  936. package/lib/commonjs/vendor/shiki/langs/xsl.js.map +1 -1
  937. package/lib/commonjs/vendor/shiki/langs/yaml.d.js +5 -1
  938. package/lib/commonjs/vendor/shiki/langs/yaml.js +5 -3
  939. package/lib/commonjs/vendor/shiki/langs/yaml.js.map +1 -1
  940. package/lib/commonjs/vendor/shiki/langs/yml.d.js +5 -1
  941. package/lib/commonjs/vendor/shiki/langs/yml.js +19 -13
  942. package/lib/commonjs/vendor/shiki/langs/yml.js.map +1 -1
  943. package/lib/commonjs/vendor/shiki/langs/zenscript.d.js +5 -1
  944. package/lib/commonjs/vendor/shiki/langs/zenscript.js +5 -3
  945. package/lib/commonjs/vendor/shiki/langs/zenscript.js.map +1 -1
  946. package/lib/commonjs/vendor/shiki/langs/zig.d.js +5 -1
  947. package/lib/commonjs/vendor/shiki/langs/zig.js +5 -3
  948. package/lib/commonjs/vendor/shiki/langs/zig.js.map +1 -1
  949. package/lib/commonjs/vendor/shiki/langs/zsh.d.js +5 -1
  950. package/lib/commonjs/vendor/shiki/langs/zsh.js +19 -13
  951. package/lib/commonjs/vendor/shiki/langs/zsh.js.map +1 -1
  952. package/lib/commonjs/vendor/shiki/manifest.json +365 -365
  953. package/lib/commonjs/vendor/shiki/themes/andromeeda.d.js +5 -1
  954. package/lib/commonjs/vendor/shiki/themes/andromeeda.js +221 -2
  955. package/lib/commonjs/vendor/shiki/themes/andromeeda.js.map +1 -1
  956. package/lib/commonjs/vendor/shiki/themes/aurora-x.d.js +5 -1
  957. package/lib/commonjs/vendor/shiki/themes/aurora-x.js +428 -2
  958. package/lib/commonjs/vendor/shiki/themes/aurora-x.js.map +1 -1
  959. package/lib/commonjs/vendor/shiki/themes/ayu-dark.d.js +5 -1
  960. package/lib/commonjs/vendor/shiki/themes/ayu-dark.js +572 -2
  961. package/lib/commonjs/vendor/shiki/themes/ayu-dark.js.map +1 -1
  962. package/lib/commonjs/vendor/shiki/themes/catppuccin-frappe.d.js +5 -1
  963. package/lib/commonjs/vendor/shiki/themes/catppuccin-frappe.js +1551 -2
  964. package/lib/commonjs/vendor/shiki/themes/catppuccin-frappe.js.map +1 -1
  965. package/lib/commonjs/vendor/shiki/themes/catppuccin-latte.d.js +5 -1
  966. package/lib/commonjs/vendor/shiki/themes/catppuccin-latte.js +1551 -2
  967. package/lib/commonjs/vendor/shiki/themes/catppuccin-latte.js.map +1 -1
  968. package/lib/commonjs/vendor/shiki/themes/catppuccin-macchiato.d.js +5 -1
  969. package/lib/commonjs/vendor/shiki/themes/catppuccin-macchiato.js +1551 -2
  970. package/lib/commonjs/vendor/shiki/themes/catppuccin-macchiato.js.map +1 -1
  971. package/lib/commonjs/vendor/shiki/themes/catppuccin-mocha.d.js +5 -1
  972. package/lib/commonjs/vendor/shiki/themes/catppuccin-mocha.js +1551 -2
  973. package/lib/commonjs/vendor/shiki/themes/catppuccin-mocha.js.map +1 -1
  974. package/lib/commonjs/vendor/shiki/themes/dark-plus.d.js +5 -1
  975. package/lib/commonjs/vendor/shiki/themes/dark-plus.js +371 -2
  976. package/lib/commonjs/vendor/shiki/themes/dark-plus.js.map +1 -1
  977. package/lib/commonjs/vendor/shiki/themes/dracula-soft.d.js +5 -1
  978. package/lib/commonjs/vendor/shiki/themes/dracula-soft.js +657 -2
  979. package/lib/commonjs/vendor/shiki/themes/dracula-soft.js.map +1 -1
  980. package/lib/commonjs/vendor/shiki/themes/dracula.d.js +5 -1
  981. package/lib/commonjs/vendor/shiki/themes/dracula.js +657 -2
  982. package/lib/commonjs/vendor/shiki/themes/dracula.js.map +1 -1
  983. package/lib/commonjs/vendor/shiki/themes/everforest-dark.d.js +5 -1
  984. package/lib/commonjs/vendor/shiki/themes/everforest-dark.js +1884 -2
  985. package/lib/commonjs/vendor/shiki/themes/everforest-dark.js.map +1 -1
  986. package/lib/commonjs/vendor/shiki/themes/everforest-light.d.js +5 -1
  987. package/lib/commonjs/vendor/shiki/themes/everforest-light.js +1884 -2
  988. package/lib/commonjs/vendor/shiki/themes/everforest-light.js.map +1 -1
  989. package/lib/commonjs/vendor/shiki/themes/github-dark-default.d.js +5 -1
  990. package/lib/commonjs/vendor/shiki/themes/github-dark-default.js +516 -2
  991. package/lib/commonjs/vendor/shiki/themes/github-dark-default.js.map +1 -1
  992. package/lib/commonjs/vendor/shiki/themes/github-dark-dimmed.d.js +5 -1
  993. package/lib/commonjs/vendor/shiki/themes/github-dark-dimmed.js +516 -2
  994. package/lib/commonjs/vendor/shiki/themes/github-dark-dimmed.js.map +1 -1
  995. package/lib/commonjs/vendor/shiki/themes/github-dark-high-contrast.d.js +5 -1
  996. package/lib/commonjs/vendor/shiki/themes/github-dark-high-contrast.js +520 -2
  997. package/lib/commonjs/vendor/shiki/themes/github-dark-high-contrast.js.map +1 -1
  998. package/lib/commonjs/vendor/shiki/themes/github-dark.d.js +5 -1
  999. package/lib/commonjs/vendor/shiki/themes/github-dark.js +439 -2
  1000. package/lib/commonjs/vendor/shiki/themes/github-dark.js.map +1 -1
  1001. package/lib/commonjs/vendor/shiki/themes/github-light-default.d.js +5 -1
  1002. package/lib/commonjs/vendor/shiki/themes/github-light-default.js +512 -2
  1003. package/lib/commonjs/vendor/shiki/themes/github-light-default.js.map +1 -1
  1004. package/lib/commonjs/vendor/shiki/themes/github-light-high-contrast.d.js +5 -1
  1005. package/lib/commonjs/vendor/shiki/themes/github-light-high-contrast.js +515 -2
  1006. package/lib/commonjs/vendor/shiki/themes/github-light-high-contrast.js.map +1 -1
  1007. package/lib/commonjs/vendor/shiki/themes/github-light.d.js +5 -1
  1008. package/lib/commonjs/vendor/shiki/themes/github-light.js +435 -2
  1009. package/lib/commonjs/vendor/shiki/themes/github-light.js.map +1 -1
  1010. package/lib/commonjs/vendor/shiki/themes/houston.d.js +5 -1
  1011. package/lib/commonjs/vendor/shiki/themes/houston.js +1501 -2
  1012. package/lib/commonjs/vendor/shiki/themes/houston.js.map +1 -1
  1013. package/lib/commonjs/vendor/shiki/themes/kanagawa-dragon.d.js +5 -1
  1014. package/lib/commonjs/vendor/shiki/themes/kanagawa-dragon.js +576 -2
  1015. package/lib/commonjs/vendor/shiki/themes/kanagawa-dragon.js.map +1 -1
  1016. package/lib/commonjs/vendor/shiki/themes/kanagawa-lotus.d.js +5 -1
  1017. package/lib/commonjs/vendor/shiki/themes/kanagawa-lotus.js +576 -2
  1018. package/lib/commonjs/vendor/shiki/themes/kanagawa-lotus.js.map +1 -1
  1019. package/lib/commonjs/vendor/shiki/themes/kanagawa-wave.d.js +5 -1
  1020. package/lib/commonjs/vendor/shiki/themes/kanagawa-wave.js +576 -2
  1021. package/lib/commonjs/vendor/shiki/themes/kanagawa-wave.js.map +1 -1
  1022. package/lib/commonjs/vendor/shiki/themes/laserwave.d.js +5 -1
  1023. package/lib/commonjs/vendor/shiki/themes/laserwave.js +189 -2
  1024. package/lib/commonjs/vendor/shiki/themes/laserwave.js.map +1 -1
  1025. package/lib/commonjs/vendor/shiki/themes/light-plus.d.js +5 -1
  1026. package/lib/commonjs/vendor/shiki/themes/light-plus.js +371 -2
  1027. package/lib/commonjs/vendor/shiki/themes/light-plus.js.map +1 -1
  1028. package/lib/commonjs/vendor/shiki/themes/material-theme-darker.d.js +5 -1
  1029. package/lib/commonjs/vendor/shiki/themes/material-theme-darker.js +647 -2
  1030. package/lib/commonjs/vendor/shiki/themes/material-theme-darker.js.map +1 -1
  1031. package/lib/commonjs/vendor/shiki/themes/material-theme-lighter.d.js +5 -1
  1032. package/lib/commonjs/vendor/shiki/themes/material-theme-lighter.js +647 -2
  1033. package/lib/commonjs/vendor/shiki/themes/material-theme-lighter.js.map +1 -1
  1034. package/lib/commonjs/vendor/shiki/themes/material-theme-ocean.d.js +5 -1
  1035. package/lib/commonjs/vendor/shiki/themes/material-theme-ocean.js +647 -2
  1036. package/lib/commonjs/vendor/shiki/themes/material-theme-ocean.js.map +1 -1
  1037. package/lib/commonjs/vendor/shiki/themes/material-theme-palenight.d.js +5 -1
  1038. package/lib/commonjs/vendor/shiki/themes/material-theme-palenight.js +647 -2
  1039. package/lib/commonjs/vendor/shiki/themes/material-theme-palenight.js.map +1 -1
  1040. package/lib/commonjs/vendor/shiki/themes/material-theme.d.js +5 -1
  1041. package/lib/commonjs/vendor/shiki/themes/material-theme.js +647 -2
  1042. package/lib/commonjs/vendor/shiki/themes/material-theme.js.map +1 -1
  1043. package/lib/commonjs/vendor/shiki/themes/min-dark.d.js +5 -1
  1044. package/lib/commonjs/vendor/shiki/themes/min-dark.js +213 -2
  1045. package/lib/commonjs/vendor/shiki/themes/min-dark.js.map +1 -1
  1046. package/lib/commonjs/vendor/shiki/themes/min-light.d.js +5 -1
  1047. package/lib/commonjs/vendor/shiki/themes/min-light.js +229 -2
  1048. package/lib/commonjs/vendor/shiki/themes/min-light.js.map +1 -1
  1049. package/lib/commonjs/vendor/shiki/themes/monokai.d.js +5 -1
  1050. package/lib/commonjs/vendor/shiki/themes/monokai.js +381 -2
  1051. package/lib/commonjs/vendor/shiki/themes/monokai.js.map +1 -1
  1052. package/lib/commonjs/vendor/shiki/themes/night-owl.d.js +5 -1
  1053. package/lib/commonjs/vendor/shiki/themes/night-owl.js +1223 -2
  1054. package/lib/commonjs/vendor/shiki/themes/night-owl.js.map +1 -1
  1055. package/lib/commonjs/vendor/shiki/themes/nord.d.js +5 -1
  1056. package/lib/commonjs/vendor/shiki/themes/nord.js +1026 -2
  1057. package/lib/commonjs/vendor/shiki/themes/nord.js.map +1 -1
  1058. package/lib/commonjs/vendor/shiki/themes/one-dark-pro.d.js +5 -1
  1059. package/lib/commonjs/vendor/shiki/themes/one-dark-pro.js +1563 -2
  1060. package/lib/commonjs/vendor/shiki/themes/one-dark-pro.js.map +1 -1
  1061. package/lib/commonjs/vendor/shiki/themes/one-light.d.js +5 -1
  1062. package/lib/commonjs/vendor/shiki/themes/one-light.js +1150 -2
  1063. package/lib/commonjs/vendor/shiki/themes/one-light.js.map +1 -1
  1064. package/lib/commonjs/vendor/shiki/themes/plastic.d.js +5 -1
  1065. package/lib/commonjs/vendor/shiki/themes/plastic.js +266 -2
  1066. package/lib/commonjs/vendor/shiki/themes/plastic.js.map +1 -1
  1067. package/lib/commonjs/vendor/shiki/themes/poimandres.d.js +5 -1
  1068. package/lib/commonjs/vendor/shiki/themes/poimandres.js +976 -2
  1069. package/lib/commonjs/vendor/shiki/themes/poimandres.js.map +1 -1
  1070. package/lib/commonjs/vendor/shiki/themes/red.d.js +5 -1
  1071. package/lib/commonjs/vendor/shiki/themes/red.js +295 -2
  1072. package/lib/commonjs/vendor/shiki/themes/red.js.map +1 -1
  1073. package/lib/commonjs/vendor/shiki/themes/rose-pine-dawn.d.js +5 -1
  1074. package/lib/commonjs/vendor/shiki/themes/rose-pine-dawn.js +647 -2
  1075. package/lib/commonjs/vendor/shiki/themes/rose-pine-dawn.js.map +1 -1
  1076. package/lib/commonjs/vendor/shiki/themes/rose-pine-moon.d.js +5 -1
  1077. package/lib/commonjs/vendor/shiki/themes/rose-pine-moon.js +647 -2
  1078. package/lib/commonjs/vendor/shiki/themes/rose-pine-moon.js.map +1 -1
  1079. package/lib/commonjs/vendor/shiki/themes/rose-pine.d.js +5 -1
  1080. package/lib/commonjs/vendor/shiki/themes/rose-pine.js +647 -2
  1081. package/lib/commonjs/vendor/shiki/themes/rose-pine.js.map +1 -1
  1082. package/lib/commonjs/vendor/shiki/themes/slack-dark.d.js +5 -1
  1083. package/lib/commonjs/vendor/shiki/themes/slack-dark.js +393 -2
  1084. package/lib/commonjs/vendor/shiki/themes/slack-dark.js.map +1 -1
  1085. package/lib/commonjs/vendor/shiki/themes/slack-ochin.d.js +5 -1
  1086. package/lib/commonjs/vendor/shiki/themes/slack-ochin.js +393 -2
  1087. package/lib/commonjs/vendor/shiki/themes/slack-ochin.js.map +1 -1
  1088. package/lib/commonjs/vendor/shiki/themes/snazzy-light.d.js +5 -1
  1089. package/lib/commonjs/vendor/shiki/themes/snazzy-light.js +944 -2
  1090. package/lib/commonjs/vendor/shiki/themes/snazzy-light.js.map +1 -1
  1091. package/lib/commonjs/vendor/shiki/themes/solarized-dark.d.js +5 -1
  1092. package/lib/commonjs/vendor/shiki/themes/solarized-dark.js +312 -2
  1093. package/lib/commonjs/vendor/shiki/themes/solarized-dark.js.map +1 -1
  1094. package/lib/commonjs/vendor/shiki/themes/solarized-light.d.js +5 -1
  1095. package/lib/commonjs/vendor/shiki/themes/solarized-light.js +304 -2
  1096. package/lib/commonjs/vendor/shiki/themes/solarized-light.js.map +1 -1
  1097. package/lib/commonjs/vendor/shiki/themes/synthwave-84.d.js +5 -1
  1098. package/lib/commonjs/vendor/shiki/themes/synthwave-84.js +18 -11
  1099. package/lib/commonjs/vendor/shiki/themes/synthwave-84.js.map +1 -1
  1100. package/lib/commonjs/vendor/shiki/themes/tokyo-night.d.js +5 -1
  1101. package/lib/commonjs/vendor/shiki/themes/tokyo-night.js +950 -2
  1102. package/lib/commonjs/vendor/shiki/themes/tokyo-night.js.map +1 -1
  1103. package/lib/commonjs/vendor/shiki/themes/vesper.d.js +5 -1
  1104. package/lib/commonjs/vendor/shiki/themes/vesper.js +379 -2
  1105. package/lib/commonjs/vendor/shiki/themes/vesper.js.map +1 -1
  1106. package/lib/commonjs/vendor/shiki/themes/vitesse-black.d.js +5 -1
  1107. package/lib/commonjs/vendor/shiki/themes/vitesse-black.js +503 -2
  1108. package/lib/commonjs/vendor/shiki/themes/vitesse-black.js.map +1 -1
  1109. package/lib/commonjs/vendor/shiki/themes/vitesse-dark.d.js +5 -1
  1110. package/lib/commonjs/vendor/shiki/themes/vitesse-dark.js +503 -2
  1111. package/lib/commonjs/vendor/shiki/themes/vitesse-dark.js.map +1 -1
  1112. package/lib/commonjs/vendor/shiki/themes/vitesse-light.d.js +5 -1
  1113. package/lib/commonjs/vendor/shiki/themes/vitesse-light.js +501 -2
  1114. package/lib/commonjs/vendor/shiki/themes/vitesse-light.js.map +1 -1
  1115. package/package.json +2 -20
  1116. package/src/vendor/shiki/manifest.json +365 -365
  1117. package/lib/commonjs/vendor/shiki/index.d.js +0 -5
  1118. package/lib/commonjs/vendor/shiki/index.d.js.map +0 -1
  1119. package/lib/commonjs/vendor/shiki/index.js +0 -9
  1120. package/lib/commonjs/vendor/shiki/index.js.map +0 -1
  1121. package/lib/module/components/syntax/SyntaxHighlighter.js +0 -72
  1122. package/lib/module/components/syntax/SyntaxHighlighter.js.map +0 -1
  1123. package/lib/module/components/syntax/SyntaxLine.js +0 -35
  1124. package/lib/module/components/syntax/SyntaxLine.js.map +0 -1
  1125. package/lib/module/components/syntax/index.js +0 -3
  1126. package/lib/module/components/syntax/index.js.map +0 -1
  1127. package/lib/module/hooks/useSyntaxHighlighter.js +0 -59
  1128. package/lib/module/hooks/useSyntaxHighlighter.js.map +0 -1
  1129. package/lib/module/index.js +0 -3
  1130. package/lib/module/index.js.map +0 -1
  1131. package/lib/module/package.json +0 -1
  1132. package/lib/module/syntax/highlighter/index.js +0 -37
  1133. package/lib/module/syntax/highlighter/index.js.map +0 -1
  1134. package/lib/module/syntax/index.js +0 -2
  1135. package/lib/module/syntax/index.js.map +0 -1
  1136. package/lib/module/types/index.js +0 -2
  1137. package/lib/module/types/index.js.map +0 -1
  1138. package/lib/module/types/shiki.d.js +0 -2
  1139. package/lib/module/types/shiki.d.js.map +0 -1
  1140. package/lib/module/types/shiki.js +0 -2
  1141. package/lib/module/types/shiki.js.map +0 -1
  1142. package/lib/module/utils/index.js +0 -2
  1143. package/lib/module/utils/index.js.map +0 -1
  1144. package/lib/module/utils/string.js +0 -38
  1145. package/lib/module/utils/string.js.map +0 -1
  1146. package/lib/module/vendor/shiki/core/core.d.js +0 -2
  1147. package/lib/module/vendor/shiki/core/core.d.js.map +0 -1
  1148. package/lib/module/vendor/shiki/core/core.js +0 -9523
  1149. package/lib/module/vendor/shiki/core/core.js.map +0 -1
  1150. package/lib/module/vendor/shiki/core/engine-javascript.d.js +0 -2
  1151. package/lib/module/vendor/shiki/core/engine-javascript.d.js.map +0 -1
  1152. package/lib/module/vendor/shiki/core/engine-javascript.js +0 -1509
  1153. package/lib/module/vendor/shiki/core/engine-javascript.js.map +0 -1
  1154. package/lib/module/vendor/shiki/index.d.js +0 -5
  1155. package/lib/module/vendor/shiki/index.d.js.map +0 -1
  1156. package/lib/module/vendor/shiki/index.js +0 -9
  1157. package/lib/module/vendor/shiki/index.js.map +0 -1
  1158. package/lib/module/vendor/shiki/langs/abap.d.js +0 -2
  1159. package/lib/module/vendor/shiki/langs/abap.d.js.map +0 -1
  1160. package/lib/module/vendor/shiki/langs/abap.js +0 -5
  1161. package/lib/module/vendor/shiki/langs/abap.js.map +0 -1
  1162. package/lib/module/vendor/shiki/langs/actionscript-3.d.js +0 -2
  1163. package/lib/module/vendor/shiki/langs/actionscript-3.d.js.map +0 -1
  1164. package/lib/module/vendor/shiki/langs/actionscript-3.js +0 -5
  1165. package/lib/module/vendor/shiki/langs/actionscript-3.js.map +0 -1
  1166. package/lib/module/vendor/shiki/langs/ada.d.js +0 -2
  1167. package/lib/module/vendor/shiki/langs/ada.d.js.map +0 -1
  1168. package/lib/module/vendor/shiki/langs/ada.js +0 -5
  1169. package/lib/module/vendor/shiki/langs/ada.js.map +0 -1
  1170. package/lib/module/vendor/shiki/langs/adoc.d.js +0 -2
  1171. package/lib/module/vendor/shiki/langs/adoc.d.js.map +0 -1
  1172. package/lib/module/vendor/shiki/langs/adoc.js +0 -33
  1173. package/lib/module/vendor/shiki/langs/adoc.js.map +0 -1
  1174. package/lib/module/vendor/shiki/langs/angular-expression.d.js +0 -2
  1175. package/lib/module/vendor/shiki/langs/angular-expression.d.js.map +0 -1
  1176. package/lib/module/vendor/shiki/langs/angular-expression.js +0 -5
  1177. package/lib/module/vendor/shiki/langs/angular-expression.js.map +0 -1
  1178. package/lib/module/vendor/shiki/langs/angular-html.d.js +0 -2
  1179. package/lib/module/vendor/shiki/langs/angular-html.d.js.map +0 -1
  1180. package/lib/module/vendor/shiki/langs/angular-html.js +0 -10
  1181. package/lib/module/vendor/shiki/langs/angular-html.js.map +0 -1
  1182. package/lib/module/vendor/shiki/langs/angular-inline-style.d.js +0 -2
  1183. package/lib/module/vendor/shiki/langs/angular-inline-style.d.js.map +0 -1
  1184. package/lib/module/vendor/shiki/langs/angular-inline-style.js +0 -6
  1185. package/lib/module/vendor/shiki/langs/angular-inline-style.js.map +0 -1
  1186. package/lib/module/vendor/shiki/langs/angular-inline-template.d.js +0 -2
  1187. package/lib/module/vendor/shiki/langs/angular-inline-template.d.js.map +0 -1
  1188. package/lib/module/vendor/shiki/langs/angular-inline-template.js +0 -7
  1189. package/lib/module/vendor/shiki/langs/angular-inline-template.js.map +0 -1
  1190. package/lib/module/vendor/shiki/langs/angular-let-declaration.d.js +0 -2
  1191. package/lib/module/vendor/shiki/langs/angular-let-declaration.d.js.map +0 -1
  1192. package/lib/module/vendor/shiki/langs/angular-let-declaration.js +0 -6
  1193. package/lib/module/vendor/shiki/langs/angular-let-declaration.js.map +0 -1
  1194. package/lib/module/vendor/shiki/langs/angular-template-blocks.d.js +0 -2
  1195. package/lib/module/vendor/shiki/langs/angular-template-blocks.d.js.map +0 -1
  1196. package/lib/module/vendor/shiki/langs/angular-template-blocks.js +0 -7
  1197. package/lib/module/vendor/shiki/langs/angular-template-blocks.js.map +0 -1
  1198. package/lib/module/vendor/shiki/langs/angular-template.d.js +0 -2
  1199. package/lib/module/vendor/shiki/langs/angular-template.d.js.map +0 -1
  1200. package/lib/module/vendor/shiki/langs/angular-template.js +0 -6
  1201. package/lib/module/vendor/shiki/langs/angular-template.js.map +0 -1
  1202. package/lib/module/vendor/shiki/langs/angular-ts.d.js +0 -2
  1203. package/lib/module/vendor/shiki/langs/angular-ts.d.js.map +0 -1
  1204. package/lib/module/vendor/shiki/langs/angular-ts.js +0 -11
  1205. package/lib/module/vendor/shiki/langs/angular-ts.js.map +0 -1
  1206. package/lib/module/vendor/shiki/langs/apache.d.js +0 -2
  1207. package/lib/module/vendor/shiki/langs/apache.d.js.map +0 -1
  1208. package/lib/module/vendor/shiki/langs/apache.js +0 -5
  1209. package/lib/module/vendor/shiki/langs/apache.js.map +0 -1
  1210. package/lib/module/vendor/shiki/langs/apex.d.js +0 -2
  1211. package/lib/module/vendor/shiki/langs/apex.d.js.map +0 -1
  1212. package/lib/module/vendor/shiki/langs/apex.js +0 -5
  1213. package/lib/module/vendor/shiki/langs/apex.js.map +0 -1
  1214. package/lib/module/vendor/shiki/langs/apl.d.js +0 -2
  1215. package/lib/module/vendor/shiki/langs/apl.d.js.map +0 -1
  1216. package/lib/module/vendor/shiki/langs/apl.js +0 -10
  1217. package/lib/module/vendor/shiki/langs/apl.js.map +0 -1
  1218. package/lib/module/vendor/shiki/langs/applescript.d.js +0 -2
  1219. package/lib/module/vendor/shiki/langs/applescript.d.js.map +0 -1
  1220. package/lib/module/vendor/shiki/langs/applescript.js +0 -5
  1221. package/lib/module/vendor/shiki/langs/applescript.js.map +0 -1
  1222. package/lib/module/vendor/shiki/langs/ara.d.js +0 -2
  1223. package/lib/module/vendor/shiki/langs/ara.d.js.map +0 -1
  1224. package/lib/module/vendor/shiki/langs/ara.js +0 -5
  1225. package/lib/module/vendor/shiki/langs/ara.js.map +0 -1
  1226. package/lib/module/vendor/shiki/langs/asciidoc.d.js +0 -2
  1227. package/lib/module/vendor/shiki/langs/asciidoc.d.js.map +0 -1
  1228. package/lib/module/vendor/shiki/langs/asciidoc.js +0 -5
  1229. package/lib/module/vendor/shiki/langs/asciidoc.js.map +0 -1
  1230. package/lib/module/vendor/shiki/langs/asm.d.js +0 -2
  1231. package/lib/module/vendor/shiki/langs/asm.d.js.map +0 -1
  1232. package/lib/module/vendor/shiki/langs/asm.js +0 -5
  1233. package/lib/module/vendor/shiki/langs/asm.js.map +0 -1
  1234. package/lib/module/vendor/shiki/langs/astro.d.js +0 -2
  1235. package/lib/module/vendor/shiki/langs/astro.d.js.map +0 -1
  1236. package/lib/module/vendor/shiki/langs/astro.js +0 -10
  1237. package/lib/module/vendor/shiki/langs/astro.js.map +0 -1
  1238. package/lib/module/vendor/shiki/langs/awk.d.js +0 -2
  1239. package/lib/module/vendor/shiki/langs/awk.d.js.map +0 -1
  1240. package/lib/module/vendor/shiki/langs/awk.js +0 -5
  1241. package/lib/module/vendor/shiki/langs/awk.js.map +0 -1
  1242. package/lib/module/vendor/shiki/langs/ballerina.d.js +0 -2
  1243. package/lib/module/vendor/shiki/langs/ballerina.d.js.map +0 -1
  1244. package/lib/module/vendor/shiki/langs/ballerina.js +0 -5
  1245. package/lib/module/vendor/shiki/langs/ballerina.js.map +0 -1
  1246. package/lib/module/vendor/shiki/langs/bash.d.js +0 -2
  1247. package/lib/module/vendor/shiki/langs/bash.d.js.map +0 -1
  1248. package/lib/module/vendor/shiki/langs/bash.js +0 -33
  1249. package/lib/module/vendor/shiki/langs/bash.js.map +0 -1
  1250. package/lib/module/vendor/shiki/langs/bat.d.js +0 -2
  1251. package/lib/module/vendor/shiki/langs/bat.d.js.map +0 -1
  1252. package/lib/module/vendor/shiki/langs/bat.js +0 -5
  1253. package/lib/module/vendor/shiki/langs/bat.js.map +0 -1
  1254. package/lib/module/vendor/shiki/langs/batch.d.js +0 -2
  1255. package/lib/module/vendor/shiki/langs/batch.d.js.map +0 -1
  1256. package/lib/module/vendor/shiki/langs/batch.js +0 -33
  1257. package/lib/module/vendor/shiki/langs/batch.js.map +0 -1
  1258. package/lib/module/vendor/shiki/langs/be.d.js +0 -2
  1259. package/lib/module/vendor/shiki/langs/be.d.js.map +0 -1
  1260. package/lib/module/vendor/shiki/langs/be.js +0 -33
  1261. package/lib/module/vendor/shiki/langs/be.js.map +0 -1
  1262. package/lib/module/vendor/shiki/langs/beancount.d.js +0 -2
  1263. package/lib/module/vendor/shiki/langs/beancount.d.js.map +0 -1
  1264. package/lib/module/vendor/shiki/langs/beancount.js +0 -5
  1265. package/lib/module/vendor/shiki/langs/beancount.js.map +0 -1
  1266. package/lib/module/vendor/shiki/langs/berry.d.js +0 -2
  1267. package/lib/module/vendor/shiki/langs/berry.d.js.map +0 -1
  1268. package/lib/module/vendor/shiki/langs/berry.js +0 -5
  1269. package/lib/module/vendor/shiki/langs/berry.js.map +0 -1
  1270. package/lib/module/vendor/shiki/langs/bibtex.d.js +0 -2
  1271. package/lib/module/vendor/shiki/langs/bibtex.d.js.map +0 -1
  1272. package/lib/module/vendor/shiki/langs/bibtex.js +0 -5
  1273. package/lib/module/vendor/shiki/langs/bibtex.js.map +0 -1
  1274. package/lib/module/vendor/shiki/langs/bicep.d.js +0 -2
  1275. package/lib/module/vendor/shiki/langs/bicep.d.js.map +0 -1
  1276. package/lib/module/vendor/shiki/langs/bicep.js +0 -5
  1277. package/lib/module/vendor/shiki/langs/bicep.js.map +0 -1
  1278. package/lib/module/vendor/shiki/langs/blade.d.js +0 -2
  1279. package/lib/module/vendor/shiki/langs/blade.d.js.map +0 -1
  1280. package/lib/module/vendor/shiki/langs/blade.js +0 -11
  1281. package/lib/module/vendor/shiki/langs/blade.js.map +0 -1
  1282. package/lib/module/vendor/shiki/langs/c.d.js +0 -2
  1283. package/lib/module/vendor/shiki/langs/c.d.js.map +0 -1
  1284. package/lib/module/vendor/shiki/langs/c.js +0 -5
  1285. package/lib/module/vendor/shiki/langs/c.js.map +0 -1
  1286. package/lib/module/vendor/shiki/langs/cadence.d.js +0 -2
  1287. package/lib/module/vendor/shiki/langs/cadence.d.js.map +0 -1
  1288. package/lib/module/vendor/shiki/langs/cadence.js +0 -5
  1289. package/lib/module/vendor/shiki/langs/cadence.js.map +0 -1
  1290. package/lib/module/vendor/shiki/langs/cdc.d.js +0 -2
  1291. package/lib/module/vendor/shiki/langs/cdc.d.js.map +0 -1
  1292. package/lib/module/vendor/shiki/langs/cdc.js +0 -33
  1293. package/lib/module/vendor/shiki/langs/cdc.js.map +0 -1
  1294. package/lib/module/vendor/shiki/langs/clarity.d.js +0 -2
  1295. package/lib/module/vendor/shiki/langs/clarity.d.js.map +0 -1
  1296. package/lib/module/vendor/shiki/langs/clarity.js +0 -5
  1297. package/lib/module/vendor/shiki/langs/clarity.js.map +0 -1
  1298. package/lib/module/vendor/shiki/langs/clj.d.js +0 -2
  1299. package/lib/module/vendor/shiki/langs/clj.d.js.map +0 -1
  1300. package/lib/module/vendor/shiki/langs/clj.js +0 -33
  1301. package/lib/module/vendor/shiki/langs/clj.js.map +0 -1
  1302. package/lib/module/vendor/shiki/langs/clojure.d.js +0 -2
  1303. package/lib/module/vendor/shiki/langs/clojure.d.js.map +0 -1
  1304. package/lib/module/vendor/shiki/langs/clojure.js +0 -5
  1305. package/lib/module/vendor/shiki/langs/clojure.js.map +0 -1
  1306. package/lib/module/vendor/shiki/langs/closure-templates.d.js +0 -2
  1307. package/lib/module/vendor/shiki/langs/closure-templates.d.js.map +0 -1
  1308. package/lib/module/vendor/shiki/langs/closure-templates.js +0 -54
  1309. package/lib/module/vendor/shiki/langs/closure-templates.js.map +0 -1
  1310. package/lib/module/vendor/shiki/langs/cmake.d.js +0 -2
  1311. package/lib/module/vendor/shiki/langs/cmake.d.js.map +0 -1
  1312. package/lib/module/vendor/shiki/langs/cmake.js +0 -5
  1313. package/lib/module/vendor/shiki/langs/cmake.js.map +0 -1
  1314. package/lib/module/vendor/shiki/langs/cmd.d.js +0 -2
  1315. package/lib/module/vendor/shiki/langs/cmd.d.js.map +0 -1
  1316. package/lib/module/vendor/shiki/langs/cmd.js +0 -33
  1317. package/lib/module/vendor/shiki/langs/cmd.js.map +0 -1
  1318. package/lib/module/vendor/shiki/langs/cobol.d.js +0 -2
  1319. package/lib/module/vendor/shiki/langs/cobol.d.js.map +0 -1
  1320. package/lib/module/vendor/shiki/langs/cobol.js +0 -7
  1321. package/lib/module/vendor/shiki/langs/cobol.js.map +0 -1
  1322. package/lib/module/vendor/shiki/langs/codeowners.d.js +0 -2
  1323. package/lib/module/vendor/shiki/langs/codeowners.d.js.map +0 -1
  1324. package/lib/module/vendor/shiki/langs/codeowners.js +0 -5
  1325. package/lib/module/vendor/shiki/langs/codeowners.js.map +0 -1
  1326. package/lib/module/vendor/shiki/langs/codeql.d.js +0 -2
  1327. package/lib/module/vendor/shiki/langs/codeql.d.js.map +0 -1
  1328. package/lib/module/vendor/shiki/langs/codeql.js +0 -5
  1329. package/lib/module/vendor/shiki/langs/codeql.js.map +0 -1
  1330. package/lib/module/vendor/shiki/langs/coffee.d.js +0 -2
  1331. package/lib/module/vendor/shiki/langs/coffee.d.js.map +0 -1
  1332. package/lib/module/vendor/shiki/langs/coffee.js +0 -6
  1333. package/lib/module/vendor/shiki/langs/coffee.js.map +0 -1
  1334. package/lib/module/vendor/shiki/langs/coffeescript.d.js +0 -2
  1335. package/lib/module/vendor/shiki/langs/coffeescript.d.js.map +0 -1
  1336. package/lib/module/vendor/shiki/langs/coffeescript.js +0 -40
  1337. package/lib/module/vendor/shiki/langs/coffeescript.js.map +0 -1
  1338. package/lib/module/vendor/shiki/langs/common-lisp.d.js +0 -2
  1339. package/lib/module/vendor/shiki/langs/common-lisp.d.js.map +0 -1
  1340. package/lib/module/vendor/shiki/langs/common-lisp.js +0 -5
  1341. package/lib/module/vendor/shiki/langs/common-lisp.js.map +0 -1
  1342. package/lib/module/vendor/shiki/langs/console.d.js +0 -2
  1343. package/lib/module/vendor/shiki/langs/console.d.js.map +0 -1
  1344. package/lib/module/vendor/shiki/langs/console.js +0 -40
  1345. package/lib/module/vendor/shiki/langs/console.js.map +0 -1
  1346. package/lib/module/vendor/shiki/langs/coq.d.js +0 -2
  1347. package/lib/module/vendor/shiki/langs/coq.d.js.map +0 -1
  1348. package/lib/module/vendor/shiki/langs/coq.js +0 -5
  1349. package/lib/module/vendor/shiki/langs/coq.js.map +0 -1
  1350. package/lib/module/vendor/shiki/langs/cpp-macro.d.js +0 -2
  1351. package/lib/module/vendor/shiki/langs/cpp-macro.d.js.map +0 -1
  1352. package/lib/module/vendor/shiki/langs/cpp-macro.js +0 -8
  1353. package/lib/module/vendor/shiki/langs/cpp-macro.js.map +0 -1
  1354. package/lib/module/vendor/shiki/langs/cpp.d.js +0 -2
  1355. package/lib/module/vendor/shiki/langs/cpp.d.js.map +0 -1
  1356. package/lib/module/vendor/shiki/langs/cpp.js +0 -9
  1357. package/lib/module/vendor/shiki/langs/cpp.js.map +0 -1
  1358. package/lib/module/vendor/shiki/langs/cql.d.js +0 -2
  1359. package/lib/module/vendor/shiki/langs/cql.d.js.map +0 -1
  1360. package/lib/module/vendor/shiki/langs/cql.js +0 -33
  1361. package/lib/module/vendor/shiki/langs/cql.js.map +0 -1
  1362. package/lib/module/vendor/shiki/langs/crystal.d.js +0 -2
  1363. package/lib/module/vendor/shiki/langs/crystal.d.js.map +0 -1
  1364. package/lib/module/vendor/shiki/langs/crystal.js +0 -11
  1365. package/lib/module/vendor/shiki/langs/crystal.js.map +0 -1
  1366. package/lib/module/vendor/shiki/langs/cs.d.js +0 -2
  1367. package/lib/module/vendor/shiki/langs/cs.d.js.map +0 -1
  1368. package/lib/module/vendor/shiki/langs/cs.js +0 -33
  1369. package/lib/module/vendor/shiki/langs/cs.js.map +0 -1
  1370. package/lib/module/vendor/shiki/langs/csharp.d.js +0 -2
  1371. package/lib/module/vendor/shiki/langs/csharp.d.js.map +0 -1
  1372. package/lib/module/vendor/shiki/langs/csharp.js +0 -5
  1373. package/lib/module/vendor/shiki/langs/csharp.js.map +0 -1
  1374. package/lib/module/vendor/shiki/langs/css.d.js +0 -2
  1375. package/lib/module/vendor/shiki/langs/css.d.js.map +0 -1
  1376. package/lib/module/vendor/shiki/langs/css.js +0 -5
  1377. package/lib/module/vendor/shiki/langs/css.js.map +0 -1
  1378. package/lib/module/vendor/shiki/langs/csv.d.js +0 -2
  1379. package/lib/module/vendor/shiki/langs/csv.d.js.map +0 -1
  1380. package/lib/module/vendor/shiki/langs/csv.js +0 -5
  1381. package/lib/module/vendor/shiki/langs/csv.js.map +0 -1
  1382. package/lib/module/vendor/shiki/langs/cue.d.js +0 -2
  1383. package/lib/module/vendor/shiki/langs/cue.d.js.map +0 -1
  1384. package/lib/module/vendor/shiki/langs/cue.js +0 -5
  1385. package/lib/module/vendor/shiki/langs/cue.js.map +0 -1
  1386. package/lib/module/vendor/shiki/langs/cypher.d.js +0 -2
  1387. package/lib/module/vendor/shiki/langs/cypher.d.js.map +0 -1
  1388. package/lib/module/vendor/shiki/langs/cypher.js +0 -5
  1389. package/lib/module/vendor/shiki/langs/cypher.js.map +0 -1
  1390. package/lib/module/vendor/shiki/langs/d.d.js +0 -2
  1391. package/lib/module/vendor/shiki/langs/d.d.js.map +0 -1
  1392. package/lib/module/vendor/shiki/langs/d.js +0 -5
  1393. package/lib/module/vendor/shiki/langs/d.js.map +0 -1
  1394. package/lib/module/vendor/shiki/langs/dart.d.js +0 -2
  1395. package/lib/module/vendor/shiki/langs/dart.d.js.map +0 -1
  1396. package/lib/module/vendor/shiki/langs/dart.js +0 -5
  1397. package/lib/module/vendor/shiki/langs/dart.js.map +0 -1
  1398. package/lib/module/vendor/shiki/langs/dax.d.js +0 -2
  1399. package/lib/module/vendor/shiki/langs/dax.d.js.map +0 -1
  1400. package/lib/module/vendor/shiki/langs/dax.js +0 -5
  1401. package/lib/module/vendor/shiki/langs/dax.js.map +0 -1
  1402. package/lib/module/vendor/shiki/langs/desktop.d.js +0 -2
  1403. package/lib/module/vendor/shiki/langs/desktop.d.js.map +0 -1
  1404. package/lib/module/vendor/shiki/langs/desktop.js +0 -5
  1405. package/lib/module/vendor/shiki/langs/desktop.js.map +0 -1
  1406. package/lib/module/vendor/shiki/langs/diff.d.js +0 -2
  1407. package/lib/module/vendor/shiki/langs/diff.d.js.map +0 -1
  1408. package/lib/module/vendor/shiki/langs/diff.js +0 -5
  1409. package/lib/module/vendor/shiki/langs/diff.js.map +0 -1
  1410. package/lib/module/vendor/shiki/langs/docker.d.js +0 -2
  1411. package/lib/module/vendor/shiki/langs/docker.d.js.map +0 -1
  1412. package/lib/module/vendor/shiki/langs/docker.js +0 -5
  1413. package/lib/module/vendor/shiki/langs/docker.js.map +0 -1
  1414. package/lib/module/vendor/shiki/langs/dockerfile.d.js +0 -2
  1415. package/lib/module/vendor/shiki/langs/dockerfile.d.js.map +0 -1
  1416. package/lib/module/vendor/shiki/langs/dockerfile.js +0 -33
  1417. package/lib/module/vendor/shiki/langs/dockerfile.js.map +0 -1
  1418. package/lib/module/vendor/shiki/langs/dotenv.d.js +0 -2
  1419. package/lib/module/vendor/shiki/langs/dotenv.d.js.map +0 -1
  1420. package/lib/module/vendor/shiki/langs/dotenv.js +0 -5
  1421. package/lib/module/vendor/shiki/langs/dotenv.js.map +0 -1
  1422. package/lib/module/vendor/shiki/langs/dream-maker.d.js +0 -2
  1423. package/lib/module/vendor/shiki/langs/dream-maker.d.js.map +0 -1
  1424. package/lib/module/vendor/shiki/langs/dream-maker.js +0 -5
  1425. package/lib/module/vendor/shiki/langs/dream-maker.js.map +0 -1
  1426. package/lib/module/vendor/shiki/langs/edge.d.js +0 -2
  1427. package/lib/module/vendor/shiki/langs/edge.d.js.map +0 -1
  1428. package/lib/module/vendor/shiki/langs/edge.js +0 -8
  1429. package/lib/module/vendor/shiki/langs/edge.js.map +0 -1
  1430. package/lib/module/vendor/shiki/langs/elisp.d.js +0 -2
  1431. package/lib/module/vendor/shiki/langs/elisp.d.js.map +0 -1
  1432. package/lib/module/vendor/shiki/langs/elisp.js +0 -33
  1433. package/lib/module/vendor/shiki/langs/elisp.js.map +0 -1
  1434. package/lib/module/vendor/shiki/langs/elixir.d.js +0 -2
  1435. package/lib/module/vendor/shiki/langs/elixir.d.js.map +0 -1
  1436. package/lib/module/vendor/shiki/langs/elixir.js +0 -6
  1437. package/lib/module/vendor/shiki/langs/elixir.js.map +0 -1
  1438. package/lib/module/vendor/shiki/langs/elm.d.js +0 -2
  1439. package/lib/module/vendor/shiki/langs/elm.d.js.map +0 -1
  1440. package/lib/module/vendor/shiki/langs/elm.js +0 -6
  1441. package/lib/module/vendor/shiki/langs/elm.js.map +0 -1
  1442. package/lib/module/vendor/shiki/langs/emacs-lisp.d.js +0 -2
  1443. package/lib/module/vendor/shiki/langs/emacs-lisp.d.js.map +0 -1
  1444. package/lib/module/vendor/shiki/langs/emacs-lisp.js +0 -5
  1445. package/lib/module/vendor/shiki/langs/emacs-lisp.js.map +0 -1
  1446. package/lib/module/vendor/shiki/langs/erb.d.js +0 -2
  1447. package/lib/module/vendor/shiki/langs/erb.d.js.map +0 -1
  1448. package/lib/module/vendor/shiki/langs/erb.js +0 -7
  1449. package/lib/module/vendor/shiki/langs/erb.js.map +0 -1
  1450. package/lib/module/vendor/shiki/langs/erl.d.js +0 -2
  1451. package/lib/module/vendor/shiki/langs/erl.d.js.map +0 -1
  1452. package/lib/module/vendor/shiki/langs/erl.js +0 -33
  1453. package/lib/module/vendor/shiki/langs/erl.js.map +0 -1
  1454. package/lib/module/vendor/shiki/langs/erlang.d.js +0 -2
  1455. package/lib/module/vendor/shiki/langs/erlang.d.js.map +0 -1
  1456. package/lib/module/vendor/shiki/langs/erlang.js +0 -5
  1457. package/lib/module/vendor/shiki/langs/erlang.js.map +0 -1
  1458. package/lib/module/vendor/shiki/langs/es-tag-css.d.js +0 -2
  1459. package/lib/module/vendor/shiki/langs/es-tag-css.d.js.map +0 -1
  1460. package/lib/module/vendor/shiki/langs/es-tag-css.js +0 -8
  1461. package/lib/module/vendor/shiki/langs/es-tag-css.js.map +0 -1
  1462. package/lib/module/vendor/shiki/langs/es-tag-glsl.d.js +0 -2
  1463. package/lib/module/vendor/shiki/langs/es-tag-glsl.d.js.map +0 -1
  1464. package/lib/module/vendor/shiki/langs/es-tag-glsl.js +0 -8
  1465. package/lib/module/vendor/shiki/langs/es-tag-glsl.js.map +0 -1
  1466. package/lib/module/vendor/shiki/langs/es-tag-html.d.js +0 -2
  1467. package/lib/module/vendor/shiki/langs/es-tag-html.d.js.map +0 -1
  1468. package/lib/module/vendor/shiki/langs/es-tag-html.js +0 -8
  1469. package/lib/module/vendor/shiki/langs/es-tag-html.js.map +0 -1
  1470. package/lib/module/vendor/shiki/langs/es-tag-sql.d.js +0 -2
  1471. package/lib/module/vendor/shiki/langs/es-tag-sql.d.js.map +0 -1
  1472. package/lib/module/vendor/shiki/langs/es-tag-sql.js +0 -7
  1473. package/lib/module/vendor/shiki/langs/es-tag-sql.js.map +0 -1
  1474. package/lib/module/vendor/shiki/langs/es-tag-xml.d.js +0 -2
  1475. package/lib/module/vendor/shiki/langs/es-tag-xml.d.js.map +0 -1
  1476. package/lib/module/vendor/shiki/langs/es-tag-xml.js +0 -6
  1477. package/lib/module/vendor/shiki/langs/es-tag-xml.js.map +0 -1
  1478. package/lib/module/vendor/shiki/langs/f.d.js +0 -2
  1479. package/lib/module/vendor/shiki/langs/f.d.js.map +0 -1
  1480. package/lib/module/vendor/shiki/langs/f.js +0 -40
  1481. package/lib/module/vendor/shiki/langs/f.js.map +0 -1
  1482. package/lib/module/vendor/shiki/langs/f03.d.js +0 -2
  1483. package/lib/module/vendor/shiki/langs/f03.d.js.map +0 -1
  1484. package/lib/module/vendor/shiki/langs/f03.js +0 -33
  1485. package/lib/module/vendor/shiki/langs/f03.js.map +0 -1
  1486. package/lib/module/vendor/shiki/langs/f08.d.js +0 -2
  1487. package/lib/module/vendor/shiki/langs/f08.d.js.map +0 -1
  1488. package/lib/module/vendor/shiki/langs/f08.js +0 -33
  1489. package/lib/module/vendor/shiki/langs/f08.js.map +0 -1
  1490. package/lib/module/vendor/shiki/langs/f18.d.js +0 -2
  1491. package/lib/module/vendor/shiki/langs/f18.d.js.map +0 -1
  1492. package/lib/module/vendor/shiki/langs/f18.js +0 -33
  1493. package/lib/module/vendor/shiki/langs/f18.js.map +0 -1
  1494. package/lib/module/vendor/shiki/langs/f77.d.js +0 -2
  1495. package/lib/module/vendor/shiki/langs/f77.d.js.map +0 -1
  1496. package/lib/module/vendor/shiki/langs/f77.js +0 -40
  1497. package/lib/module/vendor/shiki/langs/f77.js.map +0 -1
  1498. package/lib/module/vendor/shiki/langs/f90.d.js +0 -2
  1499. package/lib/module/vendor/shiki/langs/f90.d.js.map +0 -1
  1500. package/lib/module/vendor/shiki/langs/f90.js +0 -33
  1501. package/lib/module/vendor/shiki/langs/f90.js.map +0 -1
  1502. package/lib/module/vendor/shiki/langs/f95.d.js +0 -2
  1503. package/lib/module/vendor/shiki/langs/f95.d.js.map +0 -1
  1504. package/lib/module/vendor/shiki/langs/f95.js +0 -33
  1505. package/lib/module/vendor/shiki/langs/f95.js.map +0 -1
  1506. package/lib/module/vendor/shiki/langs/fennel.d.js +0 -2
  1507. package/lib/module/vendor/shiki/langs/fennel.d.js.map +0 -1
  1508. package/lib/module/vendor/shiki/langs/fennel.js +0 -5
  1509. package/lib/module/vendor/shiki/langs/fennel.js.map +0 -1
  1510. package/lib/module/vendor/shiki/langs/fish.d.js +0 -2
  1511. package/lib/module/vendor/shiki/langs/fish.d.js.map +0 -1
  1512. package/lib/module/vendor/shiki/langs/fish.js +0 -5
  1513. package/lib/module/vendor/shiki/langs/fish.js.map +0 -1
  1514. package/lib/module/vendor/shiki/langs/fluent.d.js +0 -2
  1515. package/lib/module/vendor/shiki/langs/fluent.d.js.map +0 -1
  1516. package/lib/module/vendor/shiki/langs/fluent.js +0 -5
  1517. package/lib/module/vendor/shiki/langs/fluent.js.map +0 -1
  1518. package/lib/module/vendor/shiki/langs/for.d.js +0 -2
  1519. package/lib/module/vendor/shiki/langs/for.d.js.map +0 -1
  1520. package/lib/module/vendor/shiki/langs/for.js +0 -40
  1521. package/lib/module/vendor/shiki/langs/for.js.map +0 -1
  1522. package/lib/module/vendor/shiki/langs/fortran-fixed-form.d.js +0 -2
  1523. package/lib/module/vendor/shiki/langs/fortran-fixed-form.d.js.map +0 -1
  1524. package/lib/module/vendor/shiki/langs/fortran-fixed-form.js +0 -6
  1525. package/lib/module/vendor/shiki/langs/fortran-fixed-form.js.map +0 -1
  1526. package/lib/module/vendor/shiki/langs/fortran-free-form.d.js +0 -2
  1527. package/lib/module/vendor/shiki/langs/fortran-free-form.d.js.map +0 -1
  1528. package/lib/module/vendor/shiki/langs/fortran-free-form.js +0 -5
  1529. package/lib/module/vendor/shiki/langs/fortran-free-form.js.map +0 -1
  1530. package/lib/module/vendor/shiki/langs/fs.d.js +0 -2
  1531. package/lib/module/vendor/shiki/langs/fs.d.js.map +0 -1
  1532. package/lib/module/vendor/shiki/langs/fs.js +0 -40
  1533. package/lib/module/vendor/shiki/langs/fs.js.map +0 -1
  1534. package/lib/module/vendor/shiki/langs/fsharp.d.js +0 -2
  1535. package/lib/module/vendor/shiki/langs/fsharp.d.js.map +0 -1
  1536. package/lib/module/vendor/shiki/langs/fsharp.js +0 -6
  1537. package/lib/module/vendor/shiki/langs/fsharp.js.map +0 -1
  1538. package/lib/module/vendor/shiki/langs/fsl.d.js +0 -2
  1539. package/lib/module/vendor/shiki/langs/fsl.d.js.map +0 -1
  1540. package/lib/module/vendor/shiki/langs/fsl.js +0 -33
  1541. package/lib/module/vendor/shiki/langs/fsl.js.map +0 -1
  1542. package/lib/module/vendor/shiki/langs/ftl.d.js +0 -2
  1543. package/lib/module/vendor/shiki/langs/ftl.d.js.map +0 -1
  1544. package/lib/module/vendor/shiki/langs/ftl.js +0 -33
  1545. package/lib/module/vendor/shiki/langs/ftl.js.map +0 -1
  1546. package/lib/module/vendor/shiki/langs/gdresource.d.js +0 -2
  1547. package/lib/module/vendor/shiki/langs/gdresource.d.js.map +0 -1
  1548. package/lib/module/vendor/shiki/langs/gdresource.js +0 -7
  1549. package/lib/module/vendor/shiki/langs/gdresource.js.map +0 -1
  1550. package/lib/module/vendor/shiki/langs/gdscript.d.js +0 -2
  1551. package/lib/module/vendor/shiki/langs/gdscript.d.js.map +0 -1
  1552. package/lib/module/vendor/shiki/langs/gdscript.js +0 -5
  1553. package/lib/module/vendor/shiki/langs/gdscript.js.map +0 -1
  1554. package/lib/module/vendor/shiki/langs/gdshader.d.js +0 -2
  1555. package/lib/module/vendor/shiki/langs/gdshader.d.js.map +0 -1
  1556. package/lib/module/vendor/shiki/langs/gdshader.js +0 -5
  1557. package/lib/module/vendor/shiki/langs/gdshader.js.map +0 -1
  1558. package/lib/module/vendor/shiki/langs/genie.d.js +0 -2
  1559. package/lib/module/vendor/shiki/langs/genie.d.js.map +0 -1
  1560. package/lib/module/vendor/shiki/langs/genie.js +0 -5
  1561. package/lib/module/vendor/shiki/langs/genie.js.map +0 -1
  1562. package/lib/module/vendor/shiki/langs/gherkin.d.js +0 -2
  1563. package/lib/module/vendor/shiki/langs/gherkin.d.js.map +0 -1
  1564. package/lib/module/vendor/shiki/langs/gherkin.js +0 -5
  1565. package/lib/module/vendor/shiki/langs/gherkin.js.map +0 -1
  1566. package/lib/module/vendor/shiki/langs/git-commit.d.js +0 -2
  1567. package/lib/module/vendor/shiki/langs/git-commit.d.js.map +0 -1
  1568. package/lib/module/vendor/shiki/langs/git-commit.js +0 -6
  1569. package/lib/module/vendor/shiki/langs/git-commit.js.map +0 -1
  1570. package/lib/module/vendor/shiki/langs/git-rebase.d.js +0 -2
  1571. package/lib/module/vendor/shiki/langs/git-rebase.d.js.map +0 -1
  1572. package/lib/module/vendor/shiki/langs/git-rebase.js +0 -6
  1573. package/lib/module/vendor/shiki/langs/git-rebase.js.map +0 -1
  1574. package/lib/module/vendor/shiki/langs/gjs.d.js +0 -2
  1575. package/lib/module/vendor/shiki/langs/gjs.d.js.map +0 -1
  1576. package/lib/module/vendor/shiki/langs/gjs.js +0 -63
  1577. package/lib/module/vendor/shiki/langs/gjs.js.map +0 -1
  1578. package/lib/module/vendor/shiki/langs/gleam.d.js +0 -2
  1579. package/lib/module/vendor/shiki/langs/gleam.d.js.map +0 -1
  1580. package/lib/module/vendor/shiki/langs/gleam.js +0 -5
  1581. package/lib/module/vendor/shiki/langs/gleam.js.map +0 -1
  1582. package/lib/module/vendor/shiki/langs/glimmer-js.d.js +0 -2
  1583. package/lib/module/vendor/shiki/langs/glimmer-js.d.js.map +0 -1
  1584. package/lib/module/vendor/shiki/langs/glimmer-js.js +0 -9
  1585. package/lib/module/vendor/shiki/langs/glimmer-js.js.map +0 -1
  1586. package/lib/module/vendor/shiki/langs/glimmer-ts.d.js +0 -2
  1587. package/lib/module/vendor/shiki/langs/glimmer-ts.d.js.map +0 -1
  1588. package/lib/module/vendor/shiki/langs/glimmer-ts.js +0 -9
  1589. package/lib/module/vendor/shiki/langs/glimmer-ts.js.map +0 -1
  1590. package/lib/module/vendor/shiki/langs/glsl.d.js +0 -2
  1591. package/lib/module/vendor/shiki/langs/glsl.d.js.map +0 -1
  1592. package/lib/module/vendor/shiki/langs/glsl.js +0 -6
  1593. package/lib/module/vendor/shiki/langs/glsl.js.map +0 -1
  1594. package/lib/module/vendor/shiki/langs/gnuplot.d.js +0 -2
  1595. package/lib/module/vendor/shiki/langs/gnuplot.d.js.map +0 -1
  1596. package/lib/module/vendor/shiki/langs/gnuplot.js +0 -5
  1597. package/lib/module/vendor/shiki/langs/gnuplot.js.map +0 -1
  1598. package/lib/module/vendor/shiki/langs/go.d.js +0 -2
  1599. package/lib/module/vendor/shiki/langs/go.d.js.map +0 -1
  1600. package/lib/module/vendor/shiki/langs/go.js +0 -5
  1601. package/lib/module/vendor/shiki/langs/go.js.map +0 -1
  1602. package/lib/module/vendor/shiki/langs/gql.d.js +0 -2
  1603. package/lib/module/vendor/shiki/langs/gql.d.js.map +0 -1
  1604. package/lib/module/vendor/shiki/langs/gql.js +0 -61
  1605. package/lib/module/vendor/shiki/langs/gql.js.map +0 -1
  1606. package/lib/module/vendor/shiki/langs/graphql.d.js +0 -2
  1607. package/lib/module/vendor/shiki/langs/graphql.d.js.map +0 -1
  1608. package/lib/module/vendor/shiki/langs/graphql.js +0 -9
  1609. package/lib/module/vendor/shiki/langs/graphql.js.map +0 -1
  1610. package/lib/module/vendor/shiki/langs/groovy.d.js +0 -2
  1611. package/lib/module/vendor/shiki/langs/groovy.d.js.map +0 -1
  1612. package/lib/module/vendor/shiki/langs/groovy.js +0 -5
  1613. package/lib/module/vendor/shiki/langs/groovy.js.map +0 -1
  1614. package/lib/module/vendor/shiki/langs/gts.d.js +0 -2
  1615. package/lib/module/vendor/shiki/langs/gts.d.js.map +0 -1
  1616. package/lib/module/vendor/shiki/langs/gts.js +0 -63
  1617. package/lib/module/vendor/shiki/langs/gts.js.map +0 -1
  1618. package/lib/module/vendor/shiki/langs/hack.d.js +0 -2
  1619. package/lib/module/vendor/shiki/langs/hack.d.js.map +0 -1
  1620. package/lib/module/vendor/shiki/langs/hack.js +0 -7
  1621. package/lib/module/vendor/shiki/langs/hack.js.map +0 -1
  1622. package/lib/module/vendor/shiki/langs/haml.d.js +0 -2
  1623. package/lib/module/vendor/shiki/langs/haml.d.js.map +0 -1
  1624. package/lib/module/vendor/shiki/langs/haml.js +0 -7
  1625. package/lib/module/vendor/shiki/langs/haml.js.map +0 -1
  1626. package/lib/module/vendor/shiki/langs/handlebars.d.js +0 -2
  1627. package/lib/module/vendor/shiki/langs/handlebars.d.js.map +0 -1
  1628. package/lib/module/vendor/shiki/langs/handlebars.js +0 -9
  1629. package/lib/module/vendor/shiki/langs/handlebars.js.map +0 -1
  1630. package/lib/module/vendor/shiki/langs/haskell.d.js +0 -2
  1631. package/lib/module/vendor/shiki/langs/haskell.d.js.map +0 -1
  1632. package/lib/module/vendor/shiki/langs/haskell.js +0 -5
  1633. package/lib/module/vendor/shiki/langs/haskell.js.map +0 -1
  1634. package/lib/module/vendor/shiki/langs/haxe.d.js +0 -2
  1635. package/lib/module/vendor/shiki/langs/haxe.d.js.map +0 -1
  1636. package/lib/module/vendor/shiki/langs/haxe.js +0 -5
  1637. package/lib/module/vendor/shiki/langs/haxe.js.map +0 -1
  1638. package/lib/module/vendor/shiki/langs/hbs.d.js +0 -2
  1639. package/lib/module/vendor/shiki/langs/hbs.d.js.map +0 -1
  1640. package/lib/module/vendor/shiki/langs/hbs.js +0 -63
  1641. package/lib/module/vendor/shiki/langs/hbs.js.map +0 -1
  1642. package/lib/module/vendor/shiki/langs/hcl.d.js +0 -2
  1643. package/lib/module/vendor/shiki/langs/hcl.d.js.map +0 -1
  1644. package/lib/module/vendor/shiki/langs/hcl.js +0 -5
  1645. package/lib/module/vendor/shiki/langs/hcl.js.map +0 -1
  1646. package/lib/module/vendor/shiki/langs/hjson.d.js +0 -2
  1647. package/lib/module/vendor/shiki/langs/hjson.d.js.map +0 -1
  1648. package/lib/module/vendor/shiki/langs/hjson.js +0 -5
  1649. package/lib/module/vendor/shiki/langs/hjson.js.map +0 -1
  1650. package/lib/module/vendor/shiki/langs/hlsl.d.js +0 -2
  1651. package/lib/module/vendor/shiki/langs/hlsl.d.js.map +0 -1
  1652. package/lib/module/vendor/shiki/langs/hlsl.js +0 -5
  1653. package/lib/module/vendor/shiki/langs/hlsl.js.map +0 -1
  1654. package/lib/module/vendor/shiki/langs/hs.d.js +0 -2
  1655. package/lib/module/vendor/shiki/langs/hs.d.js.map +0 -1
  1656. package/lib/module/vendor/shiki/langs/hs.js +0 -33
  1657. package/lib/module/vendor/shiki/langs/hs.js.map +0 -1
  1658. package/lib/module/vendor/shiki/langs/html-derivative.d.js +0 -2
  1659. package/lib/module/vendor/shiki/langs/html-derivative.d.js.map +0 -1
  1660. package/lib/module/vendor/shiki/langs/html-derivative.js +0 -6
  1661. package/lib/module/vendor/shiki/langs/html-derivative.js.map +0 -1
  1662. package/lib/module/vendor/shiki/langs/html.d.js +0 -2
  1663. package/lib/module/vendor/shiki/langs/html.d.js.map +0 -1
  1664. package/lib/module/vendor/shiki/langs/html.js +0 -7
  1665. package/lib/module/vendor/shiki/langs/html.js.map +0 -1
  1666. package/lib/module/vendor/shiki/langs/http.d.js +0 -2
  1667. package/lib/module/vendor/shiki/langs/http.d.js.map +0 -1
  1668. package/lib/module/vendor/shiki/langs/http.js +0 -9
  1669. package/lib/module/vendor/shiki/langs/http.js.map +0 -1
  1670. package/lib/module/vendor/shiki/langs/hxml.d.js +0 -2
  1671. package/lib/module/vendor/shiki/langs/hxml.d.js.map +0 -1
  1672. package/lib/module/vendor/shiki/langs/hxml.js +0 -6
  1673. package/lib/module/vendor/shiki/langs/hxml.js.map +0 -1
  1674. package/lib/module/vendor/shiki/langs/hy.d.js +0 -2
  1675. package/lib/module/vendor/shiki/langs/hy.d.js.map +0 -1
  1676. package/lib/module/vendor/shiki/langs/hy.js +0 -5
  1677. package/lib/module/vendor/shiki/langs/hy.js.map +0 -1
  1678. package/lib/module/vendor/shiki/langs/imba.d.js +0 -2
  1679. package/lib/module/vendor/shiki/langs/imba.d.js.map +0 -1
  1680. package/lib/module/vendor/shiki/langs/imba.js +0 -6
  1681. package/lib/module/vendor/shiki/langs/imba.js.map +0 -1
  1682. package/lib/module/vendor/shiki/langs/ini.d.js +0 -2
  1683. package/lib/module/vendor/shiki/langs/ini.d.js.map +0 -1
  1684. package/lib/module/vendor/shiki/langs/ini.js +0 -5
  1685. package/lib/module/vendor/shiki/langs/ini.js.map +0 -1
  1686. package/lib/module/vendor/shiki/langs/jade.d.js +0 -2
  1687. package/lib/module/vendor/shiki/langs/jade.d.js.map +0 -1
  1688. package/lib/module/vendor/shiki/langs/jade.js +0 -56
  1689. package/lib/module/vendor/shiki/langs/jade.js.map +0 -1
  1690. package/lib/module/vendor/shiki/langs/java.d.js +0 -2
  1691. package/lib/module/vendor/shiki/langs/java.d.js.map +0 -1
  1692. package/lib/module/vendor/shiki/langs/java.js +0 -5
  1693. package/lib/module/vendor/shiki/langs/java.js.map +0 -1
  1694. package/lib/module/vendor/shiki/langs/javascript.d.js +0 -2
  1695. package/lib/module/vendor/shiki/langs/javascript.d.js.map +0 -1
  1696. package/lib/module/vendor/shiki/langs/javascript.js +0 -5
  1697. package/lib/module/vendor/shiki/langs/javascript.js.map +0 -1
  1698. package/lib/module/vendor/shiki/langs/jinja-html.d.js +0 -2
  1699. package/lib/module/vendor/shiki/langs/jinja-html.d.js.map +0 -1
  1700. package/lib/module/vendor/shiki/langs/jinja-html.js +0 -6
  1701. package/lib/module/vendor/shiki/langs/jinja-html.js.map +0 -1
  1702. package/lib/module/vendor/shiki/langs/jinja.d.js +0 -2
  1703. package/lib/module/vendor/shiki/langs/jinja.d.js.map +0 -1
  1704. package/lib/module/vendor/shiki/langs/jinja.js +0 -6
  1705. package/lib/module/vendor/shiki/langs/jinja.js.map +0 -1
  1706. package/lib/module/vendor/shiki/langs/jison.d.js +0 -2
  1707. package/lib/module/vendor/shiki/langs/jison.d.js.map +0 -1
  1708. package/lib/module/vendor/shiki/langs/jison.js +0 -6
  1709. package/lib/module/vendor/shiki/langs/jison.js.map +0 -1
  1710. package/lib/module/vendor/shiki/langs/jl.d.js +0 -2
  1711. package/lib/module/vendor/shiki/langs/jl.d.js.map +0 -1
  1712. package/lib/module/vendor/shiki/langs/jl.js +0 -100
  1713. package/lib/module/vendor/shiki/langs/jl.js.map +0 -1
  1714. package/lib/module/vendor/shiki/langs/js.d.js +0 -2
  1715. package/lib/module/vendor/shiki/langs/js.d.js.map +0 -1
  1716. package/lib/module/vendor/shiki/langs/js.js +0 -33
  1717. package/lib/module/vendor/shiki/langs/js.js.map +0 -1
  1718. package/lib/module/vendor/shiki/langs/json.d.js +0 -2
  1719. package/lib/module/vendor/shiki/langs/json.d.js.map +0 -1
  1720. package/lib/module/vendor/shiki/langs/json.js +0 -5
  1721. package/lib/module/vendor/shiki/langs/json.js.map +0 -1
  1722. package/lib/module/vendor/shiki/langs/json5.d.js +0 -2
  1723. package/lib/module/vendor/shiki/langs/json5.d.js.map +0 -1
  1724. package/lib/module/vendor/shiki/langs/json5.js +0 -5
  1725. package/lib/module/vendor/shiki/langs/json5.js.map +0 -1
  1726. package/lib/module/vendor/shiki/langs/jsonc.d.js +0 -2
  1727. package/lib/module/vendor/shiki/langs/jsonc.d.js.map +0 -1
  1728. package/lib/module/vendor/shiki/langs/jsonc.js +0 -5
  1729. package/lib/module/vendor/shiki/langs/jsonc.js.map +0 -1
  1730. package/lib/module/vendor/shiki/langs/jsonl.d.js +0 -2
  1731. package/lib/module/vendor/shiki/langs/jsonl.d.js.map +0 -1
  1732. package/lib/module/vendor/shiki/langs/jsonl.js +0 -5
  1733. package/lib/module/vendor/shiki/langs/jsonl.js.map +0 -1
  1734. package/lib/module/vendor/shiki/langs/jsonnet.d.js +0 -2
  1735. package/lib/module/vendor/shiki/langs/jsonnet.d.js.map +0 -1
  1736. package/lib/module/vendor/shiki/langs/jsonnet.js +0 -5
  1737. package/lib/module/vendor/shiki/langs/jsonnet.js.map +0 -1
  1738. package/lib/module/vendor/shiki/langs/jssm.d.js +0 -2
  1739. package/lib/module/vendor/shiki/langs/jssm.d.js.map +0 -1
  1740. package/lib/module/vendor/shiki/langs/jssm.js +0 -5
  1741. package/lib/module/vendor/shiki/langs/jssm.js.map +0 -1
  1742. package/lib/module/vendor/shiki/langs/jsx.d.js +0 -2
  1743. package/lib/module/vendor/shiki/langs/jsx.d.js.map +0 -1
  1744. package/lib/module/vendor/shiki/langs/jsx.js +0 -5
  1745. package/lib/module/vendor/shiki/langs/jsx.js.map +0 -1
  1746. package/lib/module/vendor/shiki/langs/julia.d.js +0 -2
  1747. package/lib/module/vendor/shiki/langs/julia.d.js.map +0 -1
  1748. package/lib/module/vendor/shiki/langs/julia.js +0 -10
  1749. package/lib/module/vendor/shiki/langs/julia.js.map +0 -1
  1750. package/lib/module/vendor/shiki/langs/kotlin.d.js +0 -2
  1751. package/lib/module/vendor/shiki/langs/kotlin.d.js.map +0 -1
  1752. package/lib/module/vendor/shiki/langs/kotlin.js +0 -5
  1753. package/lib/module/vendor/shiki/langs/kotlin.js.map +0 -1
  1754. package/lib/module/vendor/shiki/langs/kql.d.js +0 -2
  1755. package/lib/module/vendor/shiki/langs/kql.d.js.map +0 -1
  1756. package/lib/module/vendor/shiki/langs/kql.js +0 -33
  1757. package/lib/module/vendor/shiki/langs/kql.js.map +0 -1
  1758. package/lib/module/vendor/shiki/langs/kt.d.js +0 -2
  1759. package/lib/module/vendor/shiki/langs/kt.d.js.map +0 -1
  1760. package/lib/module/vendor/shiki/langs/kt.js +0 -33
  1761. package/lib/module/vendor/shiki/langs/kt.js.map +0 -1
  1762. package/lib/module/vendor/shiki/langs/kts.d.js +0 -2
  1763. package/lib/module/vendor/shiki/langs/kts.d.js.map +0 -1
  1764. package/lib/module/vendor/shiki/langs/kts.js +0 -33
  1765. package/lib/module/vendor/shiki/langs/kts.js.map +0 -1
  1766. package/lib/module/vendor/shiki/langs/kusto.d.js +0 -2
  1767. package/lib/module/vendor/shiki/langs/kusto.d.js.map +0 -1
  1768. package/lib/module/vendor/shiki/langs/kusto.js +0 -5
  1769. package/lib/module/vendor/shiki/langs/kusto.js.map +0 -1
  1770. package/lib/module/vendor/shiki/langs/latex.d.js +0 -2
  1771. package/lib/module/vendor/shiki/langs/latex.d.js.map +0 -1
  1772. package/lib/module/vendor/shiki/langs/latex.js +0 -6
  1773. package/lib/module/vendor/shiki/langs/latex.js.map +0 -1
  1774. package/lib/module/vendor/shiki/langs/lean.d.js +0 -2
  1775. package/lib/module/vendor/shiki/langs/lean.d.js.map +0 -1
  1776. package/lib/module/vendor/shiki/langs/lean.js +0 -5
  1777. package/lib/module/vendor/shiki/langs/lean.js.map +0 -1
  1778. package/lib/module/vendor/shiki/langs/lean4.d.js +0 -2
  1779. package/lib/module/vendor/shiki/langs/lean4.d.js.map +0 -1
  1780. package/lib/module/vendor/shiki/langs/lean4.js +0 -33
  1781. package/lib/module/vendor/shiki/langs/lean4.js.map +0 -1
  1782. package/lib/module/vendor/shiki/langs/less.d.js +0 -2
  1783. package/lib/module/vendor/shiki/langs/less.d.js.map +0 -1
  1784. package/lib/module/vendor/shiki/langs/less.js +0 -5
  1785. package/lib/module/vendor/shiki/langs/less.js.map +0 -1
  1786. package/lib/module/vendor/shiki/langs/liquid.d.js +0 -2
  1787. package/lib/module/vendor/shiki/langs/liquid.d.js.map +0 -1
  1788. package/lib/module/vendor/shiki/langs/liquid.js +0 -9
  1789. package/lib/module/vendor/shiki/langs/liquid.js.map +0 -1
  1790. package/lib/module/vendor/shiki/langs/lisp.d.js +0 -2
  1791. package/lib/module/vendor/shiki/langs/lisp.d.js.map +0 -1
  1792. package/lib/module/vendor/shiki/langs/lisp.js +0 -33
  1793. package/lib/module/vendor/shiki/langs/lisp.js.map +0 -1
  1794. package/lib/module/vendor/shiki/langs/lit.d.js +0 -2
  1795. package/lib/module/vendor/shiki/langs/lit.d.js.map +0 -1
  1796. package/lib/module/vendor/shiki/langs/lit.js +0 -139
  1797. package/lib/module/vendor/shiki/langs/lit.js.map +0 -1
  1798. package/lib/module/vendor/shiki/langs/log.d.js +0 -2
  1799. package/lib/module/vendor/shiki/langs/log.d.js.map +0 -1
  1800. package/lib/module/vendor/shiki/langs/log.js +0 -5
  1801. package/lib/module/vendor/shiki/langs/log.js.map +0 -1
  1802. package/lib/module/vendor/shiki/langs/logo.d.js +0 -2
  1803. package/lib/module/vendor/shiki/langs/logo.d.js.map +0 -1
  1804. package/lib/module/vendor/shiki/langs/logo.js +0 -5
  1805. package/lib/module/vendor/shiki/langs/logo.js.map +0 -1
  1806. package/lib/module/vendor/shiki/langs/lua.d.js +0 -2
  1807. package/lib/module/vendor/shiki/langs/lua.d.js.map +0 -1
  1808. package/lib/module/vendor/shiki/langs/lua.js +0 -6
  1809. package/lib/module/vendor/shiki/langs/lua.js.map +0 -1
  1810. package/lib/module/vendor/shiki/langs/luau.d.js +0 -2
  1811. package/lib/module/vendor/shiki/langs/luau.d.js.map +0 -1
  1812. package/lib/module/vendor/shiki/langs/luau.js +0 -5
  1813. package/lib/module/vendor/shiki/langs/luau.js.map +0 -1
  1814. package/lib/module/vendor/shiki/langs/make.d.js +0 -2
  1815. package/lib/module/vendor/shiki/langs/make.d.js.map +0 -1
  1816. package/lib/module/vendor/shiki/langs/make.js +0 -5
  1817. package/lib/module/vendor/shiki/langs/make.js.map +0 -1
  1818. package/lib/module/vendor/shiki/langs/makefile.d.js +0 -2
  1819. package/lib/module/vendor/shiki/langs/makefile.d.js.map +0 -1
  1820. package/lib/module/vendor/shiki/langs/makefile.js +0 -33
  1821. package/lib/module/vendor/shiki/langs/makefile.js.map +0 -1
  1822. package/lib/module/vendor/shiki/langs/markdown-vue.d.js +0 -2
  1823. package/lib/module/vendor/shiki/langs/markdown-vue.d.js.map +0 -1
  1824. package/lib/module/vendor/shiki/langs/markdown-vue.js +0 -5
  1825. package/lib/module/vendor/shiki/langs/markdown-vue.js.map +0 -1
  1826. package/lib/module/vendor/shiki/langs/markdown.d.js +0 -2
  1827. package/lib/module/vendor/shiki/langs/markdown.d.js.map +0 -1
  1828. package/lib/module/vendor/shiki/langs/markdown.js +0 -5
  1829. package/lib/module/vendor/shiki/langs/markdown.js.map +0 -1
  1830. package/lib/module/vendor/shiki/langs/marko.d.js +0 -2
  1831. package/lib/module/vendor/shiki/langs/marko.d.js.map +0 -1
  1832. package/lib/module/vendor/shiki/langs/marko.js +0 -9
  1833. package/lib/module/vendor/shiki/langs/marko.js.map +0 -1
  1834. package/lib/module/vendor/shiki/langs/matlab.d.js +0 -2
  1835. package/lib/module/vendor/shiki/langs/matlab.d.js.map +0 -1
  1836. package/lib/module/vendor/shiki/langs/matlab.js +0 -5
  1837. package/lib/module/vendor/shiki/langs/matlab.js.map +0 -1
  1838. package/lib/module/vendor/shiki/langs/md.d.js +0 -2
  1839. package/lib/module/vendor/shiki/langs/md.d.js.map +0 -1
  1840. package/lib/module/vendor/shiki/langs/md.js +0 -33
  1841. package/lib/module/vendor/shiki/langs/md.js.map +0 -1
  1842. package/lib/module/vendor/shiki/langs/mdc.d.js +0 -2
  1843. package/lib/module/vendor/shiki/langs/mdc.d.js.map +0 -1
  1844. package/lib/module/vendor/shiki/langs/mdc.js +0 -8
  1845. package/lib/module/vendor/shiki/langs/mdc.js.map +0 -1
  1846. package/lib/module/vendor/shiki/langs/mdx.d.js +0 -2
  1847. package/lib/module/vendor/shiki/langs/mdx.d.js.map +0 -1
  1848. package/lib/module/vendor/shiki/langs/mdx.js +0 -5
  1849. package/lib/module/vendor/shiki/langs/mdx.js.map +0 -1
  1850. package/lib/module/vendor/shiki/langs/mediawiki.d.js +0 -2
  1851. package/lib/module/vendor/shiki/langs/mediawiki.d.js.map +0 -1
  1852. package/lib/module/vendor/shiki/langs/mediawiki.js +0 -33
  1853. package/lib/module/vendor/shiki/langs/mediawiki.js.map +0 -1
  1854. package/lib/module/vendor/shiki/langs/mermaid.d.js +0 -2
  1855. package/lib/module/vendor/shiki/langs/mermaid.d.js.map +0 -1
  1856. package/lib/module/vendor/shiki/langs/mermaid.js +0 -5
  1857. package/lib/module/vendor/shiki/langs/mermaid.js.map +0 -1
  1858. package/lib/module/vendor/shiki/langs/mips.d.js +0 -2
  1859. package/lib/module/vendor/shiki/langs/mips.d.js.map +0 -1
  1860. package/lib/module/vendor/shiki/langs/mips.js +0 -33
  1861. package/lib/module/vendor/shiki/langs/mips.js.map +0 -1
  1862. package/lib/module/vendor/shiki/langs/mipsasm.d.js +0 -2
  1863. package/lib/module/vendor/shiki/langs/mipsasm.d.js.map +0 -1
  1864. package/lib/module/vendor/shiki/langs/mipsasm.js +0 -5
  1865. package/lib/module/vendor/shiki/langs/mipsasm.js.map +0 -1
  1866. package/lib/module/vendor/shiki/langs/mmd.d.js +0 -2
  1867. package/lib/module/vendor/shiki/langs/mmd.d.js.map +0 -1
  1868. package/lib/module/vendor/shiki/langs/mmd.js +0 -33
  1869. package/lib/module/vendor/shiki/langs/mmd.js.map +0 -1
  1870. package/lib/module/vendor/shiki/langs/mojo.d.js +0 -2
  1871. package/lib/module/vendor/shiki/langs/mojo.d.js.map +0 -1
  1872. package/lib/module/vendor/shiki/langs/mojo.js +0 -5
  1873. package/lib/module/vendor/shiki/langs/mojo.js.map +0 -1
  1874. package/lib/module/vendor/shiki/langs/move.d.js +0 -2
  1875. package/lib/module/vendor/shiki/langs/move.d.js.map +0 -1
  1876. package/lib/module/vendor/shiki/langs/move.js +0 -5
  1877. package/lib/module/vendor/shiki/langs/move.js.map +0 -1
  1878. package/lib/module/vendor/shiki/langs/nar.d.js +0 -2
  1879. package/lib/module/vendor/shiki/langs/nar.d.js.map +0 -1
  1880. package/lib/module/vendor/shiki/langs/nar.js +0 -33
  1881. package/lib/module/vendor/shiki/langs/nar.js.map +0 -1
  1882. package/lib/module/vendor/shiki/langs/narrat.d.js +0 -2
  1883. package/lib/module/vendor/shiki/langs/narrat.d.js.map +0 -1
  1884. package/lib/module/vendor/shiki/langs/narrat.js +0 -5
  1885. package/lib/module/vendor/shiki/langs/narrat.js.map +0 -1
  1886. package/lib/module/vendor/shiki/langs/nextflow.d.js +0 -2
  1887. package/lib/module/vendor/shiki/langs/nextflow.d.js.map +0 -1
  1888. package/lib/module/vendor/shiki/langs/nextflow.js +0 -5
  1889. package/lib/module/vendor/shiki/langs/nextflow.js.map +0 -1
  1890. package/lib/module/vendor/shiki/langs/nf.d.js +0 -2
  1891. package/lib/module/vendor/shiki/langs/nf.d.js.map +0 -1
  1892. package/lib/module/vendor/shiki/langs/nf.js +0 -33
  1893. package/lib/module/vendor/shiki/langs/nf.js.map +0 -1
  1894. package/lib/module/vendor/shiki/langs/nginx.d.js +0 -2
  1895. package/lib/module/vendor/shiki/langs/nginx.d.js.map +0 -1
  1896. package/lib/module/vendor/shiki/langs/nginx.js +0 -6
  1897. package/lib/module/vendor/shiki/langs/nginx.js.map +0 -1
  1898. package/lib/module/vendor/shiki/langs/nim.d.js +0 -2
  1899. package/lib/module/vendor/shiki/langs/nim.d.js.map +0 -1
  1900. package/lib/module/vendor/shiki/langs/nim.js +0 -12
  1901. package/lib/module/vendor/shiki/langs/nim.js.map +0 -1
  1902. package/lib/module/vendor/shiki/langs/nix.d.js +0 -2
  1903. package/lib/module/vendor/shiki/langs/nix.d.js.map +0 -1
  1904. package/lib/module/vendor/shiki/langs/nix.js +0 -5
  1905. package/lib/module/vendor/shiki/langs/nix.js.map +0 -1
  1906. package/lib/module/vendor/shiki/langs/nu.d.js +0 -2
  1907. package/lib/module/vendor/shiki/langs/nu.d.js.map +0 -1
  1908. package/lib/module/vendor/shiki/langs/nu.js +0 -33
  1909. package/lib/module/vendor/shiki/langs/nu.js.map +0 -1
  1910. package/lib/module/vendor/shiki/langs/nushell.d.js +0 -2
  1911. package/lib/module/vendor/shiki/langs/nushell.d.js.map +0 -1
  1912. package/lib/module/vendor/shiki/langs/nushell.js +0 -5
  1913. package/lib/module/vendor/shiki/langs/nushell.js.map +0 -1
  1914. package/lib/module/vendor/shiki/langs/objc.d.js +0 -2
  1915. package/lib/module/vendor/shiki/langs/objc.d.js.map +0 -1
  1916. package/lib/module/vendor/shiki/langs/objc.js +0 -33
  1917. package/lib/module/vendor/shiki/langs/objc.js.map +0 -1
  1918. package/lib/module/vendor/shiki/langs/objective-c.d.js +0 -2
  1919. package/lib/module/vendor/shiki/langs/objective-c.d.js.map +0 -1
  1920. package/lib/module/vendor/shiki/langs/objective-c.js +0 -5
  1921. package/lib/module/vendor/shiki/langs/objective-c.js.map +0 -1
  1922. package/lib/module/vendor/shiki/langs/objective-cpp.d.js +0 -2
  1923. package/lib/module/vendor/shiki/langs/objective-cpp.d.js.map +0 -1
  1924. package/lib/module/vendor/shiki/langs/objective-cpp.js +0 -5
  1925. package/lib/module/vendor/shiki/langs/objective-cpp.js.map +0 -1
  1926. package/lib/module/vendor/shiki/langs/ocaml.d.js +0 -2
  1927. package/lib/module/vendor/shiki/langs/ocaml.d.js.map +0 -1
  1928. package/lib/module/vendor/shiki/langs/ocaml.js +0 -5
  1929. package/lib/module/vendor/shiki/langs/ocaml.js.map +0 -1
  1930. package/lib/module/vendor/shiki/langs/pascal.d.js +0 -2
  1931. package/lib/module/vendor/shiki/langs/pascal.d.js.map +0 -1
  1932. package/lib/module/vendor/shiki/langs/pascal.js +0 -5
  1933. package/lib/module/vendor/shiki/langs/pascal.js.map +0 -1
  1934. package/lib/module/vendor/shiki/langs/perl.d.js +0 -2
  1935. package/lib/module/vendor/shiki/langs/perl.d.js.map +0 -1
  1936. package/lib/module/vendor/shiki/langs/perl.js +0 -10
  1937. package/lib/module/vendor/shiki/langs/perl.js.map +0 -1
  1938. package/lib/module/vendor/shiki/langs/perl6.d.js +0 -2
  1939. package/lib/module/vendor/shiki/langs/perl6.d.js.map +0 -1
  1940. package/lib/module/vendor/shiki/langs/perl6.js +0 -33
  1941. package/lib/module/vendor/shiki/langs/perl6.js.map +0 -1
  1942. package/lib/module/vendor/shiki/langs/php.d.js +0 -2
  1943. package/lib/module/vendor/shiki/langs/php.d.js.map +0 -1
  1944. package/lib/module/vendor/shiki/langs/php.js +0 -11
  1945. package/lib/module/vendor/shiki/langs/php.js.map +0 -1
  1946. package/lib/module/vendor/shiki/langs/plsql.d.js +0 -2
  1947. package/lib/module/vendor/shiki/langs/plsql.d.js.map +0 -1
  1948. package/lib/module/vendor/shiki/langs/plsql.js +0 -5
  1949. package/lib/module/vendor/shiki/langs/plsql.js.map +0 -1
  1950. package/lib/module/vendor/shiki/langs/po.d.js +0 -2
  1951. package/lib/module/vendor/shiki/langs/po.d.js.map +0 -1
  1952. package/lib/module/vendor/shiki/langs/po.js +0 -5
  1953. package/lib/module/vendor/shiki/langs/po.js.map +0 -1
  1954. package/lib/module/vendor/shiki/langs/postcss.d.js +0 -2
  1955. package/lib/module/vendor/shiki/langs/postcss.d.js.map +0 -1
  1956. package/lib/module/vendor/shiki/langs/postcss.js +0 -5
  1957. package/lib/module/vendor/shiki/langs/postcss.js.map +0 -1
  1958. package/lib/module/vendor/shiki/langs/pot.d.js +0 -2
  1959. package/lib/module/vendor/shiki/langs/pot.d.js.map +0 -1
  1960. package/lib/module/vendor/shiki/langs/pot.js +0 -33
  1961. package/lib/module/vendor/shiki/langs/pot.js.map +0 -1
  1962. package/lib/module/vendor/shiki/langs/potx.d.js +0 -2
  1963. package/lib/module/vendor/shiki/langs/potx.d.js.map +0 -1
  1964. package/lib/module/vendor/shiki/langs/potx.js +0 -33
  1965. package/lib/module/vendor/shiki/langs/potx.js.map +0 -1
  1966. package/lib/module/vendor/shiki/langs/powerquery.d.js +0 -2
  1967. package/lib/module/vendor/shiki/langs/powerquery.d.js.map +0 -1
  1968. package/lib/module/vendor/shiki/langs/powerquery.js +0 -5
  1969. package/lib/module/vendor/shiki/langs/powerquery.js.map +0 -1
  1970. package/lib/module/vendor/shiki/langs/powershell.d.js +0 -2
  1971. package/lib/module/vendor/shiki/langs/powershell.d.js.map +0 -1
  1972. package/lib/module/vendor/shiki/langs/powershell.js +0 -5
  1973. package/lib/module/vendor/shiki/langs/powershell.js.map +0 -1
  1974. package/lib/module/vendor/shiki/langs/prisma.d.js +0 -2
  1975. package/lib/module/vendor/shiki/langs/prisma.d.js.map +0 -1
  1976. package/lib/module/vendor/shiki/langs/prisma.js +0 -5
  1977. package/lib/module/vendor/shiki/langs/prisma.js.map +0 -1
  1978. package/lib/module/vendor/shiki/langs/prolog.d.js +0 -2
  1979. package/lib/module/vendor/shiki/langs/prolog.d.js.map +0 -1
  1980. package/lib/module/vendor/shiki/langs/prolog.js +0 -5
  1981. package/lib/module/vendor/shiki/langs/prolog.js.map +0 -1
  1982. package/lib/module/vendor/shiki/langs/properties.d.js +0 -2
  1983. package/lib/module/vendor/shiki/langs/properties.d.js.map +0 -1
  1984. package/lib/module/vendor/shiki/langs/properties.js +0 -33
  1985. package/lib/module/vendor/shiki/langs/properties.js.map +0 -1
  1986. package/lib/module/vendor/shiki/langs/proto.d.js +0 -2
  1987. package/lib/module/vendor/shiki/langs/proto.d.js.map +0 -1
  1988. package/lib/module/vendor/shiki/langs/proto.js +0 -5
  1989. package/lib/module/vendor/shiki/langs/proto.js.map +0 -1
  1990. package/lib/module/vendor/shiki/langs/protobuf.d.js +0 -2
  1991. package/lib/module/vendor/shiki/langs/protobuf.d.js.map +0 -1
  1992. package/lib/module/vendor/shiki/langs/protobuf.js +0 -33
  1993. package/lib/module/vendor/shiki/langs/protobuf.js.map +0 -1
  1994. package/lib/module/vendor/shiki/langs/ps.d.js +0 -2
  1995. package/lib/module/vendor/shiki/langs/ps.d.js.map +0 -1
  1996. package/lib/module/vendor/shiki/langs/ps.js +0 -33
  1997. package/lib/module/vendor/shiki/langs/ps.js.map +0 -1
  1998. package/lib/module/vendor/shiki/langs/ps1.d.js +0 -2
  1999. package/lib/module/vendor/shiki/langs/ps1.d.js.map +0 -1
  2000. package/lib/module/vendor/shiki/langs/ps1.js +0 -33
  2001. package/lib/module/vendor/shiki/langs/ps1.js.map +0 -1
  2002. package/lib/module/vendor/shiki/langs/pug.d.js +0 -2
  2003. package/lib/module/vendor/shiki/langs/pug.d.js.map +0 -1
  2004. package/lib/module/vendor/shiki/langs/pug.js +0 -8
  2005. package/lib/module/vendor/shiki/langs/pug.js.map +0 -1
  2006. package/lib/module/vendor/shiki/langs/puppet.d.js +0 -2
  2007. package/lib/module/vendor/shiki/langs/puppet.d.js.map +0 -1
  2008. package/lib/module/vendor/shiki/langs/puppet.js +0 -5
  2009. package/lib/module/vendor/shiki/langs/puppet.js.map +0 -1
  2010. package/lib/module/vendor/shiki/langs/purescript.d.js +0 -2
  2011. package/lib/module/vendor/shiki/langs/purescript.d.js.map +0 -1
  2012. package/lib/module/vendor/shiki/langs/purescript.js +0 -5
  2013. package/lib/module/vendor/shiki/langs/purescript.js.map +0 -1
  2014. package/lib/module/vendor/shiki/langs/py.d.js +0 -2
  2015. package/lib/module/vendor/shiki/langs/py.d.js.map +0 -1
  2016. package/lib/module/vendor/shiki/langs/py.js +0 -33
  2017. package/lib/module/vendor/shiki/langs/py.js.map +0 -1
  2018. package/lib/module/vendor/shiki/langs/python.d.js +0 -2
  2019. package/lib/module/vendor/shiki/langs/python.d.js.map +0 -1
  2020. package/lib/module/vendor/shiki/langs/python.js +0 -5
  2021. package/lib/module/vendor/shiki/langs/python.js.map +0 -1
  2022. package/lib/module/vendor/shiki/langs/ql.d.js +0 -2
  2023. package/lib/module/vendor/shiki/langs/ql.d.js.map +0 -1
  2024. package/lib/module/vendor/shiki/langs/ql.js +0 -33
  2025. package/lib/module/vendor/shiki/langs/ql.js.map +0 -1
  2026. package/lib/module/vendor/shiki/langs/qml.d.js +0 -2
  2027. package/lib/module/vendor/shiki/langs/qml.d.js.map +0 -1
  2028. package/lib/module/vendor/shiki/langs/qml.js +0 -6
  2029. package/lib/module/vendor/shiki/langs/qml.js.map +0 -1
  2030. package/lib/module/vendor/shiki/langs/qmldir.d.js +0 -2
  2031. package/lib/module/vendor/shiki/langs/qmldir.d.js.map +0 -1
  2032. package/lib/module/vendor/shiki/langs/qmldir.js +0 -5
  2033. package/lib/module/vendor/shiki/langs/qmldir.js.map +0 -1
  2034. package/lib/module/vendor/shiki/langs/qss.d.js +0 -2
  2035. package/lib/module/vendor/shiki/langs/qss.d.js.map +0 -1
  2036. package/lib/module/vendor/shiki/langs/qss.js +0 -5
  2037. package/lib/module/vendor/shiki/langs/qss.js.map +0 -1
  2038. package/lib/module/vendor/shiki/langs/r.d.js +0 -2
  2039. package/lib/module/vendor/shiki/langs/r.d.js.map +0 -1
  2040. package/lib/module/vendor/shiki/langs/r.js +0 -5
  2041. package/lib/module/vendor/shiki/langs/r.js.map +0 -1
  2042. package/lib/module/vendor/shiki/langs/racket.d.js +0 -2
  2043. package/lib/module/vendor/shiki/langs/racket.d.js.map +0 -1
  2044. package/lib/module/vendor/shiki/langs/racket.js +0 -5
  2045. package/lib/module/vendor/shiki/langs/racket.js.map +0 -1
  2046. package/lib/module/vendor/shiki/langs/raku.d.js +0 -2
  2047. package/lib/module/vendor/shiki/langs/raku.d.js.map +0 -1
  2048. package/lib/module/vendor/shiki/langs/raku.js +0 -5
  2049. package/lib/module/vendor/shiki/langs/raku.js.map +0 -1
  2050. package/lib/module/vendor/shiki/langs/razor.d.js +0 -2
  2051. package/lib/module/vendor/shiki/langs/razor.d.js.map +0 -1
  2052. package/lib/module/vendor/shiki/langs/razor.js +0 -7
  2053. package/lib/module/vendor/shiki/langs/razor.js.map +0 -1
  2054. package/lib/module/vendor/shiki/langs/rb.d.js +0 -2
  2055. package/lib/module/vendor/shiki/langs/rb.d.js.map +0 -1
  2056. package/lib/module/vendor/shiki/langs/rb.js +0 -99
  2057. package/lib/module/vendor/shiki/langs/rb.js.map +0 -1
  2058. package/lib/module/vendor/shiki/langs/reg.d.js +0 -2
  2059. package/lib/module/vendor/shiki/langs/reg.d.js.map +0 -1
  2060. package/lib/module/vendor/shiki/langs/reg.js +0 -5
  2061. package/lib/module/vendor/shiki/langs/reg.js.map +0 -1
  2062. package/lib/module/vendor/shiki/langs/regex.d.js +0 -2
  2063. package/lib/module/vendor/shiki/langs/regex.d.js.map +0 -1
  2064. package/lib/module/vendor/shiki/langs/regex.js +0 -33
  2065. package/lib/module/vendor/shiki/langs/regex.js.map +0 -1
  2066. package/lib/module/vendor/shiki/langs/regexp.d.js +0 -2
  2067. package/lib/module/vendor/shiki/langs/regexp.d.js.map +0 -1
  2068. package/lib/module/vendor/shiki/langs/regexp.js +0 -5
  2069. package/lib/module/vendor/shiki/langs/regexp.js.map +0 -1
  2070. package/lib/module/vendor/shiki/langs/rel.d.js +0 -2
  2071. package/lib/module/vendor/shiki/langs/rel.d.js.map +0 -1
  2072. package/lib/module/vendor/shiki/langs/rel.js +0 -5
  2073. package/lib/module/vendor/shiki/langs/rel.js.map +0 -1
  2074. package/lib/module/vendor/shiki/langs/riscv.d.js +0 -2
  2075. package/lib/module/vendor/shiki/langs/riscv.d.js.map +0 -1
  2076. package/lib/module/vendor/shiki/langs/riscv.js +0 -5
  2077. package/lib/module/vendor/shiki/langs/riscv.js.map +0 -1
  2078. package/lib/module/vendor/shiki/langs/rs.d.js +0 -2
  2079. package/lib/module/vendor/shiki/langs/rs.d.js.map +0 -1
  2080. package/lib/module/vendor/shiki/langs/rs.js +0 -33
  2081. package/lib/module/vendor/shiki/langs/rs.js.map +0 -1
  2082. package/lib/module/vendor/shiki/langs/rst.d.js +0 -2
  2083. package/lib/module/vendor/shiki/langs/rst.d.js.map +0 -1
  2084. package/lib/module/vendor/shiki/langs/rst.js +0 -13
  2085. package/lib/module/vendor/shiki/langs/rst.js.map +0 -1
  2086. package/lib/module/vendor/shiki/langs/ruby.d.js +0 -2
  2087. package/lib/module/vendor/shiki/langs/ruby.d.js.map +0 -1
  2088. package/lib/module/vendor/shiki/langs/ruby.js +0 -13
  2089. package/lib/module/vendor/shiki/langs/ruby.js.map +0 -1
  2090. package/lib/module/vendor/shiki/langs/rust.d.js +0 -2
  2091. package/lib/module/vendor/shiki/langs/rust.d.js.map +0 -1
  2092. package/lib/module/vendor/shiki/langs/rust.js +0 -5
  2093. package/lib/module/vendor/shiki/langs/rust.js.map +0 -1
  2094. package/lib/module/vendor/shiki/langs/sas.d.js +0 -2
  2095. package/lib/module/vendor/shiki/langs/sas.d.js.map +0 -1
  2096. package/lib/module/vendor/shiki/langs/sas.js +0 -6
  2097. package/lib/module/vendor/shiki/langs/sas.js.map +0 -1
  2098. package/lib/module/vendor/shiki/langs/sass.d.js +0 -2
  2099. package/lib/module/vendor/shiki/langs/sass.d.js.map +0 -1
  2100. package/lib/module/vendor/shiki/langs/sass.js +0 -5
  2101. package/lib/module/vendor/shiki/langs/sass.js.map +0 -1
  2102. package/lib/module/vendor/shiki/langs/scala.d.js +0 -2
  2103. package/lib/module/vendor/shiki/langs/scala.d.js.map +0 -1
  2104. package/lib/module/vendor/shiki/langs/scala.js +0 -5
  2105. package/lib/module/vendor/shiki/langs/scala.js.map +0 -1
  2106. package/lib/module/vendor/shiki/langs/scheme.d.js +0 -2
  2107. package/lib/module/vendor/shiki/langs/scheme.d.js.map +0 -1
  2108. package/lib/module/vendor/shiki/langs/scheme.js +0 -5
  2109. package/lib/module/vendor/shiki/langs/scheme.js.map +0 -1
  2110. package/lib/module/vendor/shiki/langs/scss.d.js +0 -2
  2111. package/lib/module/vendor/shiki/langs/scss.d.js.map +0 -1
  2112. package/lib/module/vendor/shiki/langs/scss.js +0 -6
  2113. package/lib/module/vendor/shiki/langs/scss.js.map +0 -1
  2114. package/lib/module/vendor/shiki/langs/sh.d.js +0 -2
  2115. package/lib/module/vendor/shiki/langs/sh.d.js.map +0 -1
  2116. package/lib/module/vendor/shiki/langs/sh.js +0 -33
  2117. package/lib/module/vendor/shiki/langs/sh.js.map +0 -1
  2118. package/lib/module/vendor/shiki/langs/shader.d.js +0 -2
  2119. package/lib/module/vendor/shiki/langs/shader.d.js.map +0 -1
  2120. package/lib/module/vendor/shiki/langs/shader.js +0 -40
  2121. package/lib/module/vendor/shiki/langs/shader.js.map +0 -1
  2122. package/lib/module/vendor/shiki/langs/shaderlab.d.js +0 -2
  2123. package/lib/module/vendor/shiki/langs/shaderlab.d.js.map +0 -1
  2124. package/lib/module/vendor/shiki/langs/shaderlab.js +0 -6
  2125. package/lib/module/vendor/shiki/langs/shaderlab.js.map +0 -1
  2126. package/lib/module/vendor/shiki/langs/shell.d.js +0 -2
  2127. package/lib/module/vendor/shiki/langs/shell.d.js.map +0 -1
  2128. package/lib/module/vendor/shiki/langs/shell.js +0 -33
  2129. package/lib/module/vendor/shiki/langs/shell.js.map +0 -1
  2130. package/lib/module/vendor/shiki/langs/shellscript.d.js +0 -2
  2131. package/lib/module/vendor/shiki/langs/shellscript.d.js.map +0 -1
  2132. package/lib/module/vendor/shiki/langs/shellscript.js +0 -5
  2133. package/lib/module/vendor/shiki/langs/shellscript.js.map +0 -1
  2134. package/lib/module/vendor/shiki/langs/shellsession.d.js +0 -2
  2135. package/lib/module/vendor/shiki/langs/shellsession.d.js.map +0 -1
  2136. package/lib/module/vendor/shiki/langs/shellsession.js +0 -6
  2137. package/lib/module/vendor/shiki/langs/shellsession.js.map +0 -1
  2138. package/lib/module/vendor/shiki/langs/smalltalk.d.js +0 -2
  2139. package/lib/module/vendor/shiki/langs/smalltalk.d.js.map +0 -1
  2140. package/lib/module/vendor/shiki/langs/smalltalk.js +0 -5
  2141. package/lib/module/vendor/shiki/langs/smalltalk.js.map +0 -1
  2142. package/lib/module/vendor/shiki/langs/solidity.d.js +0 -2
  2143. package/lib/module/vendor/shiki/langs/solidity.d.js.map +0 -1
  2144. package/lib/module/vendor/shiki/langs/solidity.js +0 -5
  2145. package/lib/module/vendor/shiki/langs/solidity.js.map +0 -1
  2146. package/lib/module/vendor/shiki/langs/soy.d.js +0 -2
  2147. package/lib/module/vendor/shiki/langs/soy.d.js.map +0 -1
  2148. package/lib/module/vendor/shiki/langs/soy.js +0 -6
  2149. package/lib/module/vendor/shiki/langs/soy.js.map +0 -1
  2150. package/lib/module/vendor/shiki/langs/sparql.d.js +0 -2
  2151. package/lib/module/vendor/shiki/langs/sparql.d.js.map +0 -1
  2152. package/lib/module/vendor/shiki/langs/sparql.js +0 -6
  2153. package/lib/module/vendor/shiki/langs/sparql.js.map +0 -1
  2154. package/lib/module/vendor/shiki/langs/spl.d.js +0 -2
  2155. package/lib/module/vendor/shiki/langs/spl.d.js.map +0 -1
  2156. package/lib/module/vendor/shiki/langs/spl.js +0 -33
  2157. package/lib/module/vendor/shiki/langs/spl.js.map +0 -1
  2158. package/lib/module/vendor/shiki/langs/splunk.d.js +0 -2
  2159. package/lib/module/vendor/shiki/langs/splunk.d.js.map +0 -1
  2160. package/lib/module/vendor/shiki/langs/splunk.js +0 -5
  2161. package/lib/module/vendor/shiki/langs/splunk.js.map +0 -1
  2162. package/lib/module/vendor/shiki/langs/sql.d.js +0 -2
  2163. package/lib/module/vendor/shiki/langs/sql.d.js.map +0 -1
  2164. package/lib/module/vendor/shiki/langs/sql.js +0 -5
  2165. package/lib/module/vendor/shiki/langs/sql.js.map +0 -1
  2166. package/lib/module/vendor/shiki/langs/ssh-config.d.js +0 -2
  2167. package/lib/module/vendor/shiki/langs/ssh-config.d.js.map +0 -1
  2168. package/lib/module/vendor/shiki/langs/ssh-config.js +0 -5
  2169. package/lib/module/vendor/shiki/langs/ssh-config.js.map +0 -1
  2170. package/lib/module/vendor/shiki/langs/stata.d.js +0 -2
  2171. package/lib/module/vendor/shiki/langs/stata.d.js.map +0 -1
  2172. package/lib/module/vendor/shiki/langs/stata.js +0 -6
  2173. package/lib/module/vendor/shiki/langs/stata.js.map +0 -1
  2174. package/lib/module/vendor/shiki/langs/styl.d.js +0 -2
  2175. package/lib/module/vendor/shiki/langs/styl.d.js.map +0 -1
  2176. package/lib/module/vendor/shiki/langs/styl.js +0 -33
  2177. package/lib/module/vendor/shiki/langs/styl.js.map +0 -1
  2178. package/lib/module/vendor/shiki/langs/stylus.d.js +0 -2
  2179. package/lib/module/vendor/shiki/langs/stylus.d.js.map +0 -1
  2180. package/lib/module/vendor/shiki/langs/stylus.js +0 -5
  2181. package/lib/module/vendor/shiki/langs/stylus.js.map +0 -1
  2182. package/lib/module/vendor/shiki/langs/svelte.d.js +0 -2
  2183. package/lib/module/vendor/shiki/langs/svelte.d.js.map +0 -1
  2184. package/lib/module/vendor/shiki/langs/svelte.js +0 -9
  2185. package/lib/module/vendor/shiki/langs/svelte.js.map +0 -1
  2186. package/lib/module/vendor/shiki/langs/swift.d.js +0 -2
  2187. package/lib/module/vendor/shiki/langs/swift.d.js.map +0 -1
  2188. package/lib/module/vendor/shiki/langs/swift.js +0 -5
  2189. package/lib/module/vendor/shiki/langs/swift.js.map +0 -1
  2190. package/lib/module/vendor/shiki/langs/system-verilog.d.js +0 -2
  2191. package/lib/module/vendor/shiki/langs/system-verilog.d.js.map +0 -1
  2192. package/lib/module/vendor/shiki/langs/system-verilog.js +0 -5
  2193. package/lib/module/vendor/shiki/langs/system-verilog.js.map +0 -1
  2194. package/lib/module/vendor/shiki/langs/systemd.d.js +0 -2
  2195. package/lib/module/vendor/shiki/langs/systemd.d.js.map +0 -1
  2196. package/lib/module/vendor/shiki/langs/systemd.js +0 -5
  2197. package/lib/module/vendor/shiki/langs/systemd.js.map +0 -1
  2198. package/lib/module/vendor/shiki/langs/tasl.d.js +0 -2
  2199. package/lib/module/vendor/shiki/langs/tasl.d.js.map +0 -1
  2200. package/lib/module/vendor/shiki/langs/tasl.js +0 -5
  2201. package/lib/module/vendor/shiki/langs/tasl.js.map +0 -1
  2202. package/lib/module/vendor/shiki/langs/tcl.d.js +0 -2
  2203. package/lib/module/vendor/shiki/langs/tcl.d.js.map +0 -1
  2204. package/lib/module/vendor/shiki/langs/tcl.js +0 -5
  2205. package/lib/module/vendor/shiki/langs/tcl.js.map +0 -1
  2206. package/lib/module/vendor/shiki/langs/templ.d.js +0 -2
  2207. package/lib/module/vendor/shiki/langs/templ.d.js.map +0 -1
  2208. package/lib/module/vendor/shiki/langs/templ.js +0 -8
  2209. package/lib/module/vendor/shiki/langs/templ.js.map +0 -1
  2210. package/lib/module/vendor/shiki/langs/terraform.d.js +0 -2
  2211. package/lib/module/vendor/shiki/langs/terraform.d.js.map +0 -1
  2212. package/lib/module/vendor/shiki/langs/terraform.js +0 -5
  2213. package/lib/module/vendor/shiki/langs/terraform.js.map +0 -1
  2214. package/lib/module/vendor/shiki/langs/tex.d.js +0 -2
  2215. package/lib/module/vendor/shiki/langs/tex.d.js.map +0 -1
  2216. package/lib/module/vendor/shiki/langs/tex.js +0 -6
  2217. package/lib/module/vendor/shiki/langs/tex.js.map +0 -1
  2218. package/lib/module/vendor/shiki/langs/tf.d.js +0 -2
  2219. package/lib/module/vendor/shiki/langs/tf.d.js.map +0 -1
  2220. package/lib/module/vendor/shiki/langs/tf.js +0 -33
  2221. package/lib/module/vendor/shiki/langs/tf.js.map +0 -1
  2222. package/lib/module/vendor/shiki/langs/tfvars.d.js +0 -2
  2223. package/lib/module/vendor/shiki/langs/tfvars.d.js.map +0 -1
  2224. package/lib/module/vendor/shiki/langs/tfvars.js +0 -33
  2225. package/lib/module/vendor/shiki/langs/tfvars.js.map +0 -1
  2226. package/lib/module/vendor/shiki/langs/toml.d.js +0 -2
  2227. package/lib/module/vendor/shiki/langs/toml.d.js.map +0 -1
  2228. package/lib/module/vendor/shiki/langs/toml.js +0 -5
  2229. package/lib/module/vendor/shiki/langs/toml.js.map +0 -1
  2230. package/lib/module/vendor/shiki/langs/ts-tags.d.js +0 -2
  2231. package/lib/module/vendor/shiki/langs/ts-tags.d.js.map +0 -1
  2232. package/lib/module/vendor/shiki/langs/ts-tags.js +0 -11
  2233. package/lib/module/vendor/shiki/langs/ts-tags.js.map +0 -1
  2234. package/lib/module/vendor/shiki/langs/ts.d.js +0 -2
  2235. package/lib/module/vendor/shiki/langs/ts.d.js.map +0 -1
  2236. package/lib/module/vendor/shiki/langs/ts.js +0 -33
  2237. package/lib/module/vendor/shiki/langs/ts.js.map +0 -1
  2238. package/lib/module/vendor/shiki/langs/tsp.d.js +0 -2
  2239. package/lib/module/vendor/shiki/langs/tsp.d.js.map +0 -1
  2240. package/lib/module/vendor/shiki/langs/tsp.js +0 -33
  2241. package/lib/module/vendor/shiki/langs/tsp.js.map +0 -1
  2242. package/lib/module/vendor/shiki/langs/tsv.d.js +0 -2
  2243. package/lib/module/vendor/shiki/langs/tsv.d.js.map +0 -1
  2244. package/lib/module/vendor/shiki/langs/tsv.js +0 -5
  2245. package/lib/module/vendor/shiki/langs/tsv.js.map +0 -1
  2246. package/lib/module/vendor/shiki/langs/tsx.d.js +0 -2
  2247. package/lib/module/vendor/shiki/langs/tsx.d.js.map +0 -1
  2248. package/lib/module/vendor/shiki/langs/tsx.js +0 -5
  2249. package/lib/module/vendor/shiki/langs/tsx.js.map +0 -1
  2250. package/lib/module/vendor/shiki/langs/turtle.d.js +0 -2
  2251. package/lib/module/vendor/shiki/langs/turtle.d.js.map +0 -1
  2252. package/lib/module/vendor/shiki/langs/turtle.js +0 -5
  2253. package/lib/module/vendor/shiki/langs/turtle.js.map +0 -1
  2254. package/lib/module/vendor/shiki/langs/twig.d.js +0 -2
  2255. package/lib/module/vendor/shiki/langs/twig.d.js.map +0 -1
  2256. package/lib/module/vendor/shiki/langs/twig.js +0 -11
  2257. package/lib/module/vendor/shiki/langs/twig.js.map +0 -1
  2258. package/lib/module/vendor/shiki/langs/typ.d.js +0 -2
  2259. package/lib/module/vendor/shiki/langs/typ.d.js.map +0 -1
  2260. package/lib/module/vendor/shiki/langs/typ.js +0 -33
  2261. package/lib/module/vendor/shiki/langs/typ.js.map +0 -1
  2262. package/lib/module/vendor/shiki/langs/typescript.d.js +0 -2
  2263. package/lib/module/vendor/shiki/langs/typescript.d.js.map +0 -1
  2264. package/lib/module/vendor/shiki/langs/typescript.js +0 -5
  2265. package/lib/module/vendor/shiki/langs/typescript.js.map +0 -1
  2266. package/lib/module/vendor/shiki/langs/typespec.d.js +0 -2
  2267. package/lib/module/vendor/shiki/langs/typespec.d.js.map +0 -1
  2268. package/lib/module/vendor/shiki/langs/typespec.js +0 -5
  2269. package/lib/module/vendor/shiki/langs/typespec.js.map +0 -1
  2270. package/lib/module/vendor/shiki/langs/typst.d.js +0 -2
  2271. package/lib/module/vendor/shiki/langs/typst.d.js.map +0 -1
  2272. package/lib/module/vendor/shiki/langs/typst.js +0 -5
  2273. package/lib/module/vendor/shiki/langs/typst.js.map +0 -1
  2274. package/lib/module/vendor/shiki/langs/v.d.js +0 -2
  2275. package/lib/module/vendor/shiki/langs/v.d.js.map +0 -1
  2276. package/lib/module/vendor/shiki/langs/v.js +0 -5
  2277. package/lib/module/vendor/shiki/langs/v.js.map +0 -1
  2278. package/lib/module/vendor/shiki/langs/vala.d.js +0 -2
  2279. package/lib/module/vendor/shiki/langs/vala.d.js.map +0 -1
  2280. package/lib/module/vendor/shiki/langs/vala.js +0 -5
  2281. package/lib/module/vendor/shiki/langs/vala.js.map +0 -1
  2282. package/lib/module/vendor/shiki/langs/vb.d.js +0 -2
  2283. package/lib/module/vendor/shiki/langs/vb.d.js.map +0 -1
  2284. package/lib/module/vendor/shiki/langs/vb.js +0 -5
  2285. package/lib/module/vendor/shiki/langs/vb.js.map +0 -1
  2286. package/lib/module/vendor/shiki/langs/verilog.d.js +0 -2
  2287. package/lib/module/vendor/shiki/langs/verilog.d.js.map +0 -1
  2288. package/lib/module/vendor/shiki/langs/verilog.js +0 -5
  2289. package/lib/module/vendor/shiki/langs/verilog.js.map +0 -1
  2290. package/lib/module/vendor/shiki/langs/vhdl.d.js +0 -2
  2291. package/lib/module/vendor/shiki/langs/vhdl.d.js.map +0 -1
  2292. package/lib/module/vendor/shiki/langs/vhdl.js +0 -5
  2293. package/lib/module/vendor/shiki/langs/vhdl.js.map +0 -1
  2294. package/lib/module/vendor/shiki/langs/vim.d.js +0 -2
  2295. package/lib/module/vendor/shiki/langs/vim.d.js.map +0 -1
  2296. package/lib/module/vendor/shiki/langs/vim.js +0 -33
  2297. package/lib/module/vendor/shiki/langs/vim.js.map +0 -1
  2298. package/lib/module/vendor/shiki/langs/viml.d.js +0 -2
  2299. package/lib/module/vendor/shiki/langs/viml.d.js.map +0 -1
  2300. package/lib/module/vendor/shiki/langs/viml.js +0 -5
  2301. package/lib/module/vendor/shiki/langs/viml.js.map +0 -1
  2302. package/lib/module/vendor/shiki/langs/vimscript.d.js +0 -2
  2303. package/lib/module/vendor/shiki/langs/vimscript.d.js.map +0 -1
  2304. package/lib/module/vendor/shiki/langs/vimscript.js +0 -33
  2305. package/lib/module/vendor/shiki/langs/vimscript.js.map +0 -1
  2306. package/lib/module/vendor/shiki/langs/vue-directives.d.js +0 -2
  2307. package/lib/module/vendor/shiki/langs/vue-directives.d.js.map +0 -1
  2308. package/lib/module/vendor/shiki/langs/vue-directives.js +0 -5
  2309. package/lib/module/vendor/shiki/langs/vue-directives.js.map +0 -1
  2310. package/lib/module/vendor/shiki/langs/vue-html.d.js +0 -2
  2311. package/lib/module/vendor/shiki/langs/vue-html.d.js.map +0 -1
  2312. package/lib/module/vendor/shiki/langs/vue-html.js +0 -7
  2313. package/lib/module/vendor/shiki/langs/vue-html.js.map +0 -1
  2314. package/lib/module/vendor/shiki/langs/vue-interpolations.d.js +0 -2
  2315. package/lib/module/vendor/shiki/langs/vue-interpolations.d.js.map +0 -1
  2316. package/lib/module/vendor/shiki/langs/vue-interpolations.js +0 -5
  2317. package/lib/module/vendor/shiki/langs/vue-interpolations.js.map +0 -1
  2318. package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.d.js +0 -2
  2319. package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.d.js.map +0 -1
  2320. package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.js +0 -6
  2321. package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.js.map +0 -1
  2322. package/lib/module/vendor/shiki/langs/vue.d.js +0 -2
  2323. package/lib/module/vendor/shiki/langs/vue.d.js.map +0 -1
  2324. package/lib/module/vendor/shiki/langs/vue.js +0 -15
  2325. package/lib/module/vendor/shiki/langs/vue.js.map +0 -1
  2326. package/lib/module/vendor/shiki/langs/vy.d.js +0 -2
  2327. package/lib/module/vendor/shiki/langs/vy.d.js.map +0 -1
  2328. package/lib/module/vendor/shiki/langs/vy.js +0 -33
  2329. package/lib/module/vendor/shiki/langs/vy.js.map +0 -1
  2330. package/lib/module/vendor/shiki/langs/vyper.d.js +0 -2
  2331. package/lib/module/vendor/shiki/langs/vyper.d.js.map +0 -1
  2332. package/lib/module/vendor/shiki/langs/vyper.js +0 -5
  2333. package/lib/module/vendor/shiki/langs/vyper.js.map +0 -1
  2334. package/lib/module/vendor/shiki/langs/wasm.d.js +0 -2
  2335. package/lib/module/vendor/shiki/langs/wasm.d.js.map +0 -1
  2336. package/lib/module/vendor/shiki/langs/wasm.js +0 -5
  2337. package/lib/module/vendor/shiki/langs/wasm.js.map +0 -1
  2338. package/lib/module/vendor/shiki/langs/wenyan.d.js +0 -2
  2339. package/lib/module/vendor/shiki/langs/wenyan.d.js.map +0 -1
  2340. package/lib/module/vendor/shiki/langs/wenyan.js +0 -5
  2341. package/lib/module/vendor/shiki/langs/wenyan.js.map +0 -1
  2342. package/lib/module/vendor/shiki/langs/wgsl.d.js +0 -2
  2343. package/lib/module/vendor/shiki/langs/wgsl.d.js.map +0 -1
  2344. package/lib/module/vendor/shiki/langs/wgsl.js +0 -5
  2345. package/lib/module/vendor/shiki/langs/wgsl.js.map +0 -1
  2346. package/lib/module/vendor/shiki/langs/wiki.d.js +0 -2
  2347. package/lib/module/vendor/shiki/langs/wiki.d.js.map +0 -1
  2348. package/lib/module/vendor/shiki/langs/wiki.js +0 -33
  2349. package/lib/module/vendor/shiki/langs/wiki.js.map +0 -1
  2350. package/lib/module/vendor/shiki/langs/wikitext.d.js +0 -2
  2351. package/lib/module/vendor/shiki/langs/wikitext.d.js.map +0 -1
  2352. package/lib/module/vendor/shiki/langs/wikitext.js +0 -5
  2353. package/lib/module/vendor/shiki/langs/wikitext.js.map +0 -1
  2354. package/lib/module/vendor/shiki/langs/wl.d.js +0 -2
  2355. package/lib/module/vendor/shiki/langs/wl.d.js.map +0 -1
  2356. package/lib/module/vendor/shiki/langs/wl.js +0 -33
  2357. package/lib/module/vendor/shiki/langs/wl.js.map +0 -1
  2358. package/lib/module/vendor/shiki/langs/wolfram.d.js +0 -2
  2359. package/lib/module/vendor/shiki/langs/wolfram.d.js.map +0 -1
  2360. package/lib/module/vendor/shiki/langs/wolfram.js +0 -5
  2361. package/lib/module/vendor/shiki/langs/wolfram.js.map +0 -1
  2362. package/lib/module/vendor/shiki/langs/xml.d.js +0 -2
  2363. package/lib/module/vendor/shiki/langs/xml.d.js.map +0 -1
  2364. package/lib/module/vendor/shiki/langs/xml.js +0 -6
  2365. package/lib/module/vendor/shiki/langs/xml.js.map +0 -1
  2366. package/lib/module/vendor/shiki/langs/xsl.d.js +0 -2
  2367. package/lib/module/vendor/shiki/langs/xsl.d.js.map +0 -1
  2368. package/lib/module/vendor/shiki/langs/xsl.js +0 -6
  2369. package/lib/module/vendor/shiki/langs/xsl.js.map +0 -1
  2370. package/lib/module/vendor/shiki/langs/yaml.d.js +0 -2
  2371. package/lib/module/vendor/shiki/langs/yaml.d.js.map +0 -1
  2372. package/lib/module/vendor/shiki/langs/yaml.js +0 -5
  2373. package/lib/module/vendor/shiki/langs/yaml.js.map +0 -1
  2374. package/lib/module/vendor/shiki/langs/yml.d.js +0 -2
  2375. package/lib/module/vendor/shiki/langs/yml.d.js.map +0 -1
  2376. package/lib/module/vendor/shiki/langs/yml.js +0 -33
  2377. package/lib/module/vendor/shiki/langs/yml.js.map +0 -1
  2378. package/lib/module/vendor/shiki/langs/zenscript.d.js +0 -2
  2379. package/lib/module/vendor/shiki/langs/zenscript.d.js.map +0 -1
  2380. package/lib/module/vendor/shiki/langs/zenscript.js +0 -5
  2381. package/lib/module/vendor/shiki/langs/zenscript.js.map +0 -1
  2382. package/lib/module/vendor/shiki/langs/zig.d.js +0 -2
  2383. package/lib/module/vendor/shiki/langs/zig.d.js.map +0 -1
  2384. package/lib/module/vendor/shiki/langs/zig.js +0 -5
  2385. package/lib/module/vendor/shiki/langs/zig.js.map +0 -1
  2386. package/lib/module/vendor/shiki/langs/zsh.d.js +0 -2
  2387. package/lib/module/vendor/shiki/langs/zsh.d.js.map +0 -1
  2388. package/lib/module/vendor/shiki/langs/zsh.js +0 -33
  2389. package/lib/module/vendor/shiki/langs/zsh.js.map +0 -1
  2390. package/lib/module/vendor/shiki/manifest.json +0 -1468
  2391. package/lib/module/vendor/shiki/themes/andromeeda.d.js +0 -2
  2392. package/lib/module/vendor/shiki/themes/andromeeda.d.js.map +0 -1
  2393. package/lib/module/vendor/shiki/themes/andromeeda.js +0 -4
  2394. package/lib/module/vendor/shiki/themes/andromeeda.js.map +0 -1
  2395. package/lib/module/vendor/shiki/themes/aurora-x.d.js +0 -2
  2396. package/lib/module/vendor/shiki/themes/aurora-x.d.js.map +0 -1
  2397. package/lib/module/vendor/shiki/themes/aurora-x.js +0 -4
  2398. package/lib/module/vendor/shiki/themes/aurora-x.js.map +0 -1
  2399. package/lib/module/vendor/shiki/themes/ayu-dark.d.js +0 -2
  2400. package/lib/module/vendor/shiki/themes/ayu-dark.d.js.map +0 -1
  2401. package/lib/module/vendor/shiki/themes/ayu-dark.js +0 -4
  2402. package/lib/module/vendor/shiki/themes/ayu-dark.js.map +0 -1
  2403. package/lib/module/vendor/shiki/themes/catppuccin-frappe.d.js +0 -2
  2404. package/lib/module/vendor/shiki/themes/catppuccin-frappe.d.js.map +0 -1
  2405. package/lib/module/vendor/shiki/themes/catppuccin-frappe.js +0 -4
  2406. package/lib/module/vendor/shiki/themes/catppuccin-frappe.js.map +0 -1
  2407. package/lib/module/vendor/shiki/themes/catppuccin-latte.d.js +0 -2
  2408. package/lib/module/vendor/shiki/themes/catppuccin-latte.d.js.map +0 -1
  2409. package/lib/module/vendor/shiki/themes/catppuccin-latte.js +0 -4
  2410. package/lib/module/vendor/shiki/themes/catppuccin-latte.js.map +0 -1
  2411. package/lib/module/vendor/shiki/themes/catppuccin-macchiato.d.js +0 -2
  2412. package/lib/module/vendor/shiki/themes/catppuccin-macchiato.d.js.map +0 -1
  2413. package/lib/module/vendor/shiki/themes/catppuccin-macchiato.js +0 -4
  2414. package/lib/module/vendor/shiki/themes/catppuccin-macchiato.js.map +0 -1
  2415. package/lib/module/vendor/shiki/themes/catppuccin-mocha.d.js +0 -2
  2416. package/lib/module/vendor/shiki/themes/catppuccin-mocha.d.js.map +0 -1
  2417. package/lib/module/vendor/shiki/themes/catppuccin-mocha.js +0 -4
  2418. package/lib/module/vendor/shiki/themes/catppuccin-mocha.js.map +0 -1
  2419. package/lib/module/vendor/shiki/themes/dark-plus.d.js +0 -2
  2420. package/lib/module/vendor/shiki/themes/dark-plus.d.js.map +0 -1
  2421. package/lib/module/vendor/shiki/themes/dark-plus.js +0 -4
  2422. package/lib/module/vendor/shiki/themes/dark-plus.js.map +0 -1
  2423. package/lib/module/vendor/shiki/themes/dracula-soft.d.js +0 -2
  2424. package/lib/module/vendor/shiki/themes/dracula-soft.d.js.map +0 -1
  2425. package/lib/module/vendor/shiki/themes/dracula-soft.js +0 -4
  2426. package/lib/module/vendor/shiki/themes/dracula-soft.js.map +0 -1
  2427. package/lib/module/vendor/shiki/themes/dracula.d.js +0 -2
  2428. package/lib/module/vendor/shiki/themes/dracula.d.js.map +0 -1
  2429. package/lib/module/vendor/shiki/themes/dracula.js +0 -4
  2430. package/lib/module/vendor/shiki/themes/dracula.js.map +0 -1
  2431. package/lib/module/vendor/shiki/themes/everforest-dark.d.js +0 -2
  2432. package/lib/module/vendor/shiki/themes/everforest-dark.d.js.map +0 -1
  2433. package/lib/module/vendor/shiki/themes/everforest-dark.js +0 -4
  2434. package/lib/module/vendor/shiki/themes/everforest-dark.js.map +0 -1
  2435. package/lib/module/vendor/shiki/themes/everforest-light.d.js +0 -2
  2436. package/lib/module/vendor/shiki/themes/everforest-light.d.js.map +0 -1
  2437. package/lib/module/vendor/shiki/themes/everforest-light.js +0 -4
  2438. package/lib/module/vendor/shiki/themes/everforest-light.js.map +0 -1
  2439. package/lib/module/vendor/shiki/themes/github-dark-default.d.js +0 -2
  2440. package/lib/module/vendor/shiki/themes/github-dark-default.d.js.map +0 -1
  2441. package/lib/module/vendor/shiki/themes/github-dark-default.js +0 -4
  2442. package/lib/module/vendor/shiki/themes/github-dark-default.js.map +0 -1
  2443. package/lib/module/vendor/shiki/themes/github-dark-dimmed.d.js +0 -2
  2444. package/lib/module/vendor/shiki/themes/github-dark-dimmed.d.js.map +0 -1
  2445. package/lib/module/vendor/shiki/themes/github-dark-dimmed.js +0 -4
  2446. package/lib/module/vendor/shiki/themes/github-dark-dimmed.js.map +0 -1
  2447. package/lib/module/vendor/shiki/themes/github-dark-high-contrast.d.js +0 -2
  2448. package/lib/module/vendor/shiki/themes/github-dark-high-contrast.d.js.map +0 -1
  2449. package/lib/module/vendor/shiki/themes/github-dark-high-contrast.js +0 -4
  2450. package/lib/module/vendor/shiki/themes/github-dark-high-contrast.js.map +0 -1
  2451. package/lib/module/vendor/shiki/themes/github-dark.d.js +0 -2
  2452. package/lib/module/vendor/shiki/themes/github-dark.d.js.map +0 -1
  2453. package/lib/module/vendor/shiki/themes/github-dark.js +0 -4
  2454. package/lib/module/vendor/shiki/themes/github-dark.js.map +0 -1
  2455. package/lib/module/vendor/shiki/themes/github-light-default.d.js +0 -2
  2456. package/lib/module/vendor/shiki/themes/github-light-default.d.js.map +0 -1
  2457. package/lib/module/vendor/shiki/themes/github-light-default.js +0 -4
  2458. package/lib/module/vendor/shiki/themes/github-light-default.js.map +0 -1
  2459. package/lib/module/vendor/shiki/themes/github-light-high-contrast.d.js +0 -2
  2460. package/lib/module/vendor/shiki/themes/github-light-high-contrast.d.js.map +0 -1
  2461. package/lib/module/vendor/shiki/themes/github-light-high-contrast.js +0 -4
  2462. package/lib/module/vendor/shiki/themes/github-light-high-contrast.js.map +0 -1
  2463. package/lib/module/vendor/shiki/themes/github-light.d.js +0 -2
  2464. package/lib/module/vendor/shiki/themes/github-light.d.js.map +0 -1
  2465. package/lib/module/vendor/shiki/themes/github-light.js +0 -4
  2466. package/lib/module/vendor/shiki/themes/github-light.js.map +0 -1
  2467. package/lib/module/vendor/shiki/themes/houston.d.js +0 -2
  2468. package/lib/module/vendor/shiki/themes/houston.d.js.map +0 -1
  2469. package/lib/module/vendor/shiki/themes/houston.js +0 -4
  2470. package/lib/module/vendor/shiki/themes/houston.js.map +0 -1
  2471. package/lib/module/vendor/shiki/themes/kanagawa-dragon.d.js +0 -2
  2472. package/lib/module/vendor/shiki/themes/kanagawa-dragon.d.js.map +0 -1
  2473. package/lib/module/vendor/shiki/themes/kanagawa-dragon.js +0 -4
  2474. package/lib/module/vendor/shiki/themes/kanagawa-dragon.js.map +0 -1
  2475. package/lib/module/vendor/shiki/themes/kanagawa-lotus.d.js +0 -2
  2476. package/lib/module/vendor/shiki/themes/kanagawa-lotus.d.js.map +0 -1
  2477. package/lib/module/vendor/shiki/themes/kanagawa-lotus.js +0 -4
  2478. package/lib/module/vendor/shiki/themes/kanagawa-lotus.js.map +0 -1
  2479. package/lib/module/vendor/shiki/themes/kanagawa-wave.d.js +0 -2
  2480. package/lib/module/vendor/shiki/themes/kanagawa-wave.d.js.map +0 -1
  2481. package/lib/module/vendor/shiki/themes/kanagawa-wave.js +0 -4
  2482. package/lib/module/vendor/shiki/themes/kanagawa-wave.js.map +0 -1
  2483. package/lib/module/vendor/shiki/themes/laserwave.d.js +0 -2
  2484. package/lib/module/vendor/shiki/themes/laserwave.d.js.map +0 -1
  2485. package/lib/module/vendor/shiki/themes/laserwave.js +0 -4
  2486. package/lib/module/vendor/shiki/themes/laserwave.js.map +0 -1
  2487. package/lib/module/vendor/shiki/themes/light-plus.d.js +0 -2
  2488. package/lib/module/vendor/shiki/themes/light-plus.d.js.map +0 -1
  2489. package/lib/module/vendor/shiki/themes/light-plus.js +0 -4
  2490. package/lib/module/vendor/shiki/themes/light-plus.js.map +0 -1
  2491. package/lib/module/vendor/shiki/themes/material-theme-darker.d.js +0 -2
  2492. package/lib/module/vendor/shiki/themes/material-theme-darker.d.js.map +0 -1
  2493. package/lib/module/vendor/shiki/themes/material-theme-darker.js +0 -4
  2494. package/lib/module/vendor/shiki/themes/material-theme-darker.js.map +0 -1
  2495. package/lib/module/vendor/shiki/themes/material-theme-lighter.d.js +0 -2
  2496. package/lib/module/vendor/shiki/themes/material-theme-lighter.d.js.map +0 -1
  2497. package/lib/module/vendor/shiki/themes/material-theme-lighter.js +0 -4
  2498. package/lib/module/vendor/shiki/themes/material-theme-lighter.js.map +0 -1
  2499. package/lib/module/vendor/shiki/themes/material-theme-ocean.d.js +0 -2
  2500. package/lib/module/vendor/shiki/themes/material-theme-ocean.d.js.map +0 -1
  2501. package/lib/module/vendor/shiki/themes/material-theme-ocean.js +0 -4
  2502. package/lib/module/vendor/shiki/themes/material-theme-ocean.js.map +0 -1
  2503. package/lib/module/vendor/shiki/themes/material-theme-palenight.d.js +0 -2
  2504. package/lib/module/vendor/shiki/themes/material-theme-palenight.d.js.map +0 -1
  2505. package/lib/module/vendor/shiki/themes/material-theme-palenight.js +0 -4
  2506. package/lib/module/vendor/shiki/themes/material-theme-palenight.js.map +0 -1
  2507. package/lib/module/vendor/shiki/themes/material-theme.d.js +0 -2
  2508. package/lib/module/vendor/shiki/themes/material-theme.d.js.map +0 -1
  2509. package/lib/module/vendor/shiki/themes/material-theme.js +0 -4
  2510. package/lib/module/vendor/shiki/themes/material-theme.js.map +0 -1
  2511. package/lib/module/vendor/shiki/themes/min-dark.d.js +0 -2
  2512. package/lib/module/vendor/shiki/themes/min-dark.d.js.map +0 -1
  2513. package/lib/module/vendor/shiki/themes/min-dark.js +0 -4
  2514. package/lib/module/vendor/shiki/themes/min-dark.js.map +0 -1
  2515. package/lib/module/vendor/shiki/themes/min-light.d.js +0 -2
  2516. package/lib/module/vendor/shiki/themes/min-light.d.js.map +0 -1
  2517. package/lib/module/vendor/shiki/themes/min-light.js +0 -4
  2518. package/lib/module/vendor/shiki/themes/min-light.js.map +0 -1
  2519. package/lib/module/vendor/shiki/themes/monokai.d.js +0 -2
  2520. package/lib/module/vendor/shiki/themes/monokai.d.js.map +0 -1
  2521. package/lib/module/vendor/shiki/themes/monokai.js +0 -4
  2522. package/lib/module/vendor/shiki/themes/monokai.js.map +0 -1
  2523. package/lib/module/vendor/shiki/themes/night-owl.d.js +0 -2
  2524. package/lib/module/vendor/shiki/themes/night-owl.d.js.map +0 -1
  2525. package/lib/module/vendor/shiki/themes/night-owl.js +0 -4
  2526. package/lib/module/vendor/shiki/themes/night-owl.js.map +0 -1
  2527. package/lib/module/vendor/shiki/themes/nord.d.js +0 -2
  2528. package/lib/module/vendor/shiki/themes/nord.d.js.map +0 -1
  2529. package/lib/module/vendor/shiki/themes/nord.js +0 -4
  2530. package/lib/module/vendor/shiki/themes/nord.js.map +0 -1
  2531. package/lib/module/vendor/shiki/themes/one-dark-pro.d.js +0 -2
  2532. package/lib/module/vendor/shiki/themes/one-dark-pro.d.js.map +0 -1
  2533. package/lib/module/vendor/shiki/themes/one-dark-pro.js +0 -4
  2534. package/lib/module/vendor/shiki/themes/one-dark-pro.js.map +0 -1
  2535. package/lib/module/vendor/shiki/themes/one-light.d.js +0 -2
  2536. package/lib/module/vendor/shiki/themes/one-light.d.js.map +0 -1
  2537. package/lib/module/vendor/shiki/themes/one-light.js +0 -4
  2538. package/lib/module/vendor/shiki/themes/one-light.js.map +0 -1
  2539. package/lib/module/vendor/shiki/themes/plastic.d.js +0 -2
  2540. package/lib/module/vendor/shiki/themes/plastic.d.js.map +0 -1
  2541. package/lib/module/vendor/shiki/themes/plastic.js +0 -4
  2542. package/lib/module/vendor/shiki/themes/plastic.js.map +0 -1
  2543. package/lib/module/vendor/shiki/themes/poimandres.d.js +0 -2
  2544. package/lib/module/vendor/shiki/themes/poimandres.d.js.map +0 -1
  2545. package/lib/module/vendor/shiki/themes/poimandres.js +0 -4
  2546. package/lib/module/vendor/shiki/themes/poimandres.js.map +0 -1
  2547. package/lib/module/vendor/shiki/themes/red.d.js +0 -2
  2548. package/lib/module/vendor/shiki/themes/red.d.js.map +0 -1
  2549. package/lib/module/vendor/shiki/themes/red.js +0 -4
  2550. package/lib/module/vendor/shiki/themes/red.js.map +0 -1
  2551. package/lib/module/vendor/shiki/themes/rose-pine-dawn.d.js +0 -2
  2552. package/lib/module/vendor/shiki/themes/rose-pine-dawn.d.js.map +0 -1
  2553. package/lib/module/vendor/shiki/themes/rose-pine-dawn.js +0 -4
  2554. package/lib/module/vendor/shiki/themes/rose-pine-dawn.js.map +0 -1
  2555. package/lib/module/vendor/shiki/themes/rose-pine-moon.d.js +0 -2
  2556. package/lib/module/vendor/shiki/themes/rose-pine-moon.d.js.map +0 -1
  2557. package/lib/module/vendor/shiki/themes/rose-pine-moon.js +0 -4
  2558. package/lib/module/vendor/shiki/themes/rose-pine-moon.js.map +0 -1
  2559. package/lib/module/vendor/shiki/themes/rose-pine.d.js +0 -2
  2560. package/lib/module/vendor/shiki/themes/rose-pine.d.js.map +0 -1
  2561. package/lib/module/vendor/shiki/themes/rose-pine.js +0 -4
  2562. package/lib/module/vendor/shiki/themes/rose-pine.js.map +0 -1
  2563. package/lib/module/vendor/shiki/themes/slack-dark.d.js +0 -2
  2564. package/lib/module/vendor/shiki/themes/slack-dark.d.js.map +0 -1
  2565. package/lib/module/vendor/shiki/themes/slack-dark.js +0 -4
  2566. package/lib/module/vendor/shiki/themes/slack-dark.js.map +0 -1
  2567. package/lib/module/vendor/shiki/themes/slack-ochin.d.js +0 -2
  2568. package/lib/module/vendor/shiki/themes/slack-ochin.d.js.map +0 -1
  2569. package/lib/module/vendor/shiki/themes/slack-ochin.js +0 -4
  2570. package/lib/module/vendor/shiki/themes/slack-ochin.js.map +0 -1
  2571. package/lib/module/vendor/shiki/themes/snazzy-light.d.js +0 -2
  2572. package/lib/module/vendor/shiki/themes/snazzy-light.d.js.map +0 -1
  2573. package/lib/module/vendor/shiki/themes/snazzy-light.js +0 -4
  2574. package/lib/module/vendor/shiki/themes/snazzy-light.js.map +0 -1
  2575. package/lib/module/vendor/shiki/themes/solarized-dark.d.js +0 -2
  2576. package/lib/module/vendor/shiki/themes/solarized-dark.d.js.map +0 -1
  2577. package/lib/module/vendor/shiki/themes/solarized-dark.js +0 -4
  2578. package/lib/module/vendor/shiki/themes/solarized-dark.js.map +0 -1
  2579. package/lib/module/vendor/shiki/themes/solarized-light.d.js +0 -2
  2580. package/lib/module/vendor/shiki/themes/solarized-light.d.js.map +0 -1
  2581. package/lib/module/vendor/shiki/themes/solarized-light.js +0 -4
  2582. package/lib/module/vendor/shiki/themes/solarized-light.js.map +0 -1
  2583. package/lib/module/vendor/shiki/themes/synthwave-84.d.js +0 -2
  2584. package/lib/module/vendor/shiki/themes/synthwave-84.d.js.map +0 -1
  2585. package/lib/module/vendor/shiki/themes/synthwave-84.js +0 -29
  2586. package/lib/module/vendor/shiki/themes/synthwave-84.js.map +0 -1
  2587. package/lib/module/vendor/shiki/themes/tokyo-night.d.js +0 -2
  2588. package/lib/module/vendor/shiki/themes/tokyo-night.d.js.map +0 -1
  2589. package/lib/module/vendor/shiki/themes/tokyo-night.js +0 -4
  2590. package/lib/module/vendor/shiki/themes/tokyo-night.js.map +0 -1
  2591. package/lib/module/vendor/shiki/themes/vesper.d.js +0 -2
  2592. package/lib/module/vendor/shiki/themes/vesper.d.js.map +0 -1
  2593. package/lib/module/vendor/shiki/themes/vesper.js +0 -4
  2594. package/lib/module/vendor/shiki/themes/vesper.js.map +0 -1
  2595. package/lib/module/vendor/shiki/themes/vitesse-black.d.js +0 -2
  2596. package/lib/module/vendor/shiki/themes/vitesse-black.d.js.map +0 -1
  2597. package/lib/module/vendor/shiki/themes/vitesse-black.js +0 -4
  2598. package/lib/module/vendor/shiki/themes/vitesse-black.js.map +0 -1
  2599. package/lib/module/vendor/shiki/themes/vitesse-dark.d.js +0 -2
  2600. package/lib/module/vendor/shiki/themes/vitesse-dark.d.js.map +0 -1
  2601. package/lib/module/vendor/shiki/themes/vitesse-dark.js +0 -4
  2602. package/lib/module/vendor/shiki/themes/vitesse-dark.js.map +0 -1
  2603. package/lib/module/vendor/shiki/themes/vitesse-light.d.js +0 -2
  2604. package/lib/module/vendor/shiki/themes/vitesse-light.d.js.map +0 -1
  2605. package/lib/module/vendor/shiki/themes/vitesse-light.js +0 -4
  2606. package/lib/module/vendor/shiki/themes/vitesse-light.js.map +0 -1
  2607. package/src/vendor/shiki/index.d.ts +0 -7
  2608. package/src/vendor/shiki/index.js +0 -8
@@ -1,4 +1,1553 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = { "colors": { "activityBar.activeBackground": "#00000000", "activityBar.activeBorder": "#00000000", "activityBar.activeFocusBorder": "#00000000", "activityBar.background": "#181926", "activityBar.border": "#00000000", "activityBar.dropBorder": "#c6a0f633", "activityBar.foreground": "#c6a0f6", "activityBar.inactiveForeground": "#6e738d", "activityBarBadge.background": "#c6a0f6", "activityBarBadge.foreground": "#181926", "activityBarTop.activeBorder": "#00000000", "activityBarTop.dropBorder": "#c6a0f633", "activityBarTop.foreground": "#c6a0f6", "activityBarTop.inactiveForeground": "#6e738d", "badge.background": "#494d64", "badge.foreground": "#cad3f5", "banner.background": "#494d64", "banner.foreground": "#cad3f5", "banner.iconForeground": "#cad3f5", "breadcrumb.activeSelectionForeground": "#c6a0f6", "breadcrumb.background": "#24273a", "breadcrumb.focusForeground": "#c6a0f6", "breadcrumb.foreground": "#cad3f5cc", "breadcrumbPicker.background": "#1e2030", "button.background": "#c6a0f6", "button.border": "#00000000", "button.foreground": "#181926", "button.hoverBackground": "#dac1f9", "button.secondaryBackground": "#5b6078", "button.secondaryBorder": "#c6a0f6", "button.secondaryForeground": "#cad3f5", "button.secondaryHoverBackground": "#6a708c", "button.separator": "#00000000", "charts.blue": "#8aadf4", "charts.foreground": "#cad3f5", "charts.green": "#a6da95", "charts.lines": "#b8c0e0", "charts.orange": "#f5a97f", "charts.purple": "#c6a0f6", "charts.red": "#ed8796", "charts.yellow": "#eed49f", "checkbox.background": "#494d64", "checkbox.border": "#00000000", "checkbox.foreground": "#c6a0f6", "commandCenter.activeBackground": "#5b607833", "commandCenter.activeBorder": "#c6a0f6", "commandCenter.activeForeground": "#c6a0f6", "commandCenter.background": "#1e2030", "commandCenter.border": "#00000000", "commandCenter.foreground": "#b8c0e0", "commandCenter.inactiveBorder": "#00000000", "commandCenter.inactiveForeground": "#b8c0e0", "debugConsole.errorForeground": "#ed8796", "debugConsole.infoForeground": "#8aadf4", "debugConsole.sourceForeground": "#f4dbd6", "debugConsole.warningForeground": "#f5a97f", "debugConsoleInputIcon.foreground": "#cad3f5", "debugExceptionWidget.background": "#181926", "debugExceptionWidget.border": "#c6a0f6", "debugIcon.breakpointCurrentStackframeForeground": "#5b6078", "debugIcon.breakpointDisabledForeground": "#ed879699", "debugIcon.breakpointForeground": "#ed8796", "debugIcon.breakpointStackframeForeground": "#5b6078", "debugIcon.breakpointUnverifiedForeground": "#a47487", "debugIcon.continueForeground": "#a6da95", "debugIcon.disconnectForeground": "#5b6078", "debugIcon.pauseForeground": "#8aadf4", "debugIcon.restartForeground": "#8bd5ca", "debugIcon.startForeground": "#a6da95", "debugIcon.stepBackForeground": "#5b6078", "debugIcon.stepIntoForeground": "#cad3f5", "debugIcon.stepOutForeground": "#cad3f5", "debugIcon.stepOverForeground": "#c6a0f6", "debugIcon.stopForeground": "#ed8796", "debugTokenExpression.boolean": "#c6a0f6", "debugTokenExpression.error": "#ed8796", "debugTokenExpression.number": "#f5a97f", "debugTokenExpression.string": "#a6da95", "debugToolBar.background": "#181926", "debugToolBar.border": "#00000000", "descriptionForeground": "#cad3f5", "diffEditor.border": "#5b6078", "diffEditor.diagonalFill": "#5b607899", "diffEditor.insertedLineBackground": "#a6da9526", "diffEditor.insertedTextBackground": "#a6da951a", "diffEditor.removedLineBackground": "#ed879626", "diffEditor.removedTextBackground": "#ed87961a", "diffEditorOverview.insertedForeground": "#a6da95cc", "diffEditorOverview.removedForeground": "#ed8796cc", "disabledForeground": "#a5adcb", "dropdown.background": "#1e2030", "dropdown.border": "#c6a0f6", "dropdown.foreground": "#cad3f5", "dropdown.listBackground": "#5b6078", "editor.background": "#24273a", "editor.findMatchBackground": "#604456", "editor.findMatchBorder": "#ed879633", "editor.findMatchHighlightBackground": "#455c6d", "editor.findMatchHighlightBorder": "#91d7e333", "editor.findRangeHighlightBackground": "#455c6d", "editor.findRangeHighlightBorder": "#91d7e333", "editor.focusedStackFrameHighlightBackground": "#a6da9526", "editor.foldBackground": "#91d7e340", "editor.foreground": "#cad3f5", "editor.hoverHighlightBackground": "#91d7e340", "editor.lineHighlightBackground": "#cad3f512", "editor.lineHighlightBorder": "#00000000", "editor.rangeHighlightBackground": "#91d7e340", "editor.rangeHighlightBorder": "#00000000", "editor.selectionBackground": "#939ab740", "editor.selectionHighlightBackground": "#939ab733", "editor.selectionHighlightBorder": "#939ab733", "editor.stackFrameHighlightBackground": "#eed49f26", "editor.wordHighlightBackground": "#939ab733", "editorBracketHighlight.foreground1": "#ed8796", "editorBracketHighlight.foreground2": "#f5a97f", "editorBracketHighlight.foreground3": "#eed49f", "editorBracketHighlight.foreground4": "#a6da95", "editorBracketHighlight.foreground5": "#7dc4e4", "editorBracketHighlight.foreground6": "#c6a0f6", "editorBracketHighlight.unexpectedBracket.foreground": "#ee99a0", "editorBracketMatch.background": "#939ab71a", "editorBracketMatch.border": "#939ab7", "editorCodeLens.foreground": "#8087a2", "editorCursor.background": "#24273a", "editorCursor.foreground": "#f4dbd6", "editorError.background": "#00000000", "editorError.border": "#00000000", "editorError.foreground": "#ed8796", "editorGroup.border": "#5b6078", "editorGroup.dropBackground": "#c6a0f633", "editorGroup.emptyBackground": "#24273a", "editorGroupHeader.tabsBackground": "#181926", "editorGutter.addedBackground": "#a6da95", "editorGutter.background": "#24273a", "editorGutter.commentGlyphForeground": "#c6a0f6", "editorGutter.commentRangeForeground": "#363a4f", "editorGutter.deletedBackground": "#ed8796", "editorGutter.foldingControlForeground": "#939ab7", "editorGutter.modifiedBackground": "#eed49f", "editorHoverWidget.background": "#1e2030", "editorHoverWidget.border": "#5b6078", "editorHoverWidget.foreground": "#cad3f5", "editorIndentGuide.activeBackground": "#5b6078", "editorIndentGuide.background": "#494d64", "editorInfo.background": "#00000000", "editorInfo.border": "#00000000", "editorInfo.foreground": "#8aadf4", "editorInlayHint.background": "#1e2030bf", "editorInlayHint.foreground": "#5b6078", "editorInlayHint.parameterBackground": "#1e2030bf", "editorInlayHint.parameterForeground": "#a5adcb", "editorInlayHint.typeBackground": "#1e2030bf", "editorInlayHint.typeForeground": "#b8c0e0", "editorLightBulb.foreground": "#eed49f", "editorLineNumber.activeForeground": "#c6a0f6", "editorLineNumber.foreground": "#8087a2", "editorLink.activeForeground": "#c6a0f6", "editorMarkerNavigation.background": "#1e2030", "editorMarkerNavigationError.background": "#ed8796", "editorMarkerNavigationInfo.background": "#8aadf4", "editorMarkerNavigationWarning.background": "#f5a97f", "editorOverviewRuler.background": "#1e2030", "editorOverviewRuler.border": "#cad3f512", "editorOverviewRuler.modifiedForeground": "#eed49f", "editorRuler.foreground": "#5b6078", "editorStickyScrollHover.background": "#363a4f", "editorSuggestWidget.background": "#1e2030", "editorSuggestWidget.border": "#5b6078", "editorSuggestWidget.foreground": "#cad3f5", "editorSuggestWidget.highlightForeground": "#c6a0f6", "editorSuggestWidget.selectedBackground": "#363a4f", "editorWarning.background": "#00000000", "editorWarning.border": "#00000000", "editorWarning.foreground": "#f5a97f", "editorWhitespace.foreground": "#939ab766", "editorWidget.background": "#1e2030", "editorWidget.foreground": "#cad3f5", "editorWidget.resizeBorder": "#5b6078", "errorForeground": "#ed8796", "errorLens.errorBackground": "#ed879626", "errorLens.errorBackgroundLight": "#ed879626", "errorLens.errorForeground": "#ed8796", "errorLens.errorForegroundLight": "#ed8796", "errorLens.errorMessageBackground": "#ed879626", "errorLens.hintBackground": "#a6da9526", "errorLens.hintBackgroundLight": "#a6da9526", "errorLens.hintForeground": "#a6da95", "errorLens.hintForegroundLight": "#a6da95", "errorLens.hintMessageBackground": "#a6da9526", "errorLens.infoBackground": "#8aadf426", "errorLens.infoBackgroundLight": "#8aadf426", "errorLens.infoForeground": "#8aadf4", "errorLens.infoForegroundLight": "#8aadf4", "errorLens.infoMessageBackground": "#8aadf426", "errorLens.statusBarErrorForeground": "#ed8796", "errorLens.statusBarHintForeground": "#a6da95", "errorLens.statusBarIconErrorForeground": "#ed8796", "errorLens.statusBarIconWarningForeground": "#f5a97f", "errorLens.statusBarInfoForeground": "#8aadf4", "errorLens.statusBarWarningForeground": "#f5a97f", "errorLens.warningBackground": "#f5a97f26", "errorLens.warningBackgroundLight": "#f5a97f26", "errorLens.warningForeground": "#f5a97f", "errorLens.warningForegroundLight": "#f5a97f", "errorLens.warningMessageBackground": "#f5a97f26", "extensionBadge.remoteBackground": "#8aadf4", "extensionBadge.remoteForeground": "#181926", "extensionButton.prominentBackground": "#c6a0f6", "extensionButton.prominentForeground": "#181926", "extensionButton.prominentHoverBackground": "#dac1f9", "extensionButton.separator": "#24273a", "extensionIcon.preReleaseForeground": "#5b6078", "extensionIcon.sponsorForeground": "#f5bde6", "extensionIcon.starForeground": "#eed49f", "extensionIcon.verifiedForeground": "#a6da95", "focusBorder": "#c6a0f6", "foreground": "#cad3f5", "gitDecoration.addedResourceForeground": "#a6da95", "gitDecoration.conflictingResourceForeground": "#c6a0f6", "gitDecoration.deletedResourceForeground": "#ed8796", "gitDecoration.ignoredResourceForeground": "#6e738d", "gitDecoration.modifiedResourceForeground": "#eed49f", "gitDecoration.stageDeletedResourceForeground": "#ed8796", "gitDecoration.stageModifiedResourceForeground": "#eed49f", "gitDecoration.submoduleResourceForeground": "#8aadf4", "gitDecoration.untrackedResourceForeground": "#a6da95", "gitlens.closedAutolinkedIssueIconColor": "#c6a0f6", "gitlens.closedPullRequestIconColor": "#ed8796", "gitlens.decorations.branchAheadForegroundColor": "#a6da95", "gitlens.decorations.branchBehindForegroundColor": "#f5a97f", "gitlens.decorations.branchDivergedForegroundColor": "#eed49f", "gitlens.decorations.branchMissingUpstreamForegroundColor": "#f5a97f", "gitlens.decorations.branchUnpublishedForegroundColor": "#a6da95", "gitlens.decorations.statusMergingOrRebasingConflictForegroundColor": "#ee99a0", "gitlens.decorations.statusMergingOrRebasingForegroundColor": "#eed49f", "gitlens.decorations.workspaceCurrentForegroundColor": "#c6a0f6", "gitlens.decorations.workspaceRepoMissingForegroundColor": "#a5adcb", "gitlens.decorations.workspaceRepoOpenForegroundColor": "#c6a0f6", "gitlens.decorations.worktreeHasUncommittedChangesForegroundColor": "#f5a97f", "gitlens.decorations.worktreeMissingForegroundColor": "#ee99a0", "gitlens.graphChangesColumnAddedColor": "#a6da95", "gitlens.graphChangesColumnDeletedColor": "#ed8796", "gitlens.graphLane10Color": "#f5bde6", "gitlens.graphLane1Color": "#c6a0f6", "gitlens.graphLane2Color": "#eed49f", "gitlens.graphLane3Color": "#8aadf4", "gitlens.graphLane4Color": "#f0c6c6", "gitlens.graphLane5Color": "#a6da95", "gitlens.graphLane6Color": "#b7bdf8", "gitlens.graphLane7Color": "#f4dbd6", "gitlens.graphLane8Color": "#ed8796", "gitlens.graphLane9Color": "#8bd5ca", "gitlens.graphMinimapMarkerHeadColor": "#a6da95", "gitlens.graphMinimapMarkerHighlightsColor": "#eed49f", "gitlens.graphMinimapMarkerLocalBranchesColor": "#8aadf4", "gitlens.graphMinimapMarkerRemoteBranchesColor": "#739df2", "gitlens.graphMinimapMarkerStashesColor": "#c6a0f6", "gitlens.graphMinimapMarkerTagsColor": "#f0c6c6", "gitlens.graphMinimapMarkerUpstreamColor": "#96d382", "gitlens.graphScrollMarkerHeadColor": "#a6da95", "gitlens.graphScrollMarkerHighlightsColor": "#eed49f", "gitlens.graphScrollMarkerLocalBranchesColor": "#8aadf4", "gitlens.graphScrollMarkerRemoteBranchesColor": "#739df2", "gitlens.graphScrollMarkerStashesColor": "#c6a0f6", "gitlens.graphScrollMarkerTagsColor": "#f0c6c6", "gitlens.graphScrollMarkerUpstreamColor": "#96d382", "gitlens.gutterBackgroundColor": "#363a4f4d", "gitlens.gutterForegroundColor": "#cad3f5", "gitlens.gutterUncommittedForegroundColor": "#c6a0f6", "gitlens.lineHighlightBackgroundColor": "#c6a0f626", "gitlens.lineHighlightOverviewRulerColor": "#c6a0f6cc", "gitlens.mergedPullRequestIconColor": "#c6a0f6", "gitlens.openAutolinkedIssueIconColor": "#a6da95", "gitlens.openPullRequestIconColor": "#a6da95", "gitlens.trailingLineBackgroundColor": "#00000000", "gitlens.trailingLineForegroundColor": "#cad3f54d", "gitlens.unpublishedChangesIconColor": "#a6da95", "gitlens.unpublishedCommitIconColor": "#a6da95", "gitlens.unpulledChangesIconColor": "#f5a97f", "icon.foreground": "#c6a0f6", "input.background": "#363a4f", "input.border": "#00000000", "input.foreground": "#cad3f5", "input.placeholderForeground": "#cad3f573", "inputOption.activeBackground": "#5b6078", "inputOption.activeBorder": "#c6a0f6", "inputOption.activeForeground": "#cad3f5", "inputValidation.errorBackground": "#ed8796", "inputValidation.errorBorder": "#18192633", "inputValidation.errorForeground": "#181926", "inputValidation.infoBackground": "#8aadf4", "inputValidation.infoBorder": "#18192633", "inputValidation.infoForeground": "#181926", "inputValidation.warningBackground": "#f5a97f", "inputValidation.warningBorder": "#18192633", "inputValidation.warningForeground": "#181926", "issues.closed": "#c6a0f6", "issues.newIssueDecoration": "#f4dbd6", "issues.open": "#a6da95", "list.activeSelectionBackground": "#363a4f", "list.activeSelectionForeground": "#cad3f5", "list.dropBackground": "#c6a0f633", "list.focusAndSelectionBackground": "#494d64", "list.focusBackground": "#363a4f", "list.focusForeground": "#cad3f5", "list.focusOutline": "#00000000", "list.highlightForeground": "#c6a0f6", "list.hoverBackground": "#363a4f80", "list.hoverForeground": "#cad3f5", "list.inactiveSelectionBackground": "#363a4f", "list.inactiveSelectionForeground": "#cad3f5", "list.warningForeground": "#f5a97f", "listFilterWidget.background": "#494d64", "listFilterWidget.noMatchesOutline": "#ed8796", "listFilterWidget.outline": "#00000000", "menu.background": "#24273a", "menu.border": "#24273a80", "menu.foreground": "#cad3f5", "menu.selectionBackground": "#5b6078", "menu.selectionBorder": "#00000000", "menu.selectionForeground": "#cad3f5", "menu.separatorBackground": "#5b6078", "menubar.selectionBackground": "#494d64", "menubar.selectionForeground": "#cad3f5", "merge.commonContentBackground": "#494d64", "merge.commonHeaderBackground": "#5b6078", "merge.currentContentBackground": "#a6da9533", "merge.currentHeaderBackground": "#a6da9566", "merge.incomingContentBackground": "#8aadf433", "merge.incomingHeaderBackground": "#8aadf466", "minimap.background": "#1e203080", "minimap.errorHighlight": "#ed8796bf", "minimap.findMatchHighlight": "#91d7e34d", "minimap.selectionHighlight": "#5b6078bf", "minimap.selectionOccurrenceHighlight": "#5b6078bf", "minimap.warningHighlight": "#f5a97fbf", "minimapGutter.addedBackground": "#a6da95bf", "minimapGutter.deletedBackground": "#ed8796bf", "minimapGutter.modifiedBackground": "#eed49fbf", "minimapSlider.activeBackground": "#c6a0f699", "minimapSlider.background": "#c6a0f633", "minimapSlider.hoverBackground": "#c6a0f666", "notificationCenter.border": "#c6a0f6", "notificationCenterHeader.background": "#1e2030", "notificationCenterHeader.foreground": "#cad3f5", "notificationLink.foreground": "#8aadf4", "notificationToast.border": "#c6a0f6", "notifications.background": "#1e2030", "notifications.border": "#c6a0f6", "notifications.foreground": "#cad3f5", "notificationsErrorIcon.foreground": "#ed8796", "notificationsInfoIcon.foreground": "#8aadf4", "notificationsWarningIcon.foreground": "#f5a97f", "panel.background": "#24273a", "panel.border": "#5b6078", "panelSection.border": "#5b6078", "panelSection.dropBackground": "#c6a0f633", "panelTitle.activeBorder": "#c6a0f6", "panelTitle.activeForeground": "#cad3f5", "panelTitle.inactiveForeground": "#a5adcb", "peekView.border": "#c6a0f6", "peekViewEditor.background": "#1e2030", "peekViewEditor.matchHighlightBackground": "#91d7e34d", "peekViewEditor.matchHighlightBorder": "#00000000", "peekViewEditorGutter.background": "#1e2030", "peekViewResult.background": "#1e2030", "peekViewResult.fileForeground": "#cad3f5", "peekViewResult.lineForeground": "#cad3f5", "peekViewResult.matchHighlightBackground": "#91d7e34d", "peekViewResult.selectionBackground": "#363a4f", "peekViewResult.selectionForeground": "#cad3f5", "peekViewTitle.background": "#24273a", "peekViewTitleDescription.foreground": "#b8c0e0b3", "peekViewTitleLabel.foreground": "#cad3f5", "pickerGroup.border": "#c6a0f6", "pickerGroup.foreground": "#c6a0f6", "problemsErrorIcon.foreground": "#ed8796", "problemsInfoIcon.foreground": "#8aadf4", "problemsWarningIcon.foreground": "#f5a97f", "progressBar.background": "#c6a0f6", "pullRequests.closed": "#ed8796", "pullRequests.draft": "#939ab7", "pullRequests.merged": "#c6a0f6", "pullRequests.notification": "#cad3f5", "pullRequests.open": "#a6da95", "sash.hoverBorder": "#c6a0f6", "scrollbar.shadow": "#181926", "scrollbarSlider.activeBackground": "#363a4f66", "scrollbarSlider.background": "#5b607880", "scrollbarSlider.hoverBackground": "#6e738d", "selection.background": "#c6a0f666", "settings.dropdownBackground": "#494d64", "settings.dropdownListBorder": "#00000000", "settings.focusedRowBackground": "#5b607833", "settings.headerForeground": "#cad3f5", "settings.modifiedItemIndicator": "#c6a0f6", "settings.numberInputBackground": "#494d64", "settings.numberInputBorder": "#00000000", "settings.textInputBackground": "#494d64", "settings.textInputBorder": "#00000000", "sideBar.background": "#1e2030", "sideBar.border": "#00000000", "sideBar.dropBackground": "#c6a0f633", "sideBar.foreground": "#cad3f5", "sideBarSectionHeader.background": "#1e2030", "sideBarSectionHeader.foreground": "#cad3f5", "sideBarTitle.foreground": "#c6a0f6", "statusBar.background": "#181926", "statusBar.border": "#00000000", "statusBar.debuggingBackground": "#f5a97f", "statusBar.debuggingBorder": "#00000000", "statusBar.debuggingForeground": "#181926", "statusBar.foreground": "#cad3f5", "statusBar.noFolderBackground": "#181926", "statusBar.noFolderBorder": "#00000000", "statusBar.noFolderForeground": "#cad3f5", "statusBarItem.activeBackground": "#5b607866", "statusBarItem.errorBackground": "#00000000", "statusBarItem.errorForeground": "#ed8796", "statusBarItem.hoverBackground": "#5b607833", "statusBarItem.prominentBackground": "#00000000", "statusBarItem.prominentForeground": "#c6a0f6", "statusBarItem.prominentHoverBackground": "#5b607833", "statusBarItem.remoteBackground": "#8aadf4", "statusBarItem.remoteForeground": "#181926", "statusBarItem.warningBackground": "#00000000", "statusBarItem.warningForeground": "#f5a97f", "symbolIcon.arrayForeground": "#f5a97f", "symbolIcon.booleanForeground": "#c6a0f6", "symbolIcon.classForeground": "#eed49f", "symbolIcon.colorForeground": "#f5bde6", "symbolIcon.constantForeground": "#f5a97f", "symbolIcon.constructorForeground": "#b7bdf8", "symbolIcon.enumeratorForeground": "#eed49f", "symbolIcon.enumeratorMemberForeground": "#eed49f", "symbolIcon.eventForeground": "#f5bde6", "symbolIcon.fieldForeground": "#cad3f5", "symbolIcon.fileForeground": "#c6a0f6", "symbolIcon.folderForeground": "#c6a0f6", "symbolIcon.functionForeground": "#8aadf4", "symbolIcon.interfaceForeground": "#eed49f", "symbolIcon.keyForeground": "#8bd5ca", "symbolIcon.keywordForeground": "#c6a0f6", "symbolIcon.methodForeground": "#8aadf4", "symbolIcon.moduleForeground": "#cad3f5", "symbolIcon.namespaceForeground": "#eed49f", "symbolIcon.nullForeground": "#ee99a0", "symbolIcon.numberForeground": "#f5a97f", "symbolIcon.objectForeground": "#eed49f", "symbolIcon.operatorForeground": "#8bd5ca", "symbolIcon.packageForeground": "#f0c6c6", "symbolIcon.propertyForeground": "#ee99a0", "symbolIcon.referenceForeground": "#eed49f", "symbolIcon.snippetForeground": "#f0c6c6", "symbolIcon.stringForeground": "#a6da95", "symbolIcon.structForeground": "#8bd5ca", "symbolIcon.textForeground": "#cad3f5", "symbolIcon.typeParameterForeground": "#ee99a0", "symbolIcon.unitForeground": "#cad3f5", "symbolIcon.variableForeground": "#cad3f5", "tab.activeBackground": "#24273a", "tab.activeBorder": "#00000000", "tab.activeBorderTop": "#c6a0f6", "tab.activeForeground": "#c6a0f6", "tab.activeModifiedBorder": "#eed49f", "tab.border": "#1e2030", "tab.hoverBackground": "#2e324a", "tab.hoverBorder": "#00000000", "tab.hoverForeground": "#c6a0f6", "tab.inactiveBackground": "#1e2030", "tab.inactiveForeground": "#6e738d", "tab.inactiveModifiedBorder": "#eed49f4d", "tab.lastPinnedBorder": "#c6a0f6", "tab.unfocusedActiveBackground": "#1e2030", "tab.unfocusedActiveBorder": "#00000000", "tab.unfocusedActiveBorderTop": "#c6a0f64d", "tab.unfocusedInactiveBackground": "#141620", "table.headerBackground": "#363a4f", "table.headerForeground": "#cad3f5", "terminal.ansiBlack": "#a5adcb", "terminal.ansiBlue": "#8aadf4", "terminal.ansiBrightBlack": "#5b6078", "terminal.ansiBrightBlue": "#8aadf4", "terminal.ansiBrightCyan": "#91d7e3", "terminal.ansiBrightGreen": "#a6da95", "terminal.ansiBrightMagenta": "#f5bde6", "terminal.ansiBrightRed": "#ed8796", "terminal.ansiBrightWhite": "#494d64", "terminal.ansiBrightYellow": "#eed49f", "terminal.ansiCyan": "#91d7e3", "terminal.ansiGreen": "#a6da95", "terminal.ansiMagenta": "#f5bde6", "terminal.ansiRed": "#ed8796", "terminal.ansiWhite": "#b8c0e0", "terminal.ansiYellow": "#eed49f", "terminal.border": "#5b6078", "terminal.dropBackground": "#c6a0f633", "terminal.foreground": "#cad3f5", "terminal.inactiveSelectionBackground": "#5b607880", "terminal.selectionBackground": "#5b6078", "terminal.tab.activeBorder": "#c6a0f6", "terminalCommandDecoration.defaultBackground": "#5b6078", "terminalCommandDecoration.errorBackground": "#ed8796", "terminalCommandDecoration.successBackground": "#a6da95", "terminalCursor.background": "#24273a", "terminalCursor.foreground": "#f4dbd6", "textBlockQuote.background": "#1e2030", "textBlockQuote.border": "#181926", "textCodeBlock.background": "#24273a", "textLink.activeForeground": "#91d7e3", "textLink.foreground": "#8aadf4", "textPreformat.foreground": "#cad3f5", "textSeparator.foreground": "#c6a0f6", "titleBar.activeBackground": "#181926", "titleBar.activeForeground": "#cad3f5", "titleBar.border": "#00000000", "titleBar.inactiveBackground": "#181926", "titleBar.inactiveForeground": "#cad3f580", "tree.inactiveIndentGuidesStroke": "#494d64", "tree.indentGuidesStroke": "#939ab7", "walkThrough.embeddedEditorBackground": "#24273a4d", "welcomePage.progress.background": "#181926", "welcomePage.progress.foreground": "#c6a0f6", "welcomePage.tileBackground": "#1e2030", "widget.shadow": "#1e203080", "window.activeBorder": "#00000000", "window.inactiveBorder": "#00000000" }, "displayName": "Catppuccin Macchiato", "name": "catppuccin-macchiato", "semanticHighlighting": true, "semanticTokenColors": { "boolean": { "foreground": "#f5a97f" }, "builtinAttribute.attribute.library:rust": { "foreground": "#8aadf4" }, "class.builtin:python": { "foreground": "#c6a0f6" }, "class:python": { "foreground": "#eed49f" }, "constant.builtin.readonly:nix": { "foreground": "#c6a0f6" }, "enumMember": { "foreground": "#8bd5ca" }, "function.decorator:python": { "foreground": "#f5a97f" }, "generic.attribute:rust": { "foreground": "#cad3f5" }, "heading": { "foreground": "#ed8796" }, "number": { "foreground": "#f5a97f" }, "pol": { "foreground": "#f0c6c6" }, "property.readonly:javascript": { "foreground": "#cad3f5" }, "property.readonly:javascriptreact": { "foreground": "#cad3f5" }, "property.readonly:typescript": { "foreground": "#cad3f5" }, "property.readonly:typescriptreact": { "foreground": "#cad3f5" }, "selfKeyword": { "foreground": "#ed8796" }, "text.emph": { "fontStyle": "italic", "foreground": "#ed8796" }, "text.math": { "foreground": "#f0c6c6" }, "text.strong": { "fontStyle": "bold", "foreground": "#ed8796" }, "tomlArrayKey": { "fontStyle": "", "foreground": "#8aadf4" }, "tomlTableKey": { "fontStyle": "", "foreground": "#8aadf4" }, "type.defaultLibrary:go": { "foreground": "#c6a0f6" }, "variable.defaultLibrary": { "foreground": "#ee99a0" }, "variable.readonly.defaultLibrary:go": { "foreground": "#c6a0f6" }, "variable.readonly:javascript": { "foreground": "#cad3f5" }, "variable.readonly:javascriptreact": { "foreground": "#cad3f5" }, "variable.readonly:scala": { "foreground": "#cad3f5" }, "variable.readonly:typescript": { "foreground": "#cad3f5" }, "variable.readonly:typescriptreact": { "foreground": "#cad3f5" }, "variable.typeHint:python": { "foreground": "#eed49f" } }, "tokenColors": [{ "scope": ["text", "source", "variable.other.readwrite", "punctuation.definition.variable"], "settings": { "foreground": "#cad3f5" } }, { "scope": "punctuation", "settings": { "fontStyle": "", "foreground": "#939ab7" } }, { "scope": ["comment", "punctuation.definition.comment"], "settings": { "fontStyle": "italic", "foreground": "#6e738d" } }, { "scope": ["string", "punctuation.definition.string"], "settings": { "foreground": "#a6da95" } }, { "scope": "constant.character.escape", "settings": { "foreground": "#f5bde6" } }, { "scope": ["constant.numeric", "variable.other.constant", "entity.name.constant", "constant.language.boolean", "constant.language.false", "constant.language.true", "keyword.other.unit.user-defined", "keyword.other.unit.suffix.floating-point"], "settings": { "foreground": "#f5a97f" } }, { "scope": ["keyword", "keyword.operator.word", "keyword.operator.new", "variable.language.super", "support.type.primitive", "storage.type", "storage.modifier", "punctuation.definition.keyword"], "settings": { "fontStyle": "", "foreground": "#c6a0f6" } }, { "scope": "entity.name.tag.documentation", "settings": { "foreground": "#c6a0f6" } }, { "scope": ["keyword.operator", "punctuation.accessor", "punctuation.definition.generic", "meta.function.closure punctuation.section.parameters", "punctuation.definition.tag", "punctuation.separator.key-value"], "settings": { "foreground": "#8bd5ca" } }, { "scope": ["entity.name.function", "meta.function-call.method", "support.function", "support.function.misc", "variable.function"], "settings": { "fontStyle": "italic", "foreground": "#8aadf4" } }, { "scope": ["entity.name.class", "entity.other.inherited-class", "support.class", "meta.function-call.constructor", "entity.name.struct"], "settings": { "fontStyle": "italic", "foreground": "#eed49f" } }, { "scope": "entity.name.enum", "settings": { "fontStyle": "italic", "foreground": "#eed49f" } }, { "scope": ["meta.enum variable.other.readwrite", "variable.other.enummember"], "settings": { "foreground": "#8bd5ca" } }, { "scope": "meta.property.object", "settings": { "foreground": "#8bd5ca" } }, { "scope": ["meta.type", "meta.type-alias", "support.type", "entity.name.type"], "settings": { "fontStyle": "italic", "foreground": "#eed49f" } }, { "scope": ["meta.annotation variable.function", "meta.annotation variable.annotation.function", "meta.annotation punctuation.definition.annotation", "meta.decorator", "punctuation.decorator"], "settings": { "foreground": "#f5a97f" } }, { "scope": ["variable.parameter", "meta.function.parameters"], "settings": { "fontStyle": "italic", "foreground": "#ee99a0" } }, { "scope": ["constant.language", "support.function.builtin"], "settings": { "foreground": "#ed8796" } }, { "scope": "entity.other.attribute-name.documentation", "settings": { "foreground": "#ed8796" } }, { "scope": ["keyword.control.directive", "punctuation.definition.directive"], "settings": { "foreground": "#eed49f" } }, { "scope": "punctuation.definition.typeparameters", "settings": { "foreground": "#91d7e3" } }, { "scope": "entity.name.namespace", "settings": { "foreground": "#eed49f" } }, { "scope": "support.type.property-name.css", "settings": { "fontStyle": "", "foreground": "#8aadf4" } }, { "scope": ["variable.language.this", "variable.language.this punctuation.definition.variable"], "settings": { "foreground": "#ed8796" } }, { "scope": "variable.object.property", "settings": { "foreground": "#cad3f5" } }, { "scope": ["string.template variable", "string variable"], "settings": { "foreground": "#cad3f5" } }, { "scope": "keyword.operator.new", "settings": { "fontStyle": "bold" } }, { "scope": "storage.modifier.specifier.extern.cpp", "settings": { "foreground": "#c6a0f6" } }, { "scope": ["entity.name.scope-resolution.template.call.cpp", "entity.name.scope-resolution.parameter.cpp", "entity.name.scope-resolution.cpp", "entity.name.scope-resolution.function.definition.cpp"], "settings": { "foreground": "#eed49f" } }, { "scope": "storage.type.class.doxygen", "settings": { "fontStyle": "" } }, { "scope": ["storage.modifier.reference.cpp"], "settings": { "foreground": "#8bd5ca" } }, { "scope": "meta.interpolation.cs", "settings": { "foreground": "#cad3f5" } }, { "scope": "comment.block.documentation.cs", "settings": { "foreground": "#cad3f5" } }, { "scope": ["source.css entity.other.attribute-name.class.css", "entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css"], "settings": { "foreground": "#eed49f" } }, { "scope": "punctuation.separator.operator.css", "settings": { "foreground": "#8bd5ca" } }, { "scope": "source.css entity.other.attribute-name.pseudo-class", "settings": { "foreground": "#8bd5ca" } }, { "scope": "source.css constant.other.unicode-range", "settings": { "foreground": "#f5a97f" } }, { "scope": "source.css variable.parameter.url", "settings": { "fontStyle": "", "foreground": "#a6da95" } }, { "scope": ["support.type.vendored.property-name"], "settings": { "foreground": "#91d7e3" } }, { "scope": ["source.css meta.property-value variable", "source.css meta.property-value variable.other.less", "source.css meta.property-value variable.other.less punctuation.definition.variable.less", "meta.definition.variable.scss"], "settings": { "foreground": "#ee99a0" } }, { "scope": ["source.css meta.property-list variable", "meta.property-list variable.other.less", "meta.property-list variable.other.less punctuation.definition.variable.less"], "settings": { "foreground": "#8aadf4" } }, { "scope": "keyword.other.unit.percentage.css", "settings": { "foreground": "#f5a97f" } }, { "scope": "source.css meta.attribute-selector", "settings": { "foreground": "#a6da95" } }, { "scope": ["keyword.other.definition.ini", "punctuation.support.type.property-name.json", "support.type.property-name.json", "punctuation.support.type.property-name.toml", "support.type.property-name.toml", "entity.name.tag.yaml", "punctuation.support.type.property-name.yaml", "support.type.property-name.yaml"], "settings": { "fontStyle": "", "foreground": "#8aadf4" } }, { "scope": ["constant.language.json", "constant.language.yaml"], "settings": { "foreground": "#f5a97f" } }, { "scope": ["entity.name.type.anchor.yaml", "variable.other.alias.yaml"], "settings": { "fontStyle": "", "foreground": "#eed49f" } }, { "scope": ["support.type.property-name.table", "entity.name.section.group-title.ini"], "settings": { "foreground": "#eed49f" } }, { "scope": "constant.other.time.datetime.offset.toml", "settings": { "foreground": "#f5bde6" } }, { "scope": ["punctuation.definition.anchor.yaml", "punctuation.definition.alias.yaml"], "settings": { "foreground": "#f5bde6" } }, { "scope": "entity.other.document.begin.yaml", "settings": { "foreground": "#f5bde6" } }, { "scope": "markup.changed.diff", "settings": { "foreground": "#f5a97f" } }, { "scope": ["meta.diff.header.from-file", "meta.diff.header.to-file", "punctuation.definition.from-file.diff", "punctuation.definition.to-file.diff"], "settings": { "foreground": "#8aadf4" } }, { "scope": "markup.inserted.diff", "settings": { "foreground": "#a6da95" } }, { "scope": "markup.deleted.diff", "settings": { "foreground": "#ed8796" } }, { "scope": ["variable.other.env"], "settings": { "foreground": "#8aadf4" } }, { "scope": ["string.quoted variable.other.env"], "settings": { "foreground": "#cad3f5" } }, { "scope": "support.function.builtin.gdscript", "settings": { "foreground": "#8aadf4" } }, { "scope": "constant.language.gdscript", "settings": { "foreground": "#f5a97f" } }, { "scope": "comment meta.annotation.go", "settings": { "foreground": "#ee99a0" } }, { "scope": "comment meta.annotation.parameters.go", "settings": { "foreground": "#f5a97f" } }, { "scope": "constant.language.go", "settings": { "foreground": "#f5a97f" } }, { "scope": "variable.graphql", "settings": { "foreground": "#cad3f5" } }, { "scope": "string.unquoted.alias.graphql", "settings": { "foreground": "#f0c6c6" } }, { "scope": "constant.character.enum.graphql", "settings": { "foreground": "#8bd5ca" } }, { "scope": "meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql", "settings": { "foreground": "#f0c6c6" } }, { "scope": ["keyword.other.doctype", "meta.tag.sgml.doctype punctuation.definition.tag", "meta.tag.metadata.doctype entity.name.tag", "meta.tag.metadata.doctype punctuation.definition.tag"], "settings": { "foreground": "#c6a0f6" } }, { "scope": ["entity.name.tag"], "settings": { "fontStyle": "", "foreground": "#8aadf4" } }, { "scope": ["text.html constant.character.entity", "text.html constant.character.entity punctuation", "constant.character.entity.xml", "constant.character.entity.xml punctuation", "constant.character.entity.js.jsx", "constant.charactger.entity.js.jsx punctuation", "constant.character.entity.tsx", "constant.character.entity.tsx punctuation"], "settings": { "foreground": "#ed8796" } }, { "scope": ["entity.other.attribute-name"], "settings": { "foreground": "#eed49f" } }, { "scope": ["support.class.component", "support.class.component.jsx", "support.class.component.tsx", "support.class.component.vue"], "settings": { "fontStyle": "", "foreground": "#f5bde6" } }, { "scope": ["punctuation.definition.annotation", "storage.type.annotation"], "settings": { "foreground": "#f5a97f" } }, { "scope": "constant.other.enum.java", "settings": { "foreground": "#8bd5ca" } }, { "scope": "storage.modifier.import.java", "settings": { "foreground": "#cad3f5" } }, { "scope": "comment.block.javadoc.java keyword.other.documentation.javadoc.java", "settings": { "fontStyle": "" } }, { "scope": "meta.export variable.other.readwrite.js", "settings": { "foreground": "#ee99a0" } }, { "scope": ["variable.other.constant.js", "variable.other.constant.ts", "variable.other.property.js", "variable.other.property.ts"], "settings": { "foreground": "#cad3f5" } }, { "scope": ["variable.other.jsdoc", "comment.block.documentation variable.other"], "settings": { "fontStyle": "", "foreground": "#ee99a0" } }, { "scope": "storage.type.class.jsdoc", "settings": { "fontStyle": "" } }, { "scope": "support.type.object.console.js", "settings": { "foreground": "#cad3f5" } }, { "scope": ["support.constant.node", "support.type.object.module.js"], "settings": { "foreground": "#c6a0f6" } }, { "scope": "storage.modifier.implements", "settings": { "foreground": "#c6a0f6" } }, { "scope": ["constant.language.null.js", "constant.language.null.ts", "constant.language.undefined.js", "constant.language.undefined.ts", "support.type.builtin.ts"], "settings": { "foreground": "#c6a0f6" } }, { "scope": "variable.parameter.generic", "settings": { "foreground": "#eed49f" } }, { "scope": ["keyword.declaration.function.arrow.js", "storage.type.function.arrow.ts"], "settings": { "foreground": "#8bd5ca" } }, { "scope": "punctuation.decorator.ts", "settings": { "fontStyle": "italic", "foreground": "#8aadf4" } }, { "scope": ["keyword.operator.expression.in.js", "keyword.operator.expression.in.ts", "keyword.operator.expression.infer.ts", "keyword.operator.expression.instanceof.js", "keyword.operator.expression.instanceof.ts", "keyword.operator.expression.is", "keyword.operator.expression.keyof.ts", "keyword.operator.expression.of.js", "keyword.operator.expression.of.ts", "keyword.operator.expression.typeof.ts"], "settings": { "foreground": "#c6a0f6" } }, { "scope": "support.function.macro.julia", "settings": { "fontStyle": "italic", "foreground": "#8bd5ca" } }, { "scope": "constant.language.julia", "settings": { "foreground": "#f5a97f" } }, { "scope": "constant.other.symbol.julia", "settings": { "foreground": "#ee99a0" } }, { "scope": "text.tex keyword.control.preamble", "settings": { "foreground": "#8bd5ca" } }, { "scope": "text.tex support.function.be", "settings": { "foreground": "#91d7e3" } }, { "scope": "constant.other.general.math.tex", "settings": { "foreground": "#f0c6c6" } }, { "scope": "comment.line.double-dash.documentation.lua storage.type.annotation.lua", "settings": { "fontStyle": "", "foreground": "#c6a0f6" } }, { "scope": ["comment.line.double-dash.documentation.lua entity.name.variable.lua", "comment.line.double-dash.documentation.lua variable.lua"], "settings": { "foreground": "#cad3f5" } }, { "scope": ["heading.1.markdown punctuation.definition.heading.markdown", "heading.1.markdown", "heading.1.quarto punctuation.definition.heading.quarto", "heading.1.quarto", "markup.heading.atx.1.mdx", "markup.heading.atx.1.mdx punctuation.definition.heading.mdx", "markup.heading.setext.1.markdown", "markup.heading.heading-0.asciidoc"], "settings": { "foreground": "#ed8796" } }, { "scope": ["heading.2.markdown punctuation.definition.heading.markdown", "heading.2.markdown", "heading.2.quarto punctuation.definition.heading.quarto", "heading.2.quarto", "markup.heading.atx.2.mdx", "markup.heading.atx.2.mdx punctuation.definition.heading.mdx", "markup.heading.setext.2.markdown", "markup.heading.heading-1.asciidoc"], "settings": { "foreground": "#f5a97f" } }, { "scope": ["heading.3.markdown punctuation.definition.heading.markdown", "heading.3.markdown", "heading.3.quarto punctuation.definition.heading.quarto", "heading.3.quarto", "markup.heading.atx.3.mdx", "markup.heading.atx.3.mdx punctuation.definition.heading.mdx", "markup.heading.heading-2.asciidoc"], "settings": { "foreground": "#eed49f" } }, { "scope": ["heading.4.markdown punctuation.definition.heading.markdown", "heading.4.markdown", "heading.4.quarto punctuation.definition.heading.quarto", "heading.4.quarto", "markup.heading.atx.4.mdx", "markup.heading.atx.4.mdx punctuation.definition.heading.mdx", "markup.heading.heading-3.asciidoc"], "settings": { "foreground": "#a6da95" } }, { "scope": ["heading.5.markdown punctuation.definition.heading.markdown", "heading.5.markdown", "heading.5.quarto punctuation.definition.heading.quarto", "heading.5.quarto", "markup.heading.atx.5.mdx", "markup.heading.atx.5.mdx punctuation.definition.heading.mdx", "markup.heading.heading-4.asciidoc"], "settings": { "foreground": "#8aadf4" } }, { "scope": ["heading.6.markdown punctuation.definition.heading.markdown", "heading.6.markdown", "heading.6.quarto punctuation.definition.heading.quarto", "heading.6.quarto", "markup.heading.atx.6.mdx", "markup.heading.atx.6.mdx punctuation.definition.heading.mdx", "markup.heading.heading-5.asciidoc"], "settings": { "foreground": "#c6a0f6" } }, { "scope": "markup.bold", "settings": { "fontStyle": "bold", "foreground": "#ed8796" } }, { "scope": "markup.italic", "settings": { "fontStyle": "italic", "foreground": "#ed8796" } }, { "scope": "markup.strikethrough", "settings": { "fontStyle": "strikethrough", "foreground": "#a5adcb" } }, { "scope": ["punctuation.definition.link", "markup.underline.link"], "settings": { "foreground": "#8aadf4" } }, { "scope": ["text.html.markdown punctuation.definition.link.title", "text.html.quarto punctuation.definition.link.title", "string.other.link.title.markdown", "string.other.link.title.quarto", "markup.link", "punctuation.definition.constant.markdown", "punctuation.definition.constant.quarto", "constant.other.reference.link.markdown", "constant.other.reference.link.quarto", "markup.substitution.attribute-reference"], "settings": { "foreground": "#b7bdf8" } }, { "scope": ["punctuation.definition.raw.markdown", "punctuation.definition.raw.quarto", "markup.inline.raw.string.markdown", "markup.inline.raw.string.quarto", "markup.raw.block.markdown", "markup.raw.block.quarto"], "settings": { "foreground": "#a6da95" } }, { "scope": "fenced_code.block.language", "settings": { "foreground": "#91d7e3" } }, { "scope": ["markup.fenced_code.block punctuation.definition", "markup.raw support.asciidoc"], "settings": { "foreground": "#939ab7" } }, { "scope": ["markup.quote", "punctuation.definition.quote.begin"], "settings": { "foreground": "#f5bde6" } }, { "scope": "meta.separator.markdown", "settings": { "foreground": "#8bd5ca" } }, { "scope": ["punctuation.definition.list.begin.markdown", "punctuation.definition.list.begin.quarto", "markup.list.bullet"], "settings": { "foreground": "#8bd5ca" } }, { "scope": "markup.heading.quarto", "settings": { "fontStyle": "bold" } }, { "scope": ["entity.other.attribute-name.multipart.nix", "entity.other.attribute-name.single.nix"], "settings": { "foreground": "#8aadf4" } }, { "scope": "variable.parameter.name.nix", "settings": { "fontStyle": "", "foreground": "#cad3f5" } }, { "scope": "meta.embedded variable.parameter.name.nix", "settings": { "fontStyle": "", "foreground": "#b7bdf8" } }, { "scope": "string.unquoted.path.nix", "settings": { "fontStyle": "", "foreground": "#f5bde6" } }, { "scope": ["support.attribute.builtin", "meta.attribute.php"], "settings": { "foreground": "#eed49f" } }, { "scope": "meta.function.parameters.php punctuation.definition.variable.php", "settings": { "foreground": "#ee99a0" } }, { "scope": "constant.language.php", "settings": { "foreground": "#c6a0f6" } }, { "scope": "text.html.php support.function", "settings": { "foreground": "#91d7e3" } }, { "scope": "keyword.other.phpdoc.php", "settings": { "fontStyle": "" } }, { "scope": ["support.variable.magic.python", "meta.function-call.arguments.python"], "settings": { "foreground": "#cad3f5" } }, { "scope": ["support.function.magic.python"], "settings": { "fontStyle": "italic", "foreground": "#91d7e3" } }, { "scope": ["variable.parameter.function.language.special.self.python", "variable.language.special.self.python"], "settings": { "fontStyle": "italic", "foreground": "#ed8796" } }, { "scope": ["keyword.control.flow.python", "keyword.operator.logical.python"], "settings": { "foreground": "#c6a0f6" } }, { "scope": "storage.type.function.python", "settings": { "foreground": "#c6a0f6" } }, { "scope": ["support.token.decorator.python", "meta.function.decorator.identifier.python"], "settings": { "foreground": "#91d7e3" } }, { "scope": ["meta.function-call.python"], "settings": { "foreground": "#8aadf4" } }, { "scope": ["entity.name.function.decorator.python", "punctuation.definition.decorator.python"], "settings": { "fontStyle": "italic", "foreground": "#f5a97f" } }, { "scope": "constant.character.format.placeholder.other.python", "settings": { "foreground": "#f5bde6" } }, { "scope": ["support.type.exception.python", "support.function.builtin.python"], "settings": { "foreground": "#f5a97f" } }, { "scope": ["support.type.python"], "settings": { "foreground": "#f5a97f" } }, { "scope": "constant.language.python", "settings": { "foreground": "#c6a0f6" } }, { "scope": ["meta.indexed-name.python", "meta.item-access.python"], "settings": { "fontStyle": "italic", "foreground": "#ee99a0" } }, { "scope": "storage.type.string.python", "settings": { "fontStyle": "italic", "foreground": "#a6da95" } }, { "scope": "meta.function.parameters.python", "settings": { "fontStyle": "" } }, { "scope": ["string.regexp punctuation.definition.string.begin", "string.regexp punctuation.definition.string.end"], "settings": { "foreground": "#f5bde6" } }, { "scope": "keyword.control.anchor.regexp", "settings": { "foreground": "#c6a0f6" } }, { "scope": "string.regexp.ts", "settings": { "foreground": "#cad3f5" } }, { "scope": ["punctuation.definition.group.regexp", "keyword.other.back-reference.regexp"], "settings": { "foreground": "#a6da95" } }, { "scope": "punctuation.definition.character-class.regexp", "settings": { "foreground": "#eed49f" } }, { "scope": "constant.other.character-class.regexp", "settings": { "foreground": "#f5bde6" } }, { "scope": "constant.other.character-class.range.regexp", "settings": { "foreground": "#f4dbd6" } }, { "scope": "keyword.operator.quantifier.regexp", "settings": { "foreground": "#8bd5ca" } }, { "scope": "constant.character.numeric.regexp", "settings": { "foreground": "#f5a97f" } }, { "scope": ["punctuation.definition.group.no-capture.regexp", "meta.assertion.look-ahead.regexp", "meta.assertion.negative-look-ahead.regexp"], "settings": { "foreground": "#8aadf4" } }, { "scope": ["meta.annotation.rust", "meta.annotation.rust punctuation", "meta.attribute.rust", "punctuation.definition.attribute.rust"], "settings": { "fontStyle": "italic", "foreground": "#eed49f" } }, { "scope": ["meta.attribute.rust string.quoted.double.rust", "meta.attribute.rust string.quoted.single.char.rust"], "settings": { "fontStyle": "" } }, { "scope": ["entity.name.function.macro.rules.rust", "storage.type.module.rust", "storage.modifier.rust", "storage.type.struct.rust", "storage.type.enum.rust", "storage.type.trait.rust", "storage.type.union.rust", "storage.type.impl.rust", "storage.type.rust", "storage.type.function.rust", "storage.type.type.rust"], "settings": { "fontStyle": "", "foreground": "#c6a0f6" } }, { "scope": "entity.name.type.numeric.rust", "settings": { "fontStyle": "", "foreground": "#c6a0f6" } }, { "scope": "meta.generic.rust", "settings": { "foreground": "#f5a97f" } }, { "scope": "entity.name.impl.rust", "settings": { "fontStyle": "italic", "foreground": "#eed49f" } }, { "scope": "entity.name.module.rust", "settings": { "foreground": "#f5a97f" } }, { "scope": "entity.name.trait.rust", "settings": { "fontStyle": "italic", "foreground": "#eed49f" } }, { "scope": "storage.type.source.rust", "settings": { "foreground": "#eed49f" } }, { "scope": "entity.name.union.rust", "settings": { "foreground": "#eed49f" } }, { "scope": "meta.enum.rust storage.type.source.rust", "settings": { "foreground": "#8bd5ca" } }, { "scope": ["support.macro.rust", "meta.macro.rust support.function.rust", "entity.name.function.macro.rust"], "settings": { "fontStyle": "italic", "foreground": "#8aadf4" } }, { "scope": ["storage.modifier.lifetime.rust", "entity.name.type.lifetime"], "settings": { "fontStyle": "italic", "foreground": "#8aadf4" } }, { "scope": "string.quoted.double.rust constant.other.placeholder.rust", "settings": { "foreground": "#f5bde6" } }, { "scope": "meta.function.return-type.rust meta.generic.rust storage.type.rust", "settings": { "foreground": "#cad3f5" } }, { "scope": "meta.function.call.rust", "settings": { "foreground": "#8aadf4" } }, { "scope": "punctuation.brackets.angle.rust", "settings": { "foreground": "#91d7e3" } }, { "scope": "constant.other.caps.rust", "settings": { "foreground": "#f5a97f" } }, { "scope": ["meta.function.definition.rust variable.other.rust"], "settings": { "foreground": "#ee99a0" } }, { "scope": "meta.function.call.rust variable.other.rust", "settings": { "foreground": "#cad3f5" } }, { "scope": "variable.language.self.rust", "settings": { "foreground": "#ed8796" } }, { "scope": ["variable.other.metavariable.name.rust", "meta.macro.metavariable.rust keyword.operator.macro.dollar.rust"], "settings": { "foreground": "#f5bde6" } }, { "scope": ["comment.line.shebang", "comment.line.shebang punctuation.definition.comment", "comment.line.shebang", "punctuation.definition.comment.shebang.shell", "meta.shebang.shell"], "settings": { "fontStyle": "italic", "foreground": "#f5bde6" } }, { "scope": "comment.line.shebang constant.language", "settings": { "fontStyle": "italic", "foreground": "#8bd5ca" } }, { "scope": ["meta.function-call.arguments.shell punctuation.definition.variable.shell", "meta.function-call.arguments.shell punctuation.section.interpolation", "meta.function-call.arguments.shell punctuation.definition.variable.shell", "meta.function-call.arguments.shell punctuation.section.interpolation"], "settings": { "foreground": "#ed8796" } }, { "scope": "meta.string meta.interpolation.parameter.shell variable.other.readwrite", "settings": { "fontStyle": "italic", "foreground": "#f5a97f" } }, { "scope": ["source.shell punctuation.section.interpolation", "punctuation.definition.evaluation.backticks.shell"], "settings": { "foreground": "#8bd5ca" } }, { "scope": "entity.name.tag.heredoc.shell", "settings": { "foreground": "#c6a0f6" } }, { "scope": "string.quoted.double.shell variable.other.normal.shell", "settings": { "foreground": "#cad3f5" } }], "type": "dark" };
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = {
7
+ "colors": {
8
+ "activityBar.activeBackground": "#00000000",
9
+ "activityBar.activeBorder": "#00000000",
10
+ "activityBar.activeFocusBorder": "#00000000",
11
+ "activityBar.background": "#181926",
12
+ "activityBar.border": "#00000000",
13
+ "activityBar.dropBorder": "#c6a0f633",
14
+ "activityBar.foreground": "#c6a0f6",
15
+ "activityBar.inactiveForeground": "#6e738d",
16
+ "activityBarBadge.background": "#c6a0f6",
17
+ "activityBarBadge.foreground": "#181926",
18
+ "activityBarTop.activeBorder": "#00000000",
19
+ "activityBarTop.dropBorder": "#c6a0f633",
20
+ "activityBarTop.foreground": "#c6a0f6",
21
+ "activityBarTop.inactiveForeground": "#6e738d",
22
+ "badge.background": "#494d64",
23
+ "badge.foreground": "#cad3f5",
24
+ "banner.background": "#494d64",
25
+ "banner.foreground": "#cad3f5",
26
+ "banner.iconForeground": "#cad3f5",
27
+ "breadcrumb.activeSelectionForeground": "#c6a0f6",
28
+ "breadcrumb.background": "#24273a",
29
+ "breadcrumb.focusForeground": "#c6a0f6",
30
+ "breadcrumb.foreground": "#cad3f5cc",
31
+ "breadcrumbPicker.background": "#1e2030",
32
+ "button.background": "#c6a0f6",
33
+ "button.border": "#00000000",
34
+ "button.foreground": "#181926",
35
+ "button.hoverBackground": "#dac1f9",
36
+ "button.secondaryBackground": "#5b6078",
37
+ "button.secondaryBorder": "#c6a0f6",
38
+ "button.secondaryForeground": "#cad3f5",
39
+ "button.secondaryHoverBackground": "#6a708c",
40
+ "button.separator": "#00000000",
41
+ "charts.blue": "#8aadf4",
42
+ "charts.foreground": "#cad3f5",
43
+ "charts.green": "#a6da95",
44
+ "charts.lines": "#b8c0e0",
45
+ "charts.orange": "#f5a97f",
46
+ "charts.purple": "#c6a0f6",
47
+ "charts.red": "#ed8796",
48
+ "charts.yellow": "#eed49f",
49
+ "checkbox.background": "#494d64",
50
+ "checkbox.border": "#00000000",
51
+ "checkbox.foreground": "#c6a0f6",
52
+ "commandCenter.activeBackground": "#5b607833",
53
+ "commandCenter.activeBorder": "#c6a0f6",
54
+ "commandCenter.activeForeground": "#c6a0f6",
55
+ "commandCenter.background": "#1e2030",
56
+ "commandCenter.border": "#00000000",
57
+ "commandCenter.foreground": "#b8c0e0",
58
+ "commandCenter.inactiveBorder": "#00000000",
59
+ "commandCenter.inactiveForeground": "#b8c0e0",
60
+ "debugConsole.errorForeground": "#ed8796",
61
+ "debugConsole.infoForeground": "#8aadf4",
62
+ "debugConsole.sourceForeground": "#f4dbd6",
63
+ "debugConsole.warningForeground": "#f5a97f",
64
+ "debugConsoleInputIcon.foreground": "#cad3f5",
65
+ "debugExceptionWidget.background": "#181926",
66
+ "debugExceptionWidget.border": "#c6a0f6",
67
+ "debugIcon.breakpointCurrentStackframeForeground": "#5b6078",
68
+ "debugIcon.breakpointDisabledForeground": "#ed879699",
69
+ "debugIcon.breakpointForeground": "#ed8796",
70
+ "debugIcon.breakpointStackframeForeground": "#5b6078",
71
+ "debugIcon.breakpointUnverifiedForeground": "#a47487",
72
+ "debugIcon.continueForeground": "#a6da95",
73
+ "debugIcon.disconnectForeground": "#5b6078",
74
+ "debugIcon.pauseForeground": "#8aadf4",
75
+ "debugIcon.restartForeground": "#8bd5ca",
76
+ "debugIcon.startForeground": "#a6da95",
77
+ "debugIcon.stepBackForeground": "#5b6078",
78
+ "debugIcon.stepIntoForeground": "#cad3f5",
79
+ "debugIcon.stepOutForeground": "#cad3f5",
80
+ "debugIcon.stepOverForeground": "#c6a0f6",
81
+ "debugIcon.stopForeground": "#ed8796",
82
+ "debugTokenExpression.boolean": "#c6a0f6",
83
+ "debugTokenExpression.error": "#ed8796",
84
+ "debugTokenExpression.number": "#f5a97f",
85
+ "debugTokenExpression.string": "#a6da95",
86
+ "debugToolBar.background": "#181926",
87
+ "debugToolBar.border": "#00000000",
88
+ "descriptionForeground": "#cad3f5",
89
+ "diffEditor.border": "#5b6078",
90
+ "diffEditor.diagonalFill": "#5b607899",
91
+ "diffEditor.insertedLineBackground": "#a6da9526",
92
+ "diffEditor.insertedTextBackground": "#a6da951a",
93
+ "diffEditor.removedLineBackground": "#ed879626",
94
+ "diffEditor.removedTextBackground": "#ed87961a",
95
+ "diffEditorOverview.insertedForeground": "#a6da95cc",
96
+ "diffEditorOverview.removedForeground": "#ed8796cc",
97
+ "disabledForeground": "#a5adcb",
98
+ "dropdown.background": "#1e2030",
99
+ "dropdown.border": "#c6a0f6",
100
+ "dropdown.foreground": "#cad3f5",
101
+ "dropdown.listBackground": "#5b6078",
102
+ "editor.background": "#24273a",
103
+ "editor.findMatchBackground": "#604456",
104
+ "editor.findMatchBorder": "#ed879633",
105
+ "editor.findMatchHighlightBackground": "#455c6d",
106
+ "editor.findMatchHighlightBorder": "#91d7e333",
107
+ "editor.findRangeHighlightBackground": "#455c6d",
108
+ "editor.findRangeHighlightBorder": "#91d7e333",
109
+ "editor.focusedStackFrameHighlightBackground": "#a6da9526",
110
+ "editor.foldBackground": "#91d7e340",
111
+ "editor.foreground": "#cad3f5",
112
+ "editor.hoverHighlightBackground": "#91d7e340",
113
+ "editor.lineHighlightBackground": "#cad3f512",
114
+ "editor.lineHighlightBorder": "#00000000",
115
+ "editor.rangeHighlightBackground": "#91d7e340",
116
+ "editor.rangeHighlightBorder": "#00000000",
117
+ "editor.selectionBackground": "#939ab740",
118
+ "editor.selectionHighlightBackground": "#939ab733",
119
+ "editor.selectionHighlightBorder": "#939ab733",
120
+ "editor.stackFrameHighlightBackground": "#eed49f26",
121
+ "editor.wordHighlightBackground": "#939ab733",
122
+ "editorBracketHighlight.foreground1": "#ed8796",
123
+ "editorBracketHighlight.foreground2": "#f5a97f",
124
+ "editorBracketHighlight.foreground3": "#eed49f",
125
+ "editorBracketHighlight.foreground4": "#a6da95",
126
+ "editorBracketHighlight.foreground5": "#7dc4e4",
127
+ "editorBracketHighlight.foreground6": "#c6a0f6",
128
+ "editorBracketHighlight.unexpectedBracket.foreground": "#ee99a0",
129
+ "editorBracketMatch.background": "#939ab71a",
130
+ "editorBracketMatch.border": "#939ab7",
131
+ "editorCodeLens.foreground": "#8087a2",
132
+ "editorCursor.background": "#24273a",
133
+ "editorCursor.foreground": "#f4dbd6",
134
+ "editorError.background": "#00000000",
135
+ "editorError.border": "#00000000",
136
+ "editorError.foreground": "#ed8796",
137
+ "editorGroup.border": "#5b6078",
138
+ "editorGroup.dropBackground": "#c6a0f633",
139
+ "editorGroup.emptyBackground": "#24273a",
140
+ "editorGroupHeader.tabsBackground": "#181926",
141
+ "editorGutter.addedBackground": "#a6da95",
142
+ "editorGutter.background": "#24273a",
143
+ "editorGutter.commentGlyphForeground": "#c6a0f6",
144
+ "editorGutter.commentRangeForeground": "#363a4f",
145
+ "editorGutter.deletedBackground": "#ed8796",
146
+ "editorGutter.foldingControlForeground": "#939ab7",
147
+ "editorGutter.modifiedBackground": "#eed49f",
148
+ "editorHoverWidget.background": "#1e2030",
149
+ "editorHoverWidget.border": "#5b6078",
150
+ "editorHoverWidget.foreground": "#cad3f5",
151
+ "editorIndentGuide.activeBackground": "#5b6078",
152
+ "editorIndentGuide.background": "#494d64",
153
+ "editorInfo.background": "#00000000",
154
+ "editorInfo.border": "#00000000",
155
+ "editorInfo.foreground": "#8aadf4",
156
+ "editorInlayHint.background": "#1e2030bf",
157
+ "editorInlayHint.foreground": "#5b6078",
158
+ "editorInlayHint.parameterBackground": "#1e2030bf",
159
+ "editorInlayHint.parameterForeground": "#a5adcb",
160
+ "editorInlayHint.typeBackground": "#1e2030bf",
161
+ "editorInlayHint.typeForeground": "#b8c0e0",
162
+ "editorLightBulb.foreground": "#eed49f",
163
+ "editorLineNumber.activeForeground": "#c6a0f6",
164
+ "editorLineNumber.foreground": "#8087a2",
165
+ "editorLink.activeForeground": "#c6a0f6",
166
+ "editorMarkerNavigation.background": "#1e2030",
167
+ "editorMarkerNavigationError.background": "#ed8796",
168
+ "editorMarkerNavigationInfo.background": "#8aadf4",
169
+ "editorMarkerNavigationWarning.background": "#f5a97f",
170
+ "editorOverviewRuler.background": "#1e2030",
171
+ "editorOverviewRuler.border": "#cad3f512",
172
+ "editorOverviewRuler.modifiedForeground": "#eed49f",
173
+ "editorRuler.foreground": "#5b6078",
174
+ "editorStickyScrollHover.background": "#363a4f",
175
+ "editorSuggestWidget.background": "#1e2030",
176
+ "editorSuggestWidget.border": "#5b6078",
177
+ "editorSuggestWidget.foreground": "#cad3f5",
178
+ "editorSuggestWidget.highlightForeground": "#c6a0f6",
179
+ "editorSuggestWidget.selectedBackground": "#363a4f",
180
+ "editorWarning.background": "#00000000",
181
+ "editorWarning.border": "#00000000",
182
+ "editorWarning.foreground": "#f5a97f",
183
+ "editorWhitespace.foreground": "#939ab766",
184
+ "editorWidget.background": "#1e2030",
185
+ "editorWidget.foreground": "#cad3f5",
186
+ "editorWidget.resizeBorder": "#5b6078",
187
+ "errorForeground": "#ed8796",
188
+ "errorLens.errorBackground": "#ed879626",
189
+ "errorLens.errorBackgroundLight": "#ed879626",
190
+ "errorLens.errorForeground": "#ed8796",
191
+ "errorLens.errorForegroundLight": "#ed8796",
192
+ "errorLens.errorMessageBackground": "#ed879626",
193
+ "errorLens.hintBackground": "#a6da9526",
194
+ "errorLens.hintBackgroundLight": "#a6da9526",
195
+ "errorLens.hintForeground": "#a6da95",
196
+ "errorLens.hintForegroundLight": "#a6da95",
197
+ "errorLens.hintMessageBackground": "#a6da9526",
198
+ "errorLens.infoBackground": "#8aadf426",
199
+ "errorLens.infoBackgroundLight": "#8aadf426",
200
+ "errorLens.infoForeground": "#8aadf4",
201
+ "errorLens.infoForegroundLight": "#8aadf4",
202
+ "errorLens.infoMessageBackground": "#8aadf426",
203
+ "errorLens.statusBarErrorForeground": "#ed8796",
204
+ "errorLens.statusBarHintForeground": "#a6da95",
205
+ "errorLens.statusBarIconErrorForeground": "#ed8796",
206
+ "errorLens.statusBarIconWarningForeground": "#f5a97f",
207
+ "errorLens.statusBarInfoForeground": "#8aadf4",
208
+ "errorLens.statusBarWarningForeground": "#f5a97f",
209
+ "errorLens.warningBackground": "#f5a97f26",
210
+ "errorLens.warningBackgroundLight": "#f5a97f26",
211
+ "errorLens.warningForeground": "#f5a97f",
212
+ "errorLens.warningForegroundLight": "#f5a97f",
213
+ "errorLens.warningMessageBackground": "#f5a97f26",
214
+ "extensionBadge.remoteBackground": "#8aadf4",
215
+ "extensionBadge.remoteForeground": "#181926",
216
+ "extensionButton.prominentBackground": "#c6a0f6",
217
+ "extensionButton.prominentForeground": "#181926",
218
+ "extensionButton.prominentHoverBackground": "#dac1f9",
219
+ "extensionButton.separator": "#24273a",
220
+ "extensionIcon.preReleaseForeground": "#5b6078",
221
+ "extensionIcon.sponsorForeground": "#f5bde6",
222
+ "extensionIcon.starForeground": "#eed49f",
223
+ "extensionIcon.verifiedForeground": "#a6da95",
224
+ "focusBorder": "#c6a0f6",
225
+ "foreground": "#cad3f5",
226
+ "gitDecoration.addedResourceForeground": "#a6da95",
227
+ "gitDecoration.conflictingResourceForeground": "#c6a0f6",
228
+ "gitDecoration.deletedResourceForeground": "#ed8796",
229
+ "gitDecoration.ignoredResourceForeground": "#6e738d",
230
+ "gitDecoration.modifiedResourceForeground": "#eed49f",
231
+ "gitDecoration.stageDeletedResourceForeground": "#ed8796",
232
+ "gitDecoration.stageModifiedResourceForeground": "#eed49f",
233
+ "gitDecoration.submoduleResourceForeground": "#8aadf4",
234
+ "gitDecoration.untrackedResourceForeground": "#a6da95",
235
+ "gitlens.closedAutolinkedIssueIconColor": "#c6a0f6",
236
+ "gitlens.closedPullRequestIconColor": "#ed8796",
237
+ "gitlens.decorations.branchAheadForegroundColor": "#a6da95",
238
+ "gitlens.decorations.branchBehindForegroundColor": "#f5a97f",
239
+ "gitlens.decorations.branchDivergedForegroundColor": "#eed49f",
240
+ "gitlens.decorations.branchMissingUpstreamForegroundColor": "#f5a97f",
241
+ "gitlens.decorations.branchUnpublishedForegroundColor": "#a6da95",
242
+ "gitlens.decorations.statusMergingOrRebasingConflictForegroundColor": "#ee99a0",
243
+ "gitlens.decorations.statusMergingOrRebasingForegroundColor": "#eed49f",
244
+ "gitlens.decorations.workspaceCurrentForegroundColor": "#c6a0f6",
245
+ "gitlens.decorations.workspaceRepoMissingForegroundColor": "#a5adcb",
246
+ "gitlens.decorations.workspaceRepoOpenForegroundColor": "#c6a0f6",
247
+ "gitlens.decorations.worktreeHasUncommittedChangesForegroundColor": "#f5a97f",
248
+ "gitlens.decorations.worktreeMissingForegroundColor": "#ee99a0",
249
+ "gitlens.graphChangesColumnAddedColor": "#a6da95",
250
+ "gitlens.graphChangesColumnDeletedColor": "#ed8796",
251
+ "gitlens.graphLane10Color": "#f5bde6",
252
+ "gitlens.graphLane1Color": "#c6a0f6",
253
+ "gitlens.graphLane2Color": "#eed49f",
254
+ "gitlens.graphLane3Color": "#8aadf4",
255
+ "gitlens.graphLane4Color": "#f0c6c6",
256
+ "gitlens.graphLane5Color": "#a6da95",
257
+ "gitlens.graphLane6Color": "#b7bdf8",
258
+ "gitlens.graphLane7Color": "#f4dbd6",
259
+ "gitlens.graphLane8Color": "#ed8796",
260
+ "gitlens.graphLane9Color": "#8bd5ca",
261
+ "gitlens.graphMinimapMarkerHeadColor": "#a6da95",
262
+ "gitlens.graphMinimapMarkerHighlightsColor": "#eed49f",
263
+ "gitlens.graphMinimapMarkerLocalBranchesColor": "#8aadf4",
264
+ "gitlens.graphMinimapMarkerRemoteBranchesColor": "#739df2",
265
+ "gitlens.graphMinimapMarkerStashesColor": "#c6a0f6",
266
+ "gitlens.graphMinimapMarkerTagsColor": "#f0c6c6",
267
+ "gitlens.graphMinimapMarkerUpstreamColor": "#96d382",
268
+ "gitlens.graphScrollMarkerHeadColor": "#a6da95",
269
+ "gitlens.graphScrollMarkerHighlightsColor": "#eed49f",
270
+ "gitlens.graphScrollMarkerLocalBranchesColor": "#8aadf4",
271
+ "gitlens.graphScrollMarkerRemoteBranchesColor": "#739df2",
272
+ "gitlens.graphScrollMarkerStashesColor": "#c6a0f6",
273
+ "gitlens.graphScrollMarkerTagsColor": "#f0c6c6",
274
+ "gitlens.graphScrollMarkerUpstreamColor": "#96d382",
275
+ "gitlens.gutterBackgroundColor": "#363a4f4d",
276
+ "gitlens.gutterForegroundColor": "#cad3f5",
277
+ "gitlens.gutterUncommittedForegroundColor": "#c6a0f6",
278
+ "gitlens.lineHighlightBackgroundColor": "#c6a0f626",
279
+ "gitlens.lineHighlightOverviewRulerColor": "#c6a0f6cc",
280
+ "gitlens.mergedPullRequestIconColor": "#c6a0f6",
281
+ "gitlens.openAutolinkedIssueIconColor": "#a6da95",
282
+ "gitlens.openPullRequestIconColor": "#a6da95",
283
+ "gitlens.trailingLineBackgroundColor": "#00000000",
284
+ "gitlens.trailingLineForegroundColor": "#cad3f54d",
285
+ "gitlens.unpublishedChangesIconColor": "#a6da95",
286
+ "gitlens.unpublishedCommitIconColor": "#a6da95",
287
+ "gitlens.unpulledChangesIconColor": "#f5a97f",
288
+ "icon.foreground": "#c6a0f6",
289
+ "input.background": "#363a4f",
290
+ "input.border": "#00000000",
291
+ "input.foreground": "#cad3f5",
292
+ "input.placeholderForeground": "#cad3f573",
293
+ "inputOption.activeBackground": "#5b6078",
294
+ "inputOption.activeBorder": "#c6a0f6",
295
+ "inputOption.activeForeground": "#cad3f5",
296
+ "inputValidation.errorBackground": "#ed8796",
297
+ "inputValidation.errorBorder": "#18192633",
298
+ "inputValidation.errorForeground": "#181926",
299
+ "inputValidation.infoBackground": "#8aadf4",
300
+ "inputValidation.infoBorder": "#18192633",
301
+ "inputValidation.infoForeground": "#181926",
302
+ "inputValidation.warningBackground": "#f5a97f",
303
+ "inputValidation.warningBorder": "#18192633",
304
+ "inputValidation.warningForeground": "#181926",
305
+ "issues.closed": "#c6a0f6",
306
+ "issues.newIssueDecoration": "#f4dbd6",
307
+ "issues.open": "#a6da95",
308
+ "list.activeSelectionBackground": "#363a4f",
309
+ "list.activeSelectionForeground": "#cad3f5",
310
+ "list.dropBackground": "#c6a0f633",
311
+ "list.focusAndSelectionBackground": "#494d64",
312
+ "list.focusBackground": "#363a4f",
313
+ "list.focusForeground": "#cad3f5",
314
+ "list.focusOutline": "#00000000",
315
+ "list.highlightForeground": "#c6a0f6",
316
+ "list.hoverBackground": "#363a4f80",
317
+ "list.hoverForeground": "#cad3f5",
318
+ "list.inactiveSelectionBackground": "#363a4f",
319
+ "list.inactiveSelectionForeground": "#cad3f5",
320
+ "list.warningForeground": "#f5a97f",
321
+ "listFilterWidget.background": "#494d64",
322
+ "listFilterWidget.noMatchesOutline": "#ed8796",
323
+ "listFilterWidget.outline": "#00000000",
324
+ "menu.background": "#24273a",
325
+ "menu.border": "#24273a80",
326
+ "menu.foreground": "#cad3f5",
327
+ "menu.selectionBackground": "#5b6078",
328
+ "menu.selectionBorder": "#00000000",
329
+ "menu.selectionForeground": "#cad3f5",
330
+ "menu.separatorBackground": "#5b6078",
331
+ "menubar.selectionBackground": "#494d64",
332
+ "menubar.selectionForeground": "#cad3f5",
333
+ "merge.commonContentBackground": "#494d64",
334
+ "merge.commonHeaderBackground": "#5b6078",
335
+ "merge.currentContentBackground": "#a6da9533",
336
+ "merge.currentHeaderBackground": "#a6da9566",
337
+ "merge.incomingContentBackground": "#8aadf433",
338
+ "merge.incomingHeaderBackground": "#8aadf466",
339
+ "minimap.background": "#1e203080",
340
+ "minimap.errorHighlight": "#ed8796bf",
341
+ "minimap.findMatchHighlight": "#91d7e34d",
342
+ "minimap.selectionHighlight": "#5b6078bf",
343
+ "minimap.selectionOccurrenceHighlight": "#5b6078bf",
344
+ "minimap.warningHighlight": "#f5a97fbf",
345
+ "minimapGutter.addedBackground": "#a6da95bf",
346
+ "minimapGutter.deletedBackground": "#ed8796bf",
347
+ "minimapGutter.modifiedBackground": "#eed49fbf",
348
+ "minimapSlider.activeBackground": "#c6a0f699",
349
+ "minimapSlider.background": "#c6a0f633",
350
+ "minimapSlider.hoverBackground": "#c6a0f666",
351
+ "notificationCenter.border": "#c6a0f6",
352
+ "notificationCenterHeader.background": "#1e2030",
353
+ "notificationCenterHeader.foreground": "#cad3f5",
354
+ "notificationLink.foreground": "#8aadf4",
355
+ "notificationToast.border": "#c6a0f6",
356
+ "notifications.background": "#1e2030",
357
+ "notifications.border": "#c6a0f6",
358
+ "notifications.foreground": "#cad3f5",
359
+ "notificationsErrorIcon.foreground": "#ed8796",
360
+ "notificationsInfoIcon.foreground": "#8aadf4",
361
+ "notificationsWarningIcon.foreground": "#f5a97f",
362
+ "panel.background": "#24273a",
363
+ "panel.border": "#5b6078",
364
+ "panelSection.border": "#5b6078",
365
+ "panelSection.dropBackground": "#c6a0f633",
366
+ "panelTitle.activeBorder": "#c6a0f6",
367
+ "panelTitle.activeForeground": "#cad3f5",
368
+ "panelTitle.inactiveForeground": "#a5adcb",
369
+ "peekView.border": "#c6a0f6",
370
+ "peekViewEditor.background": "#1e2030",
371
+ "peekViewEditor.matchHighlightBackground": "#91d7e34d",
372
+ "peekViewEditor.matchHighlightBorder": "#00000000",
373
+ "peekViewEditorGutter.background": "#1e2030",
374
+ "peekViewResult.background": "#1e2030",
375
+ "peekViewResult.fileForeground": "#cad3f5",
376
+ "peekViewResult.lineForeground": "#cad3f5",
377
+ "peekViewResult.matchHighlightBackground": "#91d7e34d",
378
+ "peekViewResult.selectionBackground": "#363a4f",
379
+ "peekViewResult.selectionForeground": "#cad3f5",
380
+ "peekViewTitle.background": "#24273a",
381
+ "peekViewTitleDescription.foreground": "#b8c0e0b3",
382
+ "peekViewTitleLabel.foreground": "#cad3f5",
383
+ "pickerGroup.border": "#c6a0f6",
384
+ "pickerGroup.foreground": "#c6a0f6",
385
+ "problemsErrorIcon.foreground": "#ed8796",
386
+ "problemsInfoIcon.foreground": "#8aadf4",
387
+ "problemsWarningIcon.foreground": "#f5a97f",
388
+ "progressBar.background": "#c6a0f6",
389
+ "pullRequests.closed": "#ed8796",
390
+ "pullRequests.draft": "#939ab7",
391
+ "pullRequests.merged": "#c6a0f6",
392
+ "pullRequests.notification": "#cad3f5",
393
+ "pullRequests.open": "#a6da95",
394
+ "sash.hoverBorder": "#c6a0f6",
395
+ "scrollbar.shadow": "#181926",
396
+ "scrollbarSlider.activeBackground": "#363a4f66",
397
+ "scrollbarSlider.background": "#5b607880",
398
+ "scrollbarSlider.hoverBackground": "#6e738d",
399
+ "selection.background": "#c6a0f666",
400
+ "settings.dropdownBackground": "#494d64",
401
+ "settings.dropdownListBorder": "#00000000",
402
+ "settings.focusedRowBackground": "#5b607833",
403
+ "settings.headerForeground": "#cad3f5",
404
+ "settings.modifiedItemIndicator": "#c6a0f6",
405
+ "settings.numberInputBackground": "#494d64",
406
+ "settings.numberInputBorder": "#00000000",
407
+ "settings.textInputBackground": "#494d64",
408
+ "settings.textInputBorder": "#00000000",
409
+ "sideBar.background": "#1e2030",
410
+ "sideBar.border": "#00000000",
411
+ "sideBar.dropBackground": "#c6a0f633",
412
+ "sideBar.foreground": "#cad3f5",
413
+ "sideBarSectionHeader.background": "#1e2030",
414
+ "sideBarSectionHeader.foreground": "#cad3f5",
415
+ "sideBarTitle.foreground": "#c6a0f6",
416
+ "statusBar.background": "#181926",
417
+ "statusBar.border": "#00000000",
418
+ "statusBar.debuggingBackground": "#f5a97f",
419
+ "statusBar.debuggingBorder": "#00000000",
420
+ "statusBar.debuggingForeground": "#181926",
421
+ "statusBar.foreground": "#cad3f5",
422
+ "statusBar.noFolderBackground": "#181926",
423
+ "statusBar.noFolderBorder": "#00000000",
424
+ "statusBar.noFolderForeground": "#cad3f5",
425
+ "statusBarItem.activeBackground": "#5b607866",
426
+ "statusBarItem.errorBackground": "#00000000",
427
+ "statusBarItem.errorForeground": "#ed8796",
428
+ "statusBarItem.hoverBackground": "#5b607833",
429
+ "statusBarItem.prominentBackground": "#00000000",
430
+ "statusBarItem.prominentForeground": "#c6a0f6",
431
+ "statusBarItem.prominentHoverBackground": "#5b607833",
432
+ "statusBarItem.remoteBackground": "#8aadf4",
433
+ "statusBarItem.remoteForeground": "#181926",
434
+ "statusBarItem.warningBackground": "#00000000",
435
+ "statusBarItem.warningForeground": "#f5a97f",
436
+ "symbolIcon.arrayForeground": "#f5a97f",
437
+ "symbolIcon.booleanForeground": "#c6a0f6",
438
+ "symbolIcon.classForeground": "#eed49f",
439
+ "symbolIcon.colorForeground": "#f5bde6",
440
+ "symbolIcon.constantForeground": "#f5a97f",
441
+ "symbolIcon.constructorForeground": "#b7bdf8",
442
+ "symbolIcon.enumeratorForeground": "#eed49f",
443
+ "symbolIcon.enumeratorMemberForeground": "#eed49f",
444
+ "symbolIcon.eventForeground": "#f5bde6",
445
+ "symbolIcon.fieldForeground": "#cad3f5",
446
+ "symbolIcon.fileForeground": "#c6a0f6",
447
+ "symbolIcon.folderForeground": "#c6a0f6",
448
+ "symbolIcon.functionForeground": "#8aadf4",
449
+ "symbolIcon.interfaceForeground": "#eed49f",
450
+ "symbolIcon.keyForeground": "#8bd5ca",
451
+ "symbolIcon.keywordForeground": "#c6a0f6",
452
+ "symbolIcon.methodForeground": "#8aadf4",
453
+ "symbolIcon.moduleForeground": "#cad3f5",
454
+ "symbolIcon.namespaceForeground": "#eed49f",
455
+ "symbolIcon.nullForeground": "#ee99a0",
456
+ "symbolIcon.numberForeground": "#f5a97f",
457
+ "symbolIcon.objectForeground": "#eed49f",
458
+ "symbolIcon.operatorForeground": "#8bd5ca",
459
+ "symbolIcon.packageForeground": "#f0c6c6",
460
+ "symbolIcon.propertyForeground": "#ee99a0",
461
+ "symbolIcon.referenceForeground": "#eed49f",
462
+ "symbolIcon.snippetForeground": "#f0c6c6",
463
+ "symbolIcon.stringForeground": "#a6da95",
464
+ "symbolIcon.structForeground": "#8bd5ca",
465
+ "symbolIcon.textForeground": "#cad3f5",
466
+ "symbolIcon.typeParameterForeground": "#ee99a0",
467
+ "symbolIcon.unitForeground": "#cad3f5",
468
+ "symbolIcon.variableForeground": "#cad3f5",
469
+ "tab.activeBackground": "#24273a",
470
+ "tab.activeBorder": "#00000000",
471
+ "tab.activeBorderTop": "#c6a0f6",
472
+ "tab.activeForeground": "#c6a0f6",
473
+ "tab.activeModifiedBorder": "#eed49f",
474
+ "tab.border": "#1e2030",
475
+ "tab.hoverBackground": "#2e324a",
476
+ "tab.hoverBorder": "#00000000",
477
+ "tab.hoverForeground": "#c6a0f6",
478
+ "tab.inactiveBackground": "#1e2030",
479
+ "tab.inactiveForeground": "#6e738d",
480
+ "tab.inactiveModifiedBorder": "#eed49f4d",
481
+ "tab.lastPinnedBorder": "#c6a0f6",
482
+ "tab.unfocusedActiveBackground": "#1e2030",
483
+ "tab.unfocusedActiveBorder": "#00000000",
484
+ "tab.unfocusedActiveBorderTop": "#c6a0f64d",
485
+ "tab.unfocusedInactiveBackground": "#141620",
486
+ "table.headerBackground": "#363a4f",
487
+ "table.headerForeground": "#cad3f5",
488
+ "terminal.ansiBlack": "#a5adcb",
489
+ "terminal.ansiBlue": "#8aadf4",
490
+ "terminal.ansiBrightBlack": "#5b6078",
491
+ "terminal.ansiBrightBlue": "#8aadf4",
492
+ "terminal.ansiBrightCyan": "#91d7e3",
493
+ "terminal.ansiBrightGreen": "#a6da95",
494
+ "terminal.ansiBrightMagenta": "#f5bde6",
495
+ "terminal.ansiBrightRed": "#ed8796",
496
+ "terminal.ansiBrightWhite": "#494d64",
497
+ "terminal.ansiBrightYellow": "#eed49f",
498
+ "terminal.ansiCyan": "#91d7e3",
499
+ "terminal.ansiGreen": "#a6da95",
500
+ "terminal.ansiMagenta": "#f5bde6",
501
+ "terminal.ansiRed": "#ed8796",
502
+ "terminal.ansiWhite": "#b8c0e0",
503
+ "terminal.ansiYellow": "#eed49f",
504
+ "terminal.border": "#5b6078",
505
+ "terminal.dropBackground": "#c6a0f633",
506
+ "terminal.foreground": "#cad3f5",
507
+ "terminal.inactiveSelectionBackground": "#5b607880",
508
+ "terminal.selectionBackground": "#5b6078",
509
+ "terminal.tab.activeBorder": "#c6a0f6",
510
+ "terminalCommandDecoration.defaultBackground": "#5b6078",
511
+ "terminalCommandDecoration.errorBackground": "#ed8796",
512
+ "terminalCommandDecoration.successBackground": "#a6da95",
513
+ "terminalCursor.background": "#24273a",
514
+ "terminalCursor.foreground": "#f4dbd6",
515
+ "textBlockQuote.background": "#1e2030",
516
+ "textBlockQuote.border": "#181926",
517
+ "textCodeBlock.background": "#24273a",
518
+ "textLink.activeForeground": "#91d7e3",
519
+ "textLink.foreground": "#8aadf4",
520
+ "textPreformat.foreground": "#cad3f5",
521
+ "textSeparator.foreground": "#c6a0f6",
522
+ "titleBar.activeBackground": "#181926",
523
+ "titleBar.activeForeground": "#cad3f5",
524
+ "titleBar.border": "#00000000",
525
+ "titleBar.inactiveBackground": "#181926",
526
+ "titleBar.inactiveForeground": "#cad3f580",
527
+ "tree.inactiveIndentGuidesStroke": "#494d64",
528
+ "tree.indentGuidesStroke": "#939ab7",
529
+ "walkThrough.embeddedEditorBackground": "#24273a4d",
530
+ "welcomePage.progress.background": "#181926",
531
+ "welcomePage.progress.foreground": "#c6a0f6",
532
+ "welcomePage.tileBackground": "#1e2030",
533
+ "widget.shadow": "#1e203080",
534
+ "window.activeBorder": "#00000000",
535
+ "window.inactiveBorder": "#00000000"
536
+ },
537
+ "displayName": "Catppuccin Macchiato",
538
+ "name": "catppuccin-macchiato",
539
+ "semanticHighlighting": true,
540
+ "semanticTokenColors": {
541
+ "boolean": {
542
+ "foreground": "#f5a97f"
543
+ },
544
+ "builtinAttribute.attribute.library:rust": {
545
+ "foreground": "#8aadf4"
546
+ },
547
+ "class.builtin:python": {
548
+ "foreground": "#c6a0f6"
549
+ },
550
+ "class:python": {
551
+ "foreground": "#eed49f"
552
+ },
553
+ "constant.builtin.readonly:nix": {
554
+ "foreground": "#c6a0f6"
555
+ },
556
+ "enumMember": {
557
+ "foreground": "#8bd5ca"
558
+ },
559
+ "function.decorator:python": {
560
+ "foreground": "#f5a97f"
561
+ },
562
+ "generic.attribute:rust": {
563
+ "foreground": "#cad3f5"
564
+ },
565
+ "heading": {
566
+ "foreground": "#ed8796"
567
+ },
568
+ "number": {
569
+ "foreground": "#f5a97f"
570
+ },
571
+ "pol": {
572
+ "foreground": "#f0c6c6"
573
+ },
574
+ "property.readonly:javascript": {
575
+ "foreground": "#cad3f5"
576
+ },
577
+ "property.readonly:javascriptreact": {
578
+ "foreground": "#cad3f5"
579
+ },
580
+ "property.readonly:typescript": {
581
+ "foreground": "#cad3f5"
582
+ },
583
+ "property.readonly:typescriptreact": {
584
+ "foreground": "#cad3f5"
585
+ },
586
+ "selfKeyword": {
587
+ "foreground": "#ed8796"
588
+ },
589
+ "text.emph": {
590
+ "fontStyle": "italic",
591
+ "foreground": "#ed8796"
592
+ },
593
+ "text.math": {
594
+ "foreground": "#f0c6c6"
595
+ },
596
+ "text.strong": {
597
+ "fontStyle": "bold",
598
+ "foreground": "#ed8796"
599
+ },
600
+ "tomlArrayKey": {
601
+ "fontStyle": "",
602
+ "foreground": "#8aadf4"
603
+ },
604
+ "tomlTableKey": {
605
+ "fontStyle": "",
606
+ "foreground": "#8aadf4"
607
+ },
608
+ "type.defaultLibrary:go": {
609
+ "foreground": "#c6a0f6"
610
+ },
611
+ "variable.defaultLibrary": {
612
+ "foreground": "#ee99a0"
613
+ },
614
+ "variable.readonly.defaultLibrary:go": {
615
+ "foreground": "#c6a0f6"
616
+ },
617
+ "variable.readonly:javascript": {
618
+ "foreground": "#cad3f5"
619
+ },
620
+ "variable.readonly:javascriptreact": {
621
+ "foreground": "#cad3f5"
622
+ },
623
+ "variable.readonly:scala": {
624
+ "foreground": "#cad3f5"
625
+ },
626
+ "variable.readonly:typescript": {
627
+ "foreground": "#cad3f5"
628
+ },
629
+ "variable.readonly:typescriptreact": {
630
+ "foreground": "#cad3f5"
631
+ },
632
+ "variable.typeHint:python": {
633
+ "foreground": "#eed49f"
634
+ }
635
+ },
636
+ "tokenColors": [{
637
+ "scope": ["text", "source", "variable.other.readwrite", "punctuation.definition.variable"],
638
+ "settings": {
639
+ "foreground": "#cad3f5"
640
+ }
641
+ }, {
642
+ "scope": "punctuation",
643
+ "settings": {
644
+ "fontStyle": "",
645
+ "foreground": "#939ab7"
646
+ }
647
+ }, {
648
+ "scope": ["comment", "punctuation.definition.comment"],
649
+ "settings": {
650
+ "fontStyle": "italic",
651
+ "foreground": "#6e738d"
652
+ }
653
+ }, {
654
+ "scope": ["string", "punctuation.definition.string"],
655
+ "settings": {
656
+ "foreground": "#a6da95"
657
+ }
658
+ }, {
659
+ "scope": "constant.character.escape",
660
+ "settings": {
661
+ "foreground": "#f5bde6"
662
+ }
663
+ }, {
664
+ "scope": ["constant.numeric", "variable.other.constant", "entity.name.constant", "constant.language.boolean", "constant.language.false", "constant.language.true", "keyword.other.unit.user-defined", "keyword.other.unit.suffix.floating-point"],
665
+ "settings": {
666
+ "foreground": "#f5a97f"
667
+ }
668
+ }, {
669
+ "scope": ["keyword", "keyword.operator.word", "keyword.operator.new", "variable.language.super", "support.type.primitive", "storage.type", "storage.modifier", "punctuation.definition.keyword"],
670
+ "settings": {
671
+ "fontStyle": "",
672
+ "foreground": "#c6a0f6"
673
+ }
674
+ }, {
675
+ "scope": "entity.name.tag.documentation",
676
+ "settings": {
677
+ "foreground": "#c6a0f6"
678
+ }
679
+ }, {
680
+ "scope": ["keyword.operator", "punctuation.accessor", "punctuation.definition.generic", "meta.function.closure punctuation.section.parameters", "punctuation.definition.tag", "punctuation.separator.key-value"],
681
+ "settings": {
682
+ "foreground": "#8bd5ca"
683
+ }
684
+ }, {
685
+ "scope": ["entity.name.function", "meta.function-call.method", "support.function", "support.function.misc", "variable.function"],
686
+ "settings": {
687
+ "fontStyle": "italic",
688
+ "foreground": "#8aadf4"
689
+ }
690
+ }, {
691
+ "scope": ["entity.name.class", "entity.other.inherited-class", "support.class", "meta.function-call.constructor", "entity.name.struct"],
692
+ "settings": {
693
+ "fontStyle": "italic",
694
+ "foreground": "#eed49f"
695
+ }
696
+ }, {
697
+ "scope": "entity.name.enum",
698
+ "settings": {
699
+ "fontStyle": "italic",
700
+ "foreground": "#eed49f"
701
+ }
702
+ }, {
703
+ "scope": ["meta.enum variable.other.readwrite", "variable.other.enummember"],
704
+ "settings": {
705
+ "foreground": "#8bd5ca"
706
+ }
707
+ }, {
708
+ "scope": "meta.property.object",
709
+ "settings": {
710
+ "foreground": "#8bd5ca"
711
+ }
712
+ }, {
713
+ "scope": ["meta.type", "meta.type-alias", "support.type", "entity.name.type"],
714
+ "settings": {
715
+ "fontStyle": "italic",
716
+ "foreground": "#eed49f"
717
+ }
718
+ }, {
719
+ "scope": ["meta.annotation variable.function", "meta.annotation variable.annotation.function", "meta.annotation punctuation.definition.annotation", "meta.decorator", "punctuation.decorator"],
720
+ "settings": {
721
+ "foreground": "#f5a97f"
722
+ }
723
+ }, {
724
+ "scope": ["variable.parameter", "meta.function.parameters"],
725
+ "settings": {
726
+ "fontStyle": "italic",
727
+ "foreground": "#ee99a0"
728
+ }
729
+ }, {
730
+ "scope": ["constant.language", "support.function.builtin"],
731
+ "settings": {
732
+ "foreground": "#ed8796"
733
+ }
734
+ }, {
735
+ "scope": "entity.other.attribute-name.documentation",
736
+ "settings": {
737
+ "foreground": "#ed8796"
738
+ }
739
+ }, {
740
+ "scope": ["keyword.control.directive", "punctuation.definition.directive"],
741
+ "settings": {
742
+ "foreground": "#eed49f"
743
+ }
744
+ }, {
745
+ "scope": "punctuation.definition.typeparameters",
746
+ "settings": {
747
+ "foreground": "#91d7e3"
748
+ }
749
+ }, {
750
+ "scope": "entity.name.namespace",
751
+ "settings": {
752
+ "foreground": "#eed49f"
753
+ }
754
+ }, {
755
+ "scope": "support.type.property-name.css",
756
+ "settings": {
757
+ "fontStyle": "",
758
+ "foreground": "#8aadf4"
759
+ }
760
+ }, {
761
+ "scope": ["variable.language.this", "variable.language.this punctuation.definition.variable"],
762
+ "settings": {
763
+ "foreground": "#ed8796"
764
+ }
765
+ }, {
766
+ "scope": "variable.object.property",
767
+ "settings": {
768
+ "foreground": "#cad3f5"
769
+ }
770
+ }, {
771
+ "scope": ["string.template variable", "string variable"],
772
+ "settings": {
773
+ "foreground": "#cad3f5"
774
+ }
775
+ }, {
776
+ "scope": "keyword.operator.new",
777
+ "settings": {
778
+ "fontStyle": "bold"
779
+ }
780
+ }, {
781
+ "scope": "storage.modifier.specifier.extern.cpp",
782
+ "settings": {
783
+ "foreground": "#c6a0f6"
784
+ }
785
+ }, {
786
+ "scope": ["entity.name.scope-resolution.template.call.cpp", "entity.name.scope-resolution.parameter.cpp", "entity.name.scope-resolution.cpp", "entity.name.scope-resolution.function.definition.cpp"],
787
+ "settings": {
788
+ "foreground": "#eed49f"
789
+ }
790
+ }, {
791
+ "scope": "storage.type.class.doxygen",
792
+ "settings": {
793
+ "fontStyle": ""
794
+ }
795
+ }, {
796
+ "scope": ["storage.modifier.reference.cpp"],
797
+ "settings": {
798
+ "foreground": "#8bd5ca"
799
+ }
800
+ }, {
801
+ "scope": "meta.interpolation.cs",
802
+ "settings": {
803
+ "foreground": "#cad3f5"
804
+ }
805
+ }, {
806
+ "scope": "comment.block.documentation.cs",
807
+ "settings": {
808
+ "foreground": "#cad3f5"
809
+ }
810
+ }, {
811
+ "scope": ["source.css entity.other.attribute-name.class.css", "entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css"],
812
+ "settings": {
813
+ "foreground": "#eed49f"
814
+ }
815
+ }, {
816
+ "scope": "punctuation.separator.operator.css",
817
+ "settings": {
818
+ "foreground": "#8bd5ca"
819
+ }
820
+ }, {
821
+ "scope": "source.css entity.other.attribute-name.pseudo-class",
822
+ "settings": {
823
+ "foreground": "#8bd5ca"
824
+ }
825
+ }, {
826
+ "scope": "source.css constant.other.unicode-range",
827
+ "settings": {
828
+ "foreground": "#f5a97f"
829
+ }
830
+ }, {
831
+ "scope": "source.css variable.parameter.url",
832
+ "settings": {
833
+ "fontStyle": "",
834
+ "foreground": "#a6da95"
835
+ }
836
+ }, {
837
+ "scope": ["support.type.vendored.property-name"],
838
+ "settings": {
839
+ "foreground": "#91d7e3"
840
+ }
841
+ }, {
842
+ "scope": ["source.css meta.property-value variable", "source.css meta.property-value variable.other.less", "source.css meta.property-value variable.other.less punctuation.definition.variable.less", "meta.definition.variable.scss"],
843
+ "settings": {
844
+ "foreground": "#ee99a0"
845
+ }
846
+ }, {
847
+ "scope": ["source.css meta.property-list variable", "meta.property-list variable.other.less", "meta.property-list variable.other.less punctuation.definition.variable.less"],
848
+ "settings": {
849
+ "foreground": "#8aadf4"
850
+ }
851
+ }, {
852
+ "scope": "keyword.other.unit.percentage.css",
853
+ "settings": {
854
+ "foreground": "#f5a97f"
855
+ }
856
+ }, {
857
+ "scope": "source.css meta.attribute-selector",
858
+ "settings": {
859
+ "foreground": "#a6da95"
860
+ }
861
+ }, {
862
+ "scope": ["keyword.other.definition.ini", "punctuation.support.type.property-name.json", "support.type.property-name.json", "punctuation.support.type.property-name.toml", "support.type.property-name.toml", "entity.name.tag.yaml", "punctuation.support.type.property-name.yaml", "support.type.property-name.yaml"],
863
+ "settings": {
864
+ "fontStyle": "",
865
+ "foreground": "#8aadf4"
866
+ }
867
+ }, {
868
+ "scope": ["constant.language.json", "constant.language.yaml"],
869
+ "settings": {
870
+ "foreground": "#f5a97f"
871
+ }
872
+ }, {
873
+ "scope": ["entity.name.type.anchor.yaml", "variable.other.alias.yaml"],
874
+ "settings": {
875
+ "fontStyle": "",
876
+ "foreground": "#eed49f"
877
+ }
878
+ }, {
879
+ "scope": ["support.type.property-name.table", "entity.name.section.group-title.ini"],
880
+ "settings": {
881
+ "foreground": "#eed49f"
882
+ }
883
+ }, {
884
+ "scope": "constant.other.time.datetime.offset.toml",
885
+ "settings": {
886
+ "foreground": "#f5bde6"
887
+ }
888
+ }, {
889
+ "scope": ["punctuation.definition.anchor.yaml", "punctuation.definition.alias.yaml"],
890
+ "settings": {
891
+ "foreground": "#f5bde6"
892
+ }
893
+ }, {
894
+ "scope": "entity.other.document.begin.yaml",
895
+ "settings": {
896
+ "foreground": "#f5bde6"
897
+ }
898
+ }, {
899
+ "scope": "markup.changed.diff",
900
+ "settings": {
901
+ "foreground": "#f5a97f"
902
+ }
903
+ }, {
904
+ "scope": ["meta.diff.header.from-file", "meta.diff.header.to-file", "punctuation.definition.from-file.diff", "punctuation.definition.to-file.diff"],
905
+ "settings": {
906
+ "foreground": "#8aadf4"
907
+ }
908
+ }, {
909
+ "scope": "markup.inserted.diff",
910
+ "settings": {
911
+ "foreground": "#a6da95"
912
+ }
913
+ }, {
914
+ "scope": "markup.deleted.diff",
915
+ "settings": {
916
+ "foreground": "#ed8796"
917
+ }
918
+ }, {
919
+ "scope": ["variable.other.env"],
920
+ "settings": {
921
+ "foreground": "#8aadf4"
922
+ }
923
+ }, {
924
+ "scope": ["string.quoted variable.other.env"],
925
+ "settings": {
926
+ "foreground": "#cad3f5"
927
+ }
928
+ }, {
929
+ "scope": "support.function.builtin.gdscript",
930
+ "settings": {
931
+ "foreground": "#8aadf4"
932
+ }
933
+ }, {
934
+ "scope": "constant.language.gdscript",
935
+ "settings": {
936
+ "foreground": "#f5a97f"
937
+ }
938
+ }, {
939
+ "scope": "comment meta.annotation.go",
940
+ "settings": {
941
+ "foreground": "#ee99a0"
942
+ }
943
+ }, {
944
+ "scope": "comment meta.annotation.parameters.go",
945
+ "settings": {
946
+ "foreground": "#f5a97f"
947
+ }
948
+ }, {
949
+ "scope": "constant.language.go",
950
+ "settings": {
951
+ "foreground": "#f5a97f"
952
+ }
953
+ }, {
954
+ "scope": "variable.graphql",
955
+ "settings": {
956
+ "foreground": "#cad3f5"
957
+ }
958
+ }, {
959
+ "scope": "string.unquoted.alias.graphql",
960
+ "settings": {
961
+ "foreground": "#f0c6c6"
962
+ }
963
+ }, {
964
+ "scope": "constant.character.enum.graphql",
965
+ "settings": {
966
+ "foreground": "#8bd5ca"
967
+ }
968
+ }, {
969
+ "scope": "meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql",
970
+ "settings": {
971
+ "foreground": "#f0c6c6"
972
+ }
973
+ }, {
974
+ "scope": ["keyword.other.doctype", "meta.tag.sgml.doctype punctuation.definition.tag", "meta.tag.metadata.doctype entity.name.tag", "meta.tag.metadata.doctype punctuation.definition.tag"],
975
+ "settings": {
976
+ "foreground": "#c6a0f6"
977
+ }
978
+ }, {
979
+ "scope": ["entity.name.tag"],
980
+ "settings": {
981
+ "fontStyle": "",
982
+ "foreground": "#8aadf4"
983
+ }
984
+ }, {
985
+ "scope": ["text.html constant.character.entity", "text.html constant.character.entity punctuation", "constant.character.entity.xml", "constant.character.entity.xml punctuation", "constant.character.entity.js.jsx", "constant.charactger.entity.js.jsx punctuation", "constant.character.entity.tsx", "constant.character.entity.tsx punctuation"],
986
+ "settings": {
987
+ "foreground": "#ed8796"
988
+ }
989
+ }, {
990
+ "scope": ["entity.other.attribute-name"],
991
+ "settings": {
992
+ "foreground": "#eed49f"
993
+ }
994
+ }, {
995
+ "scope": ["support.class.component", "support.class.component.jsx", "support.class.component.tsx", "support.class.component.vue"],
996
+ "settings": {
997
+ "fontStyle": "",
998
+ "foreground": "#f5bde6"
999
+ }
1000
+ }, {
1001
+ "scope": ["punctuation.definition.annotation", "storage.type.annotation"],
1002
+ "settings": {
1003
+ "foreground": "#f5a97f"
1004
+ }
1005
+ }, {
1006
+ "scope": "constant.other.enum.java",
1007
+ "settings": {
1008
+ "foreground": "#8bd5ca"
1009
+ }
1010
+ }, {
1011
+ "scope": "storage.modifier.import.java",
1012
+ "settings": {
1013
+ "foreground": "#cad3f5"
1014
+ }
1015
+ }, {
1016
+ "scope": "comment.block.javadoc.java keyword.other.documentation.javadoc.java",
1017
+ "settings": {
1018
+ "fontStyle": ""
1019
+ }
1020
+ }, {
1021
+ "scope": "meta.export variable.other.readwrite.js",
1022
+ "settings": {
1023
+ "foreground": "#ee99a0"
1024
+ }
1025
+ }, {
1026
+ "scope": ["variable.other.constant.js", "variable.other.constant.ts", "variable.other.property.js", "variable.other.property.ts"],
1027
+ "settings": {
1028
+ "foreground": "#cad3f5"
1029
+ }
1030
+ }, {
1031
+ "scope": ["variable.other.jsdoc", "comment.block.documentation variable.other"],
1032
+ "settings": {
1033
+ "fontStyle": "",
1034
+ "foreground": "#ee99a0"
1035
+ }
1036
+ }, {
1037
+ "scope": "storage.type.class.jsdoc",
1038
+ "settings": {
1039
+ "fontStyle": ""
1040
+ }
1041
+ }, {
1042
+ "scope": "support.type.object.console.js",
1043
+ "settings": {
1044
+ "foreground": "#cad3f5"
1045
+ }
1046
+ }, {
1047
+ "scope": ["support.constant.node", "support.type.object.module.js"],
1048
+ "settings": {
1049
+ "foreground": "#c6a0f6"
1050
+ }
1051
+ }, {
1052
+ "scope": "storage.modifier.implements",
1053
+ "settings": {
1054
+ "foreground": "#c6a0f6"
1055
+ }
1056
+ }, {
1057
+ "scope": ["constant.language.null.js", "constant.language.null.ts", "constant.language.undefined.js", "constant.language.undefined.ts", "support.type.builtin.ts"],
1058
+ "settings": {
1059
+ "foreground": "#c6a0f6"
1060
+ }
1061
+ }, {
1062
+ "scope": "variable.parameter.generic",
1063
+ "settings": {
1064
+ "foreground": "#eed49f"
1065
+ }
1066
+ }, {
1067
+ "scope": ["keyword.declaration.function.arrow.js", "storage.type.function.arrow.ts"],
1068
+ "settings": {
1069
+ "foreground": "#8bd5ca"
1070
+ }
1071
+ }, {
1072
+ "scope": "punctuation.decorator.ts",
1073
+ "settings": {
1074
+ "fontStyle": "italic",
1075
+ "foreground": "#8aadf4"
1076
+ }
1077
+ }, {
1078
+ "scope": ["keyword.operator.expression.in.js", "keyword.operator.expression.in.ts", "keyword.operator.expression.infer.ts", "keyword.operator.expression.instanceof.js", "keyword.operator.expression.instanceof.ts", "keyword.operator.expression.is", "keyword.operator.expression.keyof.ts", "keyword.operator.expression.of.js", "keyword.operator.expression.of.ts", "keyword.operator.expression.typeof.ts"],
1079
+ "settings": {
1080
+ "foreground": "#c6a0f6"
1081
+ }
1082
+ }, {
1083
+ "scope": "support.function.macro.julia",
1084
+ "settings": {
1085
+ "fontStyle": "italic",
1086
+ "foreground": "#8bd5ca"
1087
+ }
1088
+ }, {
1089
+ "scope": "constant.language.julia",
1090
+ "settings": {
1091
+ "foreground": "#f5a97f"
1092
+ }
1093
+ }, {
1094
+ "scope": "constant.other.symbol.julia",
1095
+ "settings": {
1096
+ "foreground": "#ee99a0"
1097
+ }
1098
+ }, {
1099
+ "scope": "text.tex keyword.control.preamble",
1100
+ "settings": {
1101
+ "foreground": "#8bd5ca"
1102
+ }
1103
+ }, {
1104
+ "scope": "text.tex support.function.be",
1105
+ "settings": {
1106
+ "foreground": "#91d7e3"
1107
+ }
1108
+ }, {
1109
+ "scope": "constant.other.general.math.tex",
1110
+ "settings": {
1111
+ "foreground": "#f0c6c6"
1112
+ }
1113
+ }, {
1114
+ "scope": "comment.line.double-dash.documentation.lua storage.type.annotation.lua",
1115
+ "settings": {
1116
+ "fontStyle": "",
1117
+ "foreground": "#c6a0f6"
1118
+ }
1119
+ }, {
1120
+ "scope": ["comment.line.double-dash.documentation.lua entity.name.variable.lua", "comment.line.double-dash.documentation.lua variable.lua"],
1121
+ "settings": {
1122
+ "foreground": "#cad3f5"
1123
+ }
1124
+ }, {
1125
+ "scope": ["heading.1.markdown punctuation.definition.heading.markdown", "heading.1.markdown", "heading.1.quarto punctuation.definition.heading.quarto", "heading.1.quarto", "markup.heading.atx.1.mdx", "markup.heading.atx.1.mdx punctuation.definition.heading.mdx", "markup.heading.setext.1.markdown", "markup.heading.heading-0.asciidoc"],
1126
+ "settings": {
1127
+ "foreground": "#ed8796"
1128
+ }
1129
+ }, {
1130
+ "scope": ["heading.2.markdown punctuation.definition.heading.markdown", "heading.2.markdown", "heading.2.quarto punctuation.definition.heading.quarto", "heading.2.quarto", "markup.heading.atx.2.mdx", "markup.heading.atx.2.mdx punctuation.definition.heading.mdx", "markup.heading.setext.2.markdown", "markup.heading.heading-1.asciidoc"],
1131
+ "settings": {
1132
+ "foreground": "#f5a97f"
1133
+ }
1134
+ }, {
1135
+ "scope": ["heading.3.markdown punctuation.definition.heading.markdown", "heading.3.markdown", "heading.3.quarto punctuation.definition.heading.quarto", "heading.3.quarto", "markup.heading.atx.3.mdx", "markup.heading.atx.3.mdx punctuation.definition.heading.mdx", "markup.heading.heading-2.asciidoc"],
1136
+ "settings": {
1137
+ "foreground": "#eed49f"
1138
+ }
1139
+ }, {
1140
+ "scope": ["heading.4.markdown punctuation.definition.heading.markdown", "heading.4.markdown", "heading.4.quarto punctuation.definition.heading.quarto", "heading.4.quarto", "markup.heading.atx.4.mdx", "markup.heading.atx.4.mdx punctuation.definition.heading.mdx", "markup.heading.heading-3.asciidoc"],
1141
+ "settings": {
1142
+ "foreground": "#a6da95"
1143
+ }
1144
+ }, {
1145
+ "scope": ["heading.5.markdown punctuation.definition.heading.markdown", "heading.5.markdown", "heading.5.quarto punctuation.definition.heading.quarto", "heading.5.quarto", "markup.heading.atx.5.mdx", "markup.heading.atx.5.mdx punctuation.definition.heading.mdx", "markup.heading.heading-4.asciidoc"],
1146
+ "settings": {
1147
+ "foreground": "#8aadf4"
1148
+ }
1149
+ }, {
1150
+ "scope": ["heading.6.markdown punctuation.definition.heading.markdown", "heading.6.markdown", "heading.6.quarto punctuation.definition.heading.quarto", "heading.6.quarto", "markup.heading.atx.6.mdx", "markup.heading.atx.6.mdx punctuation.definition.heading.mdx", "markup.heading.heading-5.asciidoc"],
1151
+ "settings": {
1152
+ "foreground": "#c6a0f6"
1153
+ }
1154
+ }, {
1155
+ "scope": "markup.bold",
1156
+ "settings": {
1157
+ "fontStyle": "bold",
1158
+ "foreground": "#ed8796"
1159
+ }
1160
+ }, {
1161
+ "scope": "markup.italic",
1162
+ "settings": {
1163
+ "fontStyle": "italic",
1164
+ "foreground": "#ed8796"
1165
+ }
1166
+ }, {
1167
+ "scope": "markup.strikethrough",
1168
+ "settings": {
1169
+ "fontStyle": "strikethrough",
1170
+ "foreground": "#a5adcb"
1171
+ }
1172
+ }, {
1173
+ "scope": ["punctuation.definition.link", "markup.underline.link"],
1174
+ "settings": {
1175
+ "foreground": "#8aadf4"
1176
+ }
1177
+ }, {
1178
+ "scope": ["text.html.markdown punctuation.definition.link.title", "text.html.quarto punctuation.definition.link.title", "string.other.link.title.markdown", "string.other.link.title.quarto", "markup.link", "punctuation.definition.constant.markdown", "punctuation.definition.constant.quarto", "constant.other.reference.link.markdown", "constant.other.reference.link.quarto", "markup.substitution.attribute-reference"],
1179
+ "settings": {
1180
+ "foreground": "#b7bdf8"
1181
+ }
1182
+ }, {
1183
+ "scope": ["punctuation.definition.raw.markdown", "punctuation.definition.raw.quarto", "markup.inline.raw.string.markdown", "markup.inline.raw.string.quarto", "markup.raw.block.markdown", "markup.raw.block.quarto"],
1184
+ "settings": {
1185
+ "foreground": "#a6da95"
1186
+ }
1187
+ }, {
1188
+ "scope": "fenced_code.block.language",
1189
+ "settings": {
1190
+ "foreground": "#91d7e3"
1191
+ }
1192
+ }, {
1193
+ "scope": ["markup.fenced_code.block punctuation.definition", "markup.raw support.asciidoc"],
1194
+ "settings": {
1195
+ "foreground": "#939ab7"
1196
+ }
1197
+ }, {
1198
+ "scope": ["markup.quote", "punctuation.definition.quote.begin"],
1199
+ "settings": {
1200
+ "foreground": "#f5bde6"
1201
+ }
1202
+ }, {
1203
+ "scope": "meta.separator.markdown",
1204
+ "settings": {
1205
+ "foreground": "#8bd5ca"
1206
+ }
1207
+ }, {
1208
+ "scope": ["punctuation.definition.list.begin.markdown", "punctuation.definition.list.begin.quarto", "markup.list.bullet"],
1209
+ "settings": {
1210
+ "foreground": "#8bd5ca"
1211
+ }
1212
+ }, {
1213
+ "scope": "markup.heading.quarto",
1214
+ "settings": {
1215
+ "fontStyle": "bold"
1216
+ }
1217
+ }, {
1218
+ "scope": ["entity.other.attribute-name.multipart.nix", "entity.other.attribute-name.single.nix"],
1219
+ "settings": {
1220
+ "foreground": "#8aadf4"
1221
+ }
1222
+ }, {
1223
+ "scope": "variable.parameter.name.nix",
1224
+ "settings": {
1225
+ "fontStyle": "",
1226
+ "foreground": "#cad3f5"
1227
+ }
1228
+ }, {
1229
+ "scope": "meta.embedded variable.parameter.name.nix",
1230
+ "settings": {
1231
+ "fontStyle": "",
1232
+ "foreground": "#b7bdf8"
1233
+ }
1234
+ }, {
1235
+ "scope": "string.unquoted.path.nix",
1236
+ "settings": {
1237
+ "fontStyle": "",
1238
+ "foreground": "#f5bde6"
1239
+ }
1240
+ }, {
1241
+ "scope": ["support.attribute.builtin", "meta.attribute.php"],
1242
+ "settings": {
1243
+ "foreground": "#eed49f"
1244
+ }
1245
+ }, {
1246
+ "scope": "meta.function.parameters.php punctuation.definition.variable.php",
1247
+ "settings": {
1248
+ "foreground": "#ee99a0"
1249
+ }
1250
+ }, {
1251
+ "scope": "constant.language.php",
1252
+ "settings": {
1253
+ "foreground": "#c6a0f6"
1254
+ }
1255
+ }, {
1256
+ "scope": "text.html.php support.function",
1257
+ "settings": {
1258
+ "foreground": "#91d7e3"
1259
+ }
1260
+ }, {
1261
+ "scope": "keyword.other.phpdoc.php",
1262
+ "settings": {
1263
+ "fontStyle": ""
1264
+ }
1265
+ }, {
1266
+ "scope": ["support.variable.magic.python", "meta.function-call.arguments.python"],
1267
+ "settings": {
1268
+ "foreground": "#cad3f5"
1269
+ }
1270
+ }, {
1271
+ "scope": ["support.function.magic.python"],
1272
+ "settings": {
1273
+ "fontStyle": "italic",
1274
+ "foreground": "#91d7e3"
1275
+ }
1276
+ }, {
1277
+ "scope": ["variable.parameter.function.language.special.self.python", "variable.language.special.self.python"],
1278
+ "settings": {
1279
+ "fontStyle": "italic",
1280
+ "foreground": "#ed8796"
1281
+ }
1282
+ }, {
1283
+ "scope": ["keyword.control.flow.python", "keyword.operator.logical.python"],
1284
+ "settings": {
1285
+ "foreground": "#c6a0f6"
1286
+ }
1287
+ }, {
1288
+ "scope": "storage.type.function.python",
1289
+ "settings": {
1290
+ "foreground": "#c6a0f6"
1291
+ }
1292
+ }, {
1293
+ "scope": ["support.token.decorator.python", "meta.function.decorator.identifier.python"],
1294
+ "settings": {
1295
+ "foreground": "#91d7e3"
1296
+ }
1297
+ }, {
1298
+ "scope": ["meta.function-call.python"],
1299
+ "settings": {
1300
+ "foreground": "#8aadf4"
1301
+ }
1302
+ }, {
1303
+ "scope": ["entity.name.function.decorator.python", "punctuation.definition.decorator.python"],
1304
+ "settings": {
1305
+ "fontStyle": "italic",
1306
+ "foreground": "#f5a97f"
1307
+ }
1308
+ }, {
1309
+ "scope": "constant.character.format.placeholder.other.python",
1310
+ "settings": {
1311
+ "foreground": "#f5bde6"
1312
+ }
1313
+ }, {
1314
+ "scope": ["support.type.exception.python", "support.function.builtin.python"],
1315
+ "settings": {
1316
+ "foreground": "#f5a97f"
1317
+ }
1318
+ }, {
1319
+ "scope": ["support.type.python"],
1320
+ "settings": {
1321
+ "foreground": "#f5a97f"
1322
+ }
1323
+ }, {
1324
+ "scope": "constant.language.python",
1325
+ "settings": {
1326
+ "foreground": "#c6a0f6"
1327
+ }
1328
+ }, {
1329
+ "scope": ["meta.indexed-name.python", "meta.item-access.python"],
1330
+ "settings": {
1331
+ "fontStyle": "italic",
1332
+ "foreground": "#ee99a0"
1333
+ }
1334
+ }, {
1335
+ "scope": "storage.type.string.python",
1336
+ "settings": {
1337
+ "fontStyle": "italic",
1338
+ "foreground": "#a6da95"
1339
+ }
1340
+ }, {
1341
+ "scope": "meta.function.parameters.python",
1342
+ "settings": {
1343
+ "fontStyle": ""
1344
+ }
1345
+ }, {
1346
+ "scope": ["string.regexp punctuation.definition.string.begin", "string.regexp punctuation.definition.string.end"],
1347
+ "settings": {
1348
+ "foreground": "#f5bde6"
1349
+ }
1350
+ }, {
1351
+ "scope": "keyword.control.anchor.regexp",
1352
+ "settings": {
1353
+ "foreground": "#c6a0f6"
1354
+ }
1355
+ }, {
1356
+ "scope": "string.regexp.ts",
1357
+ "settings": {
1358
+ "foreground": "#cad3f5"
1359
+ }
1360
+ }, {
1361
+ "scope": ["punctuation.definition.group.regexp", "keyword.other.back-reference.regexp"],
1362
+ "settings": {
1363
+ "foreground": "#a6da95"
1364
+ }
1365
+ }, {
1366
+ "scope": "punctuation.definition.character-class.regexp",
1367
+ "settings": {
1368
+ "foreground": "#eed49f"
1369
+ }
1370
+ }, {
1371
+ "scope": "constant.other.character-class.regexp",
1372
+ "settings": {
1373
+ "foreground": "#f5bde6"
1374
+ }
1375
+ }, {
1376
+ "scope": "constant.other.character-class.range.regexp",
1377
+ "settings": {
1378
+ "foreground": "#f4dbd6"
1379
+ }
1380
+ }, {
1381
+ "scope": "keyword.operator.quantifier.regexp",
1382
+ "settings": {
1383
+ "foreground": "#8bd5ca"
1384
+ }
1385
+ }, {
1386
+ "scope": "constant.character.numeric.regexp",
1387
+ "settings": {
1388
+ "foreground": "#f5a97f"
1389
+ }
1390
+ }, {
1391
+ "scope": ["punctuation.definition.group.no-capture.regexp", "meta.assertion.look-ahead.regexp", "meta.assertion.negative-look-ahead.regexp"],
1392
+ "settings": {
1393
+ "foreground": "#8aadf4"
1394
+ }
1395
+ }, {
1396
+ "scope": ["meta.annotation.rust", "meta.annotation.rust punctuation", "meta.attribute.rust", "punctuation.definition.attribute.rust"],
1397
+ "settings": {
1398
+ "fontStyle": "italic",
1399
+ "foreground": "#eed49f"
1400
+ }
1401
+ }, {
1402
+ "scope": ["meta.attribute.rust string.quoted.double.rust", "meta.attribute.rust string.quoted.single.char.rust"],
1403
+ "settings": {
1404
+ "fontStyle": ""
1405
+ }
1406
+ }, {
1407
+ "scope": ["entity.name.function.macro.rules.rust", "storage.type.module.rust", "storage.modifier.rust", "storage.type.struct.rust", "storage.type.enum.rust", "storage.type.trait.rust", "storage.type.union.rust", "storage.type.impl.rust", "storage.type.rust", "storage.type.function.rust", "storage.type.type.rust"],
1408
+ "settings": {
1409
+ "fontStyle": "",
1410
+ "foreground": "#c6a0f6"
1411
+ }
1412
+ }, {
1413
+ "scope": "entity.name.type.numeric.rust",
1414
+ "settings": {
1415
+ "fontStyle": "",
1416
+ "foreground": "#c6a0f6"
1417
+ }
1418
+ }, {
1419
+ "scope": "meta.generic.rust",
1420
+ "settings": {
1421
+ "foreground": "#f5a97f"
1422
+ }
1423
+ }, {
1424
+ "scope": "entity.name.impl.rust",
1425
+ "settings": {
1426
+ "fontStyle": "italic",
1427
+ "foreground": "#eed49f"
1428
+ }
1429
+ }, {
1430
+ "scope": "entity.name.module.rust",
1431
+ "settings": {
1432
+ "foreground": "#f5a97f"
1433
+ }
1434
+ }, {
1435
+ "scope": "entity.name.trait.rust",
1436
+ "settings": {
1437
+ "fontStyle": "italic",
1438
+ "foreground": "#eed49f"
1439
+ }
1440
+ }, {
1441
+ "scope": "storage.type.source.rust",
1442
+ "settings": {
1443
+ "foreground": "#eed49f"
1444
+ }
1445
+ }, {
1446
+ "scope": "entity.name.union.rust",
1447
+ "settings": {
1448
+ "foreground": "#eed49f"
1449
+ }
1450
+ }, {
1451
+ "scope": "meta.enum.rust storage.type.source.rust",
1452
+ "settings": {
1453
+ "foreground": "#8bd5ca"
1454
+ }
1455
+ }, {
1456
+ "scope": ["support.macro.rust", "meta.macro.rust support.function.rust", "entity.name.function.macro.rust"],
1457
+ "settings": {
1458
+ "fontStyle": "italic",
1459
+ "foreground": "#8aadf4"
1460
+ }
1461
+ }, {
1462
+ "scope": ["storage.modifier.lifetime.rust", "entity.name.type.lifetime"],
1463
+ "settings": {
1464
+ "fontStyle": "italic",
1465
+ "foreground": "#8aadf4"
1466
+ }
1467
+ }, {
1468
+ "scope": "string.quoted.double.rust constant.other.placeholder.rust",
1469
+ "settings": {
1470
+ "foreground": "#f5bde6"
1471
+ }
1472
+ }, {
1473
+ "scope": "meta.function.return-type.rust meta.generic.rust storage.type.rust",
1474
+ "settings": {
1475
+ "foreground": "#cad3f5"
1476
+ }
1477
+ }, {
1478
+ "scope": "meta.function.call.rust",
1479
+ "settings": {
1480
+ "foreground": "#8aadf4"
1481
+ }
1482
+ }, {
1483
+ "scope": "punctuation.brackets.angle.rust",
1484
+ "settings": {
1485
+ "foreground": "#91d7e3"
1486
+ }
1487
+ }, {
1488
+ "scope": "constant.other.caps.rust",
1489
+ "settings": {
1490
+ "foreground": "#f5a97f"
1491
+ }
1492
+ }, {
1493
+ "scope": ["meta.function.definition.rust variable.other.rust"],
1494
+ "settings": {
1495
+ "foreground": "#ee99a0"
1496
+ }
1497
+ }, {
1498
+ "scope": "meta.function.call.rust variable.other.rust",
1499
+ "settings": {
1500
+ "foreground": "#cad3f5"
1501
+ }
1502
+ }, {
1503
+ "scope": "variable.language.self.rust",
1504
+ "settings": {
1505
+ "foreground": "#ed8796"
1506
+ }
1507
+ }, {
1508
+ "scope": ["variable.other.metavariable.name.rust", "meta.macro.metavariable.rust keyword.operator.macro.dollar.rust"],
1509
+ "settings": {
1510
+ "foreground": "#f5bde6"
1511
+ }
1512
+ }, {
1513
+ "scope": ["comment.line.shebang", "comment.line.shebang punctuation.definition.comment", "comment.line.shebang", "punctuation.definition.comment.shebang.shell", "meta.shebang.shell"],
1514
+ "settings": {
1515
+ "fontStyle": "italic",
1516
+ "foreground": "#f5bde6"
1517
+ }
1518
+ }, {
1519
+ "scope": "comment.line.shebang constant.language",
1520
+ "settings": {
1521
+ "fontStyle": "italic",
1522
+ "foreground": "#8bd5ca"
1523
+ }
1524
+ }, {
1525
+ "scope": ["meta.function-call.arguments.shell punctuation.definition.variable.shell", "meta.function-call.arguments.shell punctuation.section.interpolation", "meta.function-call.arguments.shell punctuation.definition.variable.shell", "meta.function-call.arguments.shell punctuation.section.interpolation"],
1526
+ "settings": {
1527
+ "foreground": "#ed8796"
1528
+ }
1529
+ }, {
1530
+ "scope": "meta.string meta.interpolation.parameter.shell variable.other.readwrite",
1531
+ "settings": {
1532
+ "fontStyle": "italic",
1533
+ "foreground": "#f5a97f"
1534
+ }
1535
+ }, {
1536
+ "scope": ["source.shell punctuation.section.interpolation", "punctuation.definition.evaluation.backticks.shell"],
1537
+ "settings": {
1538
+ "foreground": "#8bd5ca"
1539
+ }
1540
+ }, {
1541
+ "scope": "entity.name.tag.heredoc.shell",
1542
+ "settings": {
1543
+ "foreground": "#c6a0f6"
1544
+ }
1545
+ }, {
1546
+ "scope": "string.quoted.double.shell variable.other.normal.shell",
1547
+ "settings": {
1548
+ "foreground": "#cad3f5"
1549
+ }
1550
+ }],
1551
+ "type": "dark"
1552
+ };
4
1553
  //# sourceMappingURL=catppuccin-macchiato.js.map