xmlui 0.11.4 → 0.11.7
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.
- package/dist/bin/index.cjs +8836 -0
- package/dist/bin/index.js +8825 -0
- package/dist/lib/{apiInterceptorWorker-QiltRtq1.js → apiInterceptorWorker-dwrAyq6l.js} +126 -151
- package/dist/lib/{index-Cq0EMm3L.js → index-CwYK6iB4.js} +2502 -2675
- package/dist/lib/index.css +1 -1
- package/dist/lib/{initMock-DCigV4Zh.js → initMock-CvmWAkGr.js} +19 -22
- package/dist/lib/language-server-web-worker.js +13 -5
- package/dist/lib/language-server.js +11 -3
- package/dist/lib/{metadata-utils-BiolWMg9.js → metadata-utils-2bsMr4Gd.js} +58 -26
- package/dist/lib/{server-common-DyCHOk-z.js → server-common-DI3W4cob.js} +6297 -5930
- package/dist/lib/syntax-textmate.js +8 -2472
- package/dist/lib/testing.d.ts +1 -0
- package/dist/lib/testing.js +20 -23
- package/dist/lib/{transform-DHf9tQF7.js → transform-CQ_6R-43.js} +159 -126
- package/dist/lib/vite-xmlui-plugin.d.ts +10 -0
- package/dist/lib/vite-xmlui-plugin.js +8316 -0
- package/dist/lib/{xmlui-parser-CHN3mADy.js → xmlui-parser-CW8YmGjO.js} +10 -11
- package/dist/lib/xmlui-parser.js +2 -2
- package/dist/lib/{xmlui-serializer-CYNSHAlP.js → xmlui-serializer-CeCcgdVR.js} +19 -19
- package/dist/lib/xmlui.d.ts +122 -1
- package/dist/lib/xmlui.js +8 -3
- package/dist/metadata/{apiInterceptorWorker-Dql7QGw2.js → apiInterceptorWorker-Wgm2_zjg.js} +124 -149
- package/dist/metadata/{collectedComponentMetadata-CLaDZhmc.js → collectedComponentMetadata-CSFNLstl.js} +3169 -3302
- package/dist/metadata/{initMock-Buqah4JF.js → initMock-CyTd5aE8.js} +19 -22
- package/dist/metadata/xmlui-metadata.css +1 -0
- package/dist/metadata/xmlui-metadata.js +1 -1
- package/dist/metadata/xmlui-metadata.umd.cjs +3 -3
- package/dist/standalone/xmlui-standalone.es.d.ts +171 -2
- package/dist/standalone/xmlui-standalone.umd.js +36 -37
- package/package.json +20 -50
- package/dist/lib/vite-xmlui-plugin/index.js +0 -13985
- package/dist/lib/vite-xmlui-plugin/package.json +0 -3
- package/dist/metadata/style.css +0 -1
- package/dist/scripts/bin/bootstrap.cjs +0 -4
- package/dist/scripts/bin/build-lib.js +0 -126
- package/dist/scripts/bin/build.js +0 -266
- package/dist/scripts/bin/index.js +0 -167
- package/dist/scripts/bin/preview.js +0 -44
- package/dist/scripts/bin/start.js +0 -52
- package/dist/scripts/bin/vite-xmlui-plugin.js +0 -109
- package/dist/scripts/bin/viteConfig.js +0 -144
- package/dist/scripts/package.json +0 -285
- package/dist/scripts/src/abstractions/ActionDefs.js +0 -2
- package/dist/scripts/src/abstractions/AppContextDefs.js +0 -4
- package/dist/scripts/src/abstractions/ComponentDefs.js +0 -2
- package/dist/scripts/src/abstractions/ContainerDefs.js +0 -2
- package/dist/scripts/src/abstractions/ExtensionDefs.js +0 -2
- package/dist/scripts/src/abstractions/FunctionDefs.js +0 -2
- package/dist/scripts/src/abstractions/RendererDefs.js +0 -2
- package/dist/scripts/src/abstractions/ThemingDefs.js +0 -2
- package/dist/scripts/src/abstractions/scripting/BlockScope.js +0 -2
- package/dist/scripts/src/abstractions/scripting/Compilation.js +0 -2
- package/dist/scripts/src/abstractions/scripting/LogicalThread.js +0 -2
- package/dist/scripts/src/abstractions/scripting/LoopScope.js +0 -2
- package/dist/scripts/src/abstractions/scripting/ScriptParserError.js +0 -2
- package/dist/scripts/src/abstractions/scripting/Token.js +0 -2
- package/dist/scripts/src/abstractions/scripting/TryScope.js +0 -2
- package/dist/scripts/src/abstractions/scripting/TryScopeExp.js +0 -2
- package/dist/scripts/src/abstractions/scripting/modules.js +0 -2
- package/dist/scripts/src/components/APICall/APICall.js +0 -130
- package/dist/scripts/src/components/APICall/APICall.spec.js +0 -910
- package/dist/scripts/src/components/APICall/APICallNative.js +0 -36
- package/dist/scripts/src/components/Accordion/Accordion.js +0 -97
- package/dist/scripts/src/components/Accordion/Accordion.spec.js +0 -969
- package/dist/scripts/src/components/Accordion/AccordionContext.js +0 -20
- package/dist/scripts/src/components/Accordion/AccordionItem.js +0 -35
- package/dist/scripts/src/components/Accordion/AccordionItemNative.js +0 -95
- package/dist/scripts/src/components/Accordion/AccordionNative.js +0 -141
- package/dist/scripts/src/components/Animation/AnimationNative.js +0 -263
- package/dist/scripts/src/components/App/App.js +0 -581
- package/dist/scripts/src/components/App/App.spec.js +0 -331
- package/dist/scripts/src/components/App/AppLayoutContext.js +0 -49
- package/dist/scripts/src/components/App/AppNative.js +0 -308
- package/dist/scripts/src/components/App/AppStateContext.js +0 -9
- package/dist/scripts/src/components/App/IndexerContext.js +0 -44
- package/dist/scripts/src/components/App/LinkInfoContext.js +0 -9
- package/dist/scripts/src/components/App/SearchContext.js +0 -35
- package/dist/scripts/src/components/App/Sheet.js +0 -99
- package/dist/scripts/src/components/AppHeader/AppHeader.js +0 -58
- package/dist/scripts/src/components/AppHeader/AppHeader.spec.js +0 -169
- package/dist/scripts/src/components/AppHeader/AppHeaderNative.js +0 -72
- package/dist/scripts/src/components/AppState/AppState.js +0 -75
- package/dist/scripts/src/components/AppState/AppState.spec.js +0 -292
- package/dist/scripts/src/components/AppState/AppStateNative.js +0 -51
- package/dist/scripts/src/components/AutoComplete/AutoComplete.js +0 -109
- package/dist/scripts/src/components/AutoComplete/AutoComplete.spec.js +0 -546
- package/dist/scripts/src/components/AutoComplete/AutoCompleteContext.js +0 -19
- package/dist/scripts/src/components/AutoComplete/AutoCompleteNative.js +0 -498
- package/dist/scripts/src/components/Avatar/Avatar.js +0 -55
- package/dist/scripts/src/components/Avatar/Avatar.spec.js +0 -1514
- package/dist/scripts/src/components/Avatar/AvatarNative.js +0 -58
- package/dist/scripts/src/components/Backdrop/Backdrop.js +0 -40
- package/dist/scripts/src/components/Backdrop/Backdrop.spec.js +0 -131
- package/dist/scripts/src/components/Backdrop/BackdropNative.js +0 -25
- package/dist/scripts/src/components/Badge/Badge.js +0 -81
- package/dist/scripts/src/components/Badge/Badge.spec.js +0 -2214
- package/dist/scripts/src/components/Badge/BadgeNative.js +0 -46
- package/dist/scripts/src/components/Bookmark/Bookmark.js +0 -48
- package/dist/scripts/src/components/Bookmark/Bookmark.spec.js +0 -230
- package/dist/scripts/src/components/Bookmark/BookmarkNative.js +0 -55
- package/dist/scripts/src/components/Breakout/Breakout.js +0 -17
- package/dist/scripts/src/components/Breakout/Breakout.spec.js +0 -56
- package/dist/scripts/src/components/Breakout/BreakoutNative.js +0 -24
- package/dist/scripts/src/components/Button/Button-style.spec.js +0 -274
- package/dist/scripts/src/components/Button/Button.js +0 -171
- package/dist/scripts/src/components/Button/Button.spec.js +0 -425
- package/dist/scripts/src/components/Button/ButtonNative.js +0 -109
- package/dist/scripts/src/components/Card/Card.js +0 -89
- package/dist/scripts/src/components/Card/Card.spec.js +0 -150
- package/dist/scripts/src/components/Card/CardNative.js +0 -41
- package/dist/scripts/src/components/Carousel/Carousel.js +0 -133
- package/dist/scripts/src/components/Carousel/Carousel.spec.js +0 -557
- package/dist/scripts/src/components/Carousel/CarouselContext.js +0 -57
- package/dist/scripts/src/components/Carousel/CarouselItem.js +0 -15
- package/dist/scripts/src/components/Carousel/CarouselItemNative.js +0 -40
- package/dist/scripts/src/components/Carousel/CarouselNative.js +0 -195
- package/dist/scripts/src/components/ChangeListener/ChangeListener.js +0 -34
- package/dist/scripts/src/components/ChangeListener/ChangeListener.spec.js +0 -169
- package/dist/scripts/src/components/ChangeListener/ChangeListenerNative.js +0 -30
- package/dist/scripts/src/components/Charts/AreaChart/AreaChart.js +0 -92
- package/dist/scripts/src/components/Charts/AreaChart/AreaChart.spec.js +0 -999
- package/dist/scripts/src/components/Charts/AreaChart/AreaChartNative.js +0 -127
- package/dist/scripts/src/components/Charts/BarChart/BarChart.js +0 -97
- package/dist/scripts/src/components/Charts/BarChart/BarChart.spec.js +0 -597
- package/dist/scripts/src/components/Charts/BarChart/BarChartNative.js +0 -317
- package/dist/scripts/src/components/Charts/DonutChart/DonutChart.js +0 -60
- package/dist/scripts/src/components/Charts/DonutChart/DonutChart.spec.js +0 -608
- package/dist/scripts/src/components/Charts/LabelList/LabelList.js +0 -41
- package/dist/scripts/src/components/Charts/LabelList/LabelList.spec.js +0 -539
- package/dist/scripts/src/components/Charts/LabelList/LabelListNative.js +0 -25
- package/dist/scripts/src/components/Charts/Legend/Legend.js +0 -33
- package/dist/scripts/src/components/Charts/Legend/Legend.spec.js +0 -558
- package/dist/scripts/src/components/Charts/Legend/LegendNative.js +0 -64
- package/dist/scripts/src/components/Charts/LineChart/LineChart.js +0 -94
- package/dist/scripts/src/components/Charts/LineChart/LineChart.spec.js +0 -450
- package/dist/scripts/src/components/Charts/LineChart/LineChartNative.js +0 -192
- package/dist/scripts/src/components/Charts/PieChart/PieChart.js +0 -64
- package/dist/scripts/src/components/Charts/PieChart/PieChart.spec.js +0 -584
- package/dist/scripts/src/components/Charts/PieChart/PieChartNative.js +0 -167
- package/dist/scripts/src/components/Charts/RadarChart/RadarChart.js +0 -92
- package/dist/scripts/src/components/Charts/RadarChart/RadarChart.spec.js +0 -571
- package/dist/scripts/src/components/Charts/RadarChart/RadarChartNative.js +0 -125
- package/dist/scripts/src/components/Charts/Tooltip/TooltipContent.js +0 -27
- package/dist/scripts/src/components/Charts/Tooltip/TooltipContent.spec.js +0 -451
- package/dist/scripts/src/components/Charts/utils/ChartProvider.js +0 -65
- package/dist/scripts/src/components/Charts/utils/abstractions.js +0 -26
- package/dist/scripts/src/components/Checkbox/Checkbox.js +0 -81
- package/dist/scripts/src/components/Checkbox/Checkbox.spec.js +0 -900
- package/dist/scripts/src/components/CodeBlock/CodeBlock.js +0 -42
- package/dist/scripts/src/components/CodeBlock/CodeBlock.spec.js +0 -196
- package/dist/scripts/src/components/CodeBlock/CodeBlockNative.js +0 -127
- package/dist/scripts/src/components/CodeBlock/highlight-code.js +0 -273
- package/dist/scripts/src/components/ColorPicker/ColorPicker.js +0 -54
- package/dist/scripts/src/components/ColorPicker/ColorPicker.spec.js +0 -355
- package/dist/scripts/src/components/ColorPicker/ColorPickerNative.js +0 -86
- package/dist/scripts/src/components/Column/Column.js +0 -89
- package/dist/scripts/src/components/Column/ColumnNative.js +0 -49
- package/dist/scripts/src/components/Column/TableContext.js +0 -12
- package/dist/scripts/src/components/Column/doc-resources/list-component-data.js +0 -53
- package/dist/scripts/src/components/ComponentProvider.js +0 -811
- package/dist/scripts/src/components/ComponentRegistryContext.js +0 -44
- package/dist/scripts/src/components/ContentSeparator/ContentSeparator.js +0 -51
- package/dist/scripts/src/components/ContentSeparator/ContentSeparator.spec.js +0 -531
- package/dist/scripts/src/components/ContentSeparator/ContentSeparatorNative.js +0 -31
- package/dist/scripts/src/components/DataSource/DataSource.js +0 -124
- package/dist/scripts/src/components/DateInput/DateInput.js +0 -197
- package/dist/scripts/src/components/DateInput/DateInput.spec.js +0 -1023
- package/dist/scripts/src/components/DateInput/DateInputNative.js +0 -734
- package/dist/scripts/src/components/DatePicker/DatePicker.js +0 -146
- package/dist/scripts/src/components/DatePicker/DatePicker.spec.js +0 -394
- package/dist/scripts/src/components/DatePicker/DatePickerNative.js +0 -326
- package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +0 -196
- package/dist/scripts/src/components/DropdownMenu/DropdownMenu.spec.js +0 -331
- package/dist/scripts/src/components/DropdownMenu/DropdownMenuNative.js +0 -146
- package/dist/scripts/src/components/EmojiSelector/EmojiSelector.js +0 -26
- package/dist/scripts/src/components/EmojiSelector/EmojiSelector.spec.js +0 -29
- package/dist/scripts/src/components/EmojiSelector/EmojiSelectorNative.js +0 -71
- package/dist/scripts/src/components/ExpandableItem/ExpandableItem.js +0 -101
- package/dist/scripts/src/components/ExpandableItem/ExpandableItem.spec.js +0 -435
- package/dist/scripts/src/components/ExpandableItem/ExpandableItemNative.js +0 -109
- package/dist/scripts/src/components/FileInput/FileInput.js +0 -80
- package/dist/scripts/src/components/FileInput/FileInput.spec.js +0 -285
- package/dist/scripts/src/components/FileInput/FileInputNative.js +0 -161
- package/dist/scripts/src/components/FileUploadDropZone/FileUploadDropZone.js +0 -58
- package/dist/scripts/src/components/FileUploadDropZone/FileUploadDropZone.spec.js +0 -296
- package/dist/scripts/src/components/FileUploadDropZone/FileUploadDropZoneNative.js +0 -134
- package/dist/scripts/src/components/FlowLayout/FlowLayout.js +0 -65
- package/dist/scripts/src/components/FlowLayout/FlowLayout.spec.js +0 -518
- package/dist/scripts/src/components/FlowLayout/FlowLayoutNative.js +0 -153
- package/dist/scripts/src/components/Footer/Footer.js +0 -45
- package/dist/scripts/src/components/Footer/Footer.spec.js +0 -991
- package/dist/scripts/src/components/Footer/FooterNative.js +0 -35
- package/dist/scripts/src/components/Form/Form.js +0 -161
- package/dist/scripts/src/components/Form/Form.spec.js +0 -1719
- package/dist/scripts/src/components/Form/FormContext.js +0 -124
- package/dist/scripts/src/components/Form/FormNative.js +0 -463
- package/dist/scripts/src/components/Form/formActions.js +0 -115
- package/dist/scripts/src/components/FormItem/FormItem.js +0 -231
- package/dist/scripts/src/components/FormItem/FormItem.spec.js +0 -1022
- package/dist/scripts/src/components/FormItem/FormItemNative.js +0 -255
- package/dist/scripts/src/components/FormItem/HelperText.js +0 -27
- package/dist/scripts/src/components/FormItem/ItemWithLabel.js +0 -52
- package/dist/scripts/src/components/FormItem/Validations.js +0 -389
- package/dist/scripts/src/components/FormSection/FormSection.js +0 -56
- package/dist/scripts/src/components/Fragment/Fragment.js +0 -24
- package/dist/scripts/src/components/Fragment/Fragment.spec.js +0 -50
- package/dist/scripts/src/components/Heading/H1.spec.js +0 -66
- package/dist/scripts/src/components/Heading/H2.spec.js +0 -66
- package/dist/scripts/src/components/Heading/H3.spec.js +0 -66
- package/dist/scripts/src/components/Heading/H4.spec.js +0 -66
- package/dist/scripts/src/components/Heading/H5.spec.js +0 -66
- package/dist/scripts/src/components/Heading/H6.spec.js +0 -66
- package/dist/scripts/src/components/Heading/Heading.js +0 -396
- package/dist/scripts/src/components/Heading/Heading.spec.js +0 -966
- package/dist/scripts/src/components/Heading/HeadingNative.js +0 -98
- package/dist/scripts/src/components/Heading/abstractions.js +0 -4
- package/dist/scripts/src/components/HoverCard/HoverCard.js +0 -18
- package/dist/scripts/src/components/HoverCard/HovercardNative.js +0 -44
- package/dist/scripts/src/components/HtmlTags/HtmlTags.js +0 -1441
- package/dist/scripts/src/components/HtmlTags/HtmlTags.spec.js +0 -69
- package/dist/scripts/src/components/IFrame/IFrame.js +0 -77
- package/dist/scripts/src/components/IFrame/IFrame.spec.js +0 -527
- package/dist/scripts/src/components/IFrame/IFrameNative.js +0 -46
- package/dist/scripts/src/components/Icon/AdmonitionDanger.js +0 -10
- package/dist/scripts/src/components/Icon/AdmonitionInfo.js +0 -10
- package/dist/scripts/src/components/Icon/AdmonitionNote.js +0 -10
- package/dist/scripts/src/components/Icon/AdmonitionTip.js +0 -10
- package/dist/scripts/src/components/Icon/AdmonitionWarning.js +0 -10
- package/dist/scripts/src/components/Icon/ApiIcon.js +0 -10
- package/dist/scripts/src/components/Icon/ArrowDropDown.js +0 -11
- package/dist/scripts/src/components/Icon/ArrowDropUp.js +0 -11
- package/dist/scripts/src/components/Icon/ArrowLeft.js +0 -11
- package/dist/scripts/src/components/Icon/ArrowRight.js +0 -11
- package/dist/scripts/src/components/Icon/Attach.js +0 -10
- package/dist/scripts/src/components/Icon/Binding.js +0 -11
- package/dist/scripts/src/components/Icon/BoardIcon.js +0 -7
- package/dist/scripts/src/components/Icon/BoxIcon.js +0 -10
- package/dist/scripts/src/components/Icon/CheckIcon.js +0 -7
- package/dist/scripts/src/components/Icon/ChevronDownIcon.js +0 -7
- package/dist/scripts/src/components/Icon/ChevronLeft.js +0 -7
- package/dist/scripts/src/components/Icon/ChevronRight.js +0 -7
- package/dist/scripts/src/components/Icon/ChevronUpIcon.js +0 -7
- package/dist/scripts/src/components/Icon/CodeFileIcon.js +0 -10
- package/dist/scripts/src/components/Icon/CodeSandbox.js +0 -10
- package/dist/scripts/src/components/Icon/CompactListIcon.js +0 -7
- package/dist/scripts/src/components/Icon/ContentCopyIcon.js +0 -7
- package/dist/scripts/src/components/Icon/DarkToLightIcon.js +0 -10
- package/dist/scripts/src/components/Icon/DatabaseIcon.js +0 -11
- package/dist/scripts/src/components/Icon/DocFileIcon.js +0 -10
- package/dist/scripts/src/components/Icon/DocIcon.js +0 -10
- package/dist/scripts/src/components/Icon/DotMenuHorizontalIcon.js +0 -7
- package/dist/scripts/src/components/Icon/DotMenuIcon.js +0 -7
- package/dist/scripts/src/components/Icon/EmailIcon.js +0 -7
- package/dist/scripts/src/components/Icon/EmptyFolderIcon.js +0 -10
- package/dist/scripts/src/components/Icon/ErrorIcon.js +0 -7
- package/dist/scripts/src/components/Icon/ExpressionIcon.js +0 -10
- package/dist/scripts/src/components/Icon/FillPlusCricleIcon.js +0 -7
- package/dist/scripts/src/components/Icon/FilterIcon.js +0 -10
- package/dist/scripts/src/components/Icon/FolderIcon.js +0 -10
- package/dist/scripts/src/components/Icon/GlobeIcon.js +0 -7
- package/dist/scripts/src/components/Icon/HomeIcon.js +0 -7
- package/dist/scripts/src/components/Icon/HyperLinkIcon.js +0 -7
- package/dist/scripts/src/components/Icon/Icon.js +0 -42
- package/dist/scripts/src/components/Icon/Icon.spec.js +0 -527
- package/dist/scripts/src/components/Icon/IconNative.js +0 -127
- package/dist/scripts/src/components/Icon/ImageFileIcon.js +0 -10
- package/dist/scripts/src/components/Icon/Inspect.js +0 -10
- package/dist/scripts/src/components/Icon/LightToDark.js +0 -10
- package/dist/scripts/src/components/Icon/LinkIcon.js +0 -7
- package/dist/scripts/src/components/Icon/ListIcon.js +0 -7
- package/dist/scripts/src/components/Icon/LooseListIcon.js +0 -7
- package/dist/scripts/src/components/Icon/MoonIcon.js +0 -10
- package/dist/scripts/src/components/Icon/MoreOptionsIcon.js +0 -7
- package/dist/scripts/src/components/Icon/NoSortIcon.js +0 -8
- package/dist/scripts/src/components/Icon/PDFIcon.js +0 -10
- package/dist/scripts/src/components/Icon/PenIcon.js +0 -7
- package/dist/scripts/src/components/Icon/PhoneIcon.js +0 -7
- package/dist/scripts/src/components/Icon/PhotoIcon.js +0 -10
- package/dist/scripts/src/components/Icon/PlusIcon.js +0 -7
- package/dist/scripts/src/components/Icon/SearchIcon.js +0 -7
- package/dist/scripts/src/components/Icon/ShareIcon.js +0 -10
- package/dist/scripts/src/components/Icon/SortAscendingIcon.js +0 -8
- package/dist/scripts/src/components/Icon/SortDescendingIcon.js +0 -8
- package/dist/scripts/src/components/Icon/StarsIcon.js +0 -10
- package/dist/scripts/src/components/Icon/SunIcon.js +0 -10
- package/dist/scripts/src/components/Icon/TableDeleteColumnIcon.js +0 -7
- package/dist/scripts/src/components/Icon/TableDeleteRowIcon.js +0 -7
- package/dist/scripts/src/components/Icon/TableInsertColumnIcon.js +0 -7
- package/dist/scripts/src/components/Icon/TableInsertRowIcon.js +0 -7
- package/dist/scripts/src/components/Icon/TrashIcon.js +0 -7
- package/dist/scripts/src/components/Icon/TrendingDownIcon.js +0 -10
- package/dist/scripts/src/components/Icon/TrendingLevelIcon.js +0 -10
- package/dist/scripts/src/components/Icon/TrendingUpIcon.js +0 -10
- package/dist/scripts/src/components/Icon/TxtIcon.js +0 -10
- package/dist/scripts/src/components/Icon/UnknownFileIcon.js +0 -10
- package/dist/scripts/src/components/Icon/UnlinkIcon.js +0 -10
- package/dist/scripts/src/components/Icon/UserIcon.js +0 -7
- package/dist/scripts/src/components/Icon/WarningIcon.js +0 -7
- package/dist/scripts/src/components/Icon/XlsIcon.js +0 -10
- package/dist/scripts/src/components/IconProvider.js +0 -300
- package/dist/scripts/src/components/IconRegistryContext.js +0 -318
- package/dist/scripts/src/components/Image/Image.js +0 -52
- package/dist/scripts/src/components/Image/Image.spec.js +0 -198
- package/dist/scripts/src/components/Image/ImageNative.js +0 -73
- package/dist/scripts/src/components/Input/InputAdornment.js +0 -28
- package/dist/scripts/src/components/Input/InputDivider.js +0 -35
- package/dist/scripts/src/components/Input/InputLabel.js +0 -25
- package/dist/scripts/src/components/Input/PartialInput.js +0 -155
- package/dist/scripts/src/components/Input/index.js +0 -5
- package/dist/scripts/src/components/InspectButton/InspectButton.js +0 -35
- package/dist/scripts/src/components/Items/Items.js +0 -39
- package/dist/scripts/src/components/Items/Items.spec.js +0 -397
- package/dist/scripts/src/components/Items/ItemsNative.js +0 -33
- package/dist/scripts/src/components/Link/Link.js +0 -82
- package/dist/scripts/src/components/Link/Link.spec.js +0 -894
- package/dist/scripts/src/components/Link/LinkNative.js +0 -48
- package/dist/scripts/src/components/List/List.js +0 -130
- package/dist/scripts/src/components/List/List.spec.js +0 -927
- package/dist/scripts/src/components/List/ListNative.js +0 -433
- package/dist/scripts/src/components/List/doc-resources/list-component-data.js +0 -53
- package/dist/scripts/src/components/Logo/Logo.js +0 -30
- package/dist/scripts/src/components/Logo/LogoNative.js +0 -32
- package/dist/scripts/src/components/Markdown/CodeText.js +0 -38
- package/dist/scripts/src/components/Markdown/Markdown.js +0 -143
- package/dist/scripts/src/components/Markdown/Markdown.spec.js +0 -188
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +0 -476
- package/dist/scripts/src/components/Markdown/parse-binding-expr.js +0 -60
- package/dist/scripts/src/components/Markdown/utils.js +0 -389
- package/dist/scripts/src/components/ModalDialog/ConfirmationModalContextProvider.js +0 -111
- package/dist/scripts/src/components/ModalDialog/Dialog.js +0 -20
- package/dist/scripts/src/components/ModalDialog/ModalDialog.js +0 -83
- package/dist/scripts/src/components/ModalDialog/ModalDialog.spec.js +0 -181
- package/dist/scripts/src/components/ModalDialog/ModalDialogNative.js +0 -217
- package/dist/scripts/src/components/ModalDialog/ModalVisibilityContext.js +0 -60
- package/dist/scripts/src/components/NavGroup/NavGroup.js +0 -70
- package/dist/scripts/src/components/NavGroup/NavGroup.spec.js +0 -304
- package/dist/scripts/src/components/NavGroup/NavGroupContext.js +0 -13
- package/dist/scripts/src/components/NavGroup/NavGroupNative.js +0 -133
- package/dist/scripts/src/components/NavLink/NavLink.js +0 -86
- package/dist/scripts/src/components/NavLink/NavLink.spec.js +0 -864
- package/dist/scripts/src/components/NavLink/NavLinkNative.js +0 -73
- package/dist/scripts/src/components/NavPanel/NavPanel.js +0 -53
- package/dist/scripts/src/components/NavPanel/NavPanel.spec.js +0 -864
- package/dist/scripts/src/components/NavPanel/NavPanelNative.js +0 -222
- package/dist/scripts/src/components/NestedApp/AppWithCodeView.js +0 -91
- package/dist/scripts/src/components/NestedApp/AppWithCodeViewNative.js +0 -84
- package/dist/scripts/src/components/NestedApp/NestedApp.js +0 -86
- package/dist/scripts/src/components/NestedApp/NestedAppNative.js +0 -231
- package/dist/scripts/src/components/NestedApp/Tooltip.js +0 -46
- package/dist/scripts/src/components/NestedApp/defaultProps.js +0 -12
- package/dist/scripts/src/components/NestedApp/utils.js +0 -67
- package/dist/scripts/src/components/NoResult/NoResult.js +0 -46
- package/dist/scripts/src/components/NoResult/NoResult.spec.js +0 -863
- package/dist/scripts/src/components/NoResult/NoResultNative.js +0 -31
- package/dist/scripts/src/components/NumberBox/NumberBox.js +0 -123
- package/dist/scripts/src/components/NumberBox/NumberBox.spec.js +0 -979
- package/dist/scripts/src/components/NumberBox/NumberBoxNative.js +0 -513
- package/dist/scripts/src/components/NumberBox/numberbox-abstractions.js +0 -109
- package/dist/scripts/src/components/Option/Option.js +0 -44
- package/dist/scripts/src/components/Option/Option.spec.js +0 -474
- package/dist/scripts/src/components/Option/OptionNative.js +0 -29
- package/dist/scripts/src/components/Option/OptionTypeProvider.js +0 -16
- package/dist/scripts/src/components/PageMetaTitle/PageMetaTilteNative.js +0 -13
- package/dist/scripts/src/components/PageMetaTitle/PageMetaTitle.js +0 -22
- package/dist/scripts/src/components/PageMetaTitle/PageMetaTitle.spec.js +0 -80
- package/dist/scripts/src/components/Pages/Pages.js +0 -54
- package/dist/scripts/src/components/Pages/PagesNative.js +0 -57
- package/dist/scripts/src/components/Pagination/Pagination.js +0 -107
- package/dist/scripts/src/components/Pagination/Pagination.spec.js +0 -1008
- package/dist/scripts/src/components/Pagination/PaginationNative.js +0 -157
- package/dist/scripts/src/components/PositionedContainer/PositionedContainer.js +0 -24
- package/dist/scripts/src/components/PositionedContainer/PositionedContainerNative.js +0 -14
- package/dist/scripts/src/components/ProfileMenu/ProfileMenu.js +0 -20
- package/dist/scripts/src/components/ProgressBar/ProgressBar.js +0 -38
- package/dist/scripts/src/components/ProgressBar/ProgressBar.spec.js +0 -166
- package/dist/scripts/src/components/ProgressBar/ProgressBarNative.js +0 -28
- package/dist/scripts/src/components/Queue/Queue.js +0 -85
- package/dist/scripts/src/components/Queue/Queue.spec.js +0 -624
- package/dist/scripts/src/components/Queue/QueueNative.js +0 -342
- package/dist/scripts/src/components/Queue/queueActions.js +0 -87
- package/dist/scripts/src/components/RadioGroup/RadioGroup.js +0 -61
- package/dist/scripts/src/components/RadioGroup/RadioGroup.spec.js +0 -490
- package/dist/scripts/src/components/RadioGroup/RadioGroupNative.js +0 -158
- package/dist/scripts/src/components/RadioGroup/RadioItem.js +0 -28
- package/dist/scripts/src/components/RadioGroup/RadioItemNative.js +0 -62
- package/dist/scripts/src/components/RealTimeAdapter/RealTimeAdapter.js +0 -24
- package/dist/scripts/src/components/RealTimeAdapter/RealTimeAdapterNative.js +0 -135
- package/dist/scripts/src/components/Redirect/Redirect.js +0 -31
- package/dist/scripts/src/components/Redirect/Redirect.spec.js +0 -527
- package/dist/scripts/src/components/ResponsiveBar/ResponsiveBar.js +0 -60
- package/dist/scripts/src/components/ResponsiveBar/ResponsiveBar.spec.js +0 -76
- package/dist/scripts/src/components/ResponsiveBar/ResponsiveBarNative.js +0 -313
- package/dist/scripts/src/components/Select/HiddenOption.js +0 -20
- package/dist/scripts/src/components/Select/OptionContext.js +0 -12
- package/dist/scripts/src/components/Select/Select.js +0 -131
- package/dist/scripts/src/components/Select/Select.spec.js +0 -763
- package/dist/scripts/src/components/Select/SelectContext.js +0 -16
- package/dist/scripts/src/components/Select/SelectNative.js +0 -440
- package/dist/scripts/src/components/SelectionStore/SelectionStore.js +0 -25
- package/dist/scripts/src/components/SelectionStore/SelectionStoreNative.js +0 -103
- package/dist/scripts/src/components/Slider/Slider.js +0 -115
- package/dist/scripts/src/components/Slider/Slider.spec.js +0 -677
- package/dist/scripts/src/components/Slider/SliderNative.js +0 -237
- package/dist/scripts/src/components/Slot/Slot.js +0 -17
- package/dist/scripts/src/components/Slot/Slot.spec.js +0 -368
- package/dist/scripts/src/components/SlotItem.js +0 -32
- package/dist/scripts/src/components/SpaceFiller/SpaceFiller.js +0 -20
- package/dist/scripts/src/components/SpaceFiller/SpaceFiller.spec.js +0 -184
- package/dist/scripts/src/components/SpaceFiller/SpaceFillerNative.js +0 -10
- package/dist/scripts/src/components/Spinner/Spinner.js +0 -39
- package/dist/scripts/src/components/Spinner/Spinner.spec.js +0 -161
- package/dist/scripts/src/components/Spinner/SpinnerNative.js +0 -48
- package/dist/scripts/src/components/Splitter/HSplitter.spec.js +0 -104
- package/dist/scripts/src/components/Splitter/Splitter.js +0 -163
- package/dist/scripts/src/components/Splitter/Splitter.spec.js +0 -856
- package/dist/scripts/src/components/Splitter/SplitterNative.js +0 -205
- package/dist/scripts/src/components/Splitter/VSplitter.spec.js +0 -104
- package/dist/scripts/src/components/Splitter/utils.js +0 -22
- package/dist/scripts/src/components/Stack/CHStack.spec.js +0 -86
- package/dist/scripts/src/components/Stack/CVStack.spec.js +0 -86
- package/dist/scripts/src/components/Stack/HStack.spec.js +0 -67
- package/dist/scripts/src/components/Stack/Stack.js +0 -156
- package/dist/scripts/src/components/Stack/Stack.spec.js +0 -654
- package/dist/scripts/src/components/Stack/StackNative.js +0 -45
- package/dist/scripts/src/components/Stack/VStack.spec.js +0 -67
- package/dist/scripts/src/components/StickyBox/StickyBox.js +0 -34
- package/dist/scripts/src/components/StickyBox/StickyBoxNative.js +0 -42
- package/dist/scripts/src/components/Switch/Switch.js +0 -80
- package/dist/scripts/src/components/Switch/Switch.spec.js +0 -834
- package/dist/scripts/src/components/Table/Table.js +0 -268
- package/dist/scripts/src/components/Table/Table.spec.js +0 -827
- package/dist/scripts/src/components/Table/TableNative.js +0 -670
- package/dist/scripts/src/components/Table/doc-resources/list-component-data.js +0 -53
- package/dist/scripts/src/components/Table/useRowSelection.js +0 -454
- package/dist/scripts/src/components/TableOfContents/TableOfContents.js +0 -76
- package/dist/scripts/src/components/TableOfContents/TableOfContents.spec.js +0 -838
- package/dist/scripts/src/components/TableOfContents/TableOfContentsNative.js +0 -81
- package/dist/scripts/src/components/Tabs/TabContext.js +0 -58
- package/dist/scripts/src/components/Tabs/TabItem.js +0 -44
- package/dist/scripts/src/components/Tabs/TabItemNative.js +0 -53
- package/dist/scripts/src/components/Tabs/Tabs.js +0 -95
- package/dist/scripts/src/components/Tabs/Tabs.spec.js +0 -1237
- package/dist/scripts/src/components/Tabs/TabsNative.js +0 -137
- package/dist/scripts/src/components/Text/Text.js +0 -181
- package/dist/scripts/src/components/Text/Text.spec.js +0 -1676
- package/dist/scripts/src/components/Text/TextNative.js +0 -244
- package/dist/scripts/src/components/TextArea/TextArea.js +0 -103
- package/dist/scripts/src/components/TextArea/TextArea.spec.js +0 -886
- package/dist/scripts/src/components/TextArea/TextAreaNative.js +0 -196
- package/dist/scripts/src/components/TextArea/TextAreaResizable.js +0 -73
- package/dist/scripts/src/components/TextArea/useComposedRef.js +0 -60
- package/dist/scripts/src/components/TextBox/TextBox.js +0 -133
- package/dist/scripts/src/components/TextBox/TextBox.spec.js +0 -758
- package/dist/scripts/src/components/TextBox/TextBoxNative.js +0 -142
- package/dist/scripts/src/components/Theme/NotificationToast.js +0 -64
- package/dist/scripts/src/components/Theme/Theme.js +0 -47
- package/dist/scripts/src/components/Theme/Theme.spec.js +0 -390
- package/dist/scripts/src/components/Theme/ThemeNative.js +0 -162
- package/dist/scripts/src/components/TimeInput/TimeInput.js +0 -149
- package/dist/scripts/src/components/TimeInput/TimeInput.spec.js +0 -1236
- package/dist/scripts/src/components/TimeInput/TimeInputNative.js +0 -650
- package/dist/scripts/src/components/TimeInput/utils.js +0 -197
- package/dist/scripts/src/components/Timer/Timer.js +0 -62
- package/dist/scripts/src/components/Timer/Timer.spec.js +0 -328
- package/dist/scripts/src/components/Timer/TimerNative.js +0 -178
- package/dist/scripts/src/components/Toggle/Toggle.js +0 -172
- package/dist/scripts/src/components/ToneChangerButton/ToneChangerButton.js +0 -63
- package/dist/scripts/src/components/ToneChangerButton/ToneChangerButton.spec.js +0 -414
- package/dist/scripts/src/components/ToneSwitch/ToneSwitch.js +0 -51
- package/dist/scripts/src/components/ToneSwitch/ToneSwitch.spec.js +0 -89
- package/dist/scripts/src/components/ToneSwitch/ToneSwitchNative.js +0 -42
- package/dist/scripts/src/components/Tooltip/Tooltip.js +0 -118
- package/dist/scripts/src/components/Tooltip/Tooltip.spec.js +0 -418
- package/dist/scripts/src/components/Tooltip/TooltipNative.js +0 -160
- package/dist/scripts/src/components/Tree/Tree-dynamic.spec.js +0 -2894
- package/dist/scripts/src/components/Tree/Tree-icons.spec.js +0 -206
- package/dist/scripts/src/components/Tree/Tree.spec.js +0 -2839
- package/dist/scripts/src/components/Tree/TreeComponent.js +0 -324
- package/dist/scripts/src/components/Tree/TreeNative.js +0 -1129
- package/dist/scripts/src/components/Tree/testData.js +0 -296
- package/dist/scripts/src/components/TreeDisplay/TreeDisplay.js +0 -49
- package/dist/scripts/src/components/TreeDisplay/TreeDisplayNative.js +0 -104
- package/dist/scripts/src/components/ValidationSummary/ValidationSummary.js +0 -64
- package/dist/scripts/src/components/VisuallyHidden.js +0 -21
- package/dist/scripts/src/components/abstractions.js +0 -341
- package/dist/scripts/src/components/chart-color-schemes.js +0 -43
- package/dist/scripts/src/components/collectedComponentMetadata.js +0 -316
- package/dist/scripts/src/components/component-utils.js +0 -29
- package/dist/scripts/src/components/container-helpers.js +0 -26
- package/dist/scripts/src/components/metadata-helpers.js +0 -269
- package/dist/scripts/src/components-core/ApiBoundComponent.js +0 -227
- package/dist/scripts/src/components-core/AppContext.js +0 -16
- package/dist/scripts/src/components-core/ComponentDecorator.js +0 -74
- package/dist/scripts/src/components-core/ComponentViewer.js +0 -69
- package/dist/scripts/src/components-core/CompoundComponent.js +0 -145
- package/dist/scripts/src/components-core/DebugViewProvider.js +0 -43
- package/dist/scripts/src/components-core/EngineError.js +0 -91
- package/dist/scripts/src/components-core/InspectorContext.js +0 -248
- package/dist/scripts/src/components-core/LoaderComponent.js +0 -109
- package/dist/scripts/src/components-core/RestApiProxy.js +0 -468
- package/dist/scripts/src/components-core/StandaloneApp.js +0 -821
- package/dist/scripts/src/components-core/StandaloneExtensionManager.js +0 -44
- package/dist/scripts/src/components-core/TableOfContentsContext.js +0 -168
- package/dist/scripts/src/components-core/abstractions/ComponentRenderer.js +0 -2
- package/dist/scripts/src/components-core/abstractions/LoaderRenderer.js +0 -2
- package/dist/scripts/src/components-core/abstractions/standalone.js +0 -2
- package/dist/scripts/src/components-core/abstractions/treeAbstractions.js +0 -2
- package/dist/scripts/src/components-core/action/APICall.js +0 -284
- package/dist/scripts/src/components-core/action/FileDownloadAction.js +0 -80
- package/dist/scripts/src/components-core/action/FileUploadAction.js +0 -88
- package/dist/scripts/src/components-core/action/NavigateAction.js +0 -20
- package/dist/scripts/src/components-core/action/TimedAction.js +0 -21
- package/dist/scripts/src/components-core/action/actions.js +0 -15
- package/dist/scripts/src/components-core/appContext/date-functions.js +0 -24
- package/dist/scripts/src/components-core/appContext/math-function.js +0 -27
- package/dist/scripts/src/components-core/appContext/misc-utils.js +0 -14
- package/dist/scripts/src/components-core/behaviors/Behavior.js +0 -2
- package/dist/scripts/src/components-core/behaviors/CoreBehaviors.js +0 -201
- package/dist/scripts/src/components-core/component-hooks.js +0 -25
- package/dist/scripts/src/components-core/constants.js +0 -18
- package/dist/scripts/src/components-core/descriptorHelper.js +0 -96
- package/dist/scripts/src/components-core/devtools/InspectorDialog.js +0 -135
- package/dist/scripts/src/components-core/devtools/InspectorDialogVisibilityContext.js +0 -8
- package/dist/scripts/src/components-core/event-handlers.js +0 -46
- package/dist/scripts/src/components-core/interception/ApiInterceptor.js +0 -247
- package/dist/scripts/src/components-core/interception/ApiInterceptorProvider.js +0 -167
- package/dist/scripts/src/components-core/interception/Backend.js +0 -141
- package/dist/scripts/src/components-core/interception/Errors.js +0 -129
- package/dist/scripts/src/components-core/interception/InMemoryDb.js +0 -41
- package/dist/scripts/src/components-core/interception/IndexedDb.js +0 -205
- package/dist/scripts/src/components-core/interception/ReadonlyCollection.js +0 -145
- package/dist/scripts/src/components-core/interception/abstractions.js +0 -2
- package/dist/scripts/src/components-core/interception/apiInterceptorWorker.js +0 -44
- package/dist/scripts/src/components-core/interception/initMock.js +0 -20
- package/dist/scripts/src/components-core/interception/useApiInterceptorContext.js +0 -9
- package/dist/scripts/src/components-core/loader/ApiLoader.js +0 -54
- package/dist/scripts/src/components-core/loader/DataLoader.js +0 -330
- package/dist/scripts/src/components-core/loader/ExternalDataLoader.js +0 -60
- package/dist/scripts/src/components-core/loader/Loader.js +0 -159
- package/dist/scripts/src/components-core/loader/MockLoaderRenderer.js +0 -43
- package/dist/scripts/src/components-core/loader/PageableLoader.js +0 -272
- package/dist/scripts/src/components-core/markup-check.js +0 -279
- package/dist/scripts/src/components-core/parts.js +0 -11
- package/dist/scripts/src/components-core/renderers.js +0 -76
- package/dist/scripts/src/components-core/rendering/AppContent.js +0 -400
- package/dist/scripts/src/components-core/rendering/AppRoot.js +0 -87
- package/dist/scripts/src/components-core/rendering/AppWrapper.js +0 -49
- package/dist/scripts/src/components-core/rendering/ComponentAdapter.js +0 -380
- package/dist/scripts/src/components-core/rendering/ComponentWrapper.js +0 -166
- package/dist/scripts/src/components-core/rendering/Container.js +0 -621
- package/dist/scripts/src/components-core/rendering/ContainerWrapper.js +0 -94
- package/dist/scripts/src/components-core/rendering/ErrorBoundary.js +0 -65
- package/dist/scripts/src/components-core/rendering/InvalidComponent.js +0 -17
- package/dist/scripts/src/components-core/rendering/StandaloneComponent.js +0 -39
- package/dist/scripts/src/components-core/rendering/StateContainer.js +0 -350
- package/dist/scripts/src/components-core/rendering/UnknownComponent.js +0 -15
- package/dist/scripts/src/components-core/rendering/buildProxy.js +0 -58
- package/dist/scripts/src/components-core/rendering/collectFnVarDeps.js +0 -49
- package/dist/scripts/src/components-core/rendering/containers.js +0 -19
- package/dist/scripts/src/components-core/rendering/nodeUtils.js +0 -6
- package/dist/scripts/src/components-core/rendering/reducer.js +0 -160
- package/dist/scripts/src/components-core/rendering/renderChild.js +0 -82
- package/dist/scripts/src/components-core/rendering/valueExtractor.js +0 -216
- package/dist/scripts/src/components-core/reportEngineError.js +0 -62
- package/dist/scripts/src/components-core/script-runner/AttributeValueParser.js +0 -117
- package/dist/scripts/src/components-core/script-runner/BindingTreeEvaluationContext.js +0 -33
- package/dist/scripts/src/components-core/script-runner/ParameterParser.js +0 -117
- package/dist/scripts/src/components-core/script-runner/ScriptingSourceTree.js +0 -45
- package/dist/scripts/src/components-core/script-runner/asyncProxy.js +0 -96
- package/dist/scripts/src/components-core/script-runner/bannedFunctions.js +0 -34
- package/dist/scripts/src/components-core/script-runner/eval-tree-async.js +0 -613
- package/dist/scripts/src/components-core/script-runner/eval-tree-common.js +0 -439
- package/dist/scripts/src/components-core/script-runner/eval-tree-sync.js +0 -522
- package/dist/scripts/src/components-core/script-runner/process-statement-async.js +0 -761
- package/dist/scripts/src/components-core/script-runner/process-statement-common.js +0 -208
- package/dist/scripts/src/components-core/script-runner/process-statement-sync.js +0 -746
- package/dist/scripts/src/components-core/script-runner/simplify-expression.js +0 -386
- package/dist/scripts/src/components-core/script-runner/statement-queue.js +0 -63
- package/dist/scripts/src/components-core/script-runner/visitors.js +0 -369
- package/dist/scripts/src/components-core/theming/StyleContext.js +0 -133
- package/dist/scripts/src/components-core/theming/StyleRegistry.js +0 -171
- package/dist/scripts/src/components-core/theming/ThemeContext.js +0 -53
- package/dist/scripts/src/components-core/theming/ThemeProvider.js +0 -342
- package/dist/scripts/src/components-core/theming/component-layout-resolver.js +0 -153
- package/dist/scripts/src/components-core/theming/extendThemeUtils.js +0 -47
- package/dist/scripts/src/components-core/theming/hvar.js +0 -105
- package/dist/scripts/src/components-core/theming/layout-resolver.js +0 -388
- package/dist/scripts/src/components-core/theming/parse-layout-props.js +0 -136
- package/dist/scripts/src/components-core/theming/themeVars.js +0 -62
- package/dist/scripts/src/components-core/theming/themes/base-utils.js +0 -15
- package/dist/scripts/src/components-core/theming/themes/palette.js +0 -57
- package/dist/scripts/src/components-core/theming/themes/root.js +0 -434
- package/dist/scripts/src/components-core/theming/themes/solid.js +0 -16
- package/dist/scripts/src/components-core/theming/themes/theme-colors.js +0 -561
- package/dist/scripts/src/components-core/theming/themes/xmlui.js +0 -57
- package/dist/scripts/src/components-core/theming/transformThemeVars.js +0 -733
- package/dist/scripts/src/components-core/theming/utils.js +0 -31
- package/dist/scripts/src/components-core/utils/DataLoaderQueryKeyGenerator.js +0 -41
- package/dist/scripts/src/components-core/utils/LruCache.js +0 -184
- package/dist/scripts/src/components-core/utils/actionUtils.js +0 -32
- package/dist/scripts/src/components-core/utils/audio-utils.js +0 -83
- package/dist/scripts/src/components-core/utils/base64-utils.js +0 -124
- package/dist/scripts/src/components-core/utils/compound-utils.js +0 -11
- package/dist/scripts/src/components-core/utils/css-utils.js +0 -179
- package/dist/scripts/src/components-core/utils/date-utils.js +0 -186
- package/dist/scripts/src/components-core/utils/extractParam.js +0 -281
- package/dist/scripts/src/components-core/utils/hooks.js +0 -400
- package/dist/scripts/src/components-core/utils/mergeProps.js +0 -45
- package/dist/scripts/src/components-core/utils/misc.js +0 -539
- package/dist/scripts/src/components-core/utils/request-params.js +0 -70
- package/dist/scripts/src/components-core/utils/statementUtils.js +0 -224
- package/dist/scripts/src/components-core/utils/treeUtils.js +0 -226
- package/dist/scripts/src/components-core/xmlui-parser.js +0 -548
- package/dist/scripts/src/index-standalone.js +0 -61
- package/dist/scripts/src/index.js +0 -158
- package/dist/scripts/src/language-server/server-common.js +0 -152
- package/dist/scripts/src/language-server/server-web-worker.js +0 -47
- package/dist/scripts/src/language-server/server.js +0 -42
- package/dist/scripts/src/language-server/services/common/docs-generation.js +0 -73
- package/dist/scripts/src/language-server/services/common/lsp-utils.js +0 -9
- package/dist/scripts/src/language-server/services/common/metadata-utils.js +0 -157
- package/dist/scripts/src/language-server/services/common/syntax-node-utilities.js +0 -127
- package/dist/scripts/src/language-server/services/completion.js +0 -288
- package/dist/scripts/src/language-server/services/diagnostic.js +0 -19
- package/dist/scripts/src/language-server/services/format.js +0 -569
- package/dist/scripts/src/language-server/services/hover.js +0 -164
- package/dist/scripts/src/language-server/xmlui-metadata-generated.js +0 -16276
- package/dist/scripts/src/logging/LoggerContext.js +0 -22
- package/dist/scripts/src/logging/LoggerInitializer.js +0 -14
- package/dist/scripts/src/logging/LoggerService.js +0 -60
- package/dist/scripts/src/logging/xmlui.js +0 -21
- package/dist/scripts/src/parsers/common/GenericToken.js +0 -2
- package/dist/scripts/src/parsers/common/InputStream.js +0 -59
- package/dist/scripts/src/parsers/common/utils.js +0 -19
- package/dist/scripts/src/parsers/scripting/Lexer.js +0 -1097
- package/dist/scripts/src/parsers/scripting/Parser.js +0 -2638
- package/dist/scripts/src/parsers/scripting/ParserError.js +0 -47
- package/dist/scripts/src/parsers/scripting/ScriptingNodeTypes.js +0 -50
- package/dist/scripts/src/parsers/scripting/TokenTrait.js +0 -108
- package/dist/scripts/src/parsers/scripting/TokenType.js +0 -109
- package/dist/scripts/src/parsers/scripting/code-behind-collect.js +0 -101
- package/dist/scripts/src/parsers/scripting/modules.js +0 -105
- package/dist/scripts/src/parsers/scripting/tree-visitor.js +0 -601
- package/dist/scripts/src/parsers/style-parser/StyleInputStream.js +0 -39
- package/dist/scripts/src/parsers/style-parser/StyleLexer.js +0 -623
- package/dist/scripts/src/parsers/style-parser/StyleParser.js +0 -453
- package/dist/scripts/src/parsers/style-parser/errors.js +0 -37
- package/dist/scripts/src/parsers/style-parser/source-tree.js +0 -2
- package/dist/scripts/src/parsers/style-parser/tokens.js +0 -43
- package/dist/scripts/src/parsers/xmlui-parser/CharacterCodes.js +0 -136
- package/dist/scripts/src/parsers/xmlui-parser/ParserError.js +0 -60
- package/dist/scripts/src/parsers/xmlui-parser/diagnostics.js +0 -172
- package/dist/scripts/src/parsers/xmlui-parser/fileExtensions.js +0 -6
- package/dist/scripts/src/parsers/xmlui-parser/index.js +0 -29
- package/dist/scripts/src/parsers/xmlui-parser/lint.js +0 -165
- package/dist/scripts/src/parsers/xmlui-parser/parser.js +0 -627
- package/dist/scripts/src/parsers/xmlui-parser/scanner.js +0 -415
- package/dist/scripts/src/parsers/xmlui-parser/syntax-kind.js +0 -123
- package/dist/scripts/src/parsers/xmlui-parser/syntax-node.js +0 -83
- package/dist/scripts/src/parsers/xmlui-parser/transform.js +0 -1131
- package/dist/scripts/src/parsers/xmlui-parser/utils.js +0 -83
- package/dist/scripts/src/parsers/xmlui-parser/xmlui-serializer.js +0 -582
- package/dist/scripts/src/parsers/xmlui-parser/xmlui-tree.js +0 -2
- package/dist/scripts/src/syntax/monaco/grammar.monacoLanguage.js +0 -286
- package/dist/scripts/src/syntax/monaco/index.js +0 -14
- package/dist/scripts/src/syntax/monaco/xmlui-dark.js +0 -25
- package/dist/scripts/src/syntax/monaco/xmlui-light.js +0 -25
- package/dist/scripts/src/syntax/monaco/xmluiscript.monacoLanguage.js +0 -310
- package/dist/scripts/src/syntax/textMate/index.js +0 -14
- package/dist/scripts/src/syntax/textMate/xmlui-dark.json +0 -631
- package/dist/scripts/src/syntax/textMate/xmlui-light.json +0 -565
- package/dist/scripts/src/syntax/textMate/xmlui.json +0 -564
- package/dist/scripts/src/syntax/textMate/xmlui.tmLanguage.json +0 -341
- package/dist/scripts/src/testing/ComponentDrivers.js +0 -1380
- package/dist/scripts/src/testing/assertions.js +0 -444
- package/dist/scripts/src/testing/component-test-helpers.js +0 -373
- package/dist/scripts/src/testing/drivers/DateInputDriver.js +0 -19
- package/dist/scripts/src/testing/drivers/ModalDialogDriver.js +0 -10
- package/dist/scripts/src/testing/drivers/NumberBoxDriver.js +0 -44
- package/dist/scripts/src/testing/drivers/TextBoxDriver.js +0 -20
- package/dist/scripts/src/testing/drivers/TimeInputDriver.js +0 -22
- package/dist/scripts/src/testing/drivers/TimerDriver.js +0 -64
- package/dist/scripts/src/testing/drivers/TreeDriver.js +0 -13
- package/dist/scripts/src/testing/drivers/index.js +0 -9
- package/dist/scripts/src/testing/fixtures.js +0 -519
- package/dist/scripts/src/testing/index.js +0 -69
- package/dist/scripts/src/testing/infrastructure/TestBed.js +0 -17
- package/dist/scripts/src/testing/infrastructure/main.js +0 -9
- package/dist/scripts/src/testing/infrastructure/public/mockServiceWorker.js +0 -266
- package/dist/scripts/src/testing/themed-app-test-helpers.js +0 -133
|
@@ -1,632 +1,7 @@
|
|
|
1
1
|
const name$3 = "xmlui-dark";
|
|
2
2
|
const type$2 = "css";
|
|
3
|
-
const colors$2 = {
|
|
4
|
-
|
|
5
|
-
focusBorder: "#161F26",
|
|
6
|
-
"widget.shadow": "#161F2694",
|
|
7
|
-
"input.background": "#FFF",
|
|
8
|
-
"input.border": "#161F26",
|
|
9
|
-
"input.foreground": "#000",
|
|
10
|
-
"input.placeholderForeground": "#a0a0a0",
|
|
11
|
-
"inputOption.activeBorder": "#3E313C",
|
|
12
|
-
"inputValidation.errorBackground": "#F44C5E",
|
|
13
|
-
"inputValidation.errorForeground": "#FFF",
|
|
14
|
-
"inputValidation.infoBackground": "#6182b8",
|
|
15
|
-
"inputValidation.infoForeground": "#FFF",
|
|
16
|
-
"inputValidation.warningBackground": "#F6B555",
|
|
17
|
-
"inputValidation.warningForeground": "#000",
|
|
18
|
-
"list.activeSelectionBackground": "#5899C5",
|
|
19
|
-
"list.activeSelectionForeground": "#fff",
|
|
20
|
-
"list.hoverBackground": "#d5e1ea",
|
|
21
|
-
"list.hoverForeground": "#fff",
|
|
22
|
-
"list.focusBackground": "#d5e1ea",
|
|
23
|
-
"list.focusForeground": "#fff",
|
|
24
|
-
"list.inactiveSelectionBackground": "#5899C5",
|
|
25
|
-
"list.inactiveSelectionForeground": "#fff",
|
|
26
|
-
"list.highlightForeground": "#2D3E4C",
|
|
27
|
-
"list.inactiveFocusBackground": "#161F26",
|
|
28
|
-
"list.invalidItemForeground": "#fff",
|
|
29
|
-
"button.background": "#475663",
|
|
30
|
-
"button.foreground": "#FFF",
|
|
31
|
-
"button.hoverBackground": "#161F26",
|
|
32
|
-
"scrollbar.shadow": "#ffffff00",
|
|
33
|
-
"scrollbarSlider.activeBackground": "#161F267e",
|
|
34
|
-
"scrollbarSlider.background": "#161F267e",
|
|
35
|
-
"scrollbarSlider.hoverBackground": "#161F267e",
|
|
36
|
-
"badge.background": "#8AE773",
|
|
37
|
-
"progressBar.background": "#8AE773",
|
|
38
|
-
"editor.background": "#FFF",
|
|
39
|
-
"editor.foreground": "#000",
|
|
40
|
-
"editor.lineHighlightBackground": "#EEEEEE",
|
|
41
|
-
"editor.wordHighlightStrongBackground": "#EEEEEE",
|
|
42
|
-
"editor.selectionBackground": "#AED4FB",
|
|
43
|
-
"editorLineNumber.foreground": "#b9b9b9",
|
|
44
|
-
"editorActiveLineNumber.foreground": "#475663",
|
|
45
|
-
"editor.findMatchBackground": "#AED4FB",
|
|
46
|
-
"editorHint.foreground": "#F9F9F9",
|
|
47
|
-
"editorHint.border": "#F9F9F9",
|
|
48
|
-
"editor.wordHighlightBackground": "#AED4FB",
|
|
49
|
-
"terminal.border": "#2D3E4C",
|
|
50
|
-
"terminal.foreground": "#161F26",
|
|
51
|
-
"terminal.ansiBlack": "#000000",
|
|
52
|
-
"terminal.ansiBlue": "#6182b8",
|
|
53
|
-
"terminal.ansiBrightBlack": "#90a4ae",
|
|
54
|
-
"terminal.ansiBrightBlue": "#6182b8",
|
|
55
|
-
"terminal.ansiBrightCyan": "#39adb5",
|
|
56
|
-
"terminal.ansiBrightGreen": "#91b859",
|
|
57
|
-
"terminal.ansiBrightMagenta": "#7c4dff",
|
|
58
|
-
"terminal.ansiBrightRed": "#e53935",
|
|
59
|
-
"terminal.ansiBrightWhite": "#ffffff",
|
|
60
|
-
"terminal.ansiBrightYellow": "#ffb62c",
|
|
61
|
-
"terminal.ansiCyan": "#39adb5",
|
|
62
|
-
"terminal.ansiGreen": "#91b859",
|
|
63
|
-
"terminal.ansiMagenta": "#7c4dff",
|
|
64
|
-
"terminal.ansiRed": "#e53935",
|
|
65
|
-
"terminal.ansiWhite": "#ffffff",
|
|
66
|
-
"terminal.ansiYellow": "#ffb62c",
|
|
67
|
-
"terminal.selectionBackground": "#0006",
|
|
68
|
-
"panelTitle.activeForeground": "#161F26",
|
|
69
|
-
"activityBar.background": "#161F26",
|
|
70
|
-
"activityBar.foreground": "#FFF",
|
|
71
|
-
"activityBar.dropBackground": "#FFF",
|
|
72
|
-
"activityBarBadge.background": "#8AE773",
|
|
73
|
-
"activityBarBadge.foreground": "#FFF",
|
|
74
|
-
"panel.border": "#2D3E4C",
|
|
75
|
-
"dropdown.background": "#FFF",
|
|
76
|
-
"dropdown.listBackground": "#FFF",
|
|
77
|
-
"dropdown.border": "#DCDEDF",
|
|
78
|
-
"dropdown.foreground": "#DCDEDF",
|
|
79
|
-
"sideBar.background": "#2D3E4C",
|
|
80
|
-
"sideBar.foreground": "#DCDEDF",
|
|
81
|
-
"sideBarTitle.foreground": "#FFF",
|
|
82
|
-
"sideBarSectionHeader.foreground": "#FFF",
|
|
83
|
-
"sideBarSectionHeader.background": "#161F26",
|
|
84
|
-
"debugToolBar.background": "#161F26",
|
|
85
|
-
"tab.border": "#F3F3F3",
|
|
86
|
-
"tab.activeBackground": "#FFF",
|
|
87
|
-
"tab.inactiveForeground": "#686868",
|
|
88
|
-
"tab.inactiveBackground": "#F3F3F3",
|
|
89
|
-
"tab.activeForeground": "#000",
|
|
90
|
-
"editorGroupHeader.tabsBackground": "#2D3E4C",
|
|
91
|
-
"statusBar.foreground": "#FFF",
|
|
92
|
-
"statusBar.background": "#5899C5",
|
|
93
|
-
"statusBar.debuggingBackground": "#8AE773",
|
|
94
|
-
"statusBar.noFolderBackground": "#161F26",
|
|
95
|
-
"extensionButton.prominentBackground": "#475663",
|
|
96
|
-
"extensionButton.prominentForeground": "#F6F6F6",
|
|
97
|
-
"extensionButton.prominentHoverBackground": "#161F26",
|
|
98
|
-
"gitDecoration.modifiedResourceForeground": "#ECB22E",
|
|
99
|
-
"gitDecoration.deletedResourceForeground": "#FFF",
|
|
100
|
-
"gitDecoration.untrackedResourceForeground": "#ECB22E",
|
|
101
|
-
"gitDecoration.ignoredResourceForeground": "#877583",
|
|
102
|
-
"gitDecoration.addedResourceForeground": "#ECB22E",
|
|
103
|
-
"gitDecoration.conflictingResourceForeground": "#FFF",
|
|
104
|
-
"notificationCenter.border": "#161F26",
|
|
105
|
-
"notificationToast.border": "#161F26",
|
|
106
|
-
"notifications.foreground": "#FFF",
|
|
107
|
-
"notifications.background": "#161F26",
|
|
108
|
-
"notifications.border": "#161F26",
|
|
109
|
-
"notificationCenterHeader.foreground": "#FFF",
|
|
110
|
-
"notificationLink.foreground": "#FFF",
|
|
111
|
-
"titleBar.activeBackground": "#2D3E4C",
|
|
112
|
-
"titleBar.activeForeground": "#FFF",
|
|
113
|
-
"titleBar.inactiveBackground": "#161F26",
|
|
114
|
-
"titleBar.inactiveForeground": "#685C66",
|
|
115
|
-
"titleBar.border": "#2D3E4C",
|
|
116
|
-
"welcomePage.buttonBackground": "#F3F3F3",
|
|
117
|
-
"welcomePage.buttonHoverBackground": "#ECECEC",
|
|
118
|
-
"editorWidget.background": "#F9F9F9",
|
|
119
|
-
"editorWidget.border": "#dbdbdb",
|
|
120
|
-
"editorSuggestWidget.foreground": "#2D3E4C",
|
|
121
|
-
"editorSuggestWidget.highlightForeground": "#2D3E4C",
|
|
122
|
-
"editorSuggestWidget.selectedBackground": "#b9b9b9",
|
|
123
|
-
"editorGroup.emptyBackground": "#2D3E4C",
|
|
124
|
-
"editorGroup.focusedEmptyBorder": "#2D3E4C",
|
|
125
|
-
"editorPane.background": "#2D3E4C",
|
|
126
|
-
"breadcrumb.foreground": "#161F26",
|
|
127
|
-
"breadcrumb.focusForeground": "#475663",
|
|
128
|
-
"settings.headerForeground": "#161F26",
|
|
129
|
-
"settings.dropdownForeground": "#161F26",
|
|
130
|
-
"settings.dropdownBorder": "#161F26",
|
|
131
|
-
"menu.separatorBackground": "#F9FAFA",
|
|
132
|
-
"menu.background": "#161F26",
|
|
133
|
-
"menu.foreground": "#F9FAFA",
|
|
134
|
-
"textPreformat.foreground": "#161F26",
|
|
135
|
-
"editorIndentGuide.background": "#F3F3F3",
|
|
136
|
-
"editorIndentGuide.activeBackground": "#dbdbdb",
|
|
137
|
-
"debugExceptionWidget.background": "#AED4FB",
|
|
138
|
-
"debugExceptionWidget.border": "#161F26",
|
|
139
|
-
"editorMarkerNavigation.background": "#F9F9F9",
|
|
140
|
-
"editorMarkerNavigationInfo.background": "#6182b8",
|
|
141
|
-
"editorMarkerNavigationError.background": "#F44C5E",
|
|
142
|
-
"editorMarkerNavigationWarning.background": "#F6B555"
|
|
143
|
-
};
|
|
144
|
-
const tokenColors$2 = [
|
|
145
|
-
{
|
|
146
|
-
scope: [
|
|
147
|
-
"support.class.tag.component"
|
|
148
|
-
],
|
|
149
|
-
settings: {
|
|
150
|
-
foreground: "#FE6BAD"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
scope: [
|
|
155
|
-
"punctuation.definition.tag"
|
|
156
|
-
],
|
|
157
|
-
settings: {
|
|
158
|
-
foreground: "#97A7C5"
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
scope: [
|
|
163
|
-
"entity.other.attribute-name.localname"
|
|
164
|
-
],
|
|
165
|
-
settings: {
|
|
166
|
-
foreground: "#cbd5e1"
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
scope: [
|
|
171
|
-
"keyword.operator"
|
|
172
|
-
],
|
|
173
|
-
settings: {
|
|
174
|
-
foreground: "#cbd5e1"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
scope: [
|
|
179
|
-
"string.xmlui"
|
|
180
|
-
],
|
|
181
|
-
settings: {
|
|
182
|
-
foreground: "#7dd3fc"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
scope: [
|
|
187
|
-
"entity.name.function"
|
|
188
|
-
],
|
|
189
|
-
settings: {
|
|
190
|
-
foreground: "#78DBDB"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
scope: [
|
|
195
|
-
"entity.name.tag.localname"
|
|
196
|
-
],
|
|
197
|
-
settings: {
|
|
198
|
-
foreground: "#80A6F8"
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
scope: [
|
|
203
|
-
"punctuation.definition.comment.xmlui"
|
|
204
|
-
],
|
|
205
|
-
settings: {
|
|
206
|
-
foreground: "#9296a9"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
scope: [
|
|
211
|
-
"comment.block.xmlui"
|
|
212
|
-
],
|
|
213
|
-
settings: {
|
|
214
|
-
foreground: "#9296a9",
|
|
215
|
-
fontStyle: "italic"
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
scope: [
|
|
220
|
-
"constant.character.escape.xmlui"
|
|
221
|
-
],
|
|
222
|
-
settings: {
|
|
223
|
-
foreground: "#61F69D"
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
scope: [
|
|
228
|
-
"punctuation.definition.constant.xmlui"
|
|
229
|
-
],
|
|
230
|
-
settings: {
|
|
231
|
-
foreground: "#BAF80A"
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
scope: [
|
|
236
|
-
"storage.xmlui"
|
|
237
|
-
],
|
|
238
|
-
settings: {
|
|
239
|
-
foreground: "#5CC1F9"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
scope: [
|
|
244
|
-
"punctuation.definition.block.xmlui"
|
|
245
|
-
],
|
|
246
|
-
settings: {
|
|
247
|
-
foreground: "#FFD502"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
settings: {
|
|
252
|
-
foreground: "#f5f5ff"
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
scope: [
|
|
257
|
-
"string.quoted.single",
|
|
258
|
-
"string.quoted.double"
|
|
259
|
-
],
|
|
260
|
-
settings: {
|
|
261
|
-
foreground: "#7dd3fc"
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
scope: [
|
|
266
|
-
"meta.paragraph.markdown",
|
|
267
|
-
"string.other.link.description.title.markdown"
|
|
268
|
-
],
|
|
269
|
-
settings: {
|
|
270
|
-
foreground: "#110000"
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
scope: [
|
|
275
|
-
"entity.name.section.markdown",
|
|
276
|
-
"punctuation.definition.heading.markdown"
|
|
277
|
-
],
|
|
278
|
-
settings: {
|
|
279
|
-
foreground: "#034c7c"
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
scope: [
|
|
284
|
-
"punctuation.definition.string.begin.markdown",
|
|
285
|
-
"punctuation.definition.string.end.markdown",
|
|
286
|
-
"markup.quote.markdown"
|
|
287
|
-
],
|
|
288
|
-
settings: {
|
|
289
|
-
foreground: "#00AC8F"
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
scope: [
|
|
294
|
-
"markup.quote.markdown"
|
|
295
|
-
],
|
|
296
|
-
settings: {
|
|
297
|
-
fontStyle: "italic",
|
|
298
|
-
foreground: "#003494"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
scope: [
|
|
303
|
-
"markup.bold.markdown",
|
|
304
|
-
"punctuation.definition.bold.markdown"
|
|
305
|
-
],
|
|
306
|
-
settings: {
|
|
307
|
-
fontStyle: "bold",
|
|
308
|
-
foreground: "#4e76b5"
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
scope: [
|
|
313
|
-
"markup.italic.markdown",
|
|
314
|
-
"punctuation.definition.italic.markdown"
|
|
315
|
-
],
|
|
316
|
-
settings: {
|
|
317
|
-
fontStyle: "italic",
|
|
318
|
-
foreground: "#C792EA"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
scope: [
|
|
323
|
-
"markup.inline.raw.string.markdown",
|
|
324
|
-
"markup.fenced_code.block.markdown"
|
|
325
|
-
],
|
|
326
|
-
settings: {
|
|
327
|
-
fontStyle: "italic",
|
|
328
|
-
foreground: "#0460b1"
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
scope: [
|
|
333
|
-
"punctuation.definition.metadata.markdown"
|
|
334
|
-
],
|
|
335
|
-
settings: {
|
|
336
|
-
foreground: "#00AC8F"
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
scope: [
|
|
341
|
-
"markup.underline.link.image.markdown",
|
|
342
|
-
"markup.underline.link.markdown"
|
|
343
|
-
],
|
|
344
|
-
settings: {
|
|
345
|
-
foreground: "#924205"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
name: "Component Tag",
|
|
350
|
-
scope: "component.tag",
|
|
351
|
-
settings: {
|
|
352
|
-
foreground: "#1174FF"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
name: "Attribute name",
|
|
357
|
-
scope: "attribute.name",
|
|
358
|
-
settings: {
|
|
359
|
-
fontStyle: "italic",
|
|
360
|
-
foreground: "#FF8D23"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
name: "Attribute value",
|
|
365
|
-
scope: "attribute.value",
|
|
366
|
-
settings: {
|
|
367
|
-
foreground: "#7681FF"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
name: "Helper Tag",
|
|
372
|
-
scope: "helper.tag",
|
|
373
|
-
settings: {
|
|
374
|
-
foreground: "#32D158"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
name: "Library function",
|
|
379
|
-
scope: "support.function",
|
|
380
|
-
settings: {
|
|
381
|
-
fontStyle: "",
|
|
382
|
-
foreground: "#1ab394"
|
|
383
|
-
}
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
name: "Library constant",
|
|
387
|
-
scope: "support.constant",
|
|
388
|
-
settings: {
|
|
389
|
-
fontStyle: "",
|
|
390
|
-
foreground: "#7681FF"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
name: "Library class/type",
|
|
395
|
-
scope: [
|
|
396
|
-
"support.type",
|
|
397
|
-
"support.class"
|
|
398
|
-
],
|
|
399
|
-
settings: {
|
|
400
|
-
foreground: "#CBD5E1"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
name: "Library variable",
|
|
405
|
-
scope: "support.other.variable",
|
|
406
|
-
settings: {
|
|
407
|
-
foreground: "#224555"
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
name: "Invalid",
|
|
412
|
-
scope: "invalid",
|
|
413
|
-
settings: {
|
|
414
|
-
fontStyle: " italic bold underline",
|
|
415
|
-
foreground: "#207bb8"
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
name: "Invalid deprecated",
|
|
420
|
-
scope: "invalid.deprecated",
|
|
421
|
-
settings: {
|
|
422
|
-
foreground: "#207bb8",
|
|
423
|
-
fontStyle: " bold italic underline"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
name: "[JSON] - Support",
|
|
428
|
-
scope: "source.json support",
|
|
429
|
-
settings: {
|
|
430
|
-
foreground: "#6dbdfa"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
name: "[JSON] - String",
|
|
435
|
-
scope: [
|
|
436
|
-
"source.json string",
|
|
437
|
-
"source.json punctuation.definition.string"
|
|
438
|
-
],
|
|
439
|
-
settings: {
|
|
440
|
-
foreground: "#7DD3FC"
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
name: "Lists",
|
|
445
|
-
scope: "markup.list",
|
|
446
|
-
settings: {
|
|
447
|
-
foreground: "#207bb8"
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
name: "Headings",
|
|
452
|
-
scope: [
|
|
453
|
-
"markup.heading punctuation.definition.heading",
|
|
454
|
-
"entity.name.section"
|
|
455
|
-
],
|
|
456
|
-
settings: {
|
|
457
|
-
fontStyle: "",
|
|
458
|
-
foreground: "#4FB4D8"
|
|
459
|
-
}
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
name: "Support",
|
|
463
|
-
scope: [
|
|
464
|
-
"text.html.markdown meta.paragraph meta.link.inline",
|
|
465
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
|
|
466
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
|
|
467
|
-
],
|
|
468
|
-
settings: {
|
|
469
|
-
foreground: "#87429A"
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
name: "Quotes",
|
|
474
|
-
scope: "markup.quote",
|
|
475
|
-
settings: {
|
|
476
|
-
foreground: "#87429A"
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
name: "Bold",
|
|
481
|
-
scope: "markup.bold",
|
|
482
|
-
settings: {
|
|
483
|
-
fontStyle: "bold",
|
|
484
|
-
foreground: "#08134A"
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
name: "Italic",
|
|
489
|
-
scope: [
|
|
490
|
-
"markup.italic",
|
|
491
|
-
"punctuation.definition.italic"
|
|
492
|
-
],
|
|
493
|
-
settings: {
|
|
494
|
-
fontStyle: "italic",
|
|
495
|
-
foreground: "#7681FF"
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
name: "Link Url",
|
|
500
|
-
scope: "meta.link",
|
|
501
|
-
settings: {
|
|
502
|
-
foreground: "#87429A"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
name: "String",
|
|
507
|
-
scope: "string",
|
|
508
|
-
settings: {
|
|
509
|
-
foreground: "#152dd0"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
name: "Number",
|
|
514
|
-
scope: "constant.numeric",
|
|
515
|
-
settings: {
|
|
516
|
-
foreground: "#7681FF"
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
name: "Constant",
|
|
521
|
-
scope: "constant",
|
|
522
|
-
settings: {
|
|
523
|
-
foreground: "#7681FF"
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
name: "Built-in constant",
|
|
528
|
-
scope: "language.method",
|
|
529
|
-
settings: {
|
|
530
|
-
foreground: "#7681FF"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
name: "User-defined constant",
|
|
535
|
-
scope: [
|
|
536
|
-
"constant.character",
|
|
537
|
-
"constant.other"
|
|
538
|
-
],
|
|
539
|
-
settings: {
|
|
540
|
-
foreground: "#7681FF"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
name: "Variable",
|
|
545
|
-
scope: "variable",
|
|
546
|
-
settings: {
|
|
547
|
-
fontStyle: "",
|
|
548
|
-
foreground: "#2f86d2"
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
name: "Variable",
|
|
553
|
-
scope: "variable.language.this",
|
|
554
|
-
settings: {
|
|
555
|
-
fontStyle: "",
|
|
556
|
-
foreground: "#000000"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
name: "Keyword",
|
|
561
|
-
scope: "keyword",
|
|
562
|
-
settings: {
|
|
563
|
-
fontStyle: "",
|
|
564
|
-
foreground: "#7b30d0"
|
|
565
|
-
}
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
name: "Storage",
|
|
569
|
-
scope: "storage",
|
|
570
|
-
settings: {
|
|
571
|
-
fontStyle: "",
|
|
572
|
-
foreground: "#da5221"
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
name: "Storage type",
|
|
577
|
-
scope: "storage.type",
|
|
578
|
-
settings: {
|
|
579
|
-
foreground: "#0991b6",
|
|
580
|
-
fontStyle: ""
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
name: "Class name",
|
|
585
|
-
scope: "entity.name.class",
|
|
586
|
-
settings: {
|
|
587
|
-
foreground: "#1172c7"
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
name: "Inherited class",
|
|
592
|
-
scope: "entity.other.inherited-class",
|
|
593
|
-
settings: {
|
|
594
|
-
fontStyle: "",
|
|
595
|
-
foreground: "#b02767"
|
|
596
|
-
}
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
name: "Function argument",
|
|
600
|
-
scope: "variable.parameter",
|
|
601
|
-
settings: {
|
|
602
|
-
foreground: "#b1108e",
|
|
603
|
-
fontStyle: ""
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
name: "Tag name",
|
|
608
|
-
scope: "entity.name.tag",
|
|
609
|
-
settings: {
|
|
610
|
-
fontStyle: "",
|
|
611
|
-
foreground: "#0444ac"
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
name: "Html Other",
|
|
616
|
-
scope: "text.html.basic",
|
|
617
|
-
settings: {
|
|
618
|
-
fontStyle: "",
|
|
619
|
-
foreground: "#0071ce"
|
|
620
|
-
}
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
name: "Entity Name Type",
|
|
624
|
-
scope: "entity.name.type",
|
|
625
|
-
settings: {
|
|
626
|
-
foreground: "#0444ac"
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
];
|
|
3
|
+
const colors$2 = { "foreground": "#616161", "focusBorder": "#161F26", "widget.shadow": "#161F2694", "input.background": "#FFF", "input.border": "#161F26", "input.foreground": "#000", "input.placeholderForeground": "#a0a0a0", "inputOption.activeBorder": "#3E313C", "inputValidation.errorBackground": "#F44C5E", "inputValidation.errorForeground": "#FFF", "inputValidation.infoBackground": "#6182b8", "inputValidation.infoForeground": "#FFF", "inputValidation.warningBackground": "#F6B555", "inputValidation.warningForeground": "#000", "list.activeSelectionBackground": "#5899C5", "list.activeSelectionForeground": "#fff", "list.hoverBackground": "#d5e1ea", "list.hoverForeground": "#fff", "list.focusBackground": "#d5e1ea", "list.focusForeground": "#fff", "list.inactiveSelectionBackground": "#5899C5", "list.inactiveSelectionForeground": "#fff", "list.highlightForeground": "#2D3E4C", "list.inactiveFocusBackground": "#161F26", "list.invalidItemForeground": "#fff", "button.background": "#475663", "button.foreground": "#FFF", "button.hoverBackground": "#161F26", "scrollbar.shadow": "#ffffff00", "scrollbarSlider.activeBackground": "#161F267e", "scrollbarSlider.background": "#161F267e", "scrollbarSlider.hoverBackground": "#161F267e", "badge.background": "#8AE773", "progressBar.background": "#8AE773", "editor.background": "#FFF", "editor.foreground": "#000", "editor.lineHighlightBackground": "#EEEEEE", "editor.wordHighlightStrongBackground": "#EEEEEE", "editor.selectionBackground": "#AED4FB", "editorLineNumber.foreground": "#b9b9b9", "editorActiveLineNumber.foreground": "#475663", "editor.findMatchBackground": "#AED4FB", "editorHint.foreground": "#F9F9F9", "editorHint.border": "#F9F9F9", "editor.wordHighlightBackground": "#AED4FB", "terminal.border": "#2D3E4C", "terminal.foreground": "#161F26", "terminal.ansiBlack": "#000000", "terminal.ansiBlue": "#6182b8", "terminal.ansiBrightBlack": "#90a4ae", "terminal.ansiBrightBlue": "#6182b8", "terminal.ansiBrightCyan": "#39adb5", "terminal.ansiBrightGreen": "#91b859", "terminal.ansiBrightMagenta": "#7c4dff", "terminal.ansiBrightRed": "#e53935", "terminal.ansiBrightWhite": "#ffffff", "terminal.ansiBrightYellow": "#ffb62c", "terminal.ansiCyan": "#39adb5", "terminal.ansiGreen": "#91b859", "terminal.ansiMagenta": "#7c4dff", "terminal.ansiRed": "#e53935", "terminal.ansiWhite": "#ffffff", "terminal.ansiYellow": "#ffb62c", "terminal.selectionBackground": "#0006", "panelTitle.activeForeground": "#161F26", "activityBar.background": "#161F26", "activityBar.foreground": "#FFF", "activityBar.dropBackground": "#FFF", "activityBarBadge.background": "#8AE773", "activityBarBadge.foreground": "#FFF", "panel.border": "#2D3E4C", "dropdown.background": "#FFF", "dropdown.listBackground": "#FFF", "dropdown.border": "#DCDEDF", "dropdown.foreground": "#DCDEDF", "sideBar.background": "#2D3E4C", "sideBar.foreground": "#DCDEDF", "sideBarTitle.foreground": "#FFF", "sideBarSectionHeader.foreground": "#FFF", "sideBarSectionHeader.background": "#161F26", "debugToolBar.background": "#161F26", "tab.border": "#F3F3F3", "tab.activeBackground": "#FFF", "tab.inactiveForeground": "#686868", "tab.inactiveBackground": "#F3F3F3", "tab.activeForeground": "#000", "editorGroupHeader.tabsBackground": "#2D3E4C", "statusBar.foreground": "#FFF", "statusBar.background": "#5899C5", "statusBar.debuggingBackground": "#8AE773", "statusBar.noFolderBackground": "#161F26", "extensionButton.prominentBackground": "#475663", "extensionButton.prominentForeground": "#F6F6F6", "extensionButton.prominentHoverBackground": "#161F26", "gitDecoration.modifiedResourceForeground": "#ECB22E", "gitDecoration.deletedResourceForeground": "#FFF", "gitDecoration.untrackedResourceForeground": "#ECB22E", "gitDecoration.ignoredResourceForeground": "#877583", "gitDecoration.addedResourceForeground": "#ECB22E", "gitDecoration.conflictingResourceForeground": "#FFF", "notificationCenter.border": "#161F26", "notificationToast.border": "#161F26", "notifications.foreground": "#FFF", "notifications.background": "#161F26", "notifications.border": "#161F26", "notificationCenterHeader.foreground": "#FFF", "notificationLink.foreground": "#FFF", "titleBar.activeBackground": "#2D3E4C", "titleBar.activeForeground": "#FFF", "titleBar.inactiveBackground": "#161F26", "titleBar.inactiveForeground": "#685C66", "titleBar.border": "#2D3E4C", "welcomePage.buttonBackground": "#F3F3F3", "welcomePage.buttonHoverBackground": "#ECECEC", "editorWidget.background": "#F9F9F9", "editorWidget.border": "#dbdbdb", "editorSuggestWidget.foreground": "#2D3E4C", "editorSuggestWidget.highlightForeground": "#2D3E4C", "editorSuggestWidget.selectedBackground": "#b9b9b9", "editorGroup.emptyBackground": "#2D3E4C", "editorGroup.focusedEmptyBorder": "#2D3E4C", "editorPane.background": "#2D3E4C", "breadcrumb.foreground": "#161F26", "breadcrumb.focusForeground": "#475663", "settings.headerForeground": "#161F26", "settings.dropdownForeground": "#161F26", "settings.dropdownBorder": "#161F26", "menu.separatorBackground": "#F9FAFA", "menu.background": "#161F26", "menu.foreground": "#F9FAFA", "textPreformat.foreground": "#161F26", "editorIndentGuide.background": "#F3F3F3", "editorIndentGuide.activeBackground": "#dbdbdb", "debugExceptionWidget.background": "#AED4FB", "debugExceptionWidget.border": "#161F26", "editorMarkerNavigation.background": "#F9F9F9", "editorMarkerNavigationInfo.background": "#6182b8", "editorMarkerNavigationError.background": "#F44C5E", "editorMarkerNavigationWarning.background": "#F6B555" };
|
|
4
|
+
const tokenColors$2 = [{ "scope": ["support.class.tag.component"], "settings": { "foreground": "#FE6BAD" } }, { "scope": ["punctuation.definition.tag"], "settings": { "foreground": "#97A7C5" } }, { "scope": ["entity.other.attribute-name.localname"], "settings": { "foreground": "#cbd5e1" } }, { "scope": ["keyword.operator"], "settings": { "foreground": "#cbd5e1" } }, { "scope": ["string.xmlui"], "settings": { "foreground": "#7dd3fc" } }, { "scope": ["entity.name.function"], "settings": { "foreground": "#78DBDB" } }, { "scope": ["entity.name.tag.localname"], "settings": { "foreground": "#80A6F8" } }, { "scope": ["punctuation.definition.comment.xmlui"], "settings": { "foreground": "#9296a9" } }, { "scope": ["comment.block.xmlui"], "settings": { "foreground": "#9296a9", "fontStyle": "italic" } }, { "scope": ["constant.character.escape.xmlui"], "settings": { "foreground": "#61F69D" } }, { "scope": ["punctuation.definition.constant.xmlui"], "settings": { "foreground": "#BAF80A" } }, { "scope": ["storage.xmlui"], "settings": { "foreground": "#5CC1F9" } }, { "scope": ["punctuation.definition.block.xmlui"], "settings": { "foreground": "#FFD502" } }, { "settings": { "foreground": "#f5f5ff" } }, { "scope": ["string.quoted.single", "string.quoted.double"], "settings": { "foreground": "#7dd3fc" } }, { "scope": ["meta.paragraph.markdown", "string.other.link.description.title.markdown"], "settings": { "foreground": "#110000" } }, { "scope": ["entity.name.section.markdown", "punctuation.definition.heading.markdown"], "settings": { "foreground": "#034c7c" } }, { "scope": ["punctuation.definition.string.begin.markdown", "punctuation.definition.string.end.markdown", "markup.quote.markdown"], "settings": { "foreground": "#00AC8F" } }, { "scope": ["markup.quote.markdown"], "settings": { "fontStyle": "italic", "foreground": "#003494" } }, { "scope": ["markup.bold.markdown", "punctuation.definition.bold.markdown"], "settings": { "fontStyle": "bold", "foreground": "#4e76b5" } }, { "scope": ["markup.italic.markdown", "punctuation.definition.italic.markdown"], "settings": { "fontStyle": "italic", "foreground": "#C792EA" } }, { "scope": ["markup.inline.raw.string.markdown", "markup.fenced_code.block.markdown"], "settings": { "fontStyle": "italic", "foreground": "#0460b1" } }, { "scope": ["punctuation.definition.metadata.markdown"], "settings": { "foreground": "#00AC8F" } }, { "scope": ["markup.underline.link.image.markdown", "markup.underline.link.markdown"], "settings": { "foreground": "#924205" } }, { "name": "Component Tag", "scope": "component.tag", "settings": { "foreground": "#1174FF" } }, { "name": "Attribute name", "scope": "attribute.name", "settings": { "fontStyle": "italic", "foreground": "#FF8D23" } }, { "name": "Attribute value", "scope": "attribute.value", "settings": { "foreground": "#7681FF" } }, { "name": "Helper Tag", "scope": "helper.tag", "settings": { "foreground": "#32D158" } }, { "name": "Library function", "scope": "support.function", "settings": { "fontStyle": "", "foreground": "#1ab394" } }, { "name": "Library constant", "scope": "support.constant", "settings": { "fontStyle": "", "foreground": "#7681FF" } }, { "name": "Library class/type", "scope": ["support.type", "support.class"], "settings": { "foreground": "#CBD5E1" } }, { "name": "Library variable", "scope": "support.other.variable", "settings": { "foreground": "#224555" } }, { "name": "Invalid", "scope": "invalid", "settings": { "fontStyle": " italic bold underline", "foreground": "#207bb8" } }, { "name": "Invalid deprecated", "scope": "invalid.deprecated", "settings": { "foreground": "#207bb8", "fontStyle": " bold italic underline" } }, { "name": "[JSON] - Support", "scope": "source.json support", "settings": { "foreground": "#6dbdfa" } }, { "name": "[JSON] - String", "scope": ["source.json string", "source.json punctuation.definition.string"], "settings": { "foreground": "#7DD3FC" } }, { "name": "Lists", "scope": "markup.list", "settings": { "foreground": "#207bb8" } }, { "name": "Headings", "scope": ["markup.heading punctuation.definition.heading", "entity.name.section"], "settings": { "fontStyle": "", "foreground": "#4FB4D8" } }, { "name": "Support", "scope": ["text.html.markdown meta.paragraph meta.link.inline", "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown", "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"], "settings": { "foreground": "#87429A" } }, { "name": "Quotes", "scope": "markup.quote", "settings": { "foreground": "#87429A" } }, { "name": "Bold", "scope": "markup.bold", "settings": { "fontStyle": "bold", "foreground": "#08134A" } }, { "name": "Italic", "scope": ["markup.italic", "punctuation.definition.italic"], "settings": { "fontStyle": "italic", "foreground": "#7681FF" } }, { "name": "Link Url", "scope": "meta.link", "settings": { "foreground": "#87429A" } }, { "name": "String", "scope": "string", "settings": { "foreground": "#152dd0" } }, { "name": "Number", "scope": "constant.numeric", "settings": { "foreground": "#7681FF" } }, { "name": "Constant", "scope": "constant", "settings": { "foreground": "#7681FF" } }, { "name": "Built-in constant", "scope": "language.method", "settings": { "foreground": "#7681FF" } }, { "name": "User-defined constant", "scope": ["constant.character", "constant.other"], "settings": { "foreground": "#7681FF" } }, { "name": "Variable", "scope": "variable", "settings": { "fontStyle": "", "foreground": "#2f86d2" } }, { "name": "Variable", "scope": "variable.language.this", "settings": { "fontStyle": "", "foreground": "#000000" } }, { "name": "Keyword", "scope": "keyword", "settings": { "fontStyle": "", "foreground": "#7b30d0" } }, { "name": "Storage", "scope": "storage", "settings": { "fontStyle": "", "foreground": "#da5221" } }, { "name": "Storage type", "scope": "storage.type", "settings": { "foreground": "#0991b6", "fontStyle": "" } }, { "name": "Class name", "scope": "entity.name.class", "settings": { "foreground": "#1172c7" } }, { "name": "Inherited class", "scope": "entity.other.inherited-class", "settings": { "fontStyle": "", "foreground": "#b02767" } }, { "name": "Function argument", "scope": "variable.parameter", "settings": { "foreground": "#b1108e", "fontStyle": "" } }, { "name": "Tag name", "scope": "entity.name.tag", "settings": { "fontStyle": "", "foreground": "#0444ac" } }, { "name": "Html Other", "scope": "text.html.basic", "settings": { "fontStyle": "", "foreground": "#0071ce" } }, { "name": "Entity Name Type", "scope": "entity.name.type", "settings": { "foreground": "#0444ac" } }];
|
|
630
5
|
const xmluiDark = {
|
|
631
6
|
name: name$3,
|
|
632
7
|
type: type$2,
|
|
@@ -635,633 +10,8 @@ const xmluiDark = {
|
|
|
635
10
|
};
|
|
636
11
|
const name$2 = "xmlui-light";
|
|
637
12
|
const type$1 = "css";
|
|
638
|
-
const colors$1 = {
|
|
639
|
-
|
|
640
|
-
focusBorder: "#161F26",
|
|
641
|
-
"widget.shadow": "#161F2694",
|
|
642
|
-
"input.background": "#FFF",
|
|
643
|
-
"input.border": "#161F26",
|
|
644
|
-
"input.foreground": "#000",
|
|
645
|
-
"input.placeholderForeground": "#a0a0a0",
|
|
646
|
-
"inputOption.activeBorder": "#3E313C",
|
|
647
|
-
"inputValidation.errorBackground": "#F44C5E",
|
|
648
|
-
"inputValidation.errorForeground": "#FFF",
|
|
649
|
-
"inputValidation.infoBackground": "#6182b8",
|
|
650
|
-
"inputValidation.infoForeground": "#FFF",
|
|
651
|
-
"inputValidation.warningBackground": "#F6B555",
|
|
652
|
-
"inputValidation.warningForeground": "#000",
|
|
653
|
-
"list.activeSelectionBackground": "#5899C5",
|
|
654
|
-
"list.activeSelectionForeground": "#fff",
|
|
655
|
-
"list.hoverBackground": "#d5e1ea",
|
|
656
|
-
"list.hoverForeground": "#fff",
|
|
657
|
-
"list.focusBackground": "#d5e1ea",
|
|
658
|
-
"list.focusForeground": "#fff",
|
|
659
|
-
"list.inactiveSelectionBackground": "#5899C5",
|
|
660
|
-
"list.inactiveSelectionForeground": "#fff",
|
|
661
|
-
"list.highlightForeground": "#2D3E4C",
|
|
662
|
-
"list.inactiveFocusBackground": "#161F26",
|
|
663
|
-
"list.invalidItemForeground": "#fff",
|
|
664
|
-
"button.background": "#475663",
|
|
665
|
-
"button.foreground": "#FFF",
|
|
666
|
-
"button.hoverBackground": "#161F26",
|
|
667
|
-
"scrollbar.shadow": "#ffffff00",
|
|
668
|
-
"scrollbarSlider.activeBackground": "#161F267e",
|
|
669
|
-
"scrollbarSlider.background": "#161F267e",
|
|
670
|
-
"scrollbarSlider.hoverBackground": "#161F267e",
|
|
671
|
-
"badge.background": "#8AE773",
|
|
672
|
-
"progressBar.background": "#8AE773",
|
|
673
|
-
"editor.background": "#FFF",
|
|
674
|
-
"editor.foreground": "#000",
|
|
675
|
-
"editor.lineHighlightBackground": "#EEEEEE",
|
|
676
|
-
"editor.wordHighlightStrongBackground": "#EEEEEE",
|
|
677
|
-
"editor.selectionBackground": "#AED4FB",
|
|
678
|
-
"editorLineNumber.foreground": "#b9b9b9",
|
|
679
|
-
"editorActiveLineNumber.foreground": "#475663",
|
|
680
|
-
"editor.findMatchBackground": "#AED4FB",
|
|
681
|
-
"editorHint.foreground": "#F9F9F9",
|
|
682
|
-
"editorHint.border": "#F9F9F9",
|
|
683
|
-
"editor.wordHighlightBackground": "#AED4FB",
|
|
684
|
-
"terminal.border": "#2D3E4C",
|
|
685
|
-
"terminal.foreground": "#161F26",
|
|
686
|
-
"terminal.ansiBlack": "#000000",
|
|
687
|
-
"terminal.ansiBlue": "#6182b8",
|
|
688
|
-
"terminal.ansiBrightBlack": "#90a4ae",
|
|
689
|
-
"terminal.ansiBrightBlue": "#6182b8",
|
|
690
|
-
"terminal.ansiBrightCyan": "#39adb5",
|
|
691
|
-
"terminal.ansiBrightGreen": "#91b859",
|
|
692
|
-
"terminal.ansiBrightMagenta": "#7c4dff",
|
|
693
|
-
"terminal.ansiBrightRed": "#e53935",
|
|
694
|
-
"terminal.ansiBrightWhite": "#ffffff",
|
|
695
|
-
"terminal.ansiBrightYellow": "#ffb62c",
|
|
696
|
-
"terminal.ansiCyan": "#39adb5",
|
|
697
|
-
"terminal.ansiGreen": "#91b859",
|
|
698
|
-
"terminal.ansiMagenta": "#7c4dff",
|
|
699
|
-
"terminal.ansiRed": "#e53935",
|
|
700
|
-
"terminal.ansiWhite": "#ffffff",
|
|
701
|
-
"terminal.ansiYellow": "#ffb62c",
|
|
702
|
-
"terminal.selectionBackground": "#0006",
|
|
703
|
-
"panelTitle.activeForeground": "#161F26",
|
|
704
|
-
"activityBar.background": "#161F26",
|
|
705
|
-
"activityBar.foreground": "#FFF",
|
|
706
|
-
"activityBar.dropBackground": "#FFF",
|
|
707
|
-
"activityBarBadge.background": "#8AE773",
|
|
708
|
-
"activityBarBadge.foreground": "#FFF",
|
|
709
|
-
"panel.border": "#2D3E4C",
|
|
710
|
-
"dropdown.background": "#FFF",
|
|
711
|
-
"dropdown.listBackground": "#FFF",
|
|
712
|
-
"dropdown.border": "#DCDEDF",
|
|
713
|
-
"dropdown.foreground": "#DCDEDF",
|
|
714
|
-
"sideBar.background": "#2D3E4C",
|
|
715
|
-
"sideBar.foreground": "#DCDEDF",
|
|
716
|
-
"sideBarTitle.foreground": "#FFF",
|
|
717
|
-
"sideBarSectionHeader.foreground": "#FFF",
|
|
718
|
-
"sideBarSectionHeader.background": "#161F26",
|
|
719
|
-
"debugToolBar.background": "#161F26",
|
|
720
|
-
"tab.border": "#F3F3F3",
|
|
721
|
-
"tab.activeBackground": "#FFF",
|
|
722
|
-
"tab.inactiveForeground": "#686868",
|
|
723
|
-
"tab.inactiveBackground": "#F3F3F3",
|
|
724
|
-
"tab.activeForeground": "#000",
|
|
725
|
-
"editorGroupHeader.tabsBackground": "#2D3E4C",
|
|
726
|
-
"statusBar.foreground": "#FFF",
|
|
727
|
-
"statusBar.background": "#5899C5",
|
|
728
|
-
"statusBar.debuggingBackground": "#8AE773",
|
|
729
|
-
"statusBar.noFolderBackground": "#161F26",
|
|
730
|
-
"extensionButton.prominentBackground": "#475663",
|
|
731
|
-
"extensionButton.prominentForeground": "#F6F6F6",
|
|
732
|
-
"extensionButton.prominentHoverBackground": "#161F26",
|
|
733
|
-
"gitDecoration.modifiedResourceForeground": "#ECB22E",
|
|
734
|
-
"gitDecoration.deletedResourceForeground": "#FFF",
|
|
735
|
-
"gitDecoration.untrackedResourceForeground": "#ECB22E",
|
|
736
|
-
"gitDecoration.ignoredResourceForeground": "#877583",
|
|
737
|
-
"gitDecoration.addedResourceForeground": "#ECB22E",
|
|
738
|
-
"gitDecoration.conflictingResourceForeground": "#FFF",
|
|
739
|
-
"notificationCenter.border": "#161F26",
|
|
740
|
-
"notificationToast.border": "#161F26",
|
|
741
|
-
"notifications.foreground": "#FFF",
|
|
742
|
-
"notifications.background": "#161F26",
|
|
743
|
-
"notifications.border": "#161F26",
|
|
744
|
-
"notificationCenterHeader.foreground": "#FFF",
|
|
745
|
-
"notificationLink.foreground": "#FFF",
|
|
746
|
-
"titleBar.activeBackground": "#2D3E4C",
|
|
747
|
-
"titleBar.activeForeground": "#FFF",
|
|
748
|
-
"titleBar.inactiveBackground": "#161F26",
|
|
749
|
-
"titleBar.inactiveForeground": "#685C66",
|
|
750
|
-
"titleBar.border": "#2D3E4C",
|
|
751
|
-
"welcomePage.buttonBackground": "#F3F3F3",
|
|
752
|
-
"welcomePage.buttonHoverBackground": "#ECECEC",
|
|
753
|
-
"editorWidget.background": "#F9F9F9",
|
|
754
|
-
"editorWidget.border": "#dbdbdb",
|
|
755
|
-
"editorSuggestWidget.foreground": "#2D3E4C",
|
|
756
|
-
"editorSuggestWidget.highlightForeground": "#2D3E4C",
|
|
757
|
-
"editorSuggestWidget.selectedBackground": "#b9b9b9",
|
|
758
|
-
"editorGroup.emptyBackground": "#2D3E4C",
|
|
759
|
-
"editorGroup.focusedEmptyBorder": "#2D3E4C",
|
|
760
|
-
"editorPane.background": "#2D3E4C",
|
|
761
|
-
"breadcrumb.foreground": "#161F26",
|
|
762
|
-
"breadcrumb.focusForeground": "#475663",
|
|
763
|
-
"settings.headerForeground": "#161F26",
|
|
764
|
-
"settings.dropdownForeground": "#161F26",
|
|
765
|
-
"settings.dropdownBorder": "#161F26",
|
|
766
|
-
"menu.separatorBackground": "#F9FAFA",
|
|
767
|
-
"menu.background": "#161F26",
|
|
768
|
-
"menu.foreground": "#F9FAFA",
|
|
769
|
-
"textPreformat.foreground": "#161F26",
|
|
770
|
-
"editorIndentGuide.background": "#F3F3F3",
|
|
771
|
-
"editorIndentGuide.activeBackground": "#dbdbdb",
|
|
772
|
-
"debugExceptionWidget.background": "#AED4FB",
|
|
773
|
-
"debugExceptionWidget.border": "#161F26",
|
|
774
|
-
"editorMarkerNavigation.background": "#F9F9F9",
|
|
775
|
-
"editorMarkerNavigationInfo.background": "#6182b8",
|
|
776
|
-
"editorMarkerNavigationError.background": "#F44C5E",
|
|
777
|
-
"editorMarkerNavigationWarning.background": "#F6B555"
|
|
778
|
-
};
|
|
779
|
-
const tokenColors$1 = [
|
|
780
|
-
{
|
|
781
|
-
scope: [
|
|
782
|
-
"support.class.tag.component"
|
|
783
|
-
],
|
|
784
|
-
settings: {
|
|
785
|
-
foreground: "#B33175"
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
scope: [
|
|
790
|
-
"punctuation.definition.tag"
|
|
791
|
-
],
|
|
792
|
-
settings: {
|
|
793
|
-
foreground: "#66748E"
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
scope: [
|
|
798
|
-
"entity.other.attribute-name.localname"
|
|
799
|
-
],
|
|
800
|
-
settings: {
|
|
801
|
-
foreground: "#2d2d2d"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
scope: [
|
|
806
|
-
"keyword.operator"
|
|
807
|
-
],
|
|
808
|
-
settings: {
|
|
809
|
-
foreground: "#2d2d2d"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
scope: [
|
|
814
|
-
"string.xmlui"
|
|
815
|
-
],
|
|
816
|
-
settings: {
|
|
817
|
-
foreground: "#0074a9"
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
scope: [
|
|
822
|
-
"entity.name.function"
|
|
823
|
-
],
|
|
824
|
-
settings: {
|
|
825
|
-
foreground: "#02A1A1"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
scope: [
|
|
830
|
-
"entity.name.tag.localname"
|
|
831
|
-
],
|
|
832
|
-
settings: {
|
|
833
|
-
foreground: "#005AE1"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
scope: [
|
|
838
|
-
"punctuation.definition.comment.xmlui"
|
|
839
|
-
],
|
|
840
|
-
settings: {
|
|
841
|
-
foreground: "#606060"
|
|
842
|
-
}
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
scope: [
|
|
846
|
-
"comment.block.xmlui"
|
|
847
|
-
],
|
|
848
|
-
settings: {
|
|
849
|
-
foreground: "#606060",
|
|
850
|
-
fontStyle: "italic"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
scope: [
|
|
855
|
-
"constant.character.escape.xmlui"
|
|
856
|
-
],
|
|
857
|
-
settings: {
|
|
858
|
-
foreground: "#00B248"
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
scope: [
|
|
863
|
-
"punctuation.definition.constant.xmlui"
|
|
864
|
-
],
|
|
865
|
-
settings: {
|
|
866
|
-
foreground: "#708C00"
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
scope: [
|
|
871
|
-
"storage.xmlui"
|
|
872
|
-
],
|
|
873
|
-
settings: {
|
|
874
|
-
foreground: "#079CF1"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
scope: [
|
|
879
|
-
"punctuation.definition.block.xmlui"
|
|
880
|
-
],
|
|
881
|
-
settings: {
|
|
882
|
-
foreground: "#F07100"
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
settings: {
|
|
887
|
-
foreground: "#4e5fb3"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
scope: [
|
|
892
|
-
"string.quoted.single",
|
|
893
|
-
"string.quoted.double"
|
|
894
|
-
],
|
|
895
|
-
settings: {
|
|
896
|
-
foreground: "#0074a9"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
scope: [
|
|
901
|
-
"meta.paragraph.markdown",
|
|
902
|
-
"string.other.link.description.title.markdown"
|
|
903
|
-
],
|
|
904
|
-
settings: {
|
|
905
|
-
foreground: "#110000"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
scope: [
|
|
910
|
-
"entity.name.section.markdown",
|
|
911
|
-
"punctuation.definition.heading.markdown"
|
|
912
|
-
],
|
|
913
|
-
settings: {
|
|
914
|
-
foreground: "#034c7c"
|
|
915
|
-
}
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
scope: [
|
|
919
|
-
"punctuation.definition.string.begin.markdown",
|
|
920
|
-
"punctuation.definition.string.end.markdown",
|
|
921
|
-
"markup.quote.markdown"
|
|
922
|
-
],
|
|
923
|
-
settings: {
|
|
924
|
-
foreground: "#00AC8F"
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
scope: [
|
|
929
|
-
"markup.quote.markdown"
|
|
930
|
-
],
|
|
931
|
-
settings: {
|
|
932
|
-
fontStyle: "italic",
|
|
933
|
-
foreground: "#003494"
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
scope: [
|
|
938
|
-
"markup.bold.markdown",
|
|
939
|
-
"punctuation.definition.bold.markdown"
|
|
940
|
-
],
|
|
941
|
-
settings: {
|
|
942
|
-
fontStyle: "bold",
|
|
943
|
-
foreground: "#4e76b5"
|
|
944
|
-
}
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
scope: [
|
|
948
|
-
"markup.italic.markdown",
|
|
949
|
-
"punctuation.definition.italic.markdown"
|
|
950
|
-
],
|
|
951
|
-
settings: {
|
|
952
|
-
fontStyle: "italic",
|
|
953
|
-
foreground: "#C792EA"
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
scope: [
|
|
958
|
-
"markup.inline.raw.string.markdown",
|
|
959
|
-
"markup.fenced_code.block.markdown"
|
|
960
|
-
],
|
|
961
|
-
settings: {
|
|
962
|
-
fontStyle: "italic",
|
|
963
|
-
foreground: "#0460b1"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
scope: [
|
|
968
|
-
"punctuation.definition.metadata.markdown"
|
|
969
|
-
],
|
|
970
|
-
settings: {
|
|
971
|
-
foreground: "#00AC8F"
|
|
972
|
-
}
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
scope: [
|
|
976
|
-
"markup.underline.link.image.markdown",
|
|
977
|
-
"markup.underline.link.markdown"
|
|
978
|
-
],
|
|
979
|
-
settings: {
|
|
980
|
-
foreground: "#924205"
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
name: "Component Tag",
|
|
985
|
-
scope: "component.tag",
|
|
986
|
-
settings: {
|
|
987
|
-
foreground: "#1174FF"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
name: "Attribute name",
|
|
992
|
-
scope: "attribute.name",
|
|
993
|
-
settings: {
|
|
994
|
-
fontStyle: "italic",
|
|
995
|
-
foreground: "#FF8D23"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
name: "Attribute value",
|
|
1000
|
-
scope: "attribute.value",
|
|
1001
|
-
settings: {
|
|
1002
|
-
foreground: "#2E39B4"
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
name: "Helper Tag",
|
|
1007
|
-
scope: "helper.tag",
|
|
1008
|
-
settings: {
|
|
1009
|
-
foreground: "#32D158"
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
name: "Library function",
|
|
1014
|
-
scope: "support.function",
|
|
1015
|
-
settings: {
|
|
1016
|
-
fontStyle: "",
|
|
1017
|
-
foreground: "#1ab394"
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
name: "Library constant",
|
|
1022
|
-
scope: "support.constant",
|
|
1023
|
-
settings: {
|
|
1024
|
-
fontStyle: "",
|
|
1025
|
-
foreground: "#2E39B4"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
name: "Library class/type",
|
|
1030
|
-
scope: [
|
|
1031
|
-
"support.type",
|
|
1032
|
-
"support.class"
|
|
1033
|
-
],
|
|
1034
|
-
settings: {
|
|
1035
|
-
foreground: "#2D2D2D"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
name: "Library variable",
|
|
1040
|
-
scope: "support.other.variable",
|
|
1041
|
-
settings: {
|
|
1042
|
-
foreground: "#224555"
|
|
1043
|
-
}
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
name: "Invalid",
|
|
1047
|
-
scope: "invalid",
|
|
1048
|
-
settings: {
|
|
1049
|
-
fontStyle: " italic bold underline",
|
|
1050
|
-
foreground: "#207bb8"
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
name: "Invalid deprecated",
|
|
1055
|
-
scope: "invalid.deprecated",
|
|
1056
|
-
settings: {
|
|
1057
|
-
foreground: "#207bb8",
|
|
1058
|
-
fontStyle: " bold italic underline"
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
name: "[JSON] - Support",
|
|
1063
|
-
scope: "source.json support",
|
|
1064
|
-
settings: {
|
|
1065
|
-
foreground: "#6dbdfa"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
name: "[JSON] - String",
|
|
1070
|
-
scope: [
|
|
1071
|
-
"source.json string",
|
|
1072
|
-
"source.json punctuation.definition.string"
|
|
1073
|
-
],
|
|
1074
|
-
settings: {
|
|
1075
|
-
foreground: "#0074A9"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
name: "Lists",
|
|
1080
|
-
scope: "markup.list",
|
|
1081
|
-
settings: {
|
|
1082
|
-
foreground: "#207bb8"
|
|
1083
|
-
}
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
name: "Headings",
|
|
1087
|
-
scope: [
|
|
1088
|
-
"markup.heading punctuation.definition.heading",
|
|
1089
|
-
"entity.name.section"
|
|
1090
|
-
],
|
|
1091
|
-
settings: {
|
|
1092
|
-
fontStyle: "",
|
|
1093
|
-
foreground: "#4FB4D8"
|
|
1094
|
-
}
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
name: "Support",
|
|
1098
|
-
scope: [
|
|
1099
|
-
"text.html.markdown meta.paragraph meta.link.inline",
|
|
1100
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
|
|
1101
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
|
|
1102
|
-
],
|
|
1103
|
-
settings: {
|
|
1104
|
-
foreground: "#87429A"
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
name: "Quotes",
|
|
1109
|
-
scope: "markup.quote",
|
|
1110
|
-
settings: {
|
|
1111
|
-
foreground: "#87429A"
|
|
1112
|
-
}
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
name: "Bold",
|
|
1116
|
-
scope: "markup.bold",
|
|
1117
|
-
settings: {
|
|
1118
|
-
fontStyle: "bold",
|
|
1119
|
-
foreground: "#08134A"
|
|
1120
|
-
}
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
name: "Italic",
|
|
1124
|
-
scope: [
|
|
1125
|
-
"markup.italic",
|
|
1126
|
-
"punctuation.definition.italic"
|
|
1127
|
-
],
|
|
1128
|
-
settings: {
|
|
1129
|
-
fontStyle: "italic",
|
|
1130
|
-
foreground: "#2E39B4"
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
name: "Link Url",
|
|
1135
|
-
scope: "meta.link",
|
|
1136
|
-
settings: {
|
|
1137
|
-
foreground: "#87429A"
|
|
1138
|
-
}
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
name: "String",
|
|
1142
|
-
scope: "string",
|
|
1143
|
-
settings: {
|
|
1144
|
-
foreground: "#152dd0"
|
|
1145
|
-
}
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
name: "Number",
|
|
1149
|
-
scope: "constant.numeric",
|
|
1150
|
-
settings: {
|
|
1151
|
-
foreground: "#2E39B4"
|
|
1152
|
-
}
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
name: "Constant",
|
|
1156
|
-
scope: "constant",
|
|
1157
|
-
settings: {
|
|
1158
|
-
foreground: "#2E39B4"
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
name: "Built-in constant",
|
|
1163
|
-
scope: "language.method",
|
|
1164
|
-
settings: {
|
|
1165
|
-
foreground: "#2E39B4"
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
name: "User-defined constant",
|
|
1170
|
-
scope: [
|
|
1171
|
-
"constant.character",
|
|
1172
|
-
"constant.other"
|
|
1173
|
-
],
|
|
1174
|
-
settings: {
|
|
1175
|
-
foreground: "#2E39B4"
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
name: "Variable",
|
|
1180
|
-
scope: "variable",
|
|
1181
|
-
settings: {
|
|
1182
|
-
fontStyle: "",
|
|
1183
|
-
foreground: "#2f86d2"
|
|
1184
|
-
}
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
name: "Variable",
|
|
1188
|
-
scope: "variable.language.this",
|
|
1189
|
-
settings: {
|
|
1190
|
-
fontStyle: "",
|
|
1191
|
-
foreground: "#000000"
|
|
1192
|
-
}
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
name: "Keyword",
|
|
1196
|
-
scope: "keyword",
|
|
1197
|
-
settings: {
|
|
1198
|
-
fontStyle: "",
|
|
1199
|
-
foreground: "#7b30d0"
|
|
1200
|
-
}
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
name: "Storage",
|
|
1204
|
-
scope: "storage",
|
|
1205
|
-
settings: {
|
|
1206
|
-
fontStyle: "",
|
|
1207
|
-
foreground: "#da5221"
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
name: "Storage type",
|
|
1212
|
-
scope: "storage.type",
|
|
1213
|
-
settings: {
|
|
1214
|
-
foreground: "#0991b6",
|
|
1215
|
-
fontStyle: ""
|
|
1216
|
-
}
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
name: "Class name",
|
|
1220
|
-
scope: "entity.name.class",
|
|
1221
|
-
settings: {
|
|
1222
|
-
foreground: "#1172c7"
|
|
1223
|
-
}
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
name: "Inherited class",
|
|
1227
|
-
scope: "entity.other.inherited-class",
|
|
1228
|
-
settings: {
|
|
1229
|
-
fontStyle: "",
|
|
1230
|
-
foreground: "#b02767"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
name: "Function argument",
|
|
1235
|
-
scope: "variable.parameter",
|
|
1236
|
-
settings: {
|
|
1237
|
-
foreground: "#b1108e",
|
|
1238
|
-
fontStyle: ""
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
name: "Tag name",
|
|
1243
|
-
scope: "entity.name.tag",
|
|
1244
|
-
settings: {
|
|
1245
|
-
fontStyle: "",
|
|
1246
|
-
foreground: "#0444ac"
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
{
|
|
1250
|
-
name: "Html Other",
|
|
1251
|
-
scope: "text.html.basic",
|
|
1252
|
-
settings: {
|
|
1253
|
-
fontStyle: "",
|
|
1254
|
-
foreground: "#0071ce"
|
|
1255
|
-
}
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
name: "Entity Name Type",
|
|
1259
|
-
scope: "entity.name.type",
|
|
1260
|
-
settings: {
|
|
1261
|
-
foreground: "#0444ac"
|
|
1262
|
-
}
|
|
1263
|
-
}
|
|
1264
|
-
];
|
|
13
|
+
const colors$1 = { "foreground": "#616161", "focusBorder": "#161F26", "widget.shadow": "#161F2694", "input.background": "#FFF", "input.border": "#161F26", "input.foreground": "#000", "input.placeholderForeground": "#a0a0a0", "inputOption.activeBorder": "#3E313C", "inputValidation.errorBackground": "#F44C5E", "inputValidation.errorForeground": "#FFF", "inputValidation.infoBackground": "#6182b8", "inputValidation.infoForeground": "#FFF", "inputValidation.warningBackground": "#F6B555", "inputValidation.warningForeground": "#000", "list.activeSelectionBackground": "#5899C5", "list.activeSelectionForeground": "#fff", "list.hoverBackground": "#d5e1ea", "list.hoverForeground": "#fff", "list.focusBackground": "#d5e1ea", "list.focusForeground": "#fff", "list.inactiveSelectionBackground": "#5899C5", "list.inactiveSelectionForeground": "#fff", "list.highlightForeground": "#2D3E4C", "list.inactiveFocusBackground": "#161F26", "list.invalidItemForeground": "#fff", "button.background": "#475663", "button.foreground": "#FFF", "button.hoverBackground": "#161F26", "scrollbar.shadow": "#ffffff00", "scrollbarSlider.activeBackground": "#161F267e", "scrollbarSlider.background": "#161F267e", "scrollbarSlider.hoverBackground": "#161F267e", "badge.background": "#8AE773", "progressBar.background": "#8AE773", "editor.background": "#FFF", "editor.foreground": "#000", "editor.lineHighlightBackground": "#EEEEEE", "editor.wordHighlightStrongBackground": "#EEEEEE", "editor.selectionBackground": "#AED4FB", "editorLineNumber.foreground": "#b9b9b9", "editorActiveLineNumber.foreground": "#475663", "editor.findMatchBackground": "#AED4FB", "editorHint.foreground": "#F9F9F9", "editorHint.border": "#F9F9F9", "editor.wordHighlightBackground": "#AED4FB", "terminal.border": "#2D3E4C", "terminal.foreground": "#161F26", "terminal.ansiBlack": "#000000", "terminal.ansiBlue": "#6182b8", "terminal.ansiBrightBlack": "#90a4ae", "terminal.ansiBrightBlue": "#6182b8", "terminal.ansiBrightCyan": "#39adb5", "terminal.ansiBrightGreen": "#91b859", "terminal.ansiBrightMagenta": "#7c4dff", "terminal.ansiBrightRed": "#e53935", "terminal.ansiBrightWhite": "#ffffff", "terminal.ansiBrightYellow": "#ffb62c", "terminal.ansiCyan": "#39adb5", "terminal.ansiGreen": "#91b859", "terminal.ansiMagenta": "#7c4dff", "terminal.ansiRed": "#e53935", "terminal.ansiWhite": "#ffffff", "terminal.ansiYellow": "#ffb62c", "terminal.selectionBackground": "#0006", "panelTitle.activeForeground": "#161F26", "activityBar.background": "#161F26", "activityBar.foreground": "#FFF", "activityBar.dropBackground": "#FFF", "activityBarBadge.background": "#8AE773", "activityBarBadge.foreground": "#FFF", "panel.border": "#2D3E4C", "dropdown.background": "#FFF", "dropdown.listBackground": "#FFF", "dropdown.border": "#DCDEDF", "dropdown.foreground": "#DCDEDF", "sideBar.background": "#2D3E4C", "sideBar.foreground": "#DCDEDF", "sideBarTitle.foreground": "#FFF", "sideBarSectionHeader.foreground": "#FFF", "sideBarSectionHeader.background": "#161F26", "debugToolBar.background": "#161F26", "tab.border": "#F3F3F3", "tab.activeBackground": "#FFF", "tab.inactiveForeground": "#686868", "tab.inactiveBackground": "#F3F3F3", "tab.activeForeground": "#000", "editorGroupHeader.tabsBackground": "#2D3E4C", "statusBar.foreground": "#FFF", "statusBar.background": "#5899C5", "statusBar.debuggingBackground": "#8AE773", "statusBar.noFolderBackground": "#161F26", "extensionButton.prominentBackground": "#475663", "extensionButton.prominentForeground": "#F6F6F6", "extensionButton.prominentHoverBackground": "#161F26", "gitDecoration.modifiedResourceForeground": "#ECB22E", "gitDecoration.deletedResourceForeground": "#FFF", "gitDecoration.untrackedResourceForeground": "#ECB22E", "gitDecoration.ignoredResourceForeground": "#877583", "gitDecoration.addedResourceForeground": "#ECB22E", "gitDecoration.conflictingResourceForeground": "#FFF", "notificationCenter.border": "#161F26", "notificationToast.border": "#161F26", "notifications.foreground": "#FFF", "notifications.background": "#161F26", "notifications.border": "#161F26", "notificationCenterHeader.foreground": "#FFF", "notificationLink.foreground": "#FFF", "titleBar.activeBackground": "#2D3E4C", "titleBar.activeForeground": "#FFF", "titleBar.inactiveBackground": "#161F26", "titleBar.inactiveForeground": "#685C66", "titleBar.border": "#2D3E4C", "welcomePage.buttonBackground": "#F3F3F3", "welcomePage.buttonHoverBackground": "#ECECEC", "editorWidget.background": "#F9F9F9", "editorWidget.border": "#dbdbdb", "editorSuggestWidget.foreground": "#2D3E4C", "editorSuggestWidget.highlightForeground": "#2D3E4C", "editorSuggestWidget.selectedBackground": "#b9b9b9", "editorGroup.emptyBackground": "#2D3E4C", "editorGroup.focusedEmptyBorder": "#2D3E4C", "editorPane.background": "#2D3E4C", "breadcrumb.foreground": "#161F26", "breadcrumb.focusForeground": "#475663", "settings.headerForeground": "#161F26", "settings.dropdownForeground": "#161F26", "settings.dropdownBorder": "#161F26", "menu.separatorBackground": "#F9FAFA", "menu.background": "#161F26", "menu.foreground": "#F9FAFA", "textPreformat.foreground": "#161F26", "editorIndentGuide.background": "#F3F3F3", "editorIndentGuide.activeBackground": "#dbdbdb", "debugExceptionWidget.background": "#AED4FB", "debugExceptionWidget.border": "#161F26", "editorMarkerNavigation.background": "#F9F9F9", "editorMarkerNavigationInfo.background": "#6182b8", "editorMarkerNavigationError.background": "#F44C5E", "editorMarkerNavigationWarning.background": "#F6B555" };
|
|
14
|
+
const tokenColors$1 = [{ "scope": ["support.class.tag.component"], "settings": { "foreground": "#B33175" } }, { "scope": ["punctuation.definition.tag"], "settings": { "foreground": "#66748E" } }, { "scope": ["entity.other.attribute-name.localname"], "settings": { "foreground": "#2d2d2d" } }, { "scope": ["keyword.operator"], "settings": { "foreground": "#2d2d2d" } }, { "scope": ["string.xmlui"], "settings": { "foreground": "#0074a9" } }, { "scope": ["entity.name.function"], "settings": { "foreground": "#02A1A1" } }, { "scope": ["entity.name.tag.localname"], "settings": { "foreground": "#005AE1" } }, { "scope": ["punctuation.definition.comment.xmlui"], "settings": { "foreground": "#606060" } }, { "scope": ["comment.block.xmlui"], "settings": { "foreground": "#606060", "fontStyle": "italic" } }, { "scope": ["constant.character.escape.xmlui"], "settings": { "foreground": "#00B248" } }, { "scope": ["punctuation.definition.constant.xmlui"], "settings": { "foreground": "#708C00" } }, { "scope": ["storage.xmlui"], "settings": { "foreground": "#079CF1" } }, { "scope": ["punctuation.definition.block.xmlui"], "settings": { "foreground": "#F07100" } }, { "settings": { "foreground": "#4e5fb3" } }, { "scope": ["string.quoted.single", "string.quoted.double"], "settings": { "foreground": "#0074a9" } }, { "scope": ["meta.paragraph.markdown", "string.other.link.description.title.markdown"], "settings": { "foreground": "#110000" } }, { "scope": ["entity.name.section.markdown", "punctuation.definition.heading.markdown"], "settings": { "foreground": "#034c7c" } }, { "scope": ["punctuation.definition.string.begin.markdown", "punctuation.definition.string.end.markdown", "markup.quote.markdown"], "settings": { "foreground": "#00AC8F" } }, { "scope": ["markup.quote.markdown"], "settings": { "fontStyle": "italic", "foreground": "#003494" } }, { "scope": ["markup.bold.markdown", "punctuation.definition.bold.markdown"], "settings": { "fontStyle": "bold", "foreground": "#4e76b5" } }, { "scope": ["markup.italic.markdown", "punctuation.definition.italic.markdown"], "settings": { "fontStyle": "italic", "foreground": "#C792EA" } }, { "scope": ["markup.inline.raw.string.markdown", "markup.fenced_code.block.markdown"], "settings": { "fontStyle": "italic", "foreground": "#0460b1" } }, { "scope": ["punctuation.definition.metadata.markdown"], "settings": { "foreground": "#00AC8F" } }, { "scope": ["markup.underline.link.image.markdown", "markup.underline.link.markdown"], "settings": { "foreground": "#924205" } }, { "name": "Component Tag", "scope": "component.tag", "settings": { "foreground": "#1174FF" } }, { "name": "Attribute name", "scope": "attribute.name", "settings": { "fontStyle": "italic", "foreground": "#FF8D23" } }, { "name": "Attribute value", "scope": "attribute.value", "settings": { "foreground": "#2E39B4" } }, { "name": "Helper Tag", "scope": "helper.tag", "settings": { "foreground": "#32D158" } }, { "name": "Library function", "scope": "support.function", "settings": { "fontStyle": "", "foreground": "#1ab394" } }, { "name": "Library constant", "scope": "support.constant", "settings": { "fontStyle": "", "foreground": "#2E39B4" } }, { "name": "Library class/type", "scope": ["support.type", "support.class"], "settings": { "foreground": "#2D2D2D" } }, { "name": "Library variable", "scope": "support.other.variable", "settings": { "foreground": "#224555" } }, { "name": "Invalid", "scope": "invalid", "settings": { "fontStyle": " italic bold underline", "foreground": "#207bb8" } }, { "name": "Invalid deprecated", "scope": "invalid.deprecated", "settings": { "foreground": "#207bb8", "fontStyle": " bold italic underline" } }, { "name": "[JSON] - Support", "scope": "source.json support", "settings": { "foreground": "#6dbdfa" } }, { "name": "[JSON] - String", "scope": ["source.json string", "source.json punctuation.definition.string"], "settings": { "foreground": "#0074A9" } }, { "name": "Lists", "scope": "markup.list", "settings": { "foreground": "#207bb8" } }, { "name": "Headings", "scope": ["markup.heading punctuation.definition.heading", "entity.name.section"], "settings": { "fontStyle": "", "foreground": "#4FB4D8" } }, { "name": "Support", "scope": ["text.html.markdown meta.paragraph meta.link.inline", "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown", "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"], "settings": { "foreground": "#87429A" } }, { "name": "Quotes", "scope": "markup.quote", "settings": { "foreground": "#87429A" } }, { "name": "Bold", "scope": "markup.bold", "settings": { "fontStyle": "bold", "foreground": "#08134A" } }, { "name": "Italic", "scope": ["markup.italic", "punctuation.definition.italic"], "settings": { "fontStyle": "italic", "foreground": "#2E39B4" } }, { "name": "Link Url", "scope": "meta.link", "settings": { "foreground": "#87429A" } }, { "name": "String", "scope": "string", "settings": { "foreground": "#152dd0" } }, { "name": "Number", "scope": "constant.numeric", "settings": { "foreground": "#2E39B4" } }, { "name": "Constant", "scope": "constant", "settings": { "foreground": "#2E39B4" } }, { "name": "Built-in constant", "scope": "language.method", "settings": { "foreground": "#2E39B4" } }, { "name": "User-defined constant", "scope": ["constant.character", "constant.other"], "settings": { "foreground": "#2E39B4" } }, { "name": "Variable", "scope": "variable", "settings": { "fontStyle": "", "foreground": "#2f86d2" } }, { "name": "Variable", "scope": "variable.language.this", "settings": { "fontStyle": "", "foreground": "#000000" } }, { "name": "Keyword", "scope": "keyword", "settings": { "fontStyle": "", "foreground": "#7b30d0" } }, { "name": "Storage", "scope": "storage", "settings": { "fontStyle": "", "foreground": "#da5221" } }, { "name": "Storage type", "scope": "storage.type", "settings": { "foreground": "#0991b6", "fontStyle": "" } }, { "name": "Class name", "scope": "entity.name.class", "settings": { "foreground": "#1172c7" } }, { "name": "Inherited class", "scope": "entity.other.inherited-class", "settings": { "fontStyle": "", "foreground": "#b02767" } }, { "name": "Function argument", "scope": "variable.parameter", "settings": { "foreground": "#b1108e", "fontStyle": "" } }, { "name": "Tag name", "scope": "entity.name.tag", "settings": { "fontStyle": "", "foreground": "#0444ac" } }, { "name": "Html Other", "scope": "text.html.basic", "settings": { "fontStyle": "", "foreground": "#0071ce" } }, { "name": "Entity Name Type", "scope": "entity.name.type", "settings": { "foreground": "#0444ac" } }];
|
|
1265
15
|
const xmluiLight = {
|
|
1266
16
|
name: name$2,
|
|
1267
17
|
type: type$1,
|
|
@@ -1270,632 +20,8 @@ const xmluiLight = {
|
|
|
1270
20
|
};
|
|
1271
21
|
const name$1 = "xmlui";
|
|
1272
22
|
const type = "css";
|
|
1273
|
-
const colors = {
|
|
1274
|
-
|
|
1275
|
-
focusBorder: "#161F26",
|
|
1276
|
-
"widget.shadow": "#161F2694",
|
|
1277
|
-
"input.background": "#FFF",
|
|
1278
|
-
"input.border": "#161F26",
|
|
1279
|
-
"input.foreground": "#000",
|
|
1280
|
-
"input.placeholderForeground": "#a0a0a0",
|
|
1281
|
-
"inputOption.activeBorder": "#3E313C",
|
|
1282
|
-
"inputValidation.errorBackground": "#F44C5E",
|
|
1283
|
-
"inputValidation.errorForeground": "#FFF",
|
|
1284
|
-
"inputValidation.infoBackground": "#6182b8",
|
|
1285
|
-
"inputValidation.infoForeground": "#FFF",
|
|
1286
|
-
"inputValidation.warningBackground": "#F6B555",
|
|
1287
|
-
"inputValidation.warningForeground": "#000",
|
|
1288
|
-
"list.activeSelectionBackground": "#5899C5",
|
|
1289
|
-
"list.activeSelectionForeground": "#fff",
|
|
1290
|
-
"list.hoverBackground": "#d5e1ea",
|
|
1291
|
-
"list.hoverForeground": "#fff",
|
|
1292
|
-
"list.focusBackground": "#d5e1ea",
|
|
1293
|
-
"list.focusForeground": "#fff",
|
|
1294
|
-
"list.inactiveSelectionBackground": "#5899C5",
|
|
1295
|
-
"list.inactiveSelectionForeground": "#fff",
|
|
1296
|
-
"list.highlightForeground": "#2D3E4C",
|
|
1297
|
-
"list.inactiveFocusBackground": "#161F26",
|
|
1298
|
-
"list.invalidItemForeground": "#fff",
|
|
1299
|
-
"button.background": "#475663",
|
|
1300
|
-
"button.foreground": "#FFF",
|
|
1301
|
-
"button.hoverBackground": "#161F26",
|
|
1302
|
-
"scrollbar.shadow": "#ffffff00",
|
|
1303
|
-
"scrollbarSlider.activeBackground": "#161F267e",
|
|
1304
|
-
"scrollbarSlider.background": "#161F267e",
|
|
1305
|
-
"scrollbarSlider.hoverBackground": "#161F267e",
|
|
1306
|
-
"badge.background": "#8AE773",
|
|
1307
|
-
"progressBar.background": "#8AE773",
|
|
1308
|
-
"editor.background": "#FFF",
|
|
1309
|
-
"editor.foreground": "#000",
|
|
1310
|
-
"editor.lineHighlightBackground": "#EEEEEE",
|
|
1311
|
-
"editor.wordHighlightStrongBackground": "#EEEEEE",
|
|
1312
|
-
"editor.selectionBackground": "#AED4FB",
|
|
1313
|
-
"editorLineNumber.foreground": "#b9b9b9",
|
|
1314
|
-
"editorActiveLineNumber.foreground": "#475663",
|
|
1315
|
-
"editor.findMatchBackground": "#AED4FB",
|
|
1316
|
-
"editorHint.foreground": "#F9F9F9",
|
|
1317
|
-
"editorHint.border": "#F9F9F9",
|
|
1318
|
-
"editor.wordHighlightBackground": "#AED4FB",
|
|
1319
|
-
"terminal.border": "#2D3E4C",
|
|
1320
|
-
"terminal.foreground": "#161F26",
|
|
1321
|
-
"terminal.ansiBlack": "#000000",
|
|
1322
|
-
"terminal.ansiBlue": "#6182b8",
|
|
1323
|
-
"terminal.ansiBrightBlack": "#90a4ae",
|
|
1324
|
-
"terminal.ansiBrightBlue": "#6182b8",
|
|
1325
|
-
"terminal.ansiBrightCyan": "#39adb5",
|
|
1326
|
-
"terminal.ansiBrightGreen": "#91b859",
|
|
1327
|
-
"terminal.ansiBrightMagenta": "#7c4dff",
|
|
1328
|
-
"terminal.ansiBrightRed": "#e53935",
|
|
1329
|
-
"terminal.ansiBrightWhite": "#ffffff",
|
|
1330
|
-
"terminal.ansiBrightYellow": "#ffb62c",
|
|
1331
|
-
"terminal.ansiCyan": "#39adb5",
|
|
1332
|
-
"terminal.ansiGreen": "#91b859",
|
|
1333
|
-
"terminal.ansiMagenta": "#7c4dff",
|
|
1334
|
-
"terminal.ansiRed": "#e53935",
|
|
1335
|
-
"terminal.ansiWhite": "#ffffff",
|
|
1336
|
-
"terminal.ansiYellow": "#ffb62c",
|
|
1337
|
-
"terminal.selectionBackground": "#0006",
|
|
1338
|
-
"panelTitle.activeForeground": "#161F26",
|
|
1339
|
-
"activityBar.background": "#161F26",
|
|
1340
|
-
"activityBar.foreground": "#FFF",
|
|
1341
|
-
"activityBar.dropBackground": "#FFF",
|
|
1342
|
-
"activityBarBadge.background": "#8AE773",
|
|
1343
|
-
"activityBarBadge.foreground": "#FFF",
|
|
1344
|
-
"panel.border": "#2D3E4C",
|
|
1345
|
-
"dropdown.background": "#FFF",
|
|
1346
|
-
"dropdown.listBackground": "#FFF",
|
|
1347
|
-
"dropdown.border": "#DCDEDF",
|
|
1348
|
-
"dropdown.foreground": "#DCDEDF",
|
|
1349
|
-
"sideBar.background": "#2D3E4C",
|
|
1350
|
-
"sideBar.foreground": "#DCDEDF",
|
|
1351
|
-
"sideBarTitle.foreground": "#FFF",
|
|
1352
|
-
"sideBarSectionHeader.foreground": "#FFF",
|
|
1353
|
-
"sideBarSectionHeader.background": "#161F26",
|
|
1354
|
-
"debugToolBar.background": "#161F26",
|
|
1355
|
-
"tab.border": "#F3F3F3",
|
|
1356
|
-
"tab.activeBackground": "#FFF",
|
|
1357
|
-
"tab.inactiveForeground": "#686868",
|
|
1358
|
-
"tab.inactiveBackground": "#F3F3F3",
|
|
1359
|
-
"tab.activeForeground": "#000",
|
|
1360
|
-
"editorGroupHeader.tabsBackground": "#2D3E4C",
|
|
1361
|
-
"statusBar.foreground": "#FFF",
|
|
1362
|
-
"statusBar.background": "#5899C5",
|
|
1363
|
-
"statusBar.debuggingBackground": "#8AE773",
|
|
1364
|
-
"statusBar.noFolderBackground": "#161F26",
|
|
1365
|
-
"extensionButton.prominentBackground": "#475663",
|
|
1366
|
-
"extensionButton.prominentForeground": "#F6F6F6",
|
|
1367
|
-
"extensionButton.prominentHoverBackground": "#161F26",
|
|
1368
|
-
"gitDecoration.modifiedResourceForeground": "#ECB22E",
|
|
1369
|
-
"gitDecoration.deletedResourceForeground": "#FFF",
|
|
1370
|
-
"gitDecoration.untrackedResourceForeground": "#ECB22E",
|
|
1371
|
-
"gitDecoration.ignoredResourceForeground": "#877583",
|
|
1372
|
-
"gitDecoration.addedResourceForeground": "#ECB22E",
|
|
1373
|
-
"gitDecoration.conflictingResourceForeground": "#FFF",
|
|
1374
|
-
"notificationCenter.border": "#161F26",
|
|
1375
|
-
"notificationToast.border": "#161F26",
|
|
1376
|
-
"notifications.foreground": "#FFF",
|
|
1377
|
-
"notifications.background": "#161F26",
|
|
1378
|
-
"notifications.border": "#161F26",
|
|
1379
|
-
"notificationCenterHeader.foreground": "#FFF",
|
|
1380
|
-
"notificationLink.foreground": "#FFF",
|
|
1381
|
-
"titleBar.activeBackground": "#2D3E4C",
|
|
1382
|
-
"titleBar.activeForeground": "#FFF",
|
|
1383
|
-
"titleBar.inactiveBackground": "#161F26",
|
|
1384
|
-
"titleBar.inactiveForeground": "#685C66",
|
|
1385
|
-
"titleBar.border": "#2D3E4C",
|
|
1386
|
-
"welcomePage.buttonBackground": "#F3F3F3",
|
|
1387
|
-
"welcomePage.buttonHoverBackground": "#ECECEC",
|
|
1388
|
-
"editorWidget.background": "#F9F9F9",
|
|
1389
|
-
"editorWidget.border": "#dbdbdb",
|
|
1390
|
-
"editorSuggestWidget.foreground": "#2D3E4C",
|
|
1391
|
-
"editorSuggestWidget.highlightForeground": "#2D3E4C",
|
|
1392
|
-
"editorSuggestWidget.selectedBackground": "#b9b9b9",
|
|
1393
|
-
"editorGroup.emptyBackground": "#2D3E4C",
|
|
1394
|
-
"editorGroup.focusedEmptyBorder": "#2D3E4C",
|
|
1395
|
-
"editorPane.background": "#2D3E4C",
|
|
1396
|
-
"breadcrumb.foreground": "#161F26",
|
|
1397
|
-
"breadcrumb.focusForeground": "#475663",
|
|
1398
|
-
"settings.headerForeground": "#161F26",
|
|
1399
|
-
"settings.dropdownForeground": "#161F26",
|
|
1400
|
-
"settings.dropdownBorder": "#161F26",
|
|
1401
|
-
"menu.separatorBackground": "#F9FAFA",
|
|
1402
|
-
"menu.background": "#161F26",
|
|
1403
|
-
"menu.foreground": "#F9FAFA",
|
|
1404
|
-
"textPreformat.foreground": "#161F26",
|
|
1405
|
-
"editorIndentGuide.background": "#F3F3F3",
|
|
1406
|
-
"editorIndentGuide.activeBackground": "#dbdbdb",
|
|
1407
|
-
"debugExceptionWidget.background": "#AED4FB",
|
|
1408
|
-
"debugExceptionWidget.border": "#161F26",
|
|
1409
|
-
"editorMarkerNavigation.background": "#F9F9F9",
|
|
1410
|
-
"editorMarkerNavigationInfo.background": "#6182b8",
|
|
1411
|
-
"editorMarkerNavigationError.background": "#F44C5E",
|
|
1412
|
-
"editorMarkerNavigationWarning.background": "#F6B555"
|
|
1413
|
-
};
|
|
1414
|
-
const tokenColors = [
|
|
1415
|
-
{
|
|
1416
|
-
scope: [
|
|
1417
|
-
"support.class.tag.component"
|
|
1418
|
-
],
|
|
1419
|
-
settings: {
|
|
1420
|
-
foreground: "#000001"
|
|
1421
|
-
}
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
scope: [
|
|
1425
|
-
"punctuation.definition.tag"
|
|
1426
|
-
],
|
|
1427
|
-
settings: {
|
|
1428
|
-
foreground: "#000002"
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
scope: [
|
|
1433
|
-
"entity.other.attribute-name.localname"
|
|
1434
|
-
],
|
|
1435
|
-
settings: {
|
|
1436
|
-
foreground: "#000003"
|
|
1437
|
-
}
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
scope: [
|
|
1441
|
-
"keyword.operator"
|
|
1442
|
-
],
|
|
1443
|
-
settings: {
|
|
1444
|
-
foreground: "#000004"
|
|
1445
|
-
}
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
scope: [
|
|
1449
|
-
"string.xmlui"
|
|
1450
|
-
],
|
|
1451
|
-
settings: {
|
|
1452
|
-
foreground: "#000005"
|
|
1453
|
-
}
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
scope: [
|
|
1457
|
-
"entity.name.function"
|
|
1458
|
-
],
|
|
1459
|
-
settings: {
|
|
1460
|
-
foreground: "#000006"
|
|
1461
|
-
}
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
scope: [
|
|
1465
|
-
"entity.name.tag.localname"
|
|
1466
|
-
],
|
|
1467
|
-
settings: {
|
|
1468
|
-
foreground: "#000007"
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
scope: [
|
|
1473
|
-
"punctuation.definition.comment.xmlui"
|
|
1474
|
-
],
|
|
1475
|
-
settings: {
|
|
1476
|
-
foreground: "#000008"
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
scope: [
|
|
1481
|
-
"comment.block.xmlui"
|
|
1482
|
-
],
|
|
1483
|
-
settings: {
|
|
1484
|
-
foreground: "#000008"
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
scope: [
|
|
1489
|
-
"constant.character.escape.xmlui"
|
|
1490
|
-
],
|
|
1491
|
-
settings: {
|
|
1492
|
-
foreground: "#000009"
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
scope: [
|
|
1497
|
-
"punctuation.definition.constant.xmlui"
|
|
1498
|
-
],
|
|
1499
|
-
settings: {
|
|
1500
|
-
foreground: "#000010"
|
|
1501
|
-
}
|
|
1502
|
-
},
|
|
1503
|
-
{
|
|
1504
|
-
scope: [
|
|
1505
|
-
"storage.xmlui"
|
|
1506
|
-
],
|
|
1507
|
-
settings: {
|
|
1508
|
-
foreground: "#000011"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
scope: [
|
|
1513
|
-
"punctuation.definition.block.xmlui"
|
|
1514
|
-
],
|
|
1515
|
-
settings: {
|
|
1516
|
-
foreground: "#000012"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
settings: {
|
|
1521
|
-
foreground: "#000013"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
scope: [
|
|
1526
|
-
"string.quoted.single",
|
|
1527
|
-
"string.quoted.double"
|
|
1528
|
-
],
|
|
1529
|
-
settings: {
|
|
1530
|
-
foreground: "#000014"
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
scope: [
|
|
1535
|
-
"meta.paragraph.markdown",
|
|
1536
|
-
"string.other.link.description.title.markdown"
|
|
1537
|
-
],
|
|
1538
|
-
settings: {
|
|
1539
|
-
foreground: "#110000"
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
scope: [
|
|
1544
|
-
"entity.name.section.markdown",
|
|
1545
|
-
"punctuation.definition.heading.markdown"
|
|
1546
|
-
],
|
|
1547
|
-
settings: {
|
|
1548
|
-
foreground: "#034c7c"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
scope: [
|
|
1553
|
-
"punctuation.definition.string.begin.markdown",
|
|
1554
|
-
"punctuation.definition.string.end.markdown",
|
|
1555
|
-
"markup.quote.markdown"
|
|
1556
|
-
],
|
|
1557
|
-
settings: {
|
|
1558
|
-
foreground: "#00AC8F"
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
scope: [
|
|
1563
|
-
"markup.quote.markdown"
|
|
1564
|
-
],
|
|
1565
|
-
settings: {
|
|
1566
|
-
fontStyle: "italic",
|
|
1567
|
-
foreground: "#003494"
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
scope: [
|
|
1572
|
-
"markup.bold.markdown",
|
|
1573
|
-
"punctuation.definition.bold.markdown"
|
|
1574
|
-
],
|
|
1575
|
-
settings: {
|
|
1576
|
-
fontStyle: "bold",
|
|
1577
|
-
foreground: "#4e76b5"
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
scope: [
|
|
1582
|
-
"markup.italic.markdown",
|
|
1583
|
-
"punctuation.definition.italic.markdown"
|
|
1584
|
-
],
|
|
1585
|
-
settings: {
|
|
1586
|
-
fontStyle: "italic",
|
|
1587
|
-
foreground: "#C792EA"
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
scope: [
|
|
1592
|
-
"markup.inline.raw.string.markdown",
|
|
1593
|
-
"markup.fenced_code.block.markdown"
|
|
1594
|
-
],
|
|
1595
|
-
settings: {
|
|
1596
|
-
fontStyle: "italic",
|
|
1597
|
-
foreground: "#0460b1"
|
|
1598
|
-
}
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
scope: [
|
|
1602
|
-
"punctuation.definition.metadata.markdown"
|
|
1603
|
-
],
|
|
1604
|
-
settings: {
|
|
1605
|
-
foreground: "#00AC8F"
|
|
1606
|
-
}
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
scope: [
|
|
1610
|
-
"markup.underline.link.image.markdown",
|
|
1611
|
-
"markup.underline.link.markdown"
|
|
1612
|
-
],
|
|
1613
|
-
settings: {
|
|
1614
|
-
foreground: "#924205"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
name: "Component Tag",
|
|
1619
|
-
scope: "component.tag",
|
|
1620
|
-
settings: {
|
|
1621
|
-
foreground: "#1174FF"
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
name: "Attribute name",
|
|
1626
|
-
scope: "attribute.name",
|
|
1627
|
-
settings: {
|
|
1628
|
-
fontStyle: "italic",
|
|
1629
|
-
foreground: "#FF8D23"
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
name: "Attribute value",
|
|
1634
|
-
scope: "attribute.value",
|
|
1635
|
-
settings: {
|
|
1636
|
-
foreground: "#7681FF"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
name: "Helper Tag",
|
|
1641
|
-
scope: "helper.tag",
|
|
1642
|
-
settings: {
|
|
1643
|
-
foreground: "#32D158"
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
name: "Library function",
|
|
1648
|
-
scope: "support.function",
|
|
1649
|
-
settings: {
|
|
1650
|
-
fontStyle: "",
|
|
1651
|
-
foreground: "#1ab394"
|
|
1652
|
-
}
|
|
1653
|
-
},
|
|
1654
|
-
{
|
|
1655
|
-
name: "Library constant",
|
|
1656
|
-
scope: "support.constant",
|
|
1657
|
-
settings: {
|
|
1658
|
-
fontStyle: "",
|
|
1659
|
-
foreground: "#7681FF"
|
|
1660
|
-
}
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
name: "Library class/type",
|
|
1664
|
-
scope: [
|
|
1665
|
-
"support.type",
|
|
1666
|
-
"support.class"
|
|
1667
|
-
],
|
|
1668
|
-
settings: {
|
|
1669
|
-
foreground: "#d45800"
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
name: "Library variable",
|
|
1674
|
-
scope: "support.other.variable",
|
|
1675
|
-
settings: {
|
|
1676
|
-
foreground: "#224555"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
name: "Invalid",
|
|
1681
|
-
scope: "invalid",
|
|
1682
|
-
settings: {
|
|
1683
|
-
fontStyle: " italic bold underline",
|
|
1684
|
-
foreground: "#207bb8"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
name: "Invalid deprecated",
|
|
1689
|
-
scope: "invalid.deprecated",
|
|
1690
|
-
settings: {
|
|
1691
|
-
foreground: "#207bb8",
|
|
1692
|
-
fontStyle: " bold italic underline"
|
|
1693
|
-
}
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
name: "[JSON] - Support",
|
|
1697
|
-
scope: "source.json support",
|
|
1698
|
-
settings: {
|
|
1699
|
-
foreground: "#6dbdfa"
|
|
1700
|
-
}
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
name: "[JSON] - String",
|
|
1704
|
-
scope: [
|
|
1705
|
-
"source.json string",
|
|
1706
|
-
"source.json punctuation.definition.string"
|
|
1707
|
-
],
|
|
1708
|
-
settings: {
|
|
1709
|
-
foreground: "#00820f"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
name: "Lists",
|
|
1714
|
-
scope: "markup.list",
|
|
1715
|
-
settings: {
|
|
1716
|
-
foreground: "#207bb8"
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
name: "Headings",
|
|
1721
|
-
scope: [
|
|
1722
|
-
"markup.heading punctuation.definition.heading",
|
|
1723
|
-
"entity.name.section"
|
|
1724
|
-
],
|
|
1725
|
-
settings: {
|
|
1726
|
-
fontStyle: "",
|
|
1727
|
-
foreground: "#4FB4D8"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
name: "Support",
|
|
1732
|
-
scope: [
|
|
1733
|
-
"text.html.markdown meta.paragraph meta.link.inline",
|
|
1734
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
|
|
1735
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
|
|
1736
|
-
],
|
|
1737
|
-
settings: {
|
|
1738
|
-
foreground: "#87429A"
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
name: "Quotes",
|
|
1743
|
-
scope: "markup.quote",
|
|
1744
|
-
settings: {
|
|
1745
|
-
foreground: "#87429A"
|
|
1746
|
-
}
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
name: "Bold",
|
|
1750
|
-
scope: "markup.bold",
|
|
1751
|
-
settings: {
|
|
1752
|
-
fontStyle: "bold",
|
|
1753
|
-
foreground: "#08134A"
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
name: "Italic",
|
|
1758
|
-
scope: [
|
|
1759
|
-
"markup.italic",
|
|
1760
|
-
"punctuation.definition.italic"
|
|
1761
|
-
],
|
|
1762
|
-
settings: {
|
|
1763
|
-
fontStyle: "italic",
|
|
1764
|
-
foreground: "#7681FF"
|
|
1765
|
-
}
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
name: "Link Url",
|
|
1769
|
-
scope: "meta.link",
|
|
1770
|
-
settings: {
|
|
1771
|
-
foreground: "#87429A"
|
|
1772
|
-
}
|
|
1773
|
-
},
|
|
1774
|
-
{
|
|
1775
|
-
name: "String",
|
|
1776
|
-
scope: "string",
|
|
1777
|
-
settings: {
|
|
1778
|
-
foreground: "#152dd0"
|
|
1779
|
-
}
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
name: "Number",
|
|
1783
|
-
scope: "constant.numeric",
|
|
1784
|
-
settings: {
|
|
1785
|
-
foreground: "#7681FF"
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
name: "Constant",
|
|
1790
|
-
scope: "constant",
|
|
1791
|
-
settings: {
|
|
1792
|
-
foreground: "#7681FF"
|
|
1793
|
-
}
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
name: "Built-in constant",
|
|
1797
|
-
scope: "language.method",
|
|
1798
|
-
settings: {
|
|
1799
|
-
foreground: "#7681FF"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
name: "User-defined constant",
|
|
1804
|
-
scope: [
|
|
1805
|
-
"constant.character",
|
|
1806
|
-
"constant.other"
|
|
1807
|
-
],
|
|
1808
|
-
settings: {
|
|
1809
|
-
foreground: "#7681FF"
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
name: "Variable",
|
|
1814
|
-
scope: "variable",
|
|
1815
|
-
settings: {
|
|
1816
|
-
fontStyle: "",
|
|
1817
|
-
foreground: "#2f86d2"
|
|
1818
|
-
}
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
name: "Variable",
|
|
1822
|
-
scope: "variable.language.this",
|
|
1823
|
-
settings: {
|
|
1824
|
-
fontStyle: "",
|
|
1825
|
-
foreground: "#000000"
|
|
1826
|
-
}
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
name: "Keyword",
|
|
1830
|
-
scope: "keyword",
|
|
1831
|
-
settings: {
|
|
1832
|
-
fontStyle: "",
|
|
1833
|
-
foreground: "#7b30d0"
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
name: "Storage",
|
|
1838
|
-
scope: "storage",
|
|
1839
|
-
settings: {
|
|
1840
|
-
fontStyle: "",
|
|
1841
|
-
foreground: "#da5221"
|
|
1842
|
-
}
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
name: "Storage type",
|
|
1846
|
-
scope: "storage.type",
|
|
1847
|
-
settings: {
|
|
1848
|
-
foreground: "#0991b6",
|
|
1849
|
-
fontStyle: ""
|
|
1850
|
-
}
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
name: "Class name",
|
|
1854
|
-
scope: "entity.name.class",
|
|
1855
|
-
settings: {
|
|
1856
|
-
foreground: "#1172c7"
|
|
1857
|
-
}
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
name: "Inherited class",
|
|
1861
|
-
scope: "entity.other.inherited-class",
|
|
1862
|
-
settings: {
|
|
1863
|
-
fontStyle: "",
|
|
1864
|
-
foreground: "#b02767"
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
name: "Function argument",
|
|
1869
|
-
scope: "variable.parameter",
|
|
1870
|
-
settings: {
|
|
1871
|
-
foreground: "#b1108e",
|
|
1872
|
-
fontStyle: ""
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
name: "Tag name",
|
|
1877
|
-
scope: "entity.name.tag",
|
|
1878
|
-
settings: {
|
|
1879
|
-
fontStyle: "",
|
|
1880
|
-
foreground: "#0444ac"
|
|
1881
|
-
}
|
|
1882
|
-
},
|
|
1883
|
-
{
|
|
1884
|
-
name: "Html Other",
|
|
1885
|
-
scope: "text.html.basic",
|
|
1886
|
-
settings: {
|
|
1887
|
-
fontStyle: "",
|
|
1888
|
-
foreground: "#0071ce"
|
|
1889
|
-
}
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
name: "Entity Name Type",
|
|
1893
|
-
scope: "entity.name.type",
|
|
1894
|
-
settings: {
|
|
1895
|
-
foreground: "#0444ac"
|
|
1896
|
-
}
|
|
1897
|
-
}
|
|
1898
|
-
];
|
|
23
|
+
const colors = { "foreground": "#616161", "focusBorder": "#161F26", "widget.shadow": "#161F2694", "input.background": "#FFF", "input.border": "#161F26", "input.foreground": "#000", "input.placeholderForeground": "#a0a0a0", "inputOption.activeBorder": "#3E313C", "inputValidation.errorBackground": "#F44C5E", "inputValidation.errorForeground": "#FFF", "inputValidation.infoBackground": "#6182b8", "inputValidation.infoForeground": "#FFF", "inputValidation.warningBackground": "#F6B555", "inputValidation.warningForeground": "#000", "list.activeSelectionBackground": "#5899C5", "list.activeSelectionForeground": "#fff", "list.hoverBackground": "#d5e1ea", "list.hoverForeground": "#fff", "list.focusBackground": "#d5e1ea", "list.focusForeground": "#fff", "list.inactiveSelectionBackground": "#5899C5", "list.inactiveSelectionForeground": "#fff", "list.highlightForeground": "#2D3E4C", "list.inactiveFocusBackground": "#161F26", "list.invalidItemForeground": "#fff", "button.background": "#475663", "button.foreground": "#FFF", "button.hoverBackground": "#161F26", "scrollbar.shadow": "#ffffff00", "scrollbarSlider.activeBackground": "#161F267e", "scrollbarSlider.background": "#161F267e", "scrollbarSlider.hoverBackground": "#161F267e", "badge.background": "#8AE773", "progressBar.background": "#8AE773", "editor.background": "#FFF", "editor.foreground": "#000", "editor.lineHighlightBackground": "#EEEEEE", "editor.wordHighlightStrongBackground": "#EEEEEE", "editor.selectionBackground": "#AED4FB", "editorLineNumber.foreground": "#b9b9b9", "editorActiveLineNumber.foreground": "#475663", "editor.findMatchBackground": "#AED4FB", "editorHint.foreground": "#F9F9F9", "editorHint.border": "#F9F9F9", "editor.wordHighlightBackground": "#AED4FB", "terminal.border": "#2D3E4C", "terminal.foreground": "#161F26", "terminal.ansiBlack": "#000000", "terminal.ansiBlue": "#6182b8", "terminal.ansiBrightBlack": "#90a4ae", "terminal.ansiBrightBlue": "#6182b8", "terminal.ansiBrightCyan": "#39adb5", "terminal.ansiBrightGreen": "#91b859", "terminal.ansiBrightMagenta": "#7c4dff", "terminal.ansiBrightRed": "#e53935", "terminal.ansiBrightWhite": "#ffffff", "terminal.ansiBrightYellow": "#ffb62c", "terminal.ansiCyan": "#39adb5", "terminal.ansiGreen": "#91b859", "terminal.ansiMagenta": "#7c4dff", "terminal.ansiRed": "#e53935", "terminal.ansiWhite": "#ffffff", "terminal.ansiYellow": "#ffb62c", "terminal.selectionBackground": "#0006", "panelTitle.activeForeground": "#161F26", "activityBar.background": "#161F26", "activityBar.foreground": "#FFF", "activityBar.dropBackground": "#FFF", "activityBarBadge.background": "#8AE773", "activityBarBadge.foreground": "#FFF", "panel.border": "#2D3E4C", "dropdown.background": "#FFF", "dropdown.listBackground": "#FFF", "dropdown.border": "#DCDEDF", "dropdown.foreground": "#DCDEDF", "sideBar.background": "#2D3E4C", "sideBar.foreground": "#DCDEDF", "sideBarTitle.foreground": "#FFF", "sideBarSectionHeader.foreground": "#FFF", "sideBarSectionHeader.background": "#161F26", "debugToolBar.background": "#161F26", "tab.border": "#F3F3F3", "tab.activeBackground": "#FFF", "tab.inactiveForeground": "#686868", "tab.inactiveBackground": "#F3F3F3", "tab.activeForeground": "#000", "editorGroupHeader.tabsBackground": "#2D3E4C", "statusBar.foreground": "#FFF", "statusBar.background": "#5899C5", "statusBar.debuggingBackground": "#8AE773", "statusBar.noFolderBackground": "#161F26", "extensionButton.prominentBackground": "#475663", "extensionButton.prominentForeground": "#F6F6F6", "extensionButton.prominentHoverBackground": "#161F26", "gitDecoration.modifiedResourceForeground": "#ECB22E", "gitDecoration.deletedResourceForeground": "#FFF", "gitDecoration.untrackedResourceForeground": "#ECB22E", "gitDecoration.ignoredResourceForeground": "#877583", "gitDecoration.addedResourceForeground": "#ECB22E", "gitDecoration.conflictingResourceForeground": "#FFF", "notificationCenter.border": "#161F26", "notificationToast.border": "#161F26", "notifications.foreground": "#FFF", "notifications.background": "#161F26", "notifications.border": "#161F26", "notificationCenterHeader.foreground": "#FFF", "notificationLink.foreground": "#FFF", "titleBar.activeBackground": "#2D3E4C", "titleBar.activeForeground": "#FFF", "titleBar.inactiveBackground": "#161F26", "titleBar.inactiveForeground": "#685C66", "titleBar.border": "#2D3E4C", "welcomePage.buttonBackground": "#F3F3F3", "welcomePage.buttonHoverBackground": "#ECECEC", "editorWidget.background": "#F9F9F9", "editorWidget.border": "#dbdbdb", "editorSuggestWidget.foreground": "#2D3E4C", "editorSuggestWidget.highlightForeground": "#2D3E4C", "editorSuggestWidget.selectedBackground": "#b9b9b9", "editorGroup.emptyBackground": "#2D3E4C", "editorGroup.focusedEmptyBorder": "#2D3E4C", "editorPane.background": "#2D3E4C", "breadcrumb.foreground": "#161F26", "breadcrumb.focusForeground": "#475663", "settings.headerForeground": "#161F26", "settings.dropdownForeground": "#161F26", "settings.dropdownBorder": "#161F26", "menu.separatorBackground": "#F9FAFA", "menu.background": "#161F26", "menu.foreground": "#F9FAFA", "textPreformat.foreground": "#161F26", "editorIndentGuide.background": "#F3F3F3", "editorIndentGuide.activeBackground": "#dbdbdb", "debugExceptionWidget.background": "#AED4FB", "debugExceptionWidget.border": "#161F26", "editorMarkerNavigation.background": "#F9F9F9", "editorMarkerNavigationInfo.background": "#6182b8", "editorMarkerNavigationError.background": "#F44C5E", "editorMarkerNavigationWarning.background": "#F6B555" };
|
|
24
|
+
const tokenColors = [{ "scope": ["support.class.tag.component"], "settings": { "foreground": "#000001" } }, { "scope": ["punctuation.definition.tag"], "settings": { "foreground": "#000002" } }, { "scope": ["entity.other.attribute-name.localname"], "settings": { "foreground": "#000003" } }, { "scope": ["keyword.operator"], "settings": { "foreground": "#000004" } }, { "scope": ["string.xmlui"], "settings": { "foreground": "#000005" } }, { "scope": ["entity.name.function"], "settings": { "foreground": "#000006" } }, { "scope": ["entity.name.tag.localname"], "settings": { "foreground": "#000007" } }, { "scope": ["punctuation.definition.comment.xmlui"], "settings": { "foreground": "#000008" } }, { "scope": ["comment.block.xmlui"], "settings": { "foreground": "#000008" } }, { "scope": ["constant.character.escape.xmlui"], "settings": { "foreground": "#000009" } }, { "scope": ["punctuation.definition.constant.xmlui"], "settings": { "foreground": "#000010" } }, { "scope": ["storage.xmlui"], "settings": { "foreground": "#000011" } }, { "scope": ["punctuation.definition.block.xmlui"], "settings": { "foreground": "#000012" } }, { "settings": { "foreground": "#000013" } }, { "scope": ["string.quoted.single", "string.quoted.double"], "settings": { "foreground": "#000014" } }, { "scope": ["meta.paragraph.markdown", "string.other.link.description.title.markdown"], "settings": { "foreground": "#110000" } }, { "scope": ["entity.name.section.markdown", "punctuation.definition.heading.markdown"], "settings": { "foreground": "#034c7c" } }, { "scope": ["punctuation.definition.string.begin.markdown", "punctuation.definition.string.end.markdown", "markup.quote.markdown"], "settings": { "foreground": "#00AC8F" } }, { "scope": ["markup.quote.markdown"], "settings": { "fontStyle": "italic", "foreground": "#003494" } }, { "scope": ["markup.bold.markdown", "punctuation.definition.bold.markdown"], "settings": { "fontStyle": "bold", "foreground": "#4e76b5" } }, { "scope": ["markup.italic.markdown", "punctuation.definition.italic.markdown"], "settings": { "fontStyle": "italic", "foreground": "#C792EA" } }, { "scope": ["markup.inline.raw.string.markdown", "markup.fenced_code.block.markdown"], "settings": { "fontStyle": "italic", "foreground": "#0460b1" } }, { "scope": ["punctuation.definition.metadata.markdown"], "settings": { "foreground": "#00AC8F" } }, { "scope": ["markup.underline.link.image.markdown", "markup.underline.link.markdown"], "settings": { "foreground": "#924205" } }, { "name": "Component Tag", "scope": "component.tag", "settings": { "foreground": "#1174FF" } }, { "name": "Attribute name", "scope": "attribute.name", "settings": { "fontStyle": "italic", "foreground": "#FF8D23" } }, { "name": "Attribute value", "scope": "attribute.value", "settings": { "foreground": "#7681FF" } }, { "name": "Helper Tag", "scope": "helper.tag", "settings": { "foreground": "#32D158" } }, { "name": "Library function", "scope": "support.function", "settings": { "fontStyle": "", "foreground": "#1ab394" } }, { "name": "Library constant", "scope": "support.constant", "settings": { "fontStyle": "", "foreground": "#7681FF" } }, { "name": "Library class/type", "scope": ["support.type", "support.class"], "settings": { "foreground": "#d45800" } }, { "name": "Library variable", "scope": "support.other.variable", "settings": { "foreground": "#224555" } }, { "name": "Invalid", "scope": "invalid", "settings": { "fontStyle": " italic bold underline", "foreground": "#207bb8" } }, { "name": "Invalid deprecated", "scope": "invalid.deprecated", "settings": { "foreground": "#207bb8", "fontStyle": " bold italic underline" } }, { "name": "[JSON] - Support", "scope": "source.json support", "settings": { "foreground": "#6dbdfa" } }, { "name": "[JSON] - String", "scope": ["source.json string", "source.json punctuation.definition.string"], "settings": { "foreground": "#00820f" } }, { "name": "Lists", "scope": "markup.list", "settings": { "foreground": "#207bb8" } }, { "name": "Headings", "scope": ["markup.heading punctuation.definition.heading", "entity.name.section"], "settings": { "fontStyle": "", "foreground": "#4FB4D8" } }, { "name": "Support", "scope": ["text.html.markdown meta.paragraph meta.link.inline", "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown", "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"], "settings": { "foreground": "#87429A" } }, { "name": "Quotes", "scope": "markup.quote", "settings": { "foreground": "#87429A" } }, { "name": "Bold", "scope": "markup.bold", "settings": { "fontStyle": "bold", "foreground": "#08134A" } }, { "name": "Italic", "scope": ["markup.italic", "punctuation.definition.italic"], "settings": { "fontStyle": "italic", "foreground": "#7681FF" } }, { "name": "Link Url", "scope": "meta.link", "settings": { "foreground": "#87429A" } }, { "name": "String", "scope": "string", "settings": { "foreground": "#152dd0" } }, { "name": "Number", "scope": "constant.numeric", "settings": { "foreground": "#7681FF" } }, { "name": "Constant", "scope": "constant", "settings": { "foreground": "#7681FF" } }, { "name": "Built-in constant", "scope": "language.method", "settings": { "foreground": "#7681FF" } }, { "name": "User-defined constant", "scope": ["constant.character", "constant.other"], "settings": { "foreground": "#7681FF" } }, { "name": "Variable", "scope": "variable", "settings": { "fontStyle": "", "foreground": "#2f86d2" } }, { "name": "Variable", "scope": "variable.language.this", "settings": { "fontStyle": "", "foreground": "#000000" } }, { "name": "Keyword", "scope": "keyword", "settings": { "fontStyle": "", "foreground": "#7b30d0" } }, { "name": "Storage", "scope": "storage", "settings": { "fontStyle": "", "foreground": "#da5221" } }, { "name": "Storage type", "scope": "storage.type", "settings": { "foreground": "#0991b6", "fontStyle": "" } }, { "name": "Class name", "scope": "entity.name.class", "settings": { "foreground": "#1172c7" } }, { "name": "Inherited class", "scope": "entity.other.inherited-class", "settings": { "fontStyle": "", "foreground": "#b02767" } }, { "name": "Function argument", "scope": "variable.parameter", "settings": { "foreground": "#b1108e", "fontStyle": "" } }, { "name": "Tag name", "scope": "entity.name.tag", "settings": { "fontStyle": "", "foreground": "#0444ac" } }, { "name": "Html Other", "scope": "text.html.basic", "settings": { "fontStyle": "", "foreground": "#0071ce" } }, { "name": "Entity Name Type", "scope": "entity.name.type", "settings": { "foreground": "#0444ac" } }];
|
|
1899
25
|
const xmlui = {
|
|
1900
26
|
name: name$1,
|
|
1901
27
|
type,
|
|
@@ -1904,598 +30,8 @@ const xmlui = {
|
|
|
1904
30
|
};
|
|
1905
31
|
const name = "xmlui";
|
|
1906
32
|
const scopeName = "source.xmlui";
|
|
1907
|
-
const patterns = [
|
|
1908
|
-
|
|
1909
|
-
include: "#root"
|
|
1910
|
-
}
|
|
1911
|
-
];
|
|
1912
|
-
const repository = {
|
|
1913
|
-
root: {
|
|
1914
|
-
patterns: [
|
|
1915
|
-
{
|
|
1916
|
-
include: "#comments"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
include: "#helperTag"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
include: "#componentTag"
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
include: "#entity"
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
include: "#textWithBindingExpr"
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
begin: "(<!\\[)(CDATA)(\\[)",
|
|
1932
|
-
beginCaptures: {
|
|
1933
|
-
"1": {
|
|
1934
|
-
name: "punctuation.definition.tag.xmlui"
|
|
1935
|
-
},
|
|
1936
|
-
"2": {
|
|
1937
|
-
name: "storage.xmlui"
|
|
1938
|
-
},
|
|
1939
|
-
"3": {
|
|
1940
|
-
name: "punctuation.definition.tag.xmlui"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
end: "]]>",
|
|
1944
|
-
endCaptures: {
|
|
1945
|
-
"0": {
|
|
1946
|
-
name: "punctuation.definition.tag.xmlui"
|
|
1947
|
-
}
|
|
1948
|
-
},
|
|
1949
|
-
contentName: "string.unquoted.cdata.xmlui"
|
|
1950
|
-
}
|
|
1951
|
-
]
|
|
1952
|
-
},
|
|
1953
|
-
methodTag: {
|
|
1954
|
-
begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)",
|
|
1955
|
-
beginCaptures: {
|
|
1956
|
-
"1": {
|
|
1957
|
-
name: "punctuation.definition.tag.xmlui"
|
|
1958
|
-
},
|
|
1959
|
-
"2": {
|
|
1960
|
-
name: "keyword.operator.namespace.xmlui"
|
|
1961
|
-
},
|
|
1962
|
-
"3": {
|
|
1963
|
-
name: "entity.name.tag.localname.xmlui"
|
|
1964
|
-
}
|
|
1965
|
-
},
|
|
1966
|
-
endCaptures: {
|
|
1967
|
-
"0": {
|
|
1968
|
-
name: "punctuation.definition.tag.xmlui"
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
1971
|
-
applyEndPatternLast: "1",
|
|
1972
|
-
patterns: [
|
|
1973
|
-
{
|
|
1974
|
-
include: "#comments"
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
include: "#valueAttributeScriptInside"
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
include: "#attribute"
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
begin: "(?<!/|(?:/\\s*(?:method))\\s*)>",
|
|
1984
|
-
beginCaptures: {
|
|
1985
|
-
"0": {
|
|
1986
|
-
name: "punctuation.definition.tag.xmlui"
|
|
1987
|
-
}
|
|
1988
|
-
},
|
|
1989
|
-
endCaptures: {
|
|
1990
|
-
"1": {
|
|
1991
|
-
name: "punctuation.definition.tag.xmlui"
|
|
1992
|
-
},
|
|
1993
|
-
"2": {
|
|
1994
|
-
name: "keyword.operator.namespace.xmlui"
|
|
1995
|
-
},
|
|
1996
|
-
"3": {
|
|
1997
|
-
name: "entity.name.tag.localname.xmlui"
|
|
1998
|
-
}
|
|
1999
|
-
},
|
|
2000
|
-
contentName: "meta.embedded.block.javascript",
|
|
2001
|
-
patterns: [
|
|
2002
|
-
{
|
|
2003
|
-
include: "source.js"
|
|
2004
|
-
}
|
|
2005
|
-
],
|
|
2006
|
-
end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)(?=\\s*>)"
|
|
2007
|
-
}
|
|
2008
|
-
],
|
|
2009
|
-
end: "/?>"
|
|
2010
|
-
},
|
|
2011
|
-
eventTag: {
|
|
2012
|
-
begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(event)",
|
|
2013
|
-
beginCaptures: {
|
|
2014
|
-
"1": {
|
|
2015
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2016
|
-
},
|
|
2017
|
-
"2": {
|
|
2018
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2019
|
-
},
|
|
2020
|
-
"3": {
|
|
2021
|
-
name: "entity.name.tag.localname.xmlui"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
endCaptures: {
|
|
2025
|
-
"0": {
|
|
2026
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
applyEndPatternLast: "1",
|
|
2030
|
-
patterns: [
|
|
2031
|
-
{
|
|
2032
|
-
include: "#comments"
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
include: "#valueAttributeScriptInside"
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
2038
|
-
include: "#attribute"
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
begin: "(?<!/|(?:/\\s*event)\\s*)(>)",
|
|
2042
|
-
beginCaptures: {
|
|
2043
|
-
"0": {
|
|
2044
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
endCaptures: {
|
|
2048
|
-
"1": {
|
|
2049
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2050
|
-
},
|
|
2051
|
-
"2": {
|
|
2052
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2053
|
-
},
|
|
2054
|
-
"3": {
|
|
2055
|
-
name: "entity.name.tag.localname.xmlui"
|
|
2056
|
-
}
|
|
2057
|
-
},
|
|
2058
|
-
patterns: [
|
|
2059
|
-
{
|
|
2060
|
-
include: "#comments"
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
include: "#componentTag"
|
|
2064
|
-
},
|
|
2065
|
-
{
|
|
2066
|
-
include: "source.js"
|
|
2067
|
-
}
|
|
2068
|
-
],
|
|
2069
|
-
end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(event)(?=\\s*>)"
|
|
2070
|
-
}
|
|
2071
|
-
],
|
|
2072
|
-
end: ">"
|
|
2073
|
-
},
|
|
2074
|
-
fieldTag: {
|
|
2075
|
-
begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(field)",
|
|
2076
|
-
beginCaptures: {
|
|
2077
|
-
"1": {
|
|
2078
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2079
|
-
},
|
|
2080
|
-
"2": {
|
|
2081
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2082
|
-
},
|
|
2083
|
-
"3": {
|
|
2084
|
-
name: "entity.name.tag.localname.xmlui"
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
endCaptures: {
|
|
2088
|
-
"0": {
|
|
2089
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
applyEndPatternLast: "1",
|
|
2093
|
-
patterns: [
|
|
2094
|
-
{
|
|
2095
|
-
include: "#comments"
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
include: "#valueAttributeScriptInside"
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
include: "#attribute"
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
begin: "(?<!/|(?:/\\s*field)\\s*)(>)",
|
|
2105
|
-
beginCaptures: {
|
|
2106
|
-
"0": {
|
|
2107
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2108
|
-
}
|
|
2109
|
-
},
|
|
2110
|
-
endCaptures: {
|
|
2111
|
-
"1": {
|
|
2112
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2113
|
-
},
|
|
2114
|
-
"2": {
|
|
2115
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2116
|
-
},
|
|
2117
|
-
"3": {
|
|
2118
|
-
name: "entity.name.tag.localname.xmlui"
|
|
2119
|
-
}
|
|
2120
|
-
},
|
|
2121
|
-
patterns: [
|
|
2122
|
-
{
|
|
2123
|
-
include: "#comments"
|
|
2124
|
-
},
|
|
2125
|
-
{
|
|
2126
|
-
include: "#componentTag"
|
|
2127
|
-
},
|
|
2128
|
-
{
|
|
2129
|
-
include: "source.js"
|
|
2130
|
-
}
|
|
2131
|
-
],
|
|
2132
|
-
end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(field)(?=\\s*>)"
|
|
2133
|
-
}
|
|
2134
|
-
],
|
|
2135
|
-
end: ">"
|
|
2136
|
-
},
|
|
2137
|
-
itemTag: {
|
|
2138
|
-
begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(item)",
|
|
2139
|
-
beginCaptures: {
|
|
2140
|
-
"1": {
|
|
2141
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2142
|
-
},
|
|
2143
|
-
"2": {
|
|
2144
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2145
|
-
},
|
|
2146
|
-
"3": {
|
|
2147
|
-
name: "entity.name.tag.localname.xmlui"
|
|
2148
|
-
}
|
|
2149
|
-
},
|
|
2150
|
-
endCaptures: {
|
|
2151
|
-
"0": {
|
|
2152
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2155
|
-
applyEndPatternLast: "1",
|
|
2156
|
-
patterns: [
|
|
2157
|
-
{
|
|
2158
|
-
include: "#comments"
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
include: "#valueAttributeScriptInside"
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
include: "#attribute"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
begin: "(?<!/|(?:/\\s*item)\\s*)(>)",
|
|
2168
|
-
beginCaptures: {
|
|
2169
|
-
"0": {
|
|
2170
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2171
|
-
}
|
|
2172
|
-
},
|
|
2173
|
-
endCaptures: {
|
|
2174
|
-
"1": {
|
|
2175
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2176
|
-
},
|
|
2177
|
-
"2": {
|
|
2178
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2179
|
-
},
|
|
2180
|
-
"3": {
|
|
2181
|
-
name: "entity.name.tag.localname.xmlui"
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
patterns: [
|
|
2185
|
-
{
|
|
2186
|
-
include: "#comments"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
include: "#componentTag"
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
include: "source.js"
|
|
2193
|
-
}
|
|
2194
|
-
],
|
|
2195
|
-
end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(item)(?=\\s*>)"
|
|
2196
|
-
}
|
|
2197
|
-
],
|
|
2198
|
-
end: ">"
|
|
2199
|
-
},
|
|
2200
|
-
bindingExpr: {
|
|
2201
|
-
contentName: "meta.embedded.block.javascript",
|
|
2202
|
-
begin: "\\{",
|
|
2203
|
-
end: "\\}",
|
|
2204
|
-
beginCaptures: {
|
|
2205
|
-
"0": {
|
|
2206
|
-
name: "entity.name.function.xmlui punctuation.definition.block.xmlui"
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
endCaptures: {
|
|
2210
|
-
"0": {
|
|
2211
|
-
name: "entity.name.function.xmlui punctuation.definition.block.xmlui"
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
patterns: [
|
|
2215
|
-
{
|
|
2216
|
-
include: "source.js"
|
|
2217
|
-
}
|
|
2218
|
-
]
|
|
2219
|
-
},
|
|
2220
|
-
helperTag: {
|
|
2221
|
-
patterns: [
|
|
2222
|
-
{
|
|
2223
|
-
include: "#scriptTag"
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
include: "#eventTag"
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
include: "#fieldTag"
|
|
2230
|
-
},
|
|
2231
|
-
{
|
|
2232
|
-
include: "#itemTag"
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
include: "#methodTag"
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
include: "#propOrVarTag"
|
|
2239
|
-
}
|
|
2240
|
-
]
|
|
2241
|
-
},
|
|
2242
|
-
valueAttributeScriptInside: {
|
|
2243
|
-
patterns: [
|
|
2244
|
-
{
|
|
2245
|
-
captures: {
|
|
2246
|
-
"1": {
|
|
2247
|
-
name: "entity.other.attribute-name.localname.xmlui"
|
|
2248
|
-
},
|
|
2249
|
-
"2": {
|
|
2250
|
-
name: "keyword.operator.xmlui"
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
|
-
match: "(?:^|\\s+)(value)(\\s*=)"
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
include: "#quotedStringJsInside"
|
|
2257
|
-
}
|
|
2258
|
-
]
|
|
2259
|
-
},
|
|
2260
|
-
scriptTag: {
|
|
2261
|
-
begin: "(\\s*<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(script)(\\s*>)",
|
|
2262
|
-
end: "(\\s*</)(\\2)(\\3)(\\s*>)",
|
|
2263
|
-
contentName: "meta.embedded.block.javascript",
|
|
2264
|
-
beginCaptures: {
|
|
2265
|
-
"1": {
|
|
2266
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2267
|
-
},
|
|
2268
|
-
"2": {
|
|
2269
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2270
|
-
},
|
|
2271
|
-
"3": {
|
|
2272
|
-
name: "entity.name.function.xmlui"
|
|
2273
|
-
},
|
|
2274
|
-
"4": {
|
|
2275
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
endCaptures: {
|
|
2279
|
-
"1": {
|
|
2280
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2281
|
-
},
|
|
2282
|
-
"2": {
|
|
2283
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2284
|
-
},
|
|
2285
|
-
"3": {
|
|
2286
|
-
name: "entity.name.function.xmlui"
|
|
2287
|
-
},
|
|
2288
|
-
"4": {
|
|
2289
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
patterns: [
|
|
2293
|
-
{
|
|
2294
|
-
include: "source.js"
|
|
2295
|
-
}
|
|
2296
|
-
]
|
|
2297
|
-
},
|
|
2298
|
-
textWithBindingExpr: {
|
|
2299
|
-
patterns: [
|
|
2300
|
-
{
|
|
2301
|
-
include: "#entity"
|
|
2302
|
-
},
|
|
2303
|
-
{
|
|
2304
|
-
match: "\\\\{"
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
include: "#bindingExpr"
|
|
2308
|
-
}
|
|
2309
|
-
]
|
|
2310
|
-
},
|
|
2311
|
-
propOrVarTag: {
|
|
2312
|
-
begin: "(</?)([a-zA-Z_][\\w\\.\\-]*?:)?((?:variable)|(?:property)|(?:prop))",
|
|
2313
|
-
beginCaptures: {
|
|
2314
|
-
"1": {
|
|
2315
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2316
|
-
},
|
|
2317
|
-
"2": {
|
|
2318
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2319
|
-
},
|
|
2320
|
-
"3": {
|
|
2321
|
-
name: "entity.name.tag.localname.xmlui"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
end: "(/?>)",
|
|
2325
|
-
endCaptures: {
|
|
2326
|
-
"1": {
|
|
2327
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2328
|
-
}
|
|
2329
|
-
},
|
|
2330
|
-
patterns: [
|
|
2331
|
-
{
|
|
2332
|
-
include: "#attribute"
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
include: "#comments"
|
|
2336
|
-
}
|
|
2337
|
-
]
|
|
2338
|
-
},
|
|
2339
|
-
componentTag: {
|
|
2340
|
-
begin: "(\\s*</?)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)([a-zA-Z][\\w\\.\\-]*)",
|
|
2341
|
-
beginCaptures: {
|
|
2342
|
-
"1": {
|
|
2343
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2344
|
-
},
|
|
2345
|
-
"2": {
|
|
2346
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2347
|
-
},
|
|
2348
|
-
"3": {
|
|
2349
|
-
name: "support.class.tag.component.xmlui"
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
end: "(/?>)",
|
|
2353
|
-
endCaptures: {
|
|
2354
|
-
"1": {
|
|
2355
|
-
name: "punctuation.definition.tag.xmlui"
|
|
2356
|
-
}
|
|
2357
|
-
},
|
|
2358
|
-
patterns: [
|
|
2359
|
-
{
|
|
2360
|
-
include: "#comments"
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
include: "#eventHandler"
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
include: "#attribute"
|
|
2367
|
-
}
|
|
2368
|
-
]
|
|
2369
|
-
},
|
|
2370
|
-
quotedStringJsInside: {
|
|
2371
|
-
begin: "\"|'|`",
|
|
2372
|
-
beginCaptures: {
|
|
2373
|
-
"0": {
|
|
2374
|
-
name: "string.xmlui"
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
end: "\\0",
|
|
2378
|
-
endCaptures: {
|
|
2379
|
-
"0": {
|
|
2380
|
-
name: "string.xmlui"
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2383
|
-
contentName: "meta.embedded.block.javascript",
|
|
2384
|
-
patterns: [
|
|
2385
|
-
{
|
|
2386
|
-
include: "source.js"
|
|
2387
|
-
}
|
|
2388
|
-
]
|
|
2389
|
-
},
|
|
2390
|
-
entity: {
|
|
2391
|
-
captures: {
|
|
2392
|
-
"1": {
|
|
2393
|
-
name: "punctuation.definition.constant.xmlui"
|
|
2394
|
-
},
|
|
2395
|
-
"2": {
|
|
2396
|
-
name: "punctuation.definition.constant.xmlui"
|
|
2397
|
-
},
|
|
2398
|
-
"3": {
|
|
2399
|
-
name: "punctuation.definition.constant.xmlui"
|
|
2400
|
-
}
|
|
2401
|
-
},
|
|
2402
|
-
match: "(&)((?:amp)|(?:lt)|(?:gt)|(?:quot)|(?:apos))(;)"
|
|
2403
|
-
},
|
|
2404
|
-
eventHandler: {
|
|
2405
|
-
patterns: [
|
|
2406
|
-
{
|
|
2407
|
-
captures: {
|
|
2408
|
-
"1": {
|
|
2409
|
-
name: "entity.other.attribute-name.localname.xmlui"
|
|
2410
|
-
},
|
|
2411
|
-
"2": {
|
|
2412
|
-
name: "keyword.operator.xmlui"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2415
|
-
match: "(?:^|\\s+)(on[A-Z][-\\w.:$]*)(\\s*=)"
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
include: "#quotedStringJsInside"
|
|
2419
|
-
}
|
|
2420
|
-
]
|
|
2421
|
-
},
|
|
2422
|
-
attribute: {
|
|
2423
|
-
patterns: [
|
|
2424
|
-
{
|
|
2425
|
-
begin: "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)(\\s*=\\s*)(['\"`])",
|
|
2426
|
-
end: "\\4",
|
|
2427
|
-
beginCaptures: {
|
|
2428
|
-
"1": {
|
|
2429
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2430
|
-
},
|
|
2431
|
-
"2": {
|
|
2432
|
-
name: "entity.other.attribute-name.localname.xmlui"
|
|
2433
|
-
},
|
|
2434
|
-
"3": {
|
|
2435
|
-
name: "keyword.operator.xmlui"
|
|
2436
|
-
},
|
|
2437
|
-
"4": {
|
|
2438
|
-
name: "string.xmlui"
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
endCaptures: {
|
|
2442
|
-
"0": {
|
|
2443
|
-
name: "string.xmlui"
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
|
-
contentName: "string.xmlui",
|
|
2447
|
-
patterns: [
|
|
2448
|
-
{
|
|
2449
|
-
include: "#textWithBindingExpr"
|
|
2450
|
-
}
|
|
2451
|
-
]
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
match: "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)(\\s*=\\s*)([a-zA-Z$_][-\\w.$]*)",
|
|
2455
|
-
captures: {
|
|
2456
|
-
"1": {
|
|
2457
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2458
|
-
},
|
|
2459
|
-
"2": {
|
|
2460
|
-
name: "entity.other.attribute-name.localname.xmlui"
|
|
2461
|
-
},
|
|
2462
|
-
"3": {
|
|
2463
|
-
name: "keyword.operator.xmlui"
|
|
2464
|
-
},
|
|
2465
|
-
"4": {
|
|
2466
|
-
name: "string.xmlui"
|
|
2467
|
-
}
|
|
2468
|
-
}
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
match: "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)",
|
|
2472
|
-
name: "entity.other.attribute-name.localname.xmlui",
|
|
2473
|
-
captures: {
|
|
2474
|
-
"1": {
|
|
2475
|
-
name: "keyword.operator.namespace.xmlui"
|
|
2476
|
-
},
|
|
2477
|
-
"2": {
|
|
2478
|
-
name: "entity.other.attribute-name.localname.xmlui"
|
|
2479
|
-
}
|
|
2480
|
-
}
|
|
2481
|
-
}
|
|
2482
|
-
]
|
|
2483
|
-
},
|
|
2484
|
-
comments: {
|
|
2485
|
-
patterns: [
|
|
2486
|
-
{
|
|
2487
|
-
begin: "<!--",
|
|
2488
|
-
captures: {
|
|
2489
|
-
"0": {
|
|
2490
|
-
name: "punctuation.definition.comment.xmlui"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
end: "-->",
|
|
2494
|
-
name: "comment.block.xmlui"
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2497
|
-
}
|
|
2498
|
-
};
|
|
33
|
+
const patterns = [{ "include": "#root" }];
|
|
34
|
+
const repository = { "root": { "patterns": [{ "include": "#comments" }, { "include": "#helperTag" }, { "include": "#componentTag" }, { "include": "#entity" }, { "include": "#textWithBindingExpr" }, { "begin": "(<!\\[)(CDATA)(\\[)", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "storage.xmlui" }, "3": { "name": "punctuation.definition.tag.xmlui" } }, "end": "]]>", "endCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "contentName": "string.unquoted.cdata.xmlui" }] }, "methodTag": { "begin": "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "endCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "applyEndPatternLast": "1", "patterns": [{ "include": "#comments" }, { "include": "#valueAttributeScriptInside" }, { "include": "#attribute" }, { "begin": "(?<!/|(?:/\\s*(?:method))\\s*)>", "beginCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "endCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "contentName": "meta.embedded.block.javascript", "patterns": [{ "include": "source.js" }], "end": "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)(?=\\s*>)" }], "end": "/?>" }, "eventTag": { "begin": "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(event)", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "endCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "applyEndPatternLast": "1", "patterns": [{ "include": "#comments" }, { "include": "#valueAttributeScriptInside" }, { "include": "#attribute" }, { "begin": "(?<!/|(?:/\\s*event)\\s*)(>)", "beginCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "endCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "patterns": [{ "include": "#comments" }, { "include": "#componentTag" }, { "include": "source.js" }], "end": "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(event)(?=\\s*>)" }], "end": ">" }, "fieldTag": { "begin": "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(field)", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "endCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "applyEndPatternLast": "1", "patterns": [{ "include": "#comments" }, { "include": "#valueAttributeScriptInside" }, { "include": "#attribute" }, { "begin": "(?<!/|(?:/\\s*field)\\s*)(>)", "beginCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "endCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "patterns": [{ "include": "#comments" }, { "include": "#componentTag" }, { "include": "source.js" }], "end": "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(field)(?=\\s*>)" }], "end": ">" }, "itemTag": { "begin": "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(item)", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "endCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "applyEndPatternLast": "1", "patterns": [{ "include": "#comments" }, { "include": "#valueAttributeScriptInside" }, { "include": "#attribute" }, { "begin": "(?<!/|(?:/\\s*item)\\s*)(>)", "beginCaptures": { "0": { "name": "punctuation.definition.tag.xmlui" } }, "endCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "patterns": [{ "include": "#comments" }, { "include": "#componentTag" }, { "include": "source.js" }], "end": "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(item)(?=\\s*>)" }], "end": ">" }, "bindingExpr": { "contentName": "meta.embedded.block.javascript", "begin": "\\{", "end": "\\}", "beginCaptures": { "0": { "name": "entity.name.function.xmlui punctuation.definition.block.xmlui" } }, "endCaptures": { "0": { "name": "entity.name.function.xmlui punctuation.definition.block.xmlui" } }, "patterns": [{ "include": "source.js" }] }, "helperTag": { "patterns": [{ "include": "#scriptTag" }, { "include": "#eventTag" }, { "include": "#fieldTag" }, { "include": "#itemTag" }, { "include": "#methodTag" }, { "include": "#propOrVarTag" }] }, "valueAttributeScriptInside": { "patterns": [{ "captures": { "1": { "name": "entity.other.attribute-name.localname.xmlui" }, "2": { "name": "keyword.operator.xmlui" } }, "match": "(?:^|\\s+)(value)(\\s*=)" }, { "include": "#quotedStringJsInside" }] }, "scriptTag": { "begin": "(\\s*<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(script)(\\s*>)", "end": "(\\s*</)(\\2)(\\3)(\\s*>)", "contentName": "meta.embedded.block.javascript", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.function.xmlui" }, "4": { "name": "punctuation.definition.tag.xmlui" } }, "endCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.function.xmlui" }, "4": { "name": "punctuation.definition.tag.xmlui" } }, "patterns": [{ "include": "source.js" }] }, "textWithBindingExpr": { "patterns": [{ "include": "#entity" }, { "match": "\\\\{" }, { "include": "#bindingExpr" }] }, "propOrVarTag": { "begin": "(</?)([a-zA-Z_][\\w\\.\\-]*?:)?((?:variable)|(?:property)|(?:prop))", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "entity.name.tag.localname.xmlui" } }, "end": "(/?>)", "endCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" } }, "patterns": [{ "include": "#attribute" }, { "include": "#comments" }] }, "componentTag": { "begin": "(\\s*</?)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)([a-zA-Z][\\w\\.\\-]*)", "beginCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" }, "2": { "name": "keyword.operator.namespace.xmlui" }, "3": { "name": "support.class.tag.component.xmlui" } }, "end": "(/?>)", "endCaptures": { "1": { "name": "punctuation.definition.tag.xmlui" } }, "patterns": [{ "include": "#comments" }, { "include": "#eventHandler" }, { "include": "#attribute" }] }, "quotedStringJsInside": { "begin": "\"|'|`", "beginCaptures": { "0": { "name": "string.xmlui" } }, "end": "\\0", "endCaptures": { "0": { "name": "string.xmlui" } }, "contentName": "meta.embedded.block.javascript", "patterns": [{ "include": "source.js" }] }, "entity": { "captures": { "1": { "name": "punctuation.definition.constant.xmlui" }, "2": { "name": "punctuation.definition.constant.xmlui" }, "3": { "name": "punctuation.definition.constant.xmlui" } }, "match": "(&)((?:amp)|(?:lt)|(?:gt)|(?:quot)|(?:apos))(;)" }, "eventHandler": { "patterns": [{ "captures": { "1": { "name": "entity.other.attribute-name.localname.xmlui" }, "2": { "name": "keyword.operator.xmlui" } }, "match": "(?:^|\\s+)(on[A-Z][-\\w.:$]*)(\\s*=)" }, { "include": "#quotedStringJsInside" }] }, "attribute": { "patterns": [{ "begin": "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)(\\s*=\\s*)(['\"`])", "end": "\\4", "beginCaptures": { "1": { "name": "keyword.operator.namespace.xmlui" }, "2": { "name": "entity.other.attribute-name.localname.xmlui" }, "3": { "name": "keyword.operator.xmlui" }, "4": { "name": "string.xmlui" } }, "endCaptures": { "0": { "name": "string.xmlui" } }, "contentName": "string.xmlui", "patterns": [{ "include": "#textWithBindingExpr" }] }, { "match": "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)(\\s*=\\s*)([a-zA-Z$_][-\\w.$]*)", "captures": { "1": { "name": "keyword.operator.namespace.xmlui" }, "2": { "name": "entity.other.attribute-name.localname.xmlui" }, "3": { "name": "keyword.operator.xmlui" }, "4": { "name": "string.xmlui" } } }, { "match": "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)", "name": "entity.other.attribute-name.localname.xmlui", "captures": { "1": { "name": "keyword.operator.namespace.xmlui" }, "2": { "name": "entity.other.attribute-name.localname.xmlui" } } }] }, "comments": { "patterns": [{ "begin": "<!--", "captures": { "0": { "name": "punctuation.definition.comment.xmlui" } }, "end": "-->", "name": "comment.block.xmlui" }] } };
|
|
2499
35
|
const xmlui_tmLanguage = {
|
|
2500
36
|
name,
|
|
2501
37
|
scopeName,
|