@nqlib/nqui 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (893) hide show
  1. package/dist/App.d.ts.map +1 -1
  2. package/dist/components/AppLayout.d.ts +1 -0
  3. package/dist/components/AppLayout.d.ts.map +1 -1
  4. package/dist/components/app-builder/AppBuilder.d.ts +15 -0
  5. package/dist/components/app-builder/AppBuilder.d.ts.map +1 -0
  6. package/dist/components/app-builder/context/app-builder-context.d.ts +31 -0
  7. package/dist/components/app-builder/context/app-builder-context.d.ts.map +1 -0
  8. package/dist/components/app-builder/core/AlignmentToolbar.d.ts +5 -0
  9. package/dist/components/app-builder/core/AlignmentToolbar.d.ts.map +1 -0
  10. package/dist/components/app-builder/core/AppCanvas.d.ts +9 -0
  11. package/dist/components/app-builder/core/AppCanvas.d.ts.map +1 -0
  12. package/dist/components/app-builder/core/CanvasToolbar.d.ts +7 -0
  13. package/dist/components/app-builder/core/CanvasToolbar.d.ts.map +1 -0
  14. package/dist/components/app-builder/core/DraggableWidget.d.ts +12 -0
  15. package/dist/components/app-builder/core/DraggableWidget.d.ts.map +1 -0
  16. package/dist/components/app-builder/core/WidgetConfigurator.d.ts +6 -0
  17. package/dist/components/app-builder/core/WidgetConfigurator.d.ts.map +1 -0
  18. package/dist/components/app-builder/core/WidgetPalette.d.ts +6 -0
  19. package/dist/components/app-builder/core/WidgetPalette.d.ts.map +1 -0
  20. package/dist/components/app-builder/core/WidgetRenderer.d.ts +3 -0
  21. package/dist/components/app-builder/core/WidgetRenderer.d.ts.map +1 -0
  22. package/dist/components/app-builder/core/index.d.ts +8 -0
  23. package/dist/components/app-builder/core/index.d.ts.map +1 -0
  24. package/dist/components/app-builder/essentials/button.d.ts +3 -0
  25. package/dist/components/app-builder/essentials/button.d.ts.map +1 -0
  26. package/dist/components/app-builder/essentials/container.d.ts +3 -0
  27. package/dist/components/app-builder/essentials/container.d.ts.map +1 -0
  28. package/dist/components/app-builder/essentials/index.d.ts +3 -0
  29. package/dist/components/app-builder/essentials/index.d.ts.map +1 -0
  30. package/dist/components/app-builder/hooks/index.d.ts +3 -0
  31. package/dist/components/app-builder/hooks/index.d.ts.map +1 -0
  32. package/dist/components/app-builder/hooks/use-app-builder.d.ts +3 -0
  33. package/dist/components/app-builder/hooks/use-app-builder.d.ts.map +1 -0
  34. package/dist/components/app-builder/hooks/use-canvas-state.d.ts +24 -0
  35. package/dist/components/app-builder/hooks/use-canvas-state.d.ts.map +1 -0
  36. package/dist/components/app-builder/index.d.ts +19 -0
  37. package/dist/components/app-builder/index.d.ts.map +1 -0
  38. package/dist/components/app-builder/registry/create-registry.d.ts +10 -0
  39. package/dist/components/app-builder/registry/create-registry.d.ts.map +1 -0
  40. package/dist/components/app-builder/registry/default-registry.d.ts +6 -0
  41. package/dist/components/app-builder/registry/default-registry.d.ts.map +1 -0
  42. package/dist/components/app-builder/registry/index.d.ts +4 -0
  43. package/dist/components/app-builder/registry/index.d.ts.map +1 -0
  44. package/dist/components/app-builder/registry/registry-helpers.d.ts +22 -0
  45. package/dist/components/app-builder/registry/registry-helpers.d.ts.map +1 -0
  46. package/dist/components/app-builder/types.d.ts +64 -0
  47. package/dist/components/app-builder/types.d.ts.map +1 -0
  48. package/dist/components/app-builder/utils/collision-detection.d.ts +26 -0
  49. package/dist/components/app-builder/utils/collision-detection.d.ts.map +1 -0
  50. package/dist/components/app-builder/utils/index.d.ts +2 -0
  51. package/dist/components/app-builder/utils/index.d.ts.map +1 -0
  52. package/dist/components/app-sidebar.d.ts.map +1 -1
  53. package/dist/components/blocks/chart-compositions/chart-composition-01.d.ts +2 -0
  54. package/dist/components/blocks/chart-compositions/chart-composition-01.d.ts.map +1 -0
  55. package/dist/components/blocks/chart-compositions/chart-composition-02.d.ts +2 -0
  56. package/dist/components/blocks/chart-compositions/chart-composition-02.d.ts.map +1 -0
  57. package/dist/components/blocks/chart-compositions/chart-composition-03.d.ts +2 -0
  58. package/dist/components/blocks/chart-compositions/chart-composition-03.d.ts.map +1 -0
  59. package/dist/components/blocks/chart-compositions/index.d.ts +4 -0
  60. package/dist/components/blocks/chart-compositions/index.d.ts.map +1 -0
  61. package/dist/components/blocks/index.d.ts +3 -0
  62. package/dist/components/blocks/index.d.ts.map +1 -0
  63. package/dist/components/blocks/tables/index.d.ts +4 -0
  64. package/dist/components/blocks/tables/index.d.ts.map +1 -0
  65. package/dist/components/blocks/tables/table-01.d.ts +2 -0
  66. package/dist/components/blocks/tables/table-01.d.ts.map +1 -0
  67. package/dist/components/blocks/tables/table-02.d.ts +2 -0
  68. package/dist/components/blocks/tables/table-02.d.ts.map +1 -0
  69. package/dist/components/blocks/tables/table-03.d.ts +2 -0
  70. package/dist/components/blocks/tables/table-03.d.ts.map +1 -0
  71. package/dist/components/chart/area-chart/AreaChart.d.ts +57 -0
  72. package/dist/components/chart/area-chart/AreaChart.d.ts.map +1 -0
  73. package/dist/components/chart/area-chart/index.d.ts +3 -0
  74. package/dist/components/chart/area-chart/index.d.ts.map +1 -0
  75. package/dist/components/chart/bar-chart/BarChart.d.ts +62 -0
  76. package/dist/components/chart/bar-chart/BarChart.d.ts.map +1 -0
  77. package/dist/components/chart/bar-chart/index.d.ts +3 -0
  78. package/dist/components/chart/bar-chart/index.d.ts.map +1 -0
  79. package/dist/components/chart/bar-list/BarList.d.ts +23 -0
  80. package/dist/components/chart/bar-list/BarList.d.ts.map +1 -0
  81. package/dist/components/chart/bar-list/index.d.ts +3 -0
  82. package/dist/components/chart/bar-list/index.d.ts.map +1 -0
  83. package/dist/components/chart/category-bar/CategoryBar.d.ts +15 -0
  84. package/dist/components/chart/category-bar/CategoryBar.d.ts.map +1 -0
  85. package/dist/components/chart/category-bar/index.d.ts +3 -0
  86. package/dist/components/chart/category-bar/index.d.ts.map +1 -0
  87. package/dist/components/chart/combo-chart/ComboChart.d.ts +67 -0
  88. package/dist/components/chart/combo-chart/ComboChart.d.ts.map +1 -0
  89. package/dist/components/chart/combo-chart/index.d.ts +3 -0
  90. package/dist/components/chart/combo-chart/index.d.ts.map +1 -0
  91. package/dist/components/chart/donut-chart/DonutChart.d.ts +37 -0
  92. package/dist/components/chart/donut-chart/DonutChart.d.ts.map +1 -0
  93. package/dist/components/chart/donut-chart/index.d.ts +3 -0
  94. package/dist/components/chart/donut-chart/index.d.ts.map +1 -0
  95. package/dist/components/chart/index.d.ts +19 -0
  96. package/dist/components/chart/index.d.ts.map +1 -0
  97. package/dist/components/chart/line-chart/LineChart.d.ts +55 -0
  98. package/dist/components/chart/line-chart/LineChart.d.ts.map +1 -0
  99. package/dist/components/chart/line-chart/index.d.ts +3 -0
  100. package/dist/components/chart/line-chart/index.d.ts.map +1 -0
  101. package/dist/components/chart/progress-circle/ProgressCircle.d.ts +92 -0
  102. package/dist/components/chart/progress-circle/ProgressCircle.d.ts.map +1 -0
  103. package/dist/components/chart/progress-circle/index.d.ts +3 -0
  104. package/dist/components/chart/progress-circle/index.d.ts.map +1 -0
  105. package/dist/components/chart/spark-chart/SparkChart.d.ts +40 -0
  106. package/dist/components/chart/spark-chart/SparkChart.d.ts.map +1 -0
  107. package/dist/components/chart/spark-chart/index.d.ts +3 -0
  108. package/dist/components/chart/spark-chart/index.d.ts.map +1 -0
  109. package/dist/components/custom/command-palette.d.ts +19 -0
  110. package/dist/components/custom/command-palette.d.ts.map +1 -0
  111. package/dist/components/custom/enhanced-badge.d.ts +1 -1
  112. package/dist/components/custom/enhanced-badge.d.ts.map +1 -1
  113. package/dist/components/custom/enhanced-button.d.ts +1 -1
  114. package/dist/components/custom/enhanced-button.d.ts.map +1 -1
  115. package/dist/components/custom/enhanced-checkbox.d.ts +1 -1
  116. package/dist/components/custom/enhanced-checkbox.d.ts.map +1 -1
  117. package/dist/components/custom/enhanced-progress.d.ts +31 -5
  118. package/dist/components/custom/enhanced-progress.d.ts.map +1 -1
  119. package/dist/components/custom/enhanced-radio-group.d.ts.map +1 -1
  120. package/dist/components/custom/enhanced-scroll-area.d.ts +11 -13
  121. package/dist/components/custom/enhanced-scroll-area.d.ts.map +1 -1
  122. package/dist/components/custom/enhanced-tabs.d.ts +17 -0
  123. package/dist/components/custom/enhanced-tabs.d.ts.map +1 -0
  124. package/dist/components/custom/nqui-logo.d.ts +1 -0
  125. package/dist/components/custom/nqui-logo.d.ts.map +1 -1
  126. package/dist/components/custom/segmented-control.d.ts +48 -0
  127. package/dist/components/custom/segmented-control.d.ts.map +1 -0
  128. package/dist/components/custom/table-of-contents.d.ts +6 -0
  129. package/dist/components/custom/table-of-contents.d.ts.map +1 -1
  130. package/dist/components/debug/debug-panel.d.ts.map +1 -1
  131. package/dist/components/debug/ui-tester.d.ts.map +1 -1
  132. package/dist/components/pm/gantt/contexts.d.ts +13 -0
  133. package/dist/components/pm/gantt/contexts.d.ts.map +1 -0
  134. package/dist/components/pm/gantt/gantt-columns.d.ts +7 -0
  135. package/dist/components/pm/gantt/gantt-columns.d.ts.map +1 -0
  136. package/dist/components/pm/gantt/gantt-demo.d.ts +2 -0
  137. package/dist/components/pm/gantt/gantt-demo.d.ts.map +1 -0
  138. package/dist/components/pm/gantt/gantt-dependencies.d.ts +23 -0
  139. package/dist/components/pm/gantt/gantt-dependencies.d.ts.map +1 -0
  140. package/dist/components/pm/gantt/gantt-features.d.ts +9 -0
  141. package/dist/components/pm/gantt/gantt-features.d.ts.map +1 -0
  142. package/dist/components/pm/gantt/gantt-header.d.ts +5 -0
  143. package/dist/components/pm/gantt/gantt-header.d.ts.map +1 -0
  144. package/dist/components/pm/gantt/gantt-markers.d.ts +11 -0
  145. package/dist/components/pm/gantt/gantt-markers.d.ts.map +1 -0
  146. package/dist/components/pm/gantt/gantt-modals.d.ts +5 -0
  147. package/dist/components/pm/gantt/gantt-modals.d.ts.map +1 -0
  148. package/dist/components/pm/gantt/gantt-provider.d.ts +5 -0
  149. package/dist/components/pm/gantt/gantt-provider.d.ts.map +1 -0
  150. package/dist/components/pm/gantt/gantt-setting-modal.d.ts +4 -0
  151. package/dist/components/pm/gantt/gantt-setting-modal.d.ts.map +1 -0
  152. package/dist/components/pm/gantt/gantt-sidebar.d.ts +7 -0
  153. package/dist/components/pm/gantt/gantt-sidebar.d.ts.map +1 -0
  154. package/dist/components/pm/gantt/gantt-toolbar.d.ts +29 -0
  155. package/dist/components/pm/gantt/gantt-toolbar.d.ts.map +1 -0
  156. package/dist/components/pm/gantt/index.d.ts +16 -0
  157. package/dist/components/pm/gantt/index.d.ts.map +1 -0
  158. package/dist/components/pm/gantt/types.d.ts +299 -0
  159. package/dist/components/pm/gantt/types.d.ts.map +1 -0
  160. package/dist/components/pm/gantt/utils.d.ts +29 -0
  161. package/dist/components/pm/gantt/utils.d.ts.map +1 -0
  162. package/dist/components/pm/index.d.ts +13 -0
  163. package/dist/components/pm/index.d.ts.map +1 -0
  164. package/dist/components/pm/mockdata.d.ts +13 -0
  165. package/dist/components/pm/mockdata.d.ts.map +1 -0
  166. package/dist/components/pm/pm-column-templates.d.ts +30 -0
  167. package/dist/components/pm/pm-column-templates.d.ts.map +1 -0
  168. package/dist/components/pm/pm-data-utils.d.ts +82 -0
  169. package/dist/components/pm/pm-data-utils.d.ts.map +1 -0
  170. package/dist/components/pm/pm-definition.d.ts +75 -0
  171. package/dist/components/pm/pm-definition.d.ts.map +1 -0
  172. package/dist/components/pm/pm-theme-context.d.ts +17 -0
  173. package/dist/components/pm/pm-theme-context.d.ts.map +1 -0
  174. package/dist/components/pm/pm-types.d.ts +81 -0
  175. package/dist/components/pm/pm-types.d.ts.map +1 -0
  176. package/dist/components/pm/project-table-view.d.ts +17 -0
  177. package/dist/components/pm/project-table-view.d.ts.map +1 -0
  178. package/dist/components/pm/table/data-grid-cell-variants.d.ts +14 -0
  179. package/dist/components/pm/table/data-grid-cell-variants.d.ts.map +1 -0
  180. package/dist/components/pm/table/data-grid-cell-wrapper.d.ts +9 -0
  181. package/dist/components/pm/table/data-grid-cell-wrapper.d.ts.map +1 -0
  182. package/dist/components/pm/table/data-grid-cell.d.ts +5 -0
  183. package/dist/components/pm/table/data-grid-cell.d.ts.map +1 -0
  184. package/dist/components/pm/table/data-grid-column-header.d.ts +10 -0
  185. package/dist/components/pm/table/data-grid-column-header.d.ts.map +1 -0
  186. package/dist/components/pm/table/data-grid-context-menu.d.ts +10 -0
  187. package/dist/components/pm/table/data-grid-context-menu.d.ts.map +1 -0
  188. package/dist/components/pm/table/data-grid-filter-menu.d.ts +10 -0
  189. package/dist/components/pm/table/data-grid-filter-menu.d.ts.map +1 -0
  190. package/dist/components/pm/table/data-grid-keyboard-shortcuts.d.ts +12 -0
  191. package/dist/components/pm/table/data-grid-keyboard-shortcuts.d.ts.map +1 -0
  192. package/dist/components/pm/table/data-grid-paste-dialog.d.ts +9 -0
  193. package/dist/components/pm/table/data-grid-paste-dialog.d.ts.map +1 -0
  194. package/dist/components/pm/table/data-grid-row-height-menu.d.ts +10 -0
  195. package/dist/components/pm/table/data-grid-row-height-menu.d.ts.map +1 -0
  196. package/dist/components/pm/table/data-grid-row.d.ts +27 -0
  197. package/dist/components/pm/table/data-grid-row.d.ts.map +1 -0
  198. package/dist/components/pm/table/data-grid-search.d.ts +8 -0
  199. package/dist/components/pm/table/data-grid-search.d.ts.map +1 -0
  200. package/dist/components/pm/table/data-grid-select-column.d.ts +11 -0
  201. package/dist/components/pm/table/data-grid-select-column.d.ts.map +1 -0
  202. package/dist/components/pm/table/data-grid-skeleton.d.ts +12 -0
  203. package/dist/components/pm/table/data-grid-skeleton.d.ts.map +1 -0
  204. package/dist/components/pm/table/data-grid-sort-menu.d.ts +10 -0
  205. package/dist/components/pm/table/data-grid-sort-menu.d.ts.map +1 -0
  206. package/dist/components/pm/table/data-grid-view-menu.d.ts +10 -0
  207. package/dist/components/pm/table/data-grid-view-menu.d.ts.map +1 -0
  208. package/dist/components/pm/table/data-grid.d.ts +11 -0
  209. package/dist/components/pm/table/data-grid.d.ts.map +1 -0
  210. package/dist/components/showcase/app-builder/widget-configurator.d.ts.map +1 -1
  211. package/dist/components/showcase/app-builder/widget-registry.d.ts.map +1 -1
  212. package/dist/components/table/DataTable.d.ts +71 -0
  213. package/dist/components/table/DataTable.d.ts.map +1 -0
  214. package/dist/components/table/Table.d.ts +12 -0
  215. package/dist/components/table/Table.d.ts.map +1 -0
  216. package/dist/components/table/data-table-helpers.d.ts +49 -0
  217. package/dist/components/table/data-table-helpers.d.ts.map +1 -0
  218. package/dist/components/table/index.d.ts +5 -0
  219. package/dist/components/table/index.d.ts.map +1 -0
  220. package/dist/components/ui/badge.d.ts +1 -1
  221. package/dist/components/ui/button.d.ts +1 -1
  222. package/dist/components/ui/carousel.d.ts.map +1 -1
  223. package/dist/components/ui/frosted-glass.d.ts.map +1 -1
  224. package/dist/components/ui/input-group.d.ts +1 -1
  225. package/dist/components/ui/resizable.d.ts.map +1 -1
  226. package/dist/components/ui/shadcn-io/code-block/index.d.ts.map +1 -1
  227. package/dist/components/ui/sheet.d.ts +36 -18
  228. package/dist/components/ui/sheet.d.ts.map +1 -1
  229. package/dist/components/ui/sidebar.d.ts.map +1 -1
  230. package/dist/components/ui/sortable.d.ts +49 -0
  231. package/dist/components/ui/sortable.d.ts.map +1 -0
  232. package/dist/hooks/index.d.ts +13 -0
  233. package/dist/hooks/index.d.ts.map +1 -0
  234. package/dist/hooks/use-as-ref.d.ts +4 -0
  235. package/dist/hooks/use-as-ref.d.ts.map +1 -0
  236. package/dist/hooks/use-badge-overflow.d.ts +23 -0
  237. package/dist/hooks/use-badge-overflow.d.ts.map +1 -0
  238. package/dist/hooks/use-callback-ref.d.ts +10 -0
  239. package/dist/hooks/use-callback-ref.d.ts.map +1 -0
  240. package/dist/hooks/use-chart-highlight.d.ts +43 -0
  241. package/dist/hooks/use-chart-highlight.d.ts.map +1 -0
  242. package/dist/hooks/use-data-grid.d.ts +59 -0
  243. package/dist/hooks/use-data-grid.d.ts.map +1 -0
  244. package/dist/hooks/use-debounced-callback.d.ts +2 -0
  245. package/dist/hooks/use-debounced-callback.d.ts.map +1 -0
  246. package/dist/hooks/use-isomorphic-layout-effect.d.ts +4 -0
  247. package/dist/hooks/use-isomorphic-layout-effect.d.ts.map +1 -0
  248. package/dist/hooks/use-lazy-ref.d.ts +4 -0
  249. package/dist/hooks/use-lazy-ref.d.ts.map +1 -0
  250. package/dist/hooks/use-on-window-resize.d.ts +2 -0
  251. package/dist/hooks/use-on-window-resize.d.ts.map +1 -0
  252. package/dist/hooks/use-resolved-theme.d.ts +9 -0
  253. package/dist/hooks/use-resolved-theme.d.ts.map +1 -0
  254. package/dist/index.d.ts +31 -7
  255. package/dist/index.d.ts.map +1 -1
  256. package/dist/lib/compose-refs.d.ts +14 -0
  257. package/dist/lib/compose-refs.d.ts.map +1 -0
  258. package/dist/lib/data-grid-filters.d.ts +29 -0
  259. package/dist/lib/data-grid-filters.d.ts.map +1 -0
  260. package/dist/lib/data-grid.d.ts +47 -0
  261. package/dist/lib/data-grid.d.ts.map +1 -0
  262. package/dist/lib/format.d.ts +2 -0
  263. package/dist/lib/format.d.ts.map +1 -0
  264. package/dist/lib/keyboard.d.ts +40 -0
  265. package/dist/lib/keyboard.d.ts.map +1 -0
  266. package/dist/mockdata/chartData.d.ts +71 -0
  267. package/dist/mockdata/chartData.d.ts.map +1 -0
  268. package/dist/nqui.cjs.js +1346 -1
  269. package/dist/nqui.es.js +76963 -391
  270. package/dist/pages/AppBuilder.d.ts.map +1 -1
  271. package/dist/pages/ChartShowcase.d.ts +2 -0
  272. package/dist/pages/ChartShowcase.d.ts.map +1 -0
  273. package/dist/pages/{Dashboard.d.ts → ComponentShowcase.d.ts} +1 -1
  274. package/dist/pages/ComponentShowcase.d.ts.map +1 -0
  275. package/dist/pages/DataTableShowcase.d.ts +2 -0
  276. package/dist/pages/DataTableShowcase.d.ts.map +1 -0
  277. package/dist/pages/GanttShowcase.d.ts +2 -0
  278. package/dist/pages/GanttShowcase.d.ts.map +1 -0
  279. package/dist/pages/gantt-data.d.ts +16 -0
  280. package/dist/pages/gantt-data.d.ts.map +1 -0
  281. package/dist/styles.css +323 -160
  282. package/dist/types/data-grid.d.ts +179 -0
  283. package/dist/types/data-grid.d.ts.map +1 -0
  284. package/dist/utils/chart-colors.d.ts +62 -0
  285. package/dist/utils/chart-colors.d.ts.map +1 -0
  286. package/dist/utils/chart-highlight.d.ts +34 -0
  287. package/dist/utils/chart-highlight.d.ts.map +1 -0
  288. package/dist/utils/chart-utils.d.ts +2 -0
  289. package/dist/utils/chart-utils.d.ts.map +1 -0
  290. package/dist/utils/focus-ring.d.ts +2 -0
  291. package/dist/utils/focus-ring.d.ts.map +1 -0
  292. package/dist/utils/get-y-axis-domain.d.ts +2 -0
  293. package/dist/utils/get-y-axis-domain.d.ts.map +1 -0
  294. package/dist/utils/index.d.ts +10 -0
  295. package/dist/utils/index.d.ts.map +1 -0
  296. package/package.json +17 -1
  297. package/scripts/build-styles.js +85 -6
  298. package/scripts/verify-build.js +364 -0
  299. package/dist/abap-DV7Q1lGP.cjs +0 -1
  300. package/dist/abap-Y8Dl9g_6.js +0 -6
  301. package/dist/actionscript-3-DXOxkRa2.cjs +0 -1
  302. package/dist/actionscript-3-DZzbMeqX.js +0 -6
  303. package/dist/ada-D46EKCNf.cjs +0 -1
  304. package/dist/ada-vP6ak0IW.js +0 -6
  305. package/dist/andromeeda-BIpZ7gaU.js +0 -4
  306. package/dist/andromeeda-DVDxRwp5.cjs +0 -1
  307. package/dist/angular-html-DPB4Rf0C.js +0 -32
  308. package/dist/angular-html-KMf2QdtP.cjs +0 -1
  309. package/dist/angular-ts-BxIbo3R1.cjs +0 -1
  310. package/dist/angular-ts-CTOR2ofC.js +0 -21
  311. package/dist/apache-BUjz-sD2.js +0 -6
  312. package/dist/apache-DL1xuH1f.cjs +0 -1
  313. package/dist/apex-6AM9YZbQ.cjs +0 -1
  314. package/dist/apex-OyTfjCYK.js +0 -6
  315. package/dist/apl-CjNiDgad.js +0 -16
  316. package/dist/apl-Dj2G2M9w.cjs +0 -1
  317. package/dist/applescript-BPx7YFFu.js +0 -6
  318. package/dist/applescript-COilsSrZ.cjs +0 -1
  319. package/dist/ara-B6Lpq1YJ.cjs +0 -1
  320. package/dist/ara-Z2fSOxSw.js +0 -6
  321. package/dist/asciidoc-B-pCoB3G.js +0 -6
  322. package/dist/asciidoc-DcKqW72n.cjs +0 -1
  323. package/dist/asm-BTWLY5ym.js +0 -6
  324. package/dist/asm-DYMFy-sD.cjs +0 -1
  325. package/dist/astro-CFFExE8Q.js +0 -18
  326. package/dist/astro-DAOP_Xq6.cjs +0 -1
  327. package/dist/aurora-x-BwoVEUWZ.js +0 -4
  328. package/dist/aurora-x-C5IpmIOG.cjs +0 -1
  329. package/dist/awk-Fb0P9dkn.js +0 -6
  330. package/dist/awk-IEszImW6.cjs +0 -1
  331. package/dist/ayu-dark-CDpQIJw4.cjs +0 -1
  332. package/dist/ayu-dark-DG7aLdHp.js +0 -4
  333. package/dist/ballerina-Dr6dU4hP.cjs +0 -1
  334. package/dist/ballerina-oZK-YekG.js +0 -6
  335. package/dist/base-80a1f760-C2sIm9yE.js +0 -23
  336. package/dist/base-80a1f760-DM2Ub6Fb.cjs +0 -1
  337. package/dist/bat-0FvbqU9S.js +0 -6
  338. package/dist/bat-DGkUhhn2.cjs +0 -1
  339. package/dist/beancount-Bv1Sweoy.cjs +0 -1
  340. package/dist/beancount-DqJEb89h.js +0 -6
  341. package/dist/berry-DEMs4LK_.cjs +0 -1
  342. package/dist/berry-DODBq_Ff.js +0 -6
  343. package/dist/bibtex-BgA36Z3k.cjs +0 -1
  344. package/dist/bibtex-EULQRLY5.js +0 -6
  345. package/dist/bicep-BorU73w0.js +0 -6
  346. package/dist/bicep-DL0zb-7W.cjs +0 -1
  347. package/dist/blade-D0HyNvCw.js +0 -20
  348. package/dist/blade-DEjek0u9.cjs +0 -1
  349. package/dist/bsl-9bVgFeM9.cjs +0 -1
  350. package/dist/bsl-NkNNwerW.js +0 -8
  351. package/dist/c-CtlmKnPF.cjs +0 -1
  352. package/dist/c-eeMepfLm.js +0 -6
  353. package/dist/c3-Bt581sCe.js +0 -6
  354. package/dist/c3-DtfRRWXN.cjs +0 -1
  355. package/dist/cadence-02UX7mW8.js +0 -6
  356. package/dist/cadence-DcbmM5v3.cjs +0 -1
  357. package/dist/cairo-DM6WF2e3.js +0 -8
  358. package/dist/cairo-li7sQsxU.cjs +0 -1
  359. package/dist/catppuccin-frappe-Bn4lgmUk.cjs +0 -1
  360. package/dist/catppuccin-frappe-D3cH2rXe.js +0 -4
  361. package/dist/catppuccin-latte-BPtsb8jD.cjs +0 -1
  362. package/dist/catppuccin-latte-C0LRGUW4.js +0 -4
  363. package/dist/catppuccin-macchiato-BLfpQWhT.cjs +0 -1
  364. package/dist/catppuccin-macchiato-c5wQ11TT.js +0 -4
  365. package/dist/catppuccin-mocha-COMta283.cjs +0 -1
  366. package/dist/catppuccin-mocha-WMD6Qvya.js +0 -4
  367. package/dist/clarity-PKm5CwqM.js +0 -6
  368. package/dist/clarity-gPuvqtpF.cjs +0 -1
  369. package/dist/clojure-CXJfHrL3.js +0 -6
  370. package/dist/clojure-OUsr1SUl.cjs +0 -1
  371. package/dist/cmake-BJz8BOTU.js +0 -6
  372. package/dist/cmake-jM6P58qY.cjs +0 -1
  373. package/dist/cobol-CcrsCSUZ.cjs +0 -1
  374. package/dist/cobol-HihOMwht.js +0 -10
  375. package/dist/codeowners-Bt9yU6NX.js +0 -6
  376. package/dist/codeowners-QhPK6lIJ.cjs +0 -1
  377. package/dist/codeql-D9-TdUN8.cjs +0 -1
  378. package/dist/codeql-DHkodjjI.js +0 -6
  379. package/dist/coffee-DGBR_nr_.js +0 -8
  380. package/dist/coffee-DycxIFwY.cjs +0 -1
  381. package/dist/common-lisp-C77gR-8i.cjs +0 -1
  382. package/dist/common-lisp-EVqT9Zhp.js +0 -6
  383. package/dist/consoleHook-59e792cb-B67m1I9f.cjs +0 -2
  384. package/dist/consoleHook-59e792cb-DRl3o_41.js +0 -168
  385. package/dist/coq-B0L9upzn.js +0 -6
  386. package/dist/coq-vlPdR5hP.cjs +0 -1
  387. package/dist/cpp-Cj177cuW.js +0 -18
  388. package/dist/cpp-DvI2Eoso.cjs +0 -1
  389. package/dist/crystal-B_WXhL2O.cjs +0 -1
  390. package/dist/crystal-CRJyc4G-.js +0 -18
  391. package/dist/csharp-BUkAIRXW.cjs +0 -1
  392. package/dist/csharp-C7yUs7-w.js +0 -6
  393. package/dist/css-CECN5uSL.js +0 -6
  394. package/dist/css-Do0mp2lm.cjs +0 -1
  395. package/dist/csv-CmYOceLb.js +0 -6
  396. package/dist/csv-DiEdJzSJ.cjs +0 -1
  397. package/dist/cue-D1vJRJEx.cjs +0 -1
  398. package/dist/cue-ZzumE7IT.js +0 -6
  399. package/dist/cypher-atSM3NsM.cjs +0 -1
  400. package/dist/cypher-jpdmjtA6.js +0 -6
  401. package/dist/d-2qe3NhmZ.cjs +0 -1
  402. package/dist/d-CBagWSwH.js +0 -6
  403. package/dist/dark-plus-Cd5emcYO.cjs +0 -1
  404. package/dist/dark-plus-pUHDTVV0.js +0 -4
  405. package/dist/dart-6ObCrKr9.js +0 -6
  406. package/dist/dart-Ds0_0fwe.cjs +0 -1
  407. package/dist/dax-CcDT-8dH.js +0 -6
  408. package/dist/dax-DbkQa40E.cjs +0 -1
  409. package/dist/desktop-B93p9R9O.js +0 -6
  410. package/dist/desktop-tn3MFXCZ.cjs +0 -1
  411. package/dist/diff-BxzP2J8R.js +0 -6
  412. package/dist/diff-CA31fCOg.cjs +0 -1
  413. package/dist/docker-CsHqm9tx.js +0 -6
  414. package/dist/docker-zJpMwmYa.cjs +0 -1
  415. package/dist/dotenv-BMjVjUL1.js +0 -6
  416. package/dist/dotenv-DpcNCNek.cjs +0 -1
  417. package/dist/dracula-BNgwAJ-d.cjs +0 -1
  418. package/dist/dracula-BtZx2Kac.js +0 -4
  419. package/dist/dracula-soft-BHZ7sHFu.cjs +0 -1
  420. package/dist/dracula-soft-BKa-aqBv.js +0 -4
  421. package/dist/dream-maker-BkijXDkm.cjs +0 -1
  422. package/dist/dream-maker-PAx17jaB.js +0 -6
  423. package/dist/edge-BYQkOzbF.js +0 -12
  424. package/dist/edge-DaIYN5Mx.cjs +0 -1
  425. package/dist/elixir-BH_wmMK4.cjs +0 -1
  426. package/dist/elixir-Dh036GMp.js +0 -8
  427. package/dist/elm-BtNbw_Cd.js +0 -8
  428. package/dist/elm-Dc4sEBjc.cjs +0 -1
  429. package/dist/emacs-lisp-C1UCIjUO.cjs +0 -1
  430. package/dist/emacs-lisp-Cfxdx5D-.js +0 -6
  431. package/dist/erb-BqFQADjR.cjs +0 -1
  432. package/dist/erb-CS4zioBv.js +0 -10
  433. package/dist/erlang-CB2cfp6Z.cjs +0 -1
  434. package/dist/erlang-DNcDT8Hi.js +0 -8
  435. package/dist/everforest-dark-DMCBqXCK.js +0 -4
  436. package/dist/everforest-dark-_sBMomR1.cjs +0 -1
  437. package/dist/everforest-light-BbXl82Em.js +0 -4
  438. package/dist/everforest-light-H0xoYxl0.cjs +0 -1
  439. package/dist/fennel-Bz9-EMMc.cjs +0 -1
  440. package/dist/fennel-N4WcXuKx.js +0 -6
  441. package/dist/fish-BTDEUgqH.js +0 -6
  442. package/dist/fish-DwmQKRZi.cjs +0 -1
  443. package/dist/fluent-BMXUxfv1.js +0 -6
  444. package/dist/fluent-CJtpNuaO.cjs +0 -1
  445. package/dist/fortran-fixed-form-B67KFkXH.js +0 -8
  446. package/dist/fortran-fixed-form-CcXh5Xzk.cjs +0 -1
  447. package/dist/fortran-free-form-Cs4ztolN.cjs +0 -1
  448. package/dist/fortran-free-form-CwqYvCLJ.js +0 -6
  449. package/dist/fsharp-CYOiIVNx.js +0 -8
  450. package/dist/fsharp-DVcRF7k-.cjs +0 -1
  451. package/dist/gdresource-BwtMIoBm.js +0 -10
  452. package/dist/gdresource-CcLusmd_.cjs +0 -1
  453. package/dist/gdscript-BifyeYhI.js +0 -6
  454. package/dist/gdscript-DSegQKMB.cjs +0 -1
  455. package/dist/gdshader-Bk8fF6yr.js +0 -6
  456. package/dist/gdshader-DsmqQl4t.cjs +0 -1
  457. package/dist/genie-Dy2rU8CF.cjs +0 -1
  458. package/dist/genie-DzUvd7U9.js +0 -6
  459. package/dist/gherkin-BmiEVBJ1.cjs +0 -1
  460. package/dist/gherkin-DHRaV0YP.js +0 -6
  461. package/dist/git-commit-Bd32YZ0K.js +0 -8
  462. package/dist/git-commit-DlVDzq9L.cjs +0 -1
  463. package/dist/git-rebase-Bn4RLd7u.cjs +0 -1
  464. package/dist/git-rebase-ZWUFO_T4.js +0 -8
  465. package/dist/github-dark-BKL9xNgN.cjs +0 -1
  466. package/dist/github-dark-DenFmJkN.js +0 -4
  467. package/dist/github-dark-default-BJPUVz4H.js +0 -4
  468. package/dist/github-dark-default-Dsv5MuSi.cjs +0 -1
  469. package/dist/github-dark-dimmed-CtB9hz8U.cjs +0 -1
  470. package/dist/github-dark-dimmed-DUshB20C.js +0 -4
  471. package/dist/github-dark-high-contrast-BqZVM-jF.cjs +0 -1
  472. package/dist/github-dark-high-contrast-D3aGCnF8.js +0 -4
  473. package/dist/github-light-BFTOhCbz.cjs +0 -1
  474. package/dist/github-light-JYsPkUQd.js +0 -4
  475. package/dist/github-light-default-BZoWH9dH.cjs +0 -1
  476. package/dist/github-light-default-D99KPAby.js +0 -4
  477. package/dist/github-light-high-contrast-BbmZE-Mp.js +0 -4
  478. package/dist/github-light-high-contrast-Ks3kPGJU.cjs +0 -1
  479. package/dist/gleam-Bv284lvN.js +0 -6
  480. package/dist/gleam-DHVuTCr7.cjs +0 -1
  481. package/dist/glimmer-js-CzmC7OX8.cjs +0 -1
  482. package/dist/glimmer-js-DkxNrfPT.js +0 -14
  483. package/dist/glimmer-ts-D6YZEmK_.js +0 -14
  484. package/dist/glimmer-ts-DLN2_wRt.cjs +0 -1
  485. package/dist/glsl-CQekZ3Zq.cjs +0 -1
  486. package/dist/glsl-CkUcVZNK.js +0 -8
  487. package/dist/gn-0WGnAyGi.cjs +0 -1
  488. package/dist/gn-XtJxiLa4.js +0 -6
  489. package/dist/gnuplot-CDPKvI9X.cjs +0 -1
  490. package/dist/gnuplot-yPG9-sE_.js +0 -6
  491. package/dist/go-ChxJuLYK.js +0 -6
  492. package/dist/go-epHseFUa.cjs +0 -1
  493. package/dist/graphql-BnP1YhXQ.cjs +0 -1
  494. package/dist/graphql-CBu2ehBn.js +0 -14
  495. package/dist/groovy-CJQTphOW.js +0 -6
  496. package/dist/groovy-D7VuDBXz.cjs +0 -1
  497. package/dist/gruvbox-dark-hard-C5HOtKIh.js +0 -4
  498. package/dist/gruvbox-dark-hard-CUGefKS6.cjs +0 -1
  499. package/dist/gruvbox-dark-medium-BoKPlKfz.cjs +0 -1
  500. package/dist/gruvbox-dark-medium-FVgwJHuz.js +0 -4
  501. package/dist/gruvbox-dark-soft-B46F314v.js +0 -4
  502. package/dist/gruvbox-dark-soft-DSrhOWeL.cjs +0 -1
  503. package/dist/gruvbox-light-hard-CJD38wDZ.js +0 -4
  504. package/dist/gruvbox-light-hard-De4IuseP.cjs +0 -1
  505. package/dist/gruvbox-light-medium-BlIhMYTA.js +0 -4
  506. package/dist/gruvbox-light-medium-CzMY3IEJ.cjs +0 -1
  507. package/dist/gruvbox-light-soft-DoPHyLVZ.js +0 -4
  508. package/dist/gruvbox-light-soft-U4iAIpWZ.cjs +0 -1
  509. package/dist/hack-BaDv2o40.cjs +0 -1
  510. package/dist/hack-ItRNKiEb.js +0 -10
  511. package/dist/haml-Bk21rGjP.cjs +0 -1
  512. package/dist/haml-NZLVzu_R.js +0 -10
  513. package/dist/handlebars-CJJi3lrU.cjs +0 -1
  514. package/dist/handlebars-mxStpSE7.js +0 -14
  515. package/dist/haskell-BShesV2P.cjs +0 -1
  516. package/dist/haskell-WeIwNIP6.js +0 -6
  517. package/dist/haxe-Bo5XuRS0.cjs +0 -1
  518. package/dist/haxe-TztHsm5T.js +0 -6
  519. package/dist/hcl-CrZnvm-1.cjs +0 -1
  520. package/dist/hcl-D438OF-I.js +0 -6
  521. package/dist/hjson-CEESwTUP.cjs +0 -1
  522. package/dist/hjson-DYBUbqOl.js +0 -6
  523. package/dist/hlsl-Bk8TCZNL.js +0 -6
  524. package/dist/hlsl-CyvYRIb9.cjs +0 -1
  525. package/dist/houston-BDYrDoDW.js +0 -4
  526. package/dist/houston-T57H3gQZ.cjs +0 -1
  527. package/dist/html-B50bmoVb.js +0 -10
  528. package/dist/html-C62Zf2h4.cjs +0 -1
  529. package/dist/html-derivative-C6bxFbFW.js +0 -8
  530. package/dist/html-derivative-NDb86jON.cjs +0 -1
  531. package/dist/http-BPlLI56k.cjs +0 -1
  532. package/dist/http-DLvAkeD-.js +0 -14
  533. package/dist/hurl-BQGBr8gH.cjs +0 -1
  534. package/dist/hurl-CgkFN90t.js +0 -12
  535. package/dist/hxml-GbqSQCLa.js +0 -8
  536. package/dist/hxml-vnw7fzrV.cjs +0 -1
  537. package/dist/hy-Brt5EZ7-.js +0 -6
  538. package/dist/hy-a1E2Ed6P.cjs +0 -1
  539. package/dist/imba-CR1Q6r17.cjs +0 -1
  540. package/dist/imba-CimUv-Uh.js +0 -6
  541. package/dist/index-4IcpRQSK.cjs +0 -4
  542. package/dist/index-599aeaf7-D4HUN6ws.js +0 -8813
  543. package/dist/index-599aeaf7-HICAzEVY.cjs +0 -16
  544. package/dist/index-BEb70cIe.js +0 -1088
  545. package/dist/index-Bgku8TKO.js +0 -71300
  546. package/dist/index-CK94xvaj.cjs +0 -1
  547. package/dist/index-DWdbLDAC.cjs +0 -2002
  548. package/dist/index-J28hkDB5.js +0 -2952
  549. package/dist/index-_Bcbl3L5.cjs +0 -1
  550. package/dist/index-kEV2bTam.js +0 -44
  551. package/dist/ini-BZIuRIvJ.js +0 -6
  552. package/dist/ini-Dpu3Xy2p.cjs +0 -1
  553. package/dist/java--6gf61wy.cjs +0 -1
  554. package/dist/java-DY6VlHhP.js +0 -6
  555. package/dist/javascript-C25yR2R2.js +0 -6
  556. package/dist/javascript-DgmXW4Ha.cjs +0 -1
  557. package/dist/jinja-6NmewwV8.cjs +0 -1
  558. package/dist/jinja-CFW5uAwY.js +0 -11
  559. package/dist/jison-CD9Qsaj0.cjs +0 -1
  560. package/dist/jison-DdreslRX.js +0 -8
  561. package/dist/json-DxJze_jm.js +0 -6
  562. package/dist/json-YkPizm35.cjs +0 -1
  563. package/dist/json5-BT4Fjg39.js +0 -6
  564. package/dist/json5-CCgFZiQn.cjs +0 -1
  565. package/dist/jsonc-CHjZD8gR.js +0 -6
  566. package/dist/jsonc-CKPHIcXW.cjs +0 -1
  567. package/dist/jsonl-BGuvDmy9.js +0 -6
  568. package/dist/jsonl-Dq56Hab-.cjs +0 -1
  569. package/dist/jsonnet-Bx2cfsXg.js +0 -6
  570. package/dist/jsonnet-Csh7E68F.cjs +0 -1
  571. package/dist/jssm-BcADi6EI.js +0 -6
  572. package/dist/jssm-D0M9iZPY.cjs +0 -1
  573. package/dist/jsx-BtKADgXT.js +0 -6
  574. package/dist/jsx-DLX6UGgg.cjs +0 -1
  575. package/dist/julia-1BTSV8k5.cjs +0 -1
  576. package/dist/julia-CZiKXNNP.js +0 -16
  577. package/dist/kanagawa-dragon-BJZF7xDr.cjs +0 -1
  578. package/dist/kanagawa-dragon-CiKur4Hl.js +0 -4
  579. package/dist/kanagawa-lotus-BKu-smKu.js +0 -4
  580. package/dist/kanagawa-lotus-BhgzmRV4.cjs +0 -1
  581. package/dist/kanagawa-wave-BgJip59C.cjs +0 -1
  582. package/dist/kanagawa-wave-CQwozSzG.js +0 -4
  583. package/dist/kdl-BNOv9TC3.js +0 -6
  584. package/dist/kdl-CDG1p2Qi.cjs +0 -1
  585. package/dist/kotlin-BHZjvNqT.cjs +0 -1
  586. package/dist/kotlin-ByBMgTeR.js +0 -6
  587. package/dist/kusto-C6kOQWT0.cjs +0 -1
  588. package/dist/kusto-DH_XitHS.js +0 -6
  589. package/dist/laserwave--izBLY1I.cjs +0 -1
  590. package/dist/laserwave-6a00oqik.js +0 -4
  591. package/dist/latex-BH0OjEyf.cjs +0 -1
  592. package/dist/latex-DLWszopg.js +0 -8
  593. package/dist/lean-BnVxaZxY.js +0 -6
  594. package/dist/lean-DvVQmxVK.cjs +0 -1
  595. package/dist/less-B1GLI2Di.js +0 -6
  596. package/dist/less-Dtg8mm6P.cjs +0 -1
  597. package/dist/light-plus-B5D0le0o.cjs +0 -1
  598. package/dist/light-plus-CZuVqSLX.js +0 -4
  599. package/dist/liquid-CHzkx3jT.js +0 -14
  600. package/dist/liquid-DjlCV7Vm.cjs +0 -1
  601. package/dist/llvm-DcRvQ_r8.cjs +0 -1
  602. package/dist/llvm-co1rIKs3.js +0 -6
  603. package/dist/log-Al8wyEFV.js +0 -6
  604. package/dist/log-CjTZ0gSB.cjs +0 -1
  605. package/dist/logo-BAktp_5i.cjs +0 -1
  606. package/dist/logo-DBa4JDzV.js +0 -6
  607. package/dist/lua-BfOnSJPp.cjs +0 -1
  608. package/dist/lua-kX5WP_P5.js +0 -8
  609. package/dist/luau-BMXmwtw0.cjs +0 -1
  610. package/dist/luau-UQyhudEE.js +0 -6
  611. package/dist/make-CsMclxtr.js +0 -6
  612. package/dist/make-NcdIe21U.cjs +0 -1
  613. package/dist/markdown-Byu9Sdmq.cjs +0 -1
  614. package/dist/markdown-CrScaQ96.js +0 -6
  615. package/dist/marko-BAIoWxJR.cjs +0 -1
  616. package/dist/marko-Ns9BYtDO.js +0 -14
  617. package/dist/material-theme-D6KBX41T.js +0 -4
  618. package/dist/material-theme-Dj0-OyRN.cjs +0 -1
  619. package/dist/material-theme-darker-CkRroheE.js +0 -4
  620. package/dist/material-theme-darker-Dvfs29ir.cjs +0 -1
  621. package/dist/material-theme-lighter-BUBw43Yz.js +0 -4
  622. package/dist/material-theme-lighter-EU3ZGl_r.cjs +0 -1
  623. package/dist/material-theme-ocean-ClGX14Ja.js +0 -4
  624. package/dist/material-theme-ocean-px_3Pwqa.cjs +0 -1
  625. package/dist/material-theme-palenight-38jxvsGX.cjs +0 -1
  626. package/dist/material-theme-palenight-C1RVm8K1.js +0 -4
  627. package/dist/matlab-BOAaUVP0.js +0 -6
  628. package/dist/matlab-CHTOL9Kx.cjs +0 -1
  629. package/dist/mdc-DEPKJPdx.cjs +0 -1
  630. package/dist/mdc-uaivvctV.js +0 -12
  631. package/dist/mdx-BOhZZUJ8.js +0 -6
  632. package/dist/mdx-CjwI68TB.cjs +0 -1
  633. package/dist/mermaid-BXSwQYo5.cjs +0 -1
  634. package/dist/mermaid-C3rz4dYh.js +0 -6
  635. package/dist/min-dark-C7ak0t6c.js +0 -4
  636. package/dist/min-dark-tt5o_I5e.cjs +0 -1
  637. package/dist/min-light-CKFxVcPp.js +0 -4
  638. package/dist/min-light-tmTHl_CQ.cjs +0 -1
  639. package/dist/mipsasm-BSlRcFIy.cjs +0 -1
  640. package/dist/mipsasm-CTx18fBl.js +0 -6
  641. package/dist/mojo-CgKe2b8g.js +0 -6
  642. package/dist/mojo-D2tXKFxS.cjs +0 -1
  643. package/dist/monokai-C1KBYcO0.js +0 -4
  644. package/dist/monokai-DMIxv6MM.cjs +0 -1
  645. package/dist/moonbit-BweIWWUc.cjs +0 -1
  646. package/dist/moonbit-NVPuhMCm.js +0 -6
  647. package/dist/move-Bm1vlCWg.cjs +0 -1
  648. package/dist/move-F-dICmj2.js +0 -6
  649. package/dist/narrat-CBeKHgTl.cjs +0 -1
  650. package/dist/narrat-DmhDCBs-.js +0 -6
  651. package/dist/nextflow-CM8Ed358.cjs +0 -1
  652. package/dist/nextflow-DmSVRGjG.js +0 -6
  653. package/dist/nginx-5vhPAEw3.js +0 -8
  654. package/dist/nginx-ByVOUyIE.cjs +0 -1
  655. package/dist/night-owl-BN78kThQ.cjs +0 -1
  656. package/dist/night-owl-Bm2rzalh.js +0 -4
  657. package/dist/nim-Bqmp5Of3.cjs +0 -1
  658. package/dist/nim-QAjRdh9w.js +0 -20
  659. package/dist/nix-BOiBJUDf.cjs +0 -1
  660. package/dist/nix-fTRXMGic.js +0 -9
  661. package/dist/nord-CC5OiUXg.js +0 -4
  662. package/dist/nord-Ca5AGUWc.cjs +0 -1
  663. package/dist/nushell-D8j3dhT-.js +0 -6
  664. package/dist/nushell-nGrB_wpI.cjs +0 -1
  665. package/dist/objective-c-Itk8tzmv.js +0 -6
  666. package/dist/objective-c-RjkWwFge.cjs +0 -1
  667. package/dist/objective-cpp-DGt5UKRO.js +0 -6
  668. package/dist/objective-cpp-HnfhWwRe.cjs +0 -1
  669. package/dist/ocaml-Cx8ewW_A.cjs +0 -1
  670. package/dist/ocaml-eSVK32Eg.js +0 -6
  671. package/dist/one-dark-pro-C09VQHwB.cjs +0 -1
  672. package/dist/one-dark-pro-DTA3VF0_.js +0 -4
  673. package/dist/one-light-020-h_lv.cjs +0 -1
  674. package/dist/one-light-D9sNaUtq.js +0 -4
  675. package/dist/openscad-D7eUrVPv.cjs +0 -1
  676. package/dist/openscad-Sp5uZ6f2.js +0 -6
  677. package/dist/pages/Dashboard.d.ts.map +0 -1
  678. package/dist/pascal-DBu9vQ2o.cjs +0 -1
  679. package/dist/pascal-xy8pJNns.js +0 -6
  680. package/dist/perl-CxWZPeDZ.cjs +0 -1
  681. package/dist/perl-DkVrgJBg.js +0 -16
  682. package/dist/php-BLXVJphD.cjs +0 -1
  683. package/dist/php-j2zCzTEz.js +0 -18
  684. package/dist/pkl-C-zSNmaA.js +0 -6
  685. package/dist/pkl-Dvyry4Rm.cjs +0 -1
  686. package/dist/plastic-CSTz3KZp.js +0 -4
  687. package/dist/plastic-r5piqq-S.cjs +0 -1
  688. package/dist/plsql-IJkoPJ9P.cjs +0 -1
  689. package/dist/plsql-pVbGZfOv.js +0 -6
  690. package/dist/po-BNfHvqmm.js +0 -6
  691. package/dist/po-Rhu6MvnX.cjs +0 -1
  692. package/dist/poimandres-BLP3NNjc.cjs +0 -1
  693. package/dist/poimandres-C-VADXHD.js +0 -4
  694. package/dist/polar-BtWqSUq2.cjs +0 -1
  695. package/dist/polar-CAZahv3u.js +0 -6
  696. package/dist/postcss-05aHdL-n.js +0 -6
  697. package/dist/postcss-Dh97DcaJ.cjs +0 -1
  698. package/dist/powerquery-BGL6VIw7.cjs +0 -1
  699. package/dist/powerquery-DI9HkTvs.js +0 -6
  700. package/dist/powershell-BiEPMjy-.cjs +0 -1
  701. package/dist/powershell-Clc4ydu-.js +0 -6
  702. package/dist/prisma-Dp473sn0.cjs +0 -1
  703. package/dist/prisma-FZjmVtSl.js +0 -6
  704. package/dist/prolog-C5-yg4TO.js +0 -6
  705. package/dist/prolog-N1U-3UeF.cjs +0 -1
  706. package/dist/proto-C7QgialS.js +0 -6
  707. package/dist/proto-DMjUErYA.cjs +0 -1
  708. package/dist/pug-DiGNE7sm.cjs +0 -1
  709. package/dist/pug-XOw9Q1Ho.js +0 -12
  710. package/dist/puppet-CUJHmnxV.js +0 -6
  711. package/dist/puppet-cDQP_ZC_.cjs +0 -1
  712. package/dist/purescript-DMxb59gF.cjs +0 -1
  713. package/dist/purescript-rUfGld-4.js +0 -6
  714. package/dist/python-BFNSHbwJ.js +0 -6
  715. package/dist/python-s9jfVbew.cjs +0 -1
  716. package/dist/qml-beorq0E4.cjs +0 -1
  717. package/dist/qml-rTNXsquU.js +0 -8
  718. package/dist/qmldir-BInDYbpo.js +0 -6
  719. package/dist/qmldir-DNF9H2ir.cjs +0 -1
  720. package/dist/qss-AeJTysr_.js +0 -6
  721. package/dist/qss-DwA_oiAM.cjs +0 -1
  722. package/dist/r-CSmzDPi7.js +0 -6
  723. package/dist/r-DAqIyZhh.cjs +0 -1
  724. package/dist/racket-B83wSAja.js +0 -6
  725. package/dist/racket-D4laxZit.cjs +0 -1
  726. package/dist/raku-DHySPsLw.cjs +0 -1
  727. package/dist/raku-nEQ4ZJJ7.js +0 -6
  728. package/dist/razor-C5CyrFEt.js +0 -10
  729. package/dist/razor-PuMYvsDx.cjs +0 -1
  730. package/dist/red-7y8PH7HH.js +0 -4
  731. package/dist/red-BQGOv1D5.cjs +0 -1
  732. package/dist/reg-CevkCKuZ.cjs +0 -1
  733. package/dist/reg-m_s_Kiip.js +0 -6
  734. package/dist/regexp-BazyLpPg.js +0 -6
  735. package/dist/regexp-DabTWNLE.cjs +0 -1
  736. package/dist/rel-BS5APza7.cjs +0 -1
  737. package/dist/rel-BcRfyd6Q.js +0 -6
  738. package/dist/riscv-BnGFr6V7.cjs +0 -1
  739. package/dist/riscv-Ce8MAQLP.js +0 -6
  740. package/dist/rose-pine-BKc3yVeu.js +0 -4
  741. package/dist/rose-pine-CfBWm6WX.cjs +0 -1
  742. package/dist/rose-pine-dawn-BulJcPZT.js +0 -4
  743. package/dist/rose-pine-dawn-CaZ5I2lt.cjs +0 -1
  744. package/dist/rose-pine-moon-Cql8LDLp.cjs +0 -1
  745. package/dist/rose-pine-moon-j6jiXKV8.js +0 -4
  746. package/dist/rosmsg-C7VSFzUC.cjs +0 -1
  747. package/dist/rosmsg-Cz0w1km8.js +0 -6
  748. package/dist/rst-CcbeA9zE.js +0 -22
  749. package/dist/rst-D08gsKw8.cjs +0 -1
  750. package/dist/ruby-B5H7kBtd.cjs +0 -1
  751. package/dist/ruby-DMPw6uKF.js +0 -30
  752. package/dist/rust-CLzF9zIN.js +0 -6
  753. package/dist/rust-CNeTMPbB.cjs +0 -1
  754. package/dist/sas-D5Fn8Q38.cjs +0 -1
  755. package/dist/sas-fpEvgATw.js +0 -8
  756. package/dist/sass-DxHp5rTx.js +0 -6
  757. package/dist/sass-vyo-bUwh.cjs +0 -1
  758. package/dist/scala-D4grkFkl.js +0 -6
  759. package/dist/scala-ZSekD-8-.cjs +0 -1
  760. package/dist/scheme-BCRWuEm4.js +0 -6
  761. package/dist/scheme-vM0LdD-_.cjs +0 -1
  762. package/dist/scss-B1FaCqwR.js +0 -8
  763. package/dist/scss-CKlduTMv.cjs +0 -1
  764. package/dist/sdbl-B7T8abf4.js +0 -6
  765. package/dist/sdbl-DeWT5r4i.cjs +0 -1
  766. package/dist/shaderlab-Cr62-Wb4.js +0 -8
  767. package/dist/shaderlab-DGJjQHxC.cjs +0 -1
  768. package/dist/shellscript-DYWjN7qW.cjs +0 -1
  769. package/dist/shellscript-InADTalH.js +0 -6
  770. package/dist/shellsession-DMUSXX8m.cjs +0 -1
  771. package/dist/shellsession-DiDJNQdy.js +0 -8
  772. package/dist/slack-dark-akqwQ7ED.cjs +0 -1
  773. package/dist/slack-dark-i7wN4OET.js +0 -4
  774. package/dist/slack-ochin-BoQQWmTv.cjs +0 -1
  775. package/dist/slack-ochin-ndHf0LoP.js +0 -4
  776. package/dist/smalltalk-BNs6hxu4.cjs +0 -1
  777. package/dist/smalltalk-BlI1_OkM.js +0 -6
  778. package/dist/snazzy-light-BlSJXAu4.js +0 -4
  779. package/dist/snazzy-light-D_IwRieF.cjs +0 -1
  780. package/dist/solarized-dark-UTmkh7lw.js +0 -4
  781. package/dist/solarized-dark-gmm-WbDC.cjs +0 -1
  782. package/dist/solarized-light-BheCkDPT.js +0 -4
  783. package/dist/solarized-light-DzcxRSZP.cjs +0 -1
  784. package/dist/solidity-DUWnFhS6.js +0 -6
  785. package/dist/solidity-uQuzgchP.cjs +0 -1
  786. package/dist/soy-C1-6njHa.js +0 -8
  787. package/dist/soy-CDFPDtGX.cjs +0 -1
  788. package/dist/sparql-6Cg9ppCl.cjs +0 -1
  789. package/dist/sparql-B0KWFEri.js +0 -8
  790. package/dist/splunk-CRXR8A9s.js +0 -6
  791. package/dist/splunk-CWPivao_.cjs +0 -1
  792. package/dist/sql-Cn_v3PB0.js +0 -6
  793. package/dist/sql-DhUUVgH1.cjs +0 -1
  794. package/dist/ssh-config-B93wBIBa.cjs +0 -1
  795. package/dist/ssh-config-DP-hNVbF.js +0 -6
  796. package/dist/stata-B8c5fTjX.js +0 -8
  797. package/dist/stata-DCWFCQQG.cjs +0 -1
  798. package/dist/stylus-B64Bt0D4.cjs +0 -1
  799. package/dist/stylus-CyKEU1Ej.js +0 -6
  800. package/dist/svelte-CYf4HR3U.js +0 -14
  801. package/dist/svelte-Do4zIqEL.cjs +0 -1
  802. package/dist/swift-9UzSvamq.js +0 -6
  803. package/dist/swift-BMbGdc3j.cjs +0 -1
  804. package/dist/synthwave-84-BBRLOmNT.cjs +0 -1
  805. package/dist/synthwave-84-NU3C_KFZ.js +0 -4
  806. package/dist/system-verilog-BCm7smPJ.js +0 -6
  807. package/dist/system-verilog-BFclLo9e.cjs +0 -1
  808. package/dist/systemd-C-4qm6XH.js +0 -6
  809. package/dist/systemd-Dtw7P4tb.cjs +0 -1
  810. package/dist/talonscript-CFF3LF_O.js +0 -6
  811. package/dist/talonscript-D8SvZJVc.cjs +0 -1
  812. package/dist/tasl--DC4oX-L.cjs +0 -1
  813. package/dist/tasl-Cg_WBUAe.js +0 -6
  814. package/dist/tcl-0Q0H86Yn.cjs +0 -1
  815. package/dist/tcl-DN7buRTF.js +0 -6
  816. package/dist/templ-BDNMUns0.cjs +0 -1
  817. package/dist/templ-peLZIM2D.js +0 -12
  818. package/dist/terraform-C0RDrmWi.cjs +0 -1
  819. package/dist/terraform-DGvcn9zM.js +0 -6
  820. package/dist/tex-BvKThJ8p.js +0 -8
  821. package/dist/tex-Dz7jjuD4.cjs +0 -1
  822. package/dist/tokyo-night-DP4TmcQl.js +0 -4
  823. package/dist/tokyo-night-GOhjzM5y.cjs +0 -1
  824. package/dist/toml-DY62mUL_.js +0 -6
  825. package/dist/toml-Q64DoSvG.cjs +0 -1
  826. package/dist/ts-tags-DILCom6A.cjs +0 -1
  827. package/dist/ts-tags-ioVe2PKw.js +0 -41
  828. package/dist/tsv-BtvSkaG0.js +0 -6
  829. package/dist/tsv-DqNGnuVj.cjs +0 -1
  830. package/dist/tsx-B8rCNbgL.js +0 -6
  831. package/dist/tsx-DIpfUf9u.cjs +0 -1
  832. package/dist/turtle-DipIidr5.cjs +0 -1
  833. package/dist/turtle-_H59FV7D.js +0 -6
  834. package/dist/twig-B42NGISI.cjs +0 -1
  835. package/dist/twig-CcRLVyUg.js +0 -18
  836. package/dist/typescript-RycA9KXf.js +0 -6
  837. package/dist/typescript-b48wo4zk.cjs +0 -1
  838. package/dist/typespec-DWqp-kUU.js +0 -6
  839. package/dist/typespec-DqXOE4_L.cjs +0 -1
  840. package/dist/typst-Cqq4j4V-.cjs +0 -1
  841. package/dist/typst-D_1QKWns.js +0 -6
  842. package/dist/v-81C2s01-.cjs +0 -1
  843. package/dist/v-BPCNiyYe.js +0 -6
  844. package/dist/vala-CsAYdCD2.cjs +0 -1
  845. package/dist/vala-uxaPR7d1.js +0 -6
  846. package/dist/vb-AiTMb16X.cjs +0 -1
  847. package/dist/vb-D8_c5-KN.js +0 -6
  848. package/dist/verilog-AMohXZcN.cjs +0 -1
  849. package/dist/verilog-B-bybjPF.js +0 -6
  850. package/dist/vesper-B59Iw4gV.cjs +0 -1
  851. package/dist/vesper-BckBta1U.js +0 -4
  852. package/dist/vhdl-CUlNa8ac.js +0 -6
  853. package/dist/vhdl-DIdR1NA5.cjs +0 -1
  854. package/dist/viml-D01eKeA4.cjs +0 -1
  855. package/dist/viml-DsfA-sWm.js +0 -6
  856. package/dist/vitesse-black-BoGvW84i.js +0 -4
  857. package/dist/vitesse-black-MF-1S1MG.cjs +0 -1
  858. package/dist/vitesse-dark-Cym-eLtO.js +0 -4
  859. package/dist/vitesse-dark-SIffJYSe.cjs +0 -1
  860. package/dist/vitesse-light-CcmG315c.js +0 -4
  861. package/dist/vitesse-light-U63SkYGT.cjs +0 -1
  862. package/dist/vue-DXEmyXn9.js +0 -31
  863. package/dist/vue-S9bl2EgW.cjs +0 -1
  864. package/dist/vue-html-B2-sfQT7.cjs +0 -1
  865. package/dist/vue-html-j9xNEdu3.js +0 -8
  866. package/dist/vue-vine-CpIsWjsQ.cjs +0 -1
  867. package/dist/vue-vine-D41-N99t.js +0 -18
  868. package/dist/vyper-CPQuu50u.js +0 -6
  869. package/dist/vyper-DTzyzn3a.cjs +0 -1
  870. package/dist/wasm-BBXxrAl7.js +0 -6
  871. package/dist/wasm-DQxwEHae.js +0 -7
  872. package/dist/wasm-Dp-QrJpp.cjs +0 -1
  873. package/dist/wasm-Dw4u1m6u.cjs +0 -1
  874. package/dist/wenyan-CRNx8UP3.cjs +0 -1
  875. package/dist/wenyan-pbVjoM9_.js +0 -6
  876. package/dist/wgsl-DF5qc9dd.cjs +0 -1
  877. package/dist/wgsl-DY4iK1q1.js +0 -6
  878. package/dist/wikitext-D7uzEIfK.cjs +0 -1
  879. package/dist/wikitext-Z-MoUasO.js +0 -6
  880. package/dist/wit-BjWgLsJj.cjs +0 -1
  881. package/dist/wit-CQMQOlTg.js +0 -6
  882. package/dist/wolfram-BR4t3Ffc.cjs +0 -1
  883. package/dist/wolfram-Dz4KXISs.js +0 -6
  884. package/dist/xml-BpsKWkuV.cjs +0 -1
  885. package/dist/xml-C2J0sS9M.js +0 -8
  886. package/dist/xsl-BmSZphgC.js +0 -8
  887. package/dist/xsl-D-3VYix6.cjs +0 -1
  888. package/dist/yaml-DaO7k5B1.js +0 -6
  889. package/dist/yaml-XVBmpKh-.cjs +0 -1
  890. package/dist/zenscript-CxBjpf9c.js +0 -6
  891. package/dist/zenscript-fNvwKexi.cjs +0 -1
  892. package/dist/zig-BAyIAcWK.cjs +0 -1
  893. package/dist/zig-Vm0PO9wB.js +0 -6
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./css-Do0mp2lm.cjs"),e=require("./javascript-DgmXW4Ha.cjs"),n=require("./scss-CKlduTMv.cjs"),i=require("./php-BLXVJphD.cjs"),a=require("./python-s9jfVbew.cjs"),s=require("./ruby-B5H7kBtd.cjs"),r=Object.freeze(JSON.parse(`{"displayName":"Twig","fileTypes":["twig","html.twig"],"firstLineMatch":"<!(?i:DOCTYPE)|<(?i:html)|<\\\\?(?i:php)|\\\\{\\\\{|\\\\{%|\\\\{#","foldingStartMarker":"(<(?i:body|div|dl|fieldset|form|head|li|ol|script|select|style|table|tbody|tfoot|thead|tr|ul)\\\\b.*?>|<!--(?!.*--\\\\s*>)|^<!-- #tminclude (?>.*?-->)$|\\\\{%\\\\s+(autoescape|block|embed|filter|for|if|macro|raw|sandbox|set|spaceless|trans|verbatim))","foldingStopMarker":"(</(?i:body|div|dl|fieldset|form|head|li|ol|script|select|style|table|tbody|tfoot|thead|tr|ul)>|^(?!.*?<!--).*?--\\\\s*>|^<!-- end tminclude -->$|\\\\{%\\\\s+end(autoescape|block|embed|filter|for|if|macro|raw|sandbox|set|spaceless|trans|verbatim))","name":"twig","patterns":[{"begin":"(<)([0-:A-Za-z]++)(?=[^>]*></\\\\2>)","beginCaptures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.html"}},"end":"(>(<)/)(\\\\2)(>)","endCaptures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"meta.scope.between-tag-pair.html"},"3":{"name":"entity.name.tag.html"},"4":{"name":"punctuation.definition.tag.html"}},"name":"meta.tag.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(<\\\\?)(xml)","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.xml.html"}},"end":"(\\\\?>)","name":"meta.tag.preprocessor.xml.html","patterns":[{"include":"#tag-generic-attribute"},{"include":"#string-double-quoted"},{"include":"#string-single-quoted"}]},{"begin":"<!--","captures":{"0":{"name":"punctuation.definition.comment.html"}},"end":"--\\\\s*>","name":"comment.block.html","patterns":[{"match":"--","name":"invalid.illegal.bad-comments-or-CDATA.html"},{"include":"#embedded-code"}]},{"begin":"<!","captures":{"0":{"name":"punctuation.definition.tag.html"}},"end":">","name":"meta.tag.sgml.html","patterns":[{"begin":"(?i:DOCTYPE)","captures":{"1":{"name":"entity.name.tag.doctype.html"}},"end":"(?=>)","name":"meta.tag.sgml.doctype.html","patterns":[{"match":"\\"[^\\">]*\\"","name":"string.quoted.double.doctype.identifiers-and-DTDs.html"}]},{"begin":"\\\\[CDATA\\\\[","end":"]](?=>)","name":"constant.other.inline-data.html"},{"match":"(\\\\s*)(?!--|>)\\\\S(\\\\s*)","name":"invalid.illegal.bad-comments-or-CDATA.html"}]},{"include":"#embedded-code"},{"begin":"(?:^\\\\s+)?(<)((?i:style))\\\\b(?![^>]*/>)","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.style.html"},"3":{"name":"punctuation.definition.tag.html"}},"end":"(</)((?i:style))(>)(?:\\\\s*\\\\n)?","name":"source.css.embedded.html","patterns":[{"include":"#tag-stuff"},{"begin":"(>)","beginCaptures":{"1":{"name":"punctuation.definition.tag.html"}},"end":"(?=</(?i:style))","patterns":[{"include":"#embedded-code"},{"include":"source.css"}]}]},{"begin":"(?:^\\\\s+)?(<)((?i:script))\\\\b(?![^>]*/>)","beginCaptures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.script.html"}},"end":"(?<=</(script|SCRIPT))(>)(?:\\\\s*\\\\n)?","endCaptures":{"2":{"name":"punctuation.definition.tag.html"}},"name":"source.js.embedded.html","patterns":[{"include":"#tag-stuff"},{"begin":"(?<!</(?:script|SCRIPT))(>)","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.script.html"}},"end":"(</)((?i:script))","patterns":[{"captures":{"1":{"name":"punctuation.definition.comment.js"}},"match":"(//).*?((?=<\/script)|$\\\\n?)","name":"comment.line.double-slash.js"},{"begin":"/\\\\*","captures":{"0":{"name":"punctuation.definition.comment.js"}},"end":"\\\\*/|(?=<\/script)","name":"comment.block.js"},{"include":"#php"},{"include":"#twig-print-tag"},{"include":"#twig-statement-tag"},{"include":"#twig-comment-tag"},{"include":"source.js"}]}]},{"begin":"(?i)(?<=\\\\{%\\\\s(?:|include)js\\\\s%})","end":"(?i)(?=\\\\{%\\\\send(?:|include)js\\\\s%})","name":"source.js.embedded.twig","patterns":[{"include":"source.js"}]},{"begin":"(?i)(?<=\\\\{%\\\\s(?:|include|includehires)css\\\\s%})","end":"(?i)(?=\\\\{%\\\\send(?:|include|includehires)css\\\\s%})","name":"source.css.embedded.twig","patterns":[{"include":"source.css"}]},{"begin":"(?i)(?<=\\\\{%\\\\s(?:|include|includehires)scss\\\\s%})","end":"(?i)(?=\\\\{%\\\\send(?:|include|includehires)scss\\\\s%})","name":"source.css.scss.embedded.twig","patterns":[{"include":"source.css.scss"}]},{"begin":"(</?)((?i:body|head|html))\\\\b","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.structure.any.html"}},"end":"(>)","name":"meta.tag.structure.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(</?)((?i:address|blockquote|dd|div|dl|dt|fieldset|form|frame|frameset|h1|h2|h3|h4|h5|h6|iframe|noframes|object|ol|p|ul|applet|center|dir|hr|menu|pre))\\\\b","beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.block.any.html"}},"end":"(>)","endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}},"name":"meta.tag.block.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(</?)((?i:a|abbr|acronym|area|b|base|basefont|bdo|big|br|button|caption|cite|code|col|colgroup|del|dfn|em|font|head|html|i|img|input|ins|isindex|kbd|label|legend|li|link|map|meta|noscript|optgroup|option|param|[qs]|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|u|var))\\\\b","beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.inline.any.html"}},"end":"((?: ?/)?>)","endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}},"name":"meta.tag.inline.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(</?)([0-:A-Za-z]+)","beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.other.html"}},"end":"(>)","endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}},"name":"meta.tag.other.html","patterns":[{"include":"#tag-stuff"}]},{"include":"#entities"},{"match":"<>","name":"invalid.illegal.incomplete.html"},{"match":"<","name":"invalid.illegal.bad-angle-bracket.html"},{"include":"#twig-print-tag"},{"include":"#twig-statement-tag"},{"include":"#twig-comment-tag"}],"repository":{"embedded-code":{"patterns":[{"include":"#ruby"},{"include":"#php"},{"include":"#twig-print-tag"},{"include":"#twig-statement-tag"},{"include":"#twig-comment-tag"},{"include":"#python"}]},"entities":{"patterns":[{"captures":{"1":{"name":"punctuation.definition.entity.html"},"3":{"name":"punctuation.definition.entity.html"}},"match":"(&)([0-9A-Za-z]+|#[0-9]+|#x\\\\h+)(;)","name":"constant.character.entity.html"},{"match":"&","name":"invalid.illegal.bad-ampersand.html"}]},"php":{"begin":"(?=(^\\\\s*)?<\\\\?)","end":"(?!(^\\\\s*)?<\\\\?)","patterns":[{"include":"source.php"}]},"python":{"begin":"^\\\\s*<\\\\?python(?!.*\\\\?>)","end":"\\\\?>(?:\\\\s*$\\\\n)?","name":"source.python.embedded.html","patterns":[{"include":"source.python"}]},"ruby":{"patterns":[{"begin":"<%+#","captures":{"0":{"name":"punctuation.definition.comment.erb"}},"end":"%>","name":"comment.block.erb"},{"begin":"<%+(?!>)=?","captures":{"0":{"name":"punctuation.section.embedded.ruby"}},"end":"-?%>","name":"source.ruby.embedded.html","patterns":[{"captures":{"1":{"name":"punctuation.definition.comment.ruby"}},"match":"(#).*?(?=-?%>)","name":"comment.line.number-sign.ruby"},{"include":"source.ruby"}]},{"begin":"<\\\\?r(?!>)=?","captures":{"0":{"name":"punctuation.section.embedded.ruby.nitro"}},"end":"-?\\\\?>","name":"source.ruby.nitro.embedded.html","patterns":[{"captures":{"1":{"name":"punctuation.definition.comment.ruby.nitro"}},"match":"(#).*?(?=-?\\\\?>)","name":"comment.line.number-sign.ruby.nitro"},{"include":"source.ruby"}]}]},"string-double-quoted":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.double.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]},"string-single-quoted":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.single.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]},"tag-generic-attribute":{"match":"\\\\b([-:A-Za-z]+)","name":"entity.other.attribute-name.html"},"tag-id-attribute":{"begin":"\\\\b(id)\\\\b\\\\s*(=)","captures":{"1":{"name":"entity.other.attribute-name.id.html"},"2":{"name":"punctuation.separator.key-value.html"}},"end":"(?<=[\\"'])","name":"meta.attribute-with-value.id.html","patterns":[{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"contentName":"meta.toc-list.id.html","end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.double.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]},{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"contentName":"meta.toc-list.id.html","end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.single.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]}]},"tag-stuff":{"patterns":[{"include":"#tag-id-attribute"},{"include":"#tag-generic-attribute"},{"include":"#string-double-quoted"},{"include":"#string-single-quoted"},{"include":"#embedded-code"}]},"twig-arrays":{"begin":"(?<=[(,:\\\\[{\\\\s])\\\\[","beginCaptures":{"0":{"name":"punctuation.section.array.begin.twig"}},"end":"]","endCaptures":{"0":{"name":"punctuation.section.array.end.twig"}},"name":"meta.array.twig","patterns":[{"include":"#twig-arrays"},{"include":"#twig-hashes"},{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-strings"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"match":",","name":"punctuation.separator.object.twig"}]},"twig-comment-tag":{"begin":"\\\\{#-?","beginCaptures":{"0":{"name":"punctuation.definition.comment.begin.twig"}},"end":"-?#}","endCaptures":{"0":{"name":"punctuation.definition.comment.end.twig"}},"name":"comment.block.twig"},"twig-constants":{"patterns":[{"match":"(?i)(?<=[(,:\\\\[{\\\\s])(?:true|false|null|none)(?=[]),}\\\\s])","name":"constant.language.twig"},{"match":"(?<=[(,:\\\\[{\\\\s]|\\\\.\\\\.|\\\\*\\\\*)[0-9]+(?:\\\\.[0-9]+)?(?=[]),}\\\\s]|\\\\.\\\\.|\\\\*\\\\*)","name":"constant.numeric.twig"}]},"twig-filters":{"captures":{"1":{"name":"support.function.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)(abs|capitalize|e(?:scape)?|first|join|(?:json|url)_encode|keys|last|length|lower|nl2br|number_format|raw|reverse|round|sort|striptags|title|trim|upper)(?=[]),:|}\\\\s]|\\\\.\\\\.|\\\\*\\\\*)"},"twig-filters-ud":{"captures":{"1":{"name":"meta.function-call.other.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)"},"twig-filters-warg":{"begin":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)(batch|convert_encoding|date|date_modify|default|e(?:scape)?|format|join|merge|number_format|replace|round|slice|split|trim)(\\\\()","beginCaptures":{"1":{"name":"support.function.twig"},"2":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-filters-warg-ud":{"begin":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(\\\\()","beginCaptures":{"1":{"name":"meta.function-call.other.twig"},"2":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-functions":{"captures":{"1":{"name":"support.function.twig"}},"match":"(?<=is\\\\s)(defined|empty|even|iterable|odd)"},"twig-functions-warg":{"begin":"(?<=[(,:\\\\[{\\\\s])(attribute|block|constant|cycle|date|divisible by|dump|include|max|min|parent|random|range|same as|source|template_from_string)(\\\\()","beginCaptures":{"1":{"name":"support.function.twig"},"2":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"}]},"twig-hashes":{"begin":"(?<=[(,:\\\\[{\\\\s])\\\\{","beginCaptures":{"0":{"name":"punctuation.section.hash.begin.twig"}},"end":"}","endCaptures":{"0":{"name":"punctuation.section.hash.end.twig"}},"name":"meta.hash.twig","patterns":[{"include":"#twig-hashes"},{"include":"#twig-arrays"},{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-strings"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"match":":","name":"punctuation.separator.key-value.twig"},{"match":",","name":"punctuation.separator.object.twig"}]},"twig-keywords":{"match":"(?<=\\\\s)((?:end)?(?:autoescape|block|embed|filter|for|if|macro|raw|sandbox|set|spaceless|trans|verbatim)|as|do|else|elseif|extends|flush|from|ignore missing|import|include|only|use|with)(?=\\\\s)","name":"keyword.control.twig"},"twig-macros":{"begin":"(?<=[(,:\\\\[{\\\\s])([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(?:(\\\\.)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*))?(\\\\()","beginCaptures":{"1":{"name":"meta.function-call.twig"},"2":{"name":"punctuation.separator.property.twig"},"3":{"name":"variable.other.property.twig"},"4":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-objects":{"captures":{"1":{"name":"variable.other.twig"}},"match":"(?<=[(,:\\\\[{\\\\s])([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(?=[](),.:\\\\[|}\\\\s])"},"twig-operators":{"patterns":[{"captures":{"1":{"name":"keyword.operator.arithmetic.twig"}},"match":"(?<=\\\\s)([-+]|//?|%|\\\\*\\\\*?)(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.assignment.twig"}},"match":"(?<=\\\\s)([=~])(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.bitwise.twig"}},"match":"(?<=\\\\s)(b-(?:and|or|xor))(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.comparison.twig"}},"match":"(?<=\\\\s)([!=]=|<=?|>=?|(?:not )?in|is(?: not)?|(?:ends|starts) with|matches)(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.logical.twig"}},"match":"(?<=\\\\s)([:?]|\\\\?:|\\\\?\\\\?|and|not|or)(?=\\\\s)"},{"captures":{"0":{"name":"keyword.operator.other.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ])\\\\.\\\\.(?=[\\"'0-9A-Z_a-z\\\\x7F-ÿ])"},{"captures":{"0":{"name":"keyword.operator.other.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z}\\\\x7F-ÿ])\\\\|(?=[A-Z_a-z\\\\x7F-ÿ])"}]},"twig-print-tag":{"begin":"\\\\{\\\\{-?","beginCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"end":"-?}}","endCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"name":"meta.tag.template.value.twig","patterns":[{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-properties":{"patterns":[{"captures":{"1":{"name":"punctuation.separator.property.twig"},"2":{"name":"variable.other.property.twig"}},"match":"(?<=[0-9A-Z_a-z\\\\x7F-ÿ])(\\\\.)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(?=[]),.:\\\\[|}\\\\s])"},{"begin":"(?<=[0-9A-Z_a-z\\\\x7F-ÿ])(\\\\.)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(\\\\()","beginCaptures":{"1":{"name":"punctuation.separator.property.twig"},"2":{"name":"variable.other.property.twig"},"3":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"}]},{"captures":{"1":{"name":"punctuation.section.array.begin.twig"},"2":{"name":"variable.other.property.twig"},"3":{"name":"punctuation.section.array.end.twig"},"4":{"name":"punctuation.section.array.begin.twig"},"5":{"name":"variable.other.property.twig"},"6":{"name":"punctuation.section.array.end.twig"},"7":{"name":"punctuation.section.array.begin.twig"},"8":{"name":"variable.other.property.twig"},"9":{"name":"punctuation.section.array.end.twig"}},"match":"(?<=[]0-9A-Z_a-z\\\\x7F-ÿ])(?:(\\\\[)('[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*')(])|(\\\\[)(\\"[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*\\")(])|(\\\\[)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(]))"}]},"twig-statement-tag":{"begin":"\\\\{%-?","beginCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"end":"-?%}","endCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"name":"meta.tag.template.block.twig","patterns":[{"include":"#twig-constants"},{"include":"#twig-keywords"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-strings":{"patterns":[{"begin":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.twig"}},"end":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))'","endCaptures":{"0":{"name":"punctuation.definition.string.end.twig"}},"name":"string.quoted.single.twig"},{"begin":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.twig"}},"end":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.twig"}},"name":"string.quoted.double.twig"}]}},"scopeName":"text.html.twig","embeddedLangs":["css","javascript","scss","php","python","ruby"]}`)),u=[...t.default,...e.default,...n.default,...i.default,...a.default,...s.default,r];exports.default=u;
@@ -1,18 +0,0 @@
1
- import t from "./css-CECN5uSL.js";
2
- import e from "./javascript-C25yR2R2.js";
3
- import n from "./scss-B1FaCqwR.js";
4
- import i from "./php-j2zCzTEz.js";
5
- import a from "./python-BFNSHbwJ.js";
6
- import s from "./ruby-DMPw6uKF.js";
7
- const r = Object.freeze(JSON.parse(`{"displayName":"Twig","fileTypes":["twig","html.twig"],"firstLineMatch":"<!(?i:DOCTYPE)|<(?i:html)|<\\\\?(?i:php)|\\\\{\\\\{|\\\\{%|\\\\{#","foldingStartMarker":"(<(?i:body|div|dl|fieldset|form|head|li|ol|script|select|style|table|tbody|tfoot|thead|tr|ul)\\\\b.*?>|<!--(?!.*--\\\\s*>)|^<!-- #tminclude (?>.*?-->)$|\\\\{%\\\\s+(autoescape|block|embed|filter|for|if|macro|raw|sandbox|set|spaceless|trans|verbatim))","foldingStopMarker":"(</(?i:body|div|dl|fieldset|form|head|li|ol|script|select|style|table|tbody|tfoot|thead|tr|ul)>|^(?!.*?<!--).*?--\\\\s*>|^<!-- end tminclude -->$|\\\\{%\\\\s+end(autoescape|block|embed|filter|for|if|macro|raw|sandbox|set|spaceless|trans|verbatim))","name":"twig","patterns":[{"begin":"(<)([0-:A-Za-z]++)(?=[^>]*></\\\\2>)","beginCaptures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.html"}},"end":"(>(<)/)(\\\\2)(>)","endCaptures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"meta.scope.between-tag-pair.html"},"3":{"name":"entity.name.tag.html"},"4":{"name":"punctuation.definition.tag.html"}},"name":"meta.tag.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(<\\\\?)(xml)","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.xml.html"}},"end":"(\\\\?>)","name":"meta.tag.preprocessor.xml.html","patterns":[{"include":"#tag-generic-attribute"},{"include":"#string-double-quoted"},{"include":"#string-single-quoted"}]},{"begin":"<!--","captures":{"0":{"name":"punctuation.definition.comment.html"}},"end":"--\\\\s*>","name":"comment.block.html","patterns":[{"match":"--","name":"invalid.illegal.bad-comments-or-CDATA.html"},{"include":"#embedded-code"}]},{"begin":"<!","captures":{"0":{"name":"punctuation.definition.tag.html"}},"end":">","name":"meta.tag.sgml.html","patterns":[{"begin":"(?i:DOCTYPE)","captures":{"1":{"name":"entity.name.tag.doctype.html"}},"end":"(?=>)","name":"meta.tag.sgml.doctype.html","patterns":[{"match":"\\"[^\\">]*\\"","name":"string.quoted.double.doctype.identifiers-and-DTDs.html"}]},{"begin":"\\\\[CDATA\\\\[","end":"]](?=>)","name":"constant.other.inline-data.html"},{"match":"(\\\\s*)(?!--|>)\\\\S(\\\\s*)","name":"invalid.illegal.bad-comments-or-CDATA.html"}]},{"include":"#embedded-code"},{"begin":"(?:^\\\\s+)?(<)((?i:style))\\\\b(?![^>]*/>)","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.style.html"},"3":{"name":"punctuation.definition.tag.html"}},"end":"(</)((?i:style))(>)(?:\\\\s*\\\\n)?","name":"source.css.embedded.html","patterns":[{"include":"#tag-stuff"},{"begin":"(>)","beginCaptures":{"1":{"name":"punctuation.definition.tag.html"}},"end":"(?=</(?i:style))","patterns":[{"include":"#embedded-code"},{"include":"source.css"}]}]},{"begin":"(?:^\\\\s+)?(<)((?i:script))\\\\b(?![^>]*/>)","beginCaptures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.script.html"}},"end":"(?<=</(script|SCRIPT))(>)(?:\\\\s*\\\\n)?","endCaptures":{"2":{"name":"punctuation.definition.tag.html"}},"name":"source.js.embedded.html","patterns":[{"include":"#tag-stuff"},{"begin":"(?<!</(?:script|SCRIPT))(>)","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.script.html"}},"end":"(</)((?i:script))","patterns":[{"captures":{"1":{"name":"punctuation.definition.comment.js"}},"match":"(//).*?((?=<\/script)|$\\\\n?)","name":"comment.line.double-slash.js"},{"begin":"/\\\\*","captures":{"0":{"name":"punctuation.definition.comment.js"}},"end":"\\\\*/|(?=<\/script)","name":"comment.block.js"},{"include":"#php"},{"include":"#twig-print-tag"},{"include":"#twig-statement-tag"},{"include":"#twig-comment-tag"},{"include":"source.js"}]}]},{"begin":"(?i)(?<=\\\\{%\\\\s(?:|include)js\\\\s%})","end":"(?i)(?=\\\\{%\\\\send(?:|include)js\\\\s%})","name":"source.js.embedded.twig","patterns":[{"include":"source.js"}]},{"begin":"(?i)(?<=\\\\{%\\\\s(?:|include|includehires)css\\\\s%})","end":"(?i)(?=\\\\{%\\\\send(?:|include|includehires)css\\\\s%})","name":"source.css.embedded.twig","patterns":[{"include":"source.css"}]},{"begin":"(?i)(?<=\\\\{%\\\\s(?:|include|includehires)scss\\\\s%})","end":"(?i)(?=\\\\{%\\\\send(?:|include|includehires)scss\\\\s%})","name":"source.css.scss.embedded.twig","patterns":[{"include":"source.css.scss"}]},{"begin":"(</?)((?i:body|head|html))\\\\b","captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.structure.any.html"}},"end":"(>)","name":"meta.tag.structure.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(</?)((?i:address|blockquote|dd|div|dl|dt|fieldset|form|frame|frameset|h1|h2|h3|h4|h5|h6|iframe|noframes|object|ol|p|ul|applet|center|dir|hr|menu|pre))\\\\b","beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.block.any.html"}},"end":"(>)","endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}},"name":"meta.tag.block.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(</?)((?i:a|abbr|acronym|area|b|base|basefont|bdo|big|br|button|caption|cite|code|col|colgroup|del|dfn|em|font|head|html|i|img|input|ins|isindex|kbd|label|legend|li|link|map|meta|noscript|optgroup|option|param|[qs]|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|u|var))\\\\b","beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.inline.any.html"}},"end":"((?: ?/)?>)","endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}},"name":"meta.tag.inline.any.html","patterns":[{"include":"#tag-stuff"}]},{"begin":"(</?)([0-:A-Za-z]+)","beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.other.html"}},"end":"(>)","endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}},"name":"meta.tag.other.html","patterns":[{"include":"#tag-stuff"}]},{"include":"#entities"},{"match":"<>","name":"invalid.illegal.incomplete.html"},{"match":"<","name":"invalid.illegal.bad-angle-bracket.html"},{"include":"#twig-print-tag"},{"include":"#twig-statement-tag"},{"include":"#twig-comment-tag"}],"repository":{"embedded-code":{"patterns":[{"include":"#ruby"},{"include":"#php"},{"include":"#twig-print-tag"},{"include":"#twig-statement-tag"},{"include":"#twig-comment-tag"},{"include":"#python"}]},"entities":{"patterns":[{"captures":{"1":{"name":"punctuation.definition.entity.html"},"3":{"name":"punctuation.definition.entity.html"}},"match":"(&)([0-9A-Za-z]+|#[0-9]+|#x\\\\h+)(;)","name":"constant.character.entity.html"},{"match":"&","name":"invalid.illegal.bad-ampersand.html"}]},"php":{"begin":"(?=(^\\\\s*)?<\\\\?)","end":"(?!(^\\\\s*)?<\\\\?)","patterns":[{"include":"source.php"}]},"python":{"begin":"^\\\\s*<\\\\?python(?!.*\\\\?>)","end":"\\\\?>(?:\\\\s*$\\\\n)?","name":"source.python.embedded.html","patterns":[{"include":"source.python"}]},"ruby":{"patterns":[{"begin":"<%+#","captures":{"0":{"name":"punctuation.definition.comment.erb"}},"end":"%>","name":"comment.block.erb"},{"begin":"<%+(?!>)=?","captures":{"0":{"name":"punctuation.section.embedded.ruby"}},"end":"-?%>","name":"source.ruby.embedded.html","patterns":[{"captures":{"1":{"name":"punctuation.definition.comment.ruby"}},"match":"(#).*?(?=-?%>)","name":"comment.line.number-sign.ruby"},{"include":"source.ruby"}]},{"begin":"<\\\\?r(?!>)=?","captures":{"0":{"name":"punctuation.section.embedded.ruby.nitro"}},"end":"-?\\\\?>","name":"source.ruby.nitro.embedded.html","patterns":[{"captures":{"1":{"name":"punctuation.definition.comment.ruby.nitro"}},"match":"(#).*?(?=-?\\\\?>)","name":"comment.line.number-sign.ruby.nitro"},{"include":"source.ruby"}]}]},"string-double-quoted":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.double.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]},"string-single-quoted":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.single.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]},"tag-generic-attribute":{"match":"\\\\b([-:A-Za-z]+)","name":"entity.other.attribute-name.html"},"tag-id-attribute":{"begin":"\\\\b(id)\\\\b\\\\s*(=)","captures":{"1":{"name":"entity.other.attribute-name.id.html"},"2":{"name":"punctuation.separator.key-value.html"}},"end":"(?<=[\\"'])","name":"meta.attribute-with-value.id.html","patterns":[{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"contentName":"meta.toc-list.id.html","end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.double.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]},{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"contentName":"meta.toc-list.id.html","end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}},"name":"string.quoted.single.html","patterns":[{"include":"#embedded-code"},{"include":"#entities"}]}]},"tag-stuff":{"patterns":[{"include":"#tag-id-attribute"},{"include":"#tag-generic-attribute"},{"include":"#string-double-quoted"},{"include":"#string-single-quoted"},{"include":"#embedded-code"}]},"twig-arrays":{"begin":"(?<=[(,:\\\\[{\\\\s])\\\\[","beginCaptures":{"0":{"name":"punctuation.section.array.begin.twig"}},"end":"]","endCaptures":{"0":{"name":"punctuation.section.array.end.twig"}},"name":"meta.array.twig","patterns":[{"include":"#twig-arrays"},{"include":"#twig-hashes"},{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-strings"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"match":",","name":"punctuation.separator.object.twig"}]},"twig-comment-tag":{"begin":"\\\\{#-?","beginCaptures":{"0":{"name":"punctuation.definition.comment.begin.twig"}},"end":"-?#}","endCaptures":{"0":{"name":"punctuation.definition.comment.end.twig"}},"name":"comment.block.twig"},"twig-constants":{"patterns":[{"match":"(?i)(?<=[(,:\\\\[{\\\\s])(?:true|false|null|none)(?=[]),}\\\\s])","name":"constant.language.twig"},{"match":"(?<=[(,:\\\\[{\\\\s]|\\\\.\\\\.|\\\\*\\\\*)[0-9]+(?:\\\\.[0-9]+)?(?=[]),}\\\\s]|\\\\.\\\\.|\\\\*\\\\*)","name":"constant.numeric.twig"}]},"twig-filters":{"captures":{"1":{"name":"support.function.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)(abs|capitalize|e(?:scape)?|first|join|(?:json|url)_encode|keys|last|length|lower|nl2br|number_format|raw|reverse|round|sort|striptags|title|trim|upper)(?=[]),:|}\\\\s]|\\\\.\\\\.|\\\\*\\\\*)"},"twig-filters-ud":{"captures":{"1":{"name":"meta.function-call.other.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)"},"twig-filters-warg":{"begin":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)(batch|convert_encoding|date|date_modify|default|e(?:scape)?|format|join|merge|number_format|replace|round|slice|split|trim)(\\\\()","beginCaptures":{"1":{"name":"support.function.twig"},"2":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-filters-warg-ud":{"begin":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ]\\\\||\\\\{%\\\\sfilter\\\\s)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(\\\\()","beginCaptures":{"1":{"name":"meta.function-call.other.twig"},"2":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-functions":{"captures":{"1":{"name":"support.function.twig"}},"match":"(?<=is\\\\s)(defined|empty|even|iterable|odd)"},"twig-functions-warg":{"begin":"(?<=[(,:\\\\[{\\\\s])(attribute|block|constant|cycle|date|divisible by|dump|include|max|min|parent|random|range|same as|source|template_from_string)(\\\\()","beginCaptures":{"1":{"name":"support.function.twig"},"2":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"}]},"twig-hashes":{"begin":"(?<=[(,:\\\\[{\\\\s])\\\\{","beginCaptures":{"0":{"name":"punctuation.section.hash.begin.twig"}},"end":"}","endCaptures":{"0":{"name":"punctuation.section.hash.end.twig"}},"name":"meta.hash.twig","patterns":[{"include":"#twig-hashes"},{"include":"#twig-arrays"},{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-strings"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"match":":","name":"punctuation.separator.key-value.twig"},{"match":",","name":"punctuation.separator.object.twig"}]},"twig-keywords":{"match":"(?<=\\\\s)((?:end)?(?:autoescape|block|embed|filter|for|if|macro|raw|sandbox|set|spaceless|trans|verbatim)|as|do|else|elseif|extends|flush|from|ignore missing|import|include|only|use|with)(?=\\\\s)","name":"keyword.control.twig"},"twig-macros":{"begin":"(?<=[(,:\\\\[{\\\\s])([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(?:(\\\\.)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*))?(\\\\()","beginCaptures":{"1":{"name":"meta.function-call.twig"},"2":{"name":"punctuation.separator.property.twig"},"3":{"name":"variable.other.property.twig"},"4":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-objects":{"captures":{"1":{"name":"variable.other.twig"}},"match":"(?<=[(,:\\\\[{\\\\s])([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(?=[](),.:\\\\[|}\\\\s])"},"twig-operators":{"patterns":[{"captures":{"1":{"name":"keyword.operator.arithmetic.twig"}},"match":"(?<=\\\\s)([-+]|//?|%|\\\\*\\\\*?)(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.assignment.twig"}},"match":"(?<=\\\\s)([=~])(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.bitwise.twig"}},"match":"(?<=\\\\s)(b-(?:and|or|xor))(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.comparison.twig"}},"match":"(?<=\\\\s)([!=]=|<=?|>=?|(?:not )?in|is(?: not)?|(?:ends|starts) with|matches)(?=\\\\s)"},{"captures":{"1":{"name":"keyword.operator.logical.twig"}},"match":"(?<=\\\\s)([:?]|\\\\?:|\\\\?\\\\?|and|not|or)(?=\\\\s)"},{"captures":{"0":{"name":"keyword.operator.other.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z\\\\x7F-ÿ])\\\\.\\\\.(?=[\\"'0-9A-Z_a-z\\\\x7F-ÿ])"},{"captures":{"0":{"name":"keyword.operator.other.twig"}},"match":"(?<=[]\\"')0-9A-Z_a-z}\\\\x7F-ÿ])\\\\|(?=[A-Z_a-z\\\\x7F-ÿ])"}]},"twig-print-tag":{"begin":"\\\\{\\\\{-?","beginCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"end":"-?}}","endCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"name":"meta.tag.template.value.twig","patterns":[{"include":"#twig-constants"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-properties":{"patterns":[{"captures":{"1":{"name":"punctuation.separator.property.twig"},"2":{"name":"variable.other.property.twig"}},"match":"(?<=[0-9A-Z_a-z\\\\x7F-ÿ])(\\\\.)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(?=[]),.:\\\\[|}\\\\s])"},{"begin":"(?<=[0-9A-Z_a-z\\\\x7F-ÿ])(\\\\.)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(\\\\()","beginCaptures":{"1":{"name":"punctuation.separator.property.twig"},"2":{"name":"variable.other.property.twig"},"3":{"name":"punctuation.definition.parameters.begin.twig"}},"contentName":"meta.function.arguments.twig","end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.twig"}},"patterns":[{"include":"#twig-constants"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-strings"},{"include":"#twig-arrays"}]},{"captures":{"1":{"name":"punctuation.section.array.begin.twig"},"2":{"name":"variable.other.property.twig"},"3":{"name":"punctuation.section.array.end.twig"},"4":{"name":"punctuation.section.array.begin.twig"},"5":{"name":"variable.other.property.twig"},"6":{"name":"punctuation.section.array.end.twig"},"7":{"name":"punctuation.section.array.begin.twig"},"8":{"name":"variable.other.property.twig"},"9":{"name":"punctuation.section.array.end.twig"}},"match":"(?<=[]0-9A-Z_a-z\\\\x7F-ÿ])(?:(\\\\[)('[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*')(])|(\\\\[)(\\"[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*\\")(])|(\\\\[)([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(]))"}]},"twig-statement-tag":{"begin":"\\\\{%-?","beginCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"end":"-?%}","endCaptures":{"0":{"name":"punctuation.section.tag.twig"}},"name":"meta.tag.template.block.twig","patterns":[{"include":"#twig-constants"},{"include":"#twig-keywords"},{"include":"#twig-operators"},{"include":"#twig-functions-warg"},{"include":"#twig-functions"},{"include":"#twig-macros"},{"include":"#twig-filters-warg"},{"include":"#twig-filters"},{"include":"#twig-filters-warg-ud"},{"include":"#twig-filters-ud"},{"include":"#twig-objects"},{"include":"#twig-properties"},{"include":"#twig-strings"},{"include":"#twig-arrays"},{"include":"#twig-hashes"}]},"twig-strings":{"patterns":[{"begin":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.twig"}},"end":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))'","endCaptures":{"0":{"name":"punctuation.definition.string.end.twig"}},"name":"string.quoted.single.twig"},{"begin":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.twig"}},"end":"(?:(?<!\\\\\\\\)|(?<=\\\\\\\\\\\\\\\\))\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.twig"}},"name":"string.quoted.double.twig"}]}},"scopeName":"text.html.twig","embeddedLangs":["css","javascript","scss","php","python","ruby"]}`)), l = [
8
- ...t,
9
- ...e,
10
- ...n,
11
- ...i,
12
- ...a,
13
- ...s,
14
- r
15
- ];
16
- export {
17
- l as default
18
- };