@vue/devtools-electron 7.4.5 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/css-DHLSoXzW.js +6 -0
- package/client/devtools-panel.css +1 -1
- package/client/devtools-panel.js +24613 -23622
- package/client/diff-DKH6jKuv.js +6 -0
- package/client/html-Bx3A18fV.js +10 -0
- package/client/javascript-CipAzIn1.js +6 -0
- package/client/json-_04EL6MS.js +6 -0
- package/client/shellscript-CZpPN8_x.js +6 -0
- package/client/typescript-CCd4aQHh.js +6 -0
- package/client/vitesse-dark-Cym-eLtO.js +4 -0
- package/client/vitesse-light-CcmG315c.js +4 -0
- package/client/vue-B-7nmARP.js +33 -0
- package/client/vue-html-CMm2iCgc.js +10 -0
- package/client/yaml-DxFiVFcM.js +6 -0
- package/dist/devtools.js +217 -144
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/user-app.cjs +1 -1
- package/dist/user-app.iife.js +74 -71
- package/dist/user-app.js +1 -1
- package/package.json +10 -10
- package/client/css-mL5aELmx.js +0 -7
- package/client/diff-Bo5iyMQ2.js +0 -7
- package/client/html-G4l_pga6.js +0 -11
- package/client/javascript-Cb-dipD1.js +0 -7
- package/client/json-BIlH1wF4.js +0 -7
- package/client/shellscript-CIq-wl_g.js +0 -7
- package/client/typescript-zuWlX6el.js +0 -7
- package/client/vitesse-dark-C4O-il97.js +0 -696
- package/client/vitesse-light-CjXn6te5.js +0 -694
- package/client/vue-KNOEyOOi.js +0 -128
- package/client/vue-html-S5gN87CA.js +0 -11
- package/client/yaml-Ckl1MHis.js +0 -7
package/client/css-mL5aELmx.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze({ displayName: "CSS", name: "css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { include: "#combinators" }, { include: "#selector" }, { include: "#at-rules" }, { include: "#rule-list" }], repository: { "at-rules": { patterns: [{ begin: "\\A(?:\\xEF\\xBB\\xBF)?(?i:(?=\\s*@charset\\b))", end: ";|(?=$)", endCaptures: { 0: { name: "punctuation.terminator.rule.css" } }, name: "meta.at-rule.charset.css", patterns: [{ captures: { 1: { name: "invalid.illegal.not-lowercase.charset.css" }, 2: { name: "invalid.illegal.leading-whitespace.charset.css" }, 3: { name: "invalid.illegal.no-whitespace.charset.css" }, 4: { name: "invalid.illegal.whitespace.charset.css" }, 5: { name: "invalid.illegal.not-double-quoted.charset.css" }, 6: { name: "invalid.illegal.unclosed-string.charset.css" }, 7: { name: "invalid.illegal.unexpected-characters.charset.css" } }, match: '\\G((?!@charset)@\\w+)|\\G(\\s+)|(@charset\\S[^;]*)|(?<=@charset)(\\x20{2,}|\\t+)|(?<=@charset\\x20)([^";]+)|("[^"]+$)|(?<=")([^;]+)' }, { captures: { 1: { name: "keyword.control.at-rule.charset.css" }, 2: { name: "punctuation.definition.keyword.css" } }, match: "((@)charset)(?=\\s)" }, { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.css" } }, end: '"|$', endCaptures: { 0: { name: "punctuation.definition.string.end.css" } }, name: "string.quoted.double.css", patterns: [{ begin: '(?:\\G|^)(?=(?:[^"])+$)', end: "$", name: "invalid.illegal.unclosed.string.css" }] }] }, { begin: `(?i)((@)import)(?:\\s+|$|(?=['"]|/\\*))`, beginCaptures: { 1: { name: "keyword.control.at-rule.import.css" }, 2: { name: "punctuation.definition.keyword.css" } }, end: ";", endCaptures: { 0: { name: "punctuation.terminator.rule.css" } }, name: "meta.at-rule.import.css", patterns: [{ begin: "\\G\\s*(?=/\\*)", end: "(?<=\\*/)\\s*", patterns: [{ include: "#comment-block" }] }, { include: "#string" }, { include: "#url" }, { include: "#media-query-list" }] }, { begin: "(?i)((@)font-face)(?=\\s*|{|/\\*|$)", beginCaptures: { 1: { name: "keyword.control.at-rule.font-face.css" }, 2: { name: "punctuation.definition.keyword.css" } }, end: "(?!\\G)", name: "meta.at-rule.font-face.css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { include: "#rule-list" }] }, { begin: "(?i)(@)page(?=[\\s:{]|/\\*|$)", captures: { 0: { name: "keyword.control.at-rule.page.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*($|[:{;]))", name: "meta.at-rule.page.css", patterns: [{ include: "#rule-list" }] }, { begin: "(?i)(?=@media(\\s|\\(|/\\*|$))", end: "(?<=})(?!\\G)", patterns: [{ begin: "(?i)\\G(@)media", beginCaptures: { 0: { name: "keyword.control.at-rule.media.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*[{;])", name: "meta.at-rule.media.header.css", patterns: [{ include: "#media-query-list" }] }, { begin: "{", beginCaptures: { 0: { name: "punctuation.section.media.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.media.end.bracket.curly.css" } }, name: "meta.at-rule.media.body.css", patterns: [{ include: "$self" }] }] }, { begin: `(?i)(?=@counter-style([\\s'"{;]|/\\*|$))`, end: "(?<=})(?!\\G)", patterns: [{ begin: "(?i)\\G(@)counter-style", beginCaptures: { 0: { name: "keyword.control.at-rule.counter-style.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*{)", name: "meta.at-rule.counter-style.header.css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { captures: { 0: { patterns: [{ include: "#escapes" }] } }, match: "(?:[-a-zA-Z_]|[^\\x00-\\x7F])(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*", name: "variable.parameter.style-name.css" }] }, { begin: "{", beginCaptures: { 0: { name: "punctuation.section.property-list.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.property-list.end.bracket.curly.css" } }, name: "meta.at-rule.counter-style.body.css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { include: "#rule-list-innards" }] }] }, { begin: `(?i)(?=@document([\\s'"{;]|/\\*|$))`, end: "(?<=})(?!\\G)", patterns: [{ begin: "(?i)\\G(@)document", beginCaptures: { 0: { name: "keyword.control.at-rule.document.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*[{;])", name: "meta.at-rule.document.header.css", patterns: [{ begin: "(?i)(?<![\\w-])(url-prefix|domain|regexp)(\\()", beginCaptures: { 1: { name: "support.function.document-rule.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.document-rule.css", patterns: [{ include: "#string" }, { include: "#comment-block" }, { include: "#escapes" }, { match: `[^'")\\s]+`, name: "variable.parameter.document-rule.css" }] }, { include: "#url" }, { include: "#commas" }, { include: "#comment-block" }, { include: "#escapes" }] }, { begin: "{", beginCaptures: { 0: { name: "punctuation.section.document.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.document.end.bracket.curly.css" } }, name: "meta.at-rule.document.body.css", patterns: [{ include: "$self" }] }] }, { begin: `(?i)(?=@(?:-(?:webkit|moz|o|ms)-)?keyframes([\\s'"{;]|/\\*|$))`, end: "(?<=})(?!\\G)", patterns: [{ begin: "(?i)\\G(@)(?:-(?:webkit|moz|o|ms)-)?keyframes", beginCaptures: { 0: { name: "keyword.control.at-rule.keyframes.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*{)", name: "meta.at-rule.keyframes.header.css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { captures: { 0: { patterns: [{ include: "#escapes" }] } }, match: "(?:[-a-zA-Z_]|[^\\x00-\\x7F])(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*", name: "variable.parameter.keyframe-list.css" }] }, { begin: "{", beginCaptures: { 0: { name: "punctuation.section.keyframes.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.keyframes.end.bracket.curly.css" } }, name: "meta.at-rule.keyframes.body.css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { captures: { 1: { name: "entity.other.keyframe-offset.css" }, 2: { name: "entity.other.keyframe-offset.percentage.css" } }, match: "(?i)(?<![\\w-])(from|to)(?![\\w-])|([-+]?(?:\\d+(?:\\.\\d+)?|\\.\\d+)%)" }, { include: "#rule-list" }] }] }, { begin: "(?i)(?=@supports(\\s|\\(|/\\*|$))", end: "(?<=})(?!\\G)|(?=;)", patterns: [{ begin: "(?i)\\G(@)supports", beginCaptures: { 0: { name: "keyword.control.at-rule.supports.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*[{;])", name: "meta.at-rule.supports.header.css", patterns: [{ include: "#feature-query-operators" }, { include: "#feature-query" }, { include: "#comment-block" }, { include: "#escapes" }] }, { begin: "{", beginCaptures: { 0: { name: "punctuation.section.supports.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.supports.end.bracket.curly.css" } }, name: "meta.at-rule.supports.body.css", patterns: [{ include: "$self" }] }] }, { begin: `(?i)((@)(-(ms|o)-)?viewport)(?=[\\s'"{;]|/\\*|$)`, beginCaptures: { 1: { name: "keyword.control.at-rule.viewport.css" }, 2: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*[@{;])", name: "meta.at-rule.viewport.css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }] }, { begin: `(?i)((@)font-feature-values)(?=[\\s'"{;]|/\\*|$)\\s*`, beginCaptures: { 1: { name: "keyword.control.at-rule.font-feature-values.css" }, 2: { name: "punctuation.definition.keyword.css" } }, contentName: "variable.parameter.font-name.css", end: "(?=\\s*[@{;])", name: "meta.at-rule.font-features.css", patterns: [{ include: "#comment-block" }, { include: "#escapes" }] }, { include: "#font-features" }, { begin: `(?i)((@)namespace)(?=[\\s'";]|/\\*|$)`, beginCaptures: { 1: { name: "keyword.control.at-rule.namespace.css" }, 2: { name: "punctuation.definition.keyword.css" } }, end: ";|(?=[@{])", endCaptures: { 0: { name: "punctuation.terminator.rule.css" } }, name: "meta.at-rule.namespace.css", patterns: [{ include: "#url" }, { captures: { 1: { patterns: [{ include: "#comment-block" }] }, 2: { name: "entity.name.function.namespace-prefix.css", patterns: [{ include: "#escapes" }] } }, match: "(?i)(?:\\G|^|(?<=\\s))(?=(?<=\\s|^)(?:[-a-zA-Z_]|[^\\x00-\\x7F])|\\s*/\\*(?:[^*]|\\*[^/])*\\*/)(.*?)((?:[-a-zA-Z_]|[^\\x00-\\x7F])(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*)" }, { include: "#comment-block" }, { include: "#escapes" }, { include: "#string" }] }, { begin: "(?i)(?=@[\\w-]+[^;]+;s*$)", end: "(?<=;)(?!\\G)", patterns: [{ begin: "(?i)\\G(@)[\\w-]+", beginCaptures: { 0: { name: "keyword.control.at-rule.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: ";", endCaptures: { 0: { name: "punctuation.terminator.rule.css" } }, name: "meta.at-rule.header.css" }] }, { begin: "(?i)(?=@[\\w-]+(\\s|\\(|{|/\\*|$))", end: "(?<=})(?!\\G)", patterns: [{ begin: "(?i)\\G(@)[\\w-]+", beginCaptures: { 0: { name: "keyword.control.at-rule.css" }, 1: { name: "punctuation.definition.keyword.css" } }, end: "(?=\\s*[{;])", name: "meta.at-rule.header.css" }, { begin: "{", beginCaptures: { 0: { name: "punctuation.section.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.end.bracket.curly.css" } }, name: "meta.at-rule.body.css", patterns: [{ include: "$self" }] }] }] }, "color-keywords": { patterns: [{ match: "(?i)(?<![\\w-])(aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow)(?![\\w-])", name: "support.constant.color.w3c-standard-color-name.css" }, { match: "(?i)(?<![\\w-])(aliceblue|antiquewhite|aquamarine|azure|beige|bisque|blanchedalmond|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|gainsboro|ghostwhite|gold|goldenrod|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|limegreen|linen|magenta|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|oldlace|olivedrab|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|rebeccapurple|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|thistle|tomato|transparent|turquoise|violet|wheat|whitesmoke|yellowgreen)(?![\\w-])", name: "support.constant.color.w3c-extended-color-name.css" }, { match: "(?i)(?<![\\w-])currentColor(?![\\w-])", name: "support.constant.color.current.css" }, { match: "(?i)(?<![\\w-])(ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText)(?![\\w-])", name: "invalid.deprecated.color.system.css" }] }, combinators: { patterns: [{ match: "/deep/|>>>", name: "invalid.deprecated.combinator.css" }, { match: ">>|>|\\+|~", name: "keyword.operator.combinator.css" }] }, commas: { match: ",", name: "punctuation.separator.list.comma.css" }, "comment-block": { begin: "/\\*", beginCaptures: { 0: { name: "punctuation.definition.comment.begin.css" } }, end: "\\*/", endCaptures: { 0: { name: "punctuation.definition.comment.end.css" } }, name: "comment.block.css" }, escapes: { patterns: [{ match: "\\\\[0-9a-fA-F]{1,6}", name: "constant.character.escape.codepoint.css" }, { begin: "\\\\$\\s*", end: "^(?<!\\G)", name: "constant.character.escape.newline.css" }, { match: "\\\\.", name: "constant.character.escape.css" }] }, "feature-query": { begin: "\\(", beginCaptures: { 0: { name: "punctuation.definition.condition.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.definition.condition.end.bracket.round.css" } }, name: "meta.feature-query.css", patterns: [{ include: "#feature-query-operators" }, { include: "#feature-query" }] }, "feature-query-operators": { patterns: [{ match: "(?i)(?<=[\\s()]|^|\\*/)(and|not|or)(?=[\\s()]|/\\*|$)", name: "keyword.operator.logical.feature.$1.css" }, { include: "#rule-list-innards" }] }, "font-features": { begin: `(?i)((@)(annotation|character-variant|ornaments|styleset|stylistic|swash))(?=[\\s@'"{;]|/\\*|$)`, beginCaptures: { 1: { name: "keyword.control.at-rule.${3:/downcase}.css" }, 2: { name: "punctuation.definition.keyword.css" } }, end: "(?<=})", name: "meta.at-rule.${3:/downcase}.css", patterns: [{ begin: "{", beginCaptures: { 0: { name: "punctuation.section.property-list.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.property-list.end.bracket.curly.css" } }, name: "meta.property-list.font-feature.css", patterns: [{ captures: { 0: { patterns: [{ include: "#escapes" }] } }, match: "(?:[-a-zA-Z_]|[^\\x00-\\x7F])(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*", name: "variable.font-feature.css" }, { include: "#rule-list-innards" }] }] }, "functional-pseudo-classes": { patterns: [{ begin: "(?i)((:)dir)(\\()", beginCaptures: { 1: { name: "entity.other.attribute-name.pseudo-class.css" }, 2: { name: "punctuation.definition.entity.css" }, 3: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { match: "(?i)(?<![\\w-])(ltr|rtl)(?![\\w-])", name: "support.constant.text-direction.css" }, { include: "#property-values" }] }, { begin: "(?i)((:)lang)(\\()", beginCaptures: { 1: { name: "entity.other.attribute-name.pseudo-class.css" }, 2: { name: "punctuation.definition.entity.css" }, 3: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, patterns: [{ match: "(?<=[(,\\s])[a-zA-Z]+(-[a-zA-Z0-9]*|\\\\(?:[0-9a-fA-F]{1,6}|.))*(?=[),\\s])", name: "support.constant.language-range.css" }, { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.css" } }, end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.css" } }, name: "string.quoted.double.css", patterns: [{ include: "#escapes" }, { match: '(?<=["\\s])[a-zA-Z*]+(-[a-zA-Z0-9*]*)*(?=["\\s])', name: "support.constant.language-range.css" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.css" } }, end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.css" } }, name: "string.quoted.single.css", patterns: [{ include: "#escapes" }, { match: "(?<=['\\s])[a-zA-Z*]+(-[a-zA-Z0-9*]*)*(?=['\\s])", name: "support.constant.language-range.css" }] }, { include: "#commas" }] }, { begin: "(?i)((:)(?:not|has|matches|where|is))(\\()", beginCaptures: { 1: { name: "entity.other.attribute-name.pseudo-class.css" }, 2: { name: "punctuation.definition.entity.css" }, 3: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, patterns: [{ include: "#selector-innards" }] }, { begin: "(?i)((:)nth-(?:last-)?(?:child|of-type))(\\()", beginCaptures: { 1: { name: "entity.other.attribute-name.pseudo-class.css" }, 2: { name: "punctuation.definition.entity.css" }, 3: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, patterns: [{ match: "(?i)[+-]?(\\d+n?|n)(\\s*[+-]\\s*\\d+)?", name: "constant.numeric.css" }, { match: "(?i)even|odd", name: "support.constant.parity.css" }] }] }, functions: { patterns: [{ begin: "(?i)(?<![\\w-])(calc)(\\()", beginCaptures: { 1: { name: "support.function.calc.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.calc.css", patterns: [{ match: "[*/]|(?<=\\s|^)[-+](?=\\s|$)", name: "keyword.operator.arithmetic.css" }, { include: "#property-values" }] }, { begin: "(?i)(?<![\\w-])(rgba?|rgb|hsla?|hsl|hwb|lab|oklab|lch|oklch|color)(\\()", beginCaptures: { 1: { name: "support.function.misc.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.color.css", patterns: [{ include: "#property-values" }] }, { begin: "(?i)(?<![\\w-])((?:-webkit-|-moz-|-o-)?(?:repeating-)?(?:linear|radial|conic)-gradient)(\\()", beginCaptures: { 1: { name: "support.function.gradient.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.gradient.css", patterns: [{ match: "(?i)(?<![\\w-])(from|to|at|in|hue)(?![\\w-])", name: "keyword.operator.gradient.css" }, { include: "#property-values" }] }, { begin: "(?i)(?<![\\w-])(-webkit-gradient)(\\()", beginCaptures: { 1: { name: "invalid.deprecated.gradient.function.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.gradient.invalid.deprecated.gradient.css", patterns: [{ begin: "(?i)(?<![\\w-])(from|to|color-stop)(\\()", beginCaptures: { 1: { name: "invalid.deprecated.function.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, patterns: [{ include: "#property-values" }] }, { include: "#property-values" }] }, { begin: "(?i)(?<![\\w-])(annotation|attr|blur|brightness|character-variant|clamp|contrast|counters?|cross-fade|drop-shadow|element|fit-content|format|grayscale|hue-rotate|color-mix|image-set|invert|local|max|min|minmax|opacity|ornaments|repeat|saturate|sepia|styleset|stylistic|swash|symbols|cos|sin|tan|acos|asin|atan|atan2|hypot|sqrt|pow|log|exp|abs|sign)(\\()", beginCaptures: { 1: { name: "support.function.misc.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.misc.css", patterns: [{ match: `(?i)(?<=[,\\s"]|\\*/|^)\\d+x(?=[\\s,"')]|/\\*|$)`, name: "constant.numeric.other.density.css" }, { include: "#property-values" }, { match: `[^'"),\\s]+`, name: "variable.parameter.misc.css" }] }, { begin: "(?i)(?<![\\w-])(circle|ellipse|inset|polygon|rect)(\\()", beginCaptures: { 1: { name: "support.function.shape.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.shape.css", patterns: [{ match: "(?i)(?<=\\s|^|\\*/)(at|round)(?=\\s|/\\*|$)", name: "keyword.operator.shape.css" }, { include: "#property-values" }] }, { begin: "(?i)(?<![\\w-])(cubic-bezier|steps)(\\()", beginCaptures: { 1: { name: "support.function.timing-function.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.timing-function.css", patterns: [{ match: "(?i)(?<![\\w-])(start|end)(?=\\s*\\)|$)", name: "support.constant.step-direction.css" }, { include: "#property-values" }] }, { begin: "(?i)(?<![\\w-])((?:translate|scale|rotate)(?:[XYZ]|3D)?|matrix(?:3D)?|skew[XY]?|perspective)(\\()", beginCaptures: { 1: { name: "support.function.transform.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, patterns: [{ include: "#property-values" }] }, { include: "#url" }, { begin: "(?i)(?<![\\w-])(var)(\\()", beginCaptures: { 1: { name: "support.function.misc.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.variable.css", patterns: [{ match: "--(?:[-a-zA-Z_]|[^\\x00-\\x7F])(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*", name: "variable.argument.css" }, { include: "#property-values" }] }] }, "media-feature-keywords": { match: "(?i)(?<=^|\\s|:|\\*/)(?:portrait|landscape|progressive|interlace|fullscreen|standalone|minimal-ui|browser|hover)(?=\\s|\\)|$)", name: "support.constant.property-value.css" }, "media-features": { captures: { 1: { name: "support.type.property-name.media.css" }, 2: { name: "support.type.property-name.media.css" }, 3: { name: "support.type.vendored.property-name.media.css" } }, match: "(?i)(?<=^|\\s|\\(|\\*/)(?:((?:min-|max-)?(?:height|width|aspect-ratio|color|color-index|monochrome|resolution)|grid|scan|orientation|display-mode|hover)|((?:min-|max-)?device-(?:height|width|aspect-ratio))|((?:[-_](?:webkit|apple|khtml|epub|moz|ms|o|xv|ah|rim|atsc|hp|tc|wap|ro)|(?:mso|prince))-[\\w-]+(?=\\s*(?:/\\*(?:[^*]|\\*[^/])*\\*/)?\\s*[:)])))(?=\\s|$|[><:=]|\\)|/\\*)" }, "media-query": { begin: "\\G", end: "(?=\\s*[{;])", patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { include: "#media-types" }, { match: "(?i)(?<=\\s|^|,|\\*/)(only|not)(?=\\s|{|/\\*|$)", name: "keyword.operator.logical.$1.media.css" }, { match: "(?i)(?<=\\s|^|\\*/|\\))and(?=\\s|/\\*|$)", name: "keyword.operator.logical.and.media.css" }, { match: ",(?:(?:\\s*,)+|(?=\\s*[;){]))", name: "invalid.illegal.comma.css" }, { include: "#commas" }, { begin: "\\(", beginCaptures: { 0: { name: "punctuation.definition.parameters.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.definition.parameters.end.bracket.round.css" } }, patterns: [{ include: "#media-features" }, { include: "#media-feature-keywords" }, { match: ":", name: "punctuation.separator.key-value.css" }, { match: ">=|<=|=|<|>", name: "keyword.operator.comparison.css" }, { captures: { 1: { name: "constant.numeric.css" }, 2: { name: "keyword.operator.arithmetic.css" }, 3: { name: "constant.numeric.css" } }, match: "(\\d+)\\s*(/)\\s*(\\d+)", name: "meta.ratio.css" }, { include: "#numeric-values" }, { include: "#comment-block" }] }] }, "media-query-list": { begin: "(?=\\s*[^{;])", end: "(?=\\s*[{;])", patterns: [{ include: "#media-query" }] }, "media-types": { captures: { 1: { name: "support.constant.media.css" }, 2: { name: "invalid.deprecated.constant.media.css" } }, match: "(?i)(?<=^|\\s|,|\\*/)(?:(all|print|screen|speech)|(aural|braille|embossed|handheld|projection|tty|tv))(?=$|[{,\\s;]|/\\*)" }, "numeric-values": { patterns: [{ captures: { 1: { name: "punctuation.definition.constant.css" } }, match: "(#)(?:[0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})\\b", name: "constant.other.color.rgb-value.hex.css" }, { captures: { 1: { name: "keyword.other.unit.percentage.css" }, 2: { name: "keyword.other.unit.${2:/downcase}.css" } }, match: "(?i)(?<![\\w-])[-+]?(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:(?<=\\d)E[-+]?\\d+)?(?:(%)|(deg|grad|rad|turn|Hz|kHz|ch|cm|em|ex|fr|in|mm|mozmm|pc|pt|px|q|rem|rch|rex|rlh|ic|ric|rcap|vh|vw|vb|vi|svh|svw|svb|svi|dvh|dvw|dvb|dvi|lvh|lvw|lvb|lvi|vmax|vmin|cqw|cqi|cqh|cqb|cqmin|cqmax|dpi|dpcm|dppx|s|ms)\\b)?", name: "constant.numeric.css" }] }, "property-keywords": { patterns: [{ match: "(?i)(?<![\\w-])(above|absolute|active|add|additive|after-edge|alias|all|all-petite-caps|all-scroll|all-small-caps|alpha|alphabetic|alternate|alternate-reverse|always|antialiased|auto|auto-fill|auto-fit|auto-pos|available|avoid|avoid-column|avoid-page|avoid-region|backwards|balance|baseline|before-edge|below|bevel|bidi-override|blink|block|block-axis|block-start|block-end|bold|bolder|border|border-box|both|bottom|bottom-outside|break-all|break-word|bullets|butt|capitalize|caption|cell|center|central|char|circle|clip|clone|close-quote|closest-corner|closest-side|col-resize|collapse|color|color-burn|color-dodge|column|column-reverse|common-ligatures|compact|condensed|contain|content|content-box|contents|context-menu|contextual|copy|cover|crisp-edges|crispEdges|crosshair|cyclic|dark|darken|dashed|decimal|default|dense|diagonal-fractions|difference|digits|disabled|disc|discretionary-ligatures|distribute|distribute-all-lines|distribute-letter|distribute-space|dot|dotted|double|double-circle|downleft|downright|e-resize|each-line|ease|ease-in|ease-in-out|ease-out|economy|ellipse|ellipsis|embed|end|evenodd|ew-resize|exact|exclude|exclusion|expanded|extends|extra-condensed|extra-expanded|fallback|farthest-corner|farthest-side|fill|fill-available|fill-box|filled|fit-content|fixed|flat|flex|flex-end|flex-start|flip|flow-root|forwards|freeze|from-image|full-width|geometricPrecision|georgian|grab|grabbing|grayscale|grid|groove|hand|hanging|hard-light|help|hidden|hide|historical-forms|historical-ligatures|horizontal|horizontal-tb|hue|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|infinite|inherit|initial|inline|inline-axis|inline-block|inline-end|inline-flex|inline-grid|inline-list-item|inline-start|inline-table|inset|inside|inter-character|inter-ideograph|inter-word|intersect|invert|isolate|isolate-override|italic|jis04|jis78|jis83|jis90|justify|justify-all|kannada|keep-all|landscape|large|larger|left|light|lighten|lighter|line|line-edge|line-through|linear|linearRGB|lining-nums|list-item|local|loose|lowercase|lr|lr-tb|ltr|luminance|luminosity|main-size|mandatory|manipulation|manual|margin-box|match-parent|match-source|mathematical|max-content|medium|menu|message-box|middle|min-content|miter|mixed|move|multiply|n-resize|narrower|ne-resize|nearest-neighbor|nesw-resize|newspaper|no-change|no-clip|no-close-quote|no-common-ligatures|no-contextual|no-discretionary-ligatures|no-drop|no-historical-ligatures|no-open-quote|no-repeat|none|nonzero|normal|not-allowed|nowrap|ns-resize|numbers|numeric|nw-resize|nwse-resize|oblique|oldstyle-nums|open|open-quote|optimizeLegibility|optimizeQuality|optimizeSpeed|optional|ordinal|outset|outside|over|overlay|overline|padding|padding-box|page|painted|pan-down|pan-left|pan-right|pan-up|pan-x|pan-y|paused|petite-caps|pixelated|plaintext|pointer|portrait|pre|pre-line|pre-wrap|preserve-3d|progress|progressive|proportional-nums|proportional-width|proximity|radial|recto|region|relative|remove|repeat|repeat-[xy]|reset-size|reverse|revert|ridge|right|rl|rl-tb|round|row|row-resize|row-reverse|row-severse|rtl|ruby|ruby-base|ruby-base-container|ruby-text|ruby-text-container|run-in|running|s-resize|saturation|scale-down|screen|scroll|scroll-position|se-resize|semi-condensed|semi-expanded|separate|sesame|show|sideways|sideways-left|sideways-lr|sideways-right|sideways-rl|simplified|slashed-zero|slice|small|small-caps|small-caption|smaller|smooth|soft-light|solid|space|space-around|space-between|space-evenly|spell-out|square|sRGB|stacked-fractions|start|static|status-bar|swap|step-end|step-start|sticky|stretch|strict|stroke|stroke-box|style|sub|subgrid|subpixel-antialiased|subtract|super|sw-resize|symbolic|table|table-caption|table-cell|table-column|table-column-group|table-footer-group|table-header-group|table-row|table-row-group|tabular-nums|tb|tb-rl|text|text-after-edge|text-before-edge|text-bottom|text-top|thick|thin|titling-caps|top|top-outside|touch|traditional|transparent|triangle|ultra-condensed|ultra-expanded|under|underline|unicase|unset|upleft|uppercase|upright|use-glyph-orientation|use-script|verso|vertical|vertical-ideographic|vertical-lr|vertical-rl|vertical-text|view-box|visible|visibleFill|visiblePainted|visibleStroke|w-resize|wait|wavy|weight|whitespace|wider|words|wrap|wrap-reverse|x|x-large|x-small|xx-large|xx-small|y|zero|zoom-in|zoom-out)(?![\\w-])", name: "support.constant.property-value.css" }, { match: "(?i)(?<![\\w-])(arabic-indic|armenian|bengali|cambodian|circle|cjk-decimal|cjk-earthly-branch|cjk-heavenly-stem|cjk-ideographic|decimal|decimal-leading-zero|devanagari|disc|disclosure-closed|disclosure-open|ethiopic-halehame-am|ethiopic-halehame-ti-e[rt]|ethiopic-numeric|georgian|gujarati|gurmukhi|hangul|hangul-consonant|hebrew|hiragana|hiragana-iroha|japanese-formal|japanese-informal|kannada|katakana|katakana-iroha|khmer|korean-hangul-formal|korean-hanja-formal|korean-hanja-informal|lao|lower-alpha|lower-armenian|lower-greek|lower-latin|lower-roman|malayalam|mongolian|myanmar|oriya|persian|simp-chinese-formal|simp-chinese-informal|square|tamil|telugu|thai|tibetan|trad-chinese-formal|trad-chinese-informal|upper-alpha|upper-armenian|upper-latin|upper-roman|urdu)(?![\\w-])", name: "support.constant.property-value.list-style-type.css" }, { match: "(?<![\\w-])(?i:-(?:ah|apple|atsc|epub|hp|khtml|moz|ms|o|rim|ro|tc|wap|webkit|xv)|(?:mso|prince))-[a-zA-Z-]+", name: "support.constant.vendored.property-value.css" }, { match: "(?<![\\w-])(?i:arial|century|comic|courier|garamond|georgia|helvetica|impact|lucida|symbol|system-ui|system|tahoma|times|trebuchet|ui-monospace|ui-rounded|ui-sans-serif|ui-serif|utopia|verdana|webdings|sans-serif|serif|monospace)(?![\\w-])", name: "support.constant.font-name.css" }] }, "property-names": { patterns: [{ match: "(?i)(?<![\\w-])(?:accent-color|additive-symbols|align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backdrop-filter|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-position-[xy]|background-repeat|background-size|bleed|block-size|border|border-block-end|border-block-end-color|border-block-end-style|border-block-end-width|border-block-start|border-block-start-color|border-block-start-style|border-block-start-width|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-end-end-radius|border-end-start-radius|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-inline-end|border-inline-end-color|border-inline-end-style|border-inline-end-width|border-inline-start|border-inline-start-color|border-inline-start-style|border-inline-start-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-start-end-radius|border-start-start-radius|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-decoration-break|box-shadow|box-sizing|break-after|break-before|break-inside|caption-side|caret-color|clear|clip|clip-path|clip-rule|color|color-adjust|color-interpolation-filters|color-scheme|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|contain|container|container-name|container-type|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|enable-background|fallback|fill|fill-opacity|fill-rule|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|flood-color|flood-opacity|font|font-display|font-family|font-feature-settings|font-kerning|font-language-override|font-optical-sizing|font-size|font-size-adjust|font-stretch|font-style|font-synthesis|font-variant|font-variant-alternates|font-variant-caps|font-variant-east-asian|font-variant-ligatures|font-variant-numeric|font-variant-position|font-variation-settings|font-weight|gap|glyph-orientation-horizontal|glyph-orientation-vertical|grid|grid-area|grid-auto-columns|grid-auto-flow|grid-auto-rows|grid-column|grid-column-end|grid-column-gap|grid-column-start|grid-gap|grid-row|grid-row-end|grid-row-gap|grid-row-start|grid-template|grid-template-areas|grid-template-columns|grid-template-rows|hanging-punctuation|height|hyphens|image-orientation|image-rendering|image-resolution|ime-mode|initial-letter|initial-letter-align|inline-size|inset|inset-block|inset-block-end|inset-block-start|inset-inline|inset-inline-end|inset-inline-start|isolation|justify-content|justify-items|justify-self|kerning|left|letter-spacing|lighting-color|line-break|line-clamp|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-block|margin-block-end|margin-block-start|margin-bottom|margin-inline|margin-inline-end|margin-inline-start|margin-left|margin-right|margin-top|marker-end|marker-mid|marker-start|marks|mask|mask-border|mask-border-mode|mask-border-outset|mask-border-repeat|mask-border-slice|mask-border-source|mask-border-width|mask-clip|mask-composite|mask-image|mask-mode|mask-origin|mask-position|mask-repeat|mask-size|mask-type|max-block-size|max-height|max-inline-size|max-lines|max-width|max-zoom|min-block-size|min-height|min-inline-size|min-width|min-zoom|mix-blend-mode|negative|object-fit|object-position|offset|offset-anchor|offset-distance|offset-path|offset-position|offset-rotation|opacity|order|orientation|orphans|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-anchor|overflow-block|overflow-inline|overflow-wrap|overflow-[xy]|overscroll-behavior|overscroll-behavior-block|overscroll-behavior-inline|overscroll-behavior-[xy]|pad|padding|padding-block|padding-block-end|padding-block-start|padding-bottom|padding-inline|padding-inline-end|padding-inline-start|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|paint-order|perspective|perspective-origin|place-content|place-items|place-self|pointer-events|position|prefix|quotes|range|resize|right|rotate|row-gap|ruby-align|ruby-merge|ruby-position|scale|scroll-behavior|scroll-margin|scroll-margin-block|scroll-margin-block-end|scroll-margin-block-start|scroll-margin-bottom|scroll-margin-inline|scroll-margin-inline-end|scroll-margin-inline-start|scroll-margin-left|scroll-margin-right|scroll-margin-top|scroll-padding|scroll-padding-block|scroll-padding-block-end|scroll-padding-block-start|scroll-padding-bottom|scroll-padding-inline|scroll-padding-inline-end|scroll-padding-inline-start|scroll-padding-left|scroll-padding-right|scroll-padding-top|scroll-snap-align|scroll-snap-coordinate|scroll-snap-destination|scroll-snap-stop|scroll-snap-type|scrollbar-color|scrollbar-gutter|scrollbar-width|shape-image-threshold|shape-margin|shape-outside|shape-rendering|size|speak-as|src|stop-color|stop-opacity|stroke|stroke-dasharray|stroke-dashoffset|stroke-linecap|stroke-linejoin|stroke-miterlimit|stroke-opacity|stroke-width|suffix|symbols|system|tab-size|table-layout|text-align|text-align-last|text-anchor|text-combine-upright|text-decoration|text-decoration-color|text-decoration-line|text-decoration-skip|text-decoration-skip-ink|text-decoration-style|text-decoration-thickness|text-emphasis|text-emphasis-color|text-emphasis-position|text-emphasis-style|text-indent|text-justify|text-orientation|text-overflow|text-rendering|text-shadow|text-size-adjust|text-transform|text-underline-offset|text-underline-position|top|touch-action|transform|transform-box|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|translate|unicode-bidi|unicode-range|user-select|user-zoom|vertical-align|visibility|white-space|widows|width|will-change|word-break|word-spacing|word-wrap|writing-mode|z-index|zoom|alignment-baseline|baseline-shift|clip-rule|color-interpolation|color-interpolation-filters|color-profile|color-rendering|cx|cy|dominant-baseline|enable-background|fill|fill-opacity|fill-rule|flood-color|flood-opacity|glyph-orientation-horizontal|glyph-orientation-vertical|height|kerning|lighting-color|marker-end|marker-mid|marker-start|r|rx|ry|shape-rendering|stop-color|stop-opacity|stroke|stroke-dasharray|stroke-dashoffset|stroke-linecap|stroke-linejoin|stroke-miterlimit|stroke-opacity|stroke-width|text-anchor|width|x|y|adjust|after|align|align-last|alignment|alignment-adjust|appearance|attachment|azimuth|background-break|balance|baseline|before|bidi|binding|bookmark|bookmark-label|bookmark-level|bookmark-target|border-length|bottom-color|bottom-left-radius|bottom-right-radius|bottom-style|bottom-width|box|box-align|box-direction|box-flex|box-flex-group|box-lines|box-ordinal-group|box-orient|box-pack|break|character|collapse|column|column-break-after|column-break-before|count|counter|crop|cue|cue-after|cue-before|decoration|decoration-break|delay|display-model|display-role|down|drop|drop-initial-after-adjust|drop-initial-after-align|drop-initial-before-adjust|drop-initial-before-align|drop-initial-size|drop-initial-value|duration|elevation|emphasis|family|fit|fit-position|flex-group|float-offset|gap|grid-columns|grid-rows|hanging-punctuation|header|hyphenate|hyphenate-after|hyphenate-before|hyphenate-character|hyphenate-lines|hyphenate-resource|icon|image|increment|indent|index|initial-after-adjust|initial-after-align|initial-before-adjust|initial-before-align|initial-size|initial-value|inline-box-align|iteration-count|justify|label|left-color|left-style|left-width|length|level|line|line-stacking|line-stacking-ruby|line-stacking-shift|line-stacking-strategy|lines|list|mark|mark-after|mark-before|marks|marquee|marquee-direction|marquee-play-count|marquee-speed|marquee-style|max|min|model|move-to|name|nav|nav-down|nav-index|nav-left|nav-right|nav-up|new|numeral|offset|ordinal-group|orient|origin|overflow-style|overhang|pack|page|page-policy|pause|pause-after|pause-before|phonemes|pitch|pitch-range|play-count|play-during|play-state|point|presentation|presentation-level|profile|property|punctuation|punctuation-trim|radius|rate|rendering-intent|repeat|replace|reset|resolution|resource|respond-to|rest|rest-after|rest-before|richness|right-color|right-style|right-width|role|rotation|rotation-point|rows|ruby|ruby-overhang|ruby-span|rule|rule-color|rule-style|rule-width|shadow|size|size-adjust|sizing|space|space-collapse|spacing|span|speak|speak-header|speak-numeral|speak-punctuation|speech|speech-rate|speed|stacking|stacking-ruby|stacking-shift|stacking-strategy|stress|stretch|string-set|style|style-image|style-position|style-type|target|target-name|target-new|target-position|text|text-height|text-justify|text-outline|text-replace|text-wrap|timing-function|top-color|top-left-radius|top-right-radius|top-style|top-width|trim|unicode|up|user-select|variant|voice|voice-balance|voice-duration|voice-family|voice-pitch|voice-pitch-range|voice-rate|voice-stress|voice-volume|volume|weight|white|white-space-collapse|word|wrap)(?![\\w-])", name: "support.type.property-name.css" }, { match: "(?<![\\w-])(?i:-(?:ah|apple|atsc|epub|hp|khtml|moz|ms|o|rim|ro|tc|wap|webkit|xv)|(?:mso|prince))-[a-zA-Z-]+", name: "support.type.vendored.property-name.css" }] }, "property-values": { patterns: [{ include: "#commas" }, { include: "#comment-block" }, { include: "#escapes" }, { include: "#functions" }, { include: "#property-keywords" }, { include: "#unicode-range" }, { include: "#numeric-values" }, { include: "#color-keywords" }, { include: "#string" }, { match: "!\\s*important(?![\\w-])", name: "keyword.other.important.css" }] }, "pseudo-classes": { captures: { 1: { name: "punctuation.definition.entity.css" }, 2: { name: "invalid.illegal.colon.css" } }, match: "(?i)(:)(:*)(?:active|any-link|checked|default|disabled|empty|enabled|first|(?:first|last|only)-(?:child|of-type)|focus|focus-visible|focus-within|fullscreen|host|hover|in-range|indeterminate|invalid|left|link|optional|out-of-range|read-only|read-write|required|right|root|scope|target|unresolved|valid|visited)(?![\\w-]|\\s*[;}])", name: "entity.other.attribute-name.pseudo-class.css" }, "pseudo-elements": { captures: { 1: { name: "punctuation.definition.entity.css" }, 2: { name: "punctuation.definition.entity.css" } }, match: "(?i)(?:(::?)(?:after|before|first-letter|first-line|(?:-(?:ah|apple|atsc|epub|hp|khtml|moz|ms|o|rim|ro|tc|wap|webkit|xv)|(?:mso|prince))-[a-z-]+)|(::)(?:backdrop|content|grammar-error|marker|placeholder|selection|shadow|spelling-error))(?![\\w-]|\\s*[;}])", name: "entity.other.attribute-name.pseudo-element.css" }, "rule-list": { begin: "{", beginCaptures: { 0: { name: "punctuation.section.property-list.begin.bracket.curly.css" } }, end: "}", endCaptures: { 0: { name: "punctuation.section.property-list.end.bracket.curly.css" } }, name: "meta.property-list.css", patterns: [{ include: "#rule-list-innards" }] }, "rule-list-innards": { patterns: [{ include: "#comment-block" }, { include: "#escapes" }, { include: "#font-features" }, { match: "(?<![\\w-])--(?:[-a-zA-Z_]|[^\\x00-\\x7F])(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*", name: "variable.css" }, { begin: "(?<![-a-zA-Z])(?=[-a-zA-Z])", end: "$|(?![-a-zA-Z])", name: "meta.property-name.css", patterns: [{ include: "#property-names" }] }, { begin: "(:)\\s*", beginCaptures: { 1: { name: "punctuation.separator.key-value.css" } }, contentName: "meta.property-value.css", end: "\\s*(;)|\\s*(?=}|\\))", endCaptures: { 1: { name: "punctuation.terminator.rule.css" } }, patterns: [{ include: "#comment-block" }, { include: "#property-values" }] }, { match: ";", name: "punctuation.terminator.rule.css" }] }, selector: { begin: "(?=(?:\\|)?(?:[-\\[:.*\\#a-zA-Z_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.)))", end: "(?=\\s*[/@{)])", name: "meta.selector.css", patterns: [{ include: "#selector-innards" }] }, "selector-innards": { patterns: [{ include: "#comment-block" }, { include: "#commas" }, { include: "#escapes" }, { include: "#combinators" }, { captures: { 1: { name: "entity.other.namespace-prefix.css" }, 2: { name: "punctuation.separator.css" } }, match: "(?:^|(?<=[\\s,(};]))(?![-\\w*]+\\|(?![-\\[:.*\\#a-zA-Z_]|[^\\x00-\\x7F]))((?:[-a-zA-Z_]|[^\\x00-\\x7F])(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*|\\*)?(\\|)" }, { include: "#tag-names" }, { match: "\\*", name: "entity.name.tag.wildcard.css" }, { captures: { 1: { name: "punctuation.definition.entity.css" }, 2: { patterns: [{ include: "#escapes" }] } }, match: "(?<![@\\w-])([.\\#])((?:-?\\d|-(?=$|[\\s,.\\#)\\[:{>+~|]|/\\*)|(?:[-a-zA-Z_0-9]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*(?:[!\"'%&(*;<?@^`|\\]}]|/(?!\\*))+)(?:[-a-zA-Z_0-9]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))*)", name: "invalid.illegal.bad-identifier.css" }, { captures: { 1: { name: "punctuation.definition.entity.css" }, 2: { patterns: [{ include: "#escapes" }] } }, match: "(\\.)((?:[-a-zA-Z_0-9]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))+)(?=$|[\\s,.\\#)\\[:{>+~|]|/\\*)", name: "entity.other.attribute-name.class.css" }, { captures: { 1: { name: "punctuation.definition.entity.css" }, 2: { patterns: [{ include: "#escapes" }] } }, match: "(\\#)(-?(?!\\d)(?:[-a-zA-Z0-9_]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))+)(?=$|[\\s,.\\#)\\[:{>+~|]|/\\*)", name: "entity.other.attribute-name.id.css" }, { begin: "\\[", beginCaptures: { 0: { name: "punctuation.definition.entity.begin.bracket.square.css" } }, end: "\\]", endCaptures: { 0: { name: "punctuation.definition.entity.end.bracket.square.css" } }, name: "meta.attribute-selector.css", patterns: [{ include: "#comment-block" }, { include: "#string" }, { captures: { 1: { name: "storage.modifier.ignore-case.css" } }, match: `(?<=["'\\s]|^|\\*/)\\s*([iI])\\s*(?=[\\s\\]]|/\\*|$)` }, { captures: { 1: { name: "string.unquoted.attribute-value.css", patterns: [{ include: "#escapes" }] } }, match: `(?<==)\\s*((?!/\\*)(?:[^\\\\"'\\s\\]]|\\\\.)+)` }, { include: "#escapes" }, { match: "[~|^$*]?=", name: "keyword.operator.pattern.css" }, { match: "\\|", name: "punctuation.separator.css" }, { captures: { 1: { name: "entity.other.namespace-prefix.css", patterns: [{ include: "#escapes" }] } }, match: "(-?(?!\\d)(?:[\\w-]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))+|\\*)(?=\\|(?!\\s|=|$|\\])(?:-?(?!\\d)|[\\\\\\w-]|[^\\x00-\\x7F]))" }, { captures: { 1: { name: "entity.other.attribute-name.css", patterns: [{ include: "#escapes" }] } }, match: "(-?(?!\\d)(?>[\\w-]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))+)\\s*(?=[~|^\\]$*=]|/\\*)" }] }, { include: "#pseudo-classes" }, { include: "#pseudo-elements" }, { include: "#functional-pseudo-classes" }, { match: "(?<![@\\w-])(?=[a-z]\\w*-)(?:(?![A-Z])[\\w-])+(?![(\\w-])", name: "entity.name.tag.custom.css" }] }, string: { patterns: [{ begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.css" } }, end: '"|(?<!\\\\)(?=$|\\n)', endCaptures: { 0: { name: "punctuation.definition.string.end.css" } }, name: "string.quoted.double.css", patterns: [{ begin: '(?:\\G|^)(?=(?:[^\\\\"]|\\\\.)+$)', end: "$", name: "invalid.illegal.unclosed.string.css", patterns: [{ include: "#escapes" }] }, { include: "#escapes" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.css" } }, end: "'|(?<!\\\\)(?=$|\\n)", endCaptures: { 0: { name: "punctuation.definition.string.end.css" } }, name: "string.quoted.single.css", patterns: [{ begin: "(?:\\G|^)(?=(?:[^\\\\']|\\\\.)+$)", end: "$", name: "invalid.illegal.unclosed.string.css", patterns: [{ include: "#escapes" }] }, { include: "#escapes" }] }] }, "tag-names": { match: "(?i)(?<![\\w:-])(?:a|abbr|acronym|address|applet|area|article|aside|audio|b|base|basefont|bdi|bdo|bgsound|big|blink|blockquote|body|br|button|canvas|caption|center|cite|code|col|colgroup|command|content|data|datalist|dd|del|details|dfn|dialog|dir|div|dl|dt|element|em|embed|fieldset|figcaption|figure|font|footer|form|frame|frameset|h[1-6]|head|header|hgroup|hr|html|i|iframe|image|img|input|ins|isindex|kbd|keygen|label|legend|li|link|listing|main|map|mark|marquee|math|menu|menuitem|meta|meter|multicol|nav|nextid|nobr|noembed|noframes|noscript|object|ol|optgroup|option|output|p|param|picture|plaintext|pre|progress|q|rb|rp|rt|rtc|ruby|s|samp|script|section|select|shadow|slot|small|source|spacer|span|strike|strong|style|sub|summary|sup|table|tbody|td|template|textarea|tfoot|th|thead|time|title|tr|track|tt|u|ul|var|video|wbr|xmp|altGlyph|altGlyphDef|altGlyphItem|animate|animateColor|animateMotion|animateTransform|circle|clipPath|color-profile|cursor|defs|desc|discard|ellipse|feBlend|feColorMatrix|feComponentTransfer|feComposite|feConvolveMatrix|feDiffuseLighting|feDisplacementMap|feDistantLight|feDropShadow|feFlood|feFuncA|feFuncB|feFuncG|feFuncR|feGaussianBlur|feImage|feMerge|feMergeNode|feMorphology|feOffset|fePointLight|feSpecularLighting|feSpotLight|feTile|feTurbulence|filter|font-face|font-face-format|font-face-name|font-face-src|font-face-uri|foreignObject|g|glyph|glyphRef|hatch|hatchpath|hkern|line|linearGradient|marker|mask|mesh|meshgradient|meshpatch|meshrow|metadata|missing-glyph|mpath|path|pattern|polygon|polyline|radialGradient|rect|set|solidcolor|stop|svg|switch|symbol|text|textPath|tref|tspan|use|view|vkern|annotation|annotation-xml|maction|maligngroup|malignmark|math|menclose|merror|mfenced|mfrac|mglyph|mi|mlabeledtr|mlongdiv|mmultiscripts|mn|mo|mover|mpadded|mphantom|mroot|mrow|ms|mscarries|mscarry|msgroup|msline|mspace|msqrt|msrow|mstack|mstyle|msub|msubsup|msup|mtable|mtd|mtext|mtr|munder|munderover|semantics)(?=[+~>\\s,.\\#|){:\\[]|/\\*|$)", name: "entity.name.tag.css" }, "unicode-range": { captures: { 0: { name: "constant.other.unicode-range.css" }, 1: { name: "punctuation.separator.dash.unicode-range.css" } }, match: "(?<![\\w-])[Uu]\\+[0-9A-Fa-f?]{1,6}(?:(-)[0-9A-Fa-f]{1,6})?(?![\\w-])" }, url: { begin: "(?i)(?<![\\w@-])(url)(\\()", beginCaptures: { 1: { name: "support.function.url.css" }, 2: { name: "punctuation.section.function.begin.bracket.round.css" } }, end: "\\)", endCaptures: { 0: { name: "punctuation.section.function.end.bracket.round.css" } }, name: "meta.function.url.css", patterns: [{ match: `[^'")\\s]+`, name: "variable.parameter.url.css" }, { include: "#string" }, { include: "#comment-block" }, { include: "#escapes" }] } }, scopeName: "source.css" });
|
|
2
|
-
var t = [
|
|
3
|
-
e
|
|
4
|
-
];
|
|
5
|
-
export {
|
|
6
|
-
t as default
|
|
7
|
-
};
|
package/client/diff-Bo5iyMQ2.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
const n = Object.freeze({ displayName: "Diff", name: "diff", patterns: [{ captures: { 1: { name: "punctuation.definition.separator.diff" } }, match: "^((\\*{15})|(={67})|(-{3}))$\\n?", name: "meta.separator.diff" }, { match: "^\\d+(,\\d+)*(a|d|c)\\d+(,\\d+)*$\\n?", name: "meta.diff.range.normal" }, { captures: { 1: { name: "punctuation.definition.range.diff" }, 2: { name: "meta.toc-list.line-number.diff" }, 3: { name: "punctuation.definition.range.diff" } }, match: "^(@@)\\s*(.+?)\\s*(@@)($\\n?)?", name: "meta.diff.range.unified" }, { captures: { 3: { name: "punctuation.definition.range.diff" }, 4: { name: "punctuation.definition.range.diff" }, 6: { name: "punctuation.definition.range.diff" }, 7: { name: "punctuation.definition.range.diff" } }, match: "^(((\\-{3}) .+ (\\-{4}))|((\\*{3}) .+ (\\*{4})))$\\n?", name: "meta.diff.range.context" }, { match: "^diff --git a/.*$\\n?", name: "meta.diff.header.git" }, { match: "^diff (-|\\S+\\s+\\S+).*$\\n?", name: "meta.diff.header.command" }, { captures: { 4: { name: "punctuation.definition.from-file.diff" }, 6: { name: "punctuation.definition.from-file.diff" }, 7: { name: "punctuation.definition.from-file.diff" } }, match: "(^(((-{3}) .+)|((\\*{3}) .+))$\\n?|^(={4}) .+(?= - ))", name: "meta.diff.header.from-file" }, { captures: { 2: { name: "punctuation.definition.to-file.diff" }, 3: { name: "punctuation.definition.to-file.diff" }, 4: { name: "punctuation.definition.to-file.diff" } }, match: "(^(\\+{3}) .+$\\n?| (-) .* (={4})$\\n?)", name: "meta.diff.header.to-file" }, { captures: { 3: { name: "punctuation.definition.inserted.diff" }, 6: { name: "punctuation.definition.inserted.diff" } }, match: "^(((>)( .*)?)|((\\+).*))$\\n?", name: "markup.inserted.diff" }, { captures: { 1: { name: "punctuation.definition.changed.diff" } }, match: "^(!).*$\\n?", name: "markup.changed.diff" }, { captures: { 3: { name: "punctuation.definition.deleted.diff" }, 6: { name: "punctuation.definition.deleted.diff" } }, match: "^(((<)( .*)?)|((-).*))$\\n?", name: "markup.deleted.diff" }, { begin: "^(#)", captures: { 1: { name: "punctuation.definition.comment.diff" } }, comment: 'Git produces unified diffs with embedded comments"', end: "\\n", name: "comment.line.number-sign.diff" }, { match: "^index [0-9a-f]{7,40}\\.\\.[0-9a-f]{7,40}.*$\\n?", name: "meta.diff.index.git" }, { captures: { 1: { name: "punctuation.separator.key-value.diff" }, 2: { name: "meta.toc-list.file-name.diff" } }, match: "^Index(:) (.+)$\\n?", name: "meta.diff.index" }, { match: "^Only in .*: .*$\\n?", name: "meta.diff.only-in" }], scopeName: "source.diff" });
|
|
2
|
-
var e = [
|
|
3
|
-
n
|
|
4
|
-
];
|
|
5
|
-
export {
|
|
6
|
-
e as default
|
|
7
|
-
};
|
package/client/html-G4l_pga6.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import t from "./javascript-Cb-dipD1.js";
|
|
2
|
-
import e from "./css-mL5aELmx.js";
|
|
3
|
-
const n = Object.freeze({ displayName: "HTML", injections: { "R:text.html - (comment.block, text.html meta.embedded, meta.tag.*.*.html, meta.tag.*.*.*.html, meta.tag.*.*.*.*.html)": { comment: "Uses R: to ensure this matches after any other injections.", patterns: [{ match: "<", name: "invalid.illegal.bad-angle-bracket.html" }] } }, name: "html", patterns: [{ include: "#xml-processing" }, { include: "#comment" }, { include: "#doctype" }, { include: "#cdata" }, { include: "#tags-valid" }, { include: "#tags-invalid" }, { include: "#entities" }], repository: { attribute: { patterns: [{ begin: "(s(hape|cope|t(ep|art)|ize(s)?|p(ellcheck|an)|elected|lot|andbox|rc(set|doc|lang)?)|h(ttp-equiv|i(dden|gh)|e(ight|aders)|ref(lang)?)|n(o(nce|validate|module)|ame)|c(h(ecked|arset)|ite|o(nt(ent(editable)?|rols)|ords|l(s(pan)?|or))|lass|rossorigin)|t(ype(mustmatch)?|itle|a(rget|bindex)|ranslate)|i(s(map)?|n(tegrity|putmode)|tem(scope|type|id|prop|ref)|d)|op(timum|en)|d(i(sabled|r(name)?)|ownload|e(coding|f(er|ault))|at(etime|a)|raggable)|usemap|p(ing|oster|la(ysinline|ceholder)|attern|reload)|enctype|value|kind|for(m(novalidate|target|enctype|action|method)?)?|w(idth|rap)|l(ist|o(op|w)|a(ng|bel))|a(s(ync)?|c(ce(sskey|pt(-charset)?)|tion)|uto(c(omplete|apitalize)|play|focus)|l(t|low(usermedia|paymentrequest|fullscreen))|bbr)|r(ows(pan)?|e(versed|quired|ferrerpolicy|l|adonly))|m(in(length)?|u(ted|ltiple)|e(thod|dia)|a(nifest|x(length)?)))(?![\\w:-])", beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, comment: "HTML5 attributes, not event handlers", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.$1.html", patterns: [{ include: "#attribute-interior" }] }, { begin: "style(?![\\w:-])", beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, comment: "HTML5 style attribute", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.style.html", patterns: [{ begin: "=", beginCaptures: { 0: { name: "punctuation.separator.key-value.html" } }, end: "(?<=[^\\s=])(?!\\s*=)|(?=/?>)", patterns: [{ begin: "(?=[^\\s=<>`/]|/(?!>))", end: "(?!\\G)", name: "meta.embedded.line.css", patterns: [{ captures: { 0: { name: "source.css" } }, match: "([^\\s\"'=<>`/]|/(?!>))+", name: "string.unquoted.html" }, { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "source.css", end: '(")', endCaptures: { 0: { name: "punctuation.definition.string.end.html" }, 1: { name: "source.css" } }, name: "string.quoted.double.html", patterns: [{ include: "#entities" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "source.css", end: "(')", endCaptures: { 0: { name: "punctuation.definition.string.end.html" }, 1: { name: "source.css" } }, name: "string.quoted.single.html", patterns: [{ include: "#entities" }] }] }, { match: "=", name: "invalid.illegal.unexpected-equals-sign.html" }] }] }, { begin: "on(s(croll|t(orage|alled)|u(spend|bmit)|e(curitypolicyviolation|ek(ing|ed)|lect))|hashchange|c(hange|o(ntextmenu|py)|u(t|echange)|l(ick|ose)|an(cel|play(through)?))|t(imeupdate|oggle)|in(put|valid)|o(nline|ffline)|d(urationchange|r(op|ag(start|over|e(n(ter|d)|xit)|leave)?)|blclick)|un(handledrejection|load)|p(opstate|lay(ing)?|a(ste|use|ge(show|hide))|rogress)|e(nded|rror|mptied)|volumechange|key(down|up|press)|focus|w(heel|aiting)|l(oad(start|e(nd|d(data|metadata)))?|anguagechange)|a(uxclick|fterprint|bort)|r(e(s(ize|et)|jectionhandled)|atechange)|m(ouse(o(ut|ver)|down|up|enter|leave|move)|essage(error)?)|b(efore(unload|print)|lur))(?![\\w:-])", beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, comment: "HTML5 attributes, event handlers", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.event-handler.$1.html", patterns: [{ begin: "=", beginCaptures: { 0: { name: "punctuation.separator.key-value.html" } }, end: "(?<=[^\\s=])(?!\\s*=)|(?=/?>)", patterns: [{ begin: "(?=[^\\s=<>`/]|/(?!>))", end: "(?!\\G)", name: "meta.embedded.line.js", patterns: [{ captures: { 0: { name: "source.js" }, 1: { patterns: [{ include: "source.js" }] } }, match: "(([^\\s\"'=<>`/]|/(?!>))+)", name: "string.unquoted.html" }, { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "source.js", end: '(")', endCaptures: { 0: { name: "punctuation.definition.string.end.html" }, 1: { name: "source.js" } }, name: "string.quoted.double.html", patterns: [{ captures: { 0: { patterns: [{ include: "source.js" }] } }, match: '([^\\n"/]|/(?![/*]))+' }, { begin: "//", beginCaptures: { 0: { name: "punctuation.definition.comment.js" } }, end: '(?=")|\\n', name: "comment.line.double-slash.js" }, { begin: "/\\*", beginCaptures: { 0: { name: "punctuation.definition.comment.begin.js" } }, end: '(?=")|\\*/', endCaptures: { 0: { name: "punctuation.definition.comment.end.js" } }, name: "comment.block.js" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "source.js", end: "(')", endCaptures: { 0: { name: "punctuation.definition.string.end.html" }, 1: { name: "source.js" } }, name: "string.quoted.single.html", patterns: [{ captures: { 0: { patterns: [{ include: "source.js" }] } }, match: "([^\\n'/]|/(?![/*]))+" }, { begin: "//", beginCaptures: { 0: { name: "punctuation.definition.comment.js" } }, end: "(?=')|\\n", name: "comment.line.double-slash.js" }, { begin: "/\\*", beginCaptures: { 0: { name: "punctuation.definition.comment.begin.js" } }, end: "(?=')|\\*/", endCaptures: { 0: { name: "punctuation.definition.comment.end.js" } }, name: "comment.block.js" }] }] }, { match: "=", name: "invalid.illegal.unexpected-equals-sign.html" }] }] }, { begin: "(data-[a-z\\-]+)(?![\\w:-])", beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, comment: "HTML5 attributes, data-*", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.data-x.$1.html", patterns: [{ include: "#attribute-interior" }] }, { begin: "(align|bgcolor|border)(?![\\w:-])", beginCaptures: { 0: { name: "invalid.deprecated.entity.other.attribute-name.html" } }, comment: "HTML attributes, deprecated", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.$1.html", patterns: [{ include: "#attribute-interior" }] }, { begin: `([^\\x{0020}"'<>/=\\x{0000}-\\x{001F}\\x{007F}-\\x{009F}\\x{FDD0}-\\x{FDEF}\\x{FFFE}\\x{FFFF}\\x{1FFFE}\\x{1FFFF}\\x{2FFFE}\\x{2FFFF}\\x{3FFFE}\\x{3FFFF}\\x{4FFFE}\\x{4FFFF}\\x{5FFFE}\\x{5FFFF}\\x{6FFFE}\\x{6FFFF}\\x{7FFFE}\\x{7FFFF}\\x{8FFFE}\\x{8FFFF}\\x{9FFFE}\\x{9FFFF}\\x{AFFFE}\\x{AFFFF}\\x{BFFFE}\\x{BFFFF}\\x{CFFFE}\\x{CFFFF}\\x{DFFFE}\\x{DFFFF}\\x{EFFFE}\\x{EFFFF}\\x{FFFFE}\\x{FFFFF}\\x{10FFFE}\\x{10FFFF}]+)`, beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, comment: "Anything else that is valid", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.unrecognized.$1.html", patterns: [{ include: "#attribute-interior" }] }, { match: "[^\\s>]+", name: "invalid.illegal.character-not-allowed-here.html" }] }, "attribute-interior": { patterns: [{ begin: "=", beginCaptures: { 0: { name: "punctuation.separator.key-value.html" } }, end: "(?<=[^\\s=])(?!\\s*=)|(?=/?>)", patterns: [{ match: "([^\\s\"'=<>`/]|/(?!>))+", name: "string.unquoted.html" }, { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.double.html", patterns: [{ include: "#entities" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.single.html", patterns: [{ include: "#entities" }] }, { match: "=", name: "invalid.illegal.unexpected-equals-sign.html" }] }] }, cdata: { begin: "<!\\[CDATA\\[", beginCaptures: { 0: { name: "punctuation.definition.tag.begin.html" } }, contentName: "string.other.inline-data.html", end: "]]>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.cdata.html" }, comment: { begin: "<!--", captures: { 0: { name: "punctuation.definition.comment.html" } }, end: "-->", name: "comment.block.html", patterns: [{ match: "\\G-?>", name: "invalid.illegal.characters-not-allowed-here.html" }, { match: "<!--(?!>)|<!-(?=-->)", name: "invalid.illegal.characters-not-allowed-here.html" }, { match: "--!>", name: "invalid.illegal.characters-not-allowed-here.html" }] }, "core-minus-invalid": { comment: "This should be the root pattern array includes minus #tags-invalid", patterns: [{ include: "#xml-processing" }, { include: "#comment" }, { include: "#doctype" }, { include: "#cdata" }, { include: "#tags-valid" }, { include: "#entities" }] }, doctype: { begin: "<!(?=(?i:DOCTYPE\\s))", beginCaptures: { 0: { name: "punctuation.definition.tag.begin.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.doctype.html", patterns: [{ match: "\\G(?i:DOCTYPE)", name: "entity.name.tag.html" }, { begin: '"', end: '"', name: "string.quoted.double.html" }, { match: "[^\\s>]+", name: "entity.other.attribute-name.html" }] }, entities: { patterns: [{ captures: { 1: { name: "punctuation.definition.entity.html" }, 912: { name: "punctuation.definition.entity.html" } }, comment: "Yes this is a bit ridiculous, there are quite a lot of these", match: "(&)(?=[a-zA-Z])((a(s(ymp(eq)?|cr|t)|n(d(slope|d|v|and)?|g(s(t|ph)|zarr|e|le|rt(vb(d)?)?|msd(a(h|c|d|e|f|a|g|b))?)?)|c(y|irc|d|ute|E)?|tilde|o(pf|gon)|uml|p(id|os|prox(eq)?|e|E|acir)?|elig|f(r)?|w(conint|int)|l(pha|e(ph|fsym))|acute|ring|grave|m(p|a(cr|lg))|breve)|A(s(sign|cr)|nd|MP|c(y|irc)|tilde|o(pf|gon)|uml|pplyFunction|fr|Elig|lpha|acute|ring|grave|macr|breve))|(B(scr|cy|opf|umpeq|e(cause|ta|rnoullis)|fr|a(ckslash|r(v|wed))|reve)|b(s(cr|im(e)?|ol(hsub|b)?|emi)|n(ot|e(quiv)?)|c(y|ong)|ig(s(tar|qcup)|c(irc|up|ap)|triangle(down|up)|o(times|dot|plus)|uplus|vee|wedge)|o(t(tom)?|pf|wtie|x(h(d|u|D|U)?|times|H(d|u|D|U)?|d(R|l|r|L)|u(R|l|r|L)|plus|D(R|l|r|L)|v(R|h|H|l|r|L)?|U(R|l|r|L)|V(R|h|H|l|r|L)?|minus|box))|Not|dquo|u(ll(et)?|mp(e(q)?|E)?)|prime|e(caus(e)?|t(h|ween|a)|psi|rnou|mptyv)|karow|fr|l(ock|k(1(2|4)|34)|a(nk|ck(square|triangle(down|left|right)?|lozenge)))|a(ck(sim(eq)?|cong|prime|epsilon)|r(vee|wed(ge)?))|r(eve|vbar)|brk(tbrk)?))|(c(s(cr|u(p(e)?|b(e)?))|h(cy|i|eck(mark)?)|ylcty|c(irc|ups(sm)?|edil|a(ps|ron))|tdot|ir(scir|c(eq|le(d(R|circ|S|dash|ast)|arrow(left|right)))?|e|fnint|E|mid)?|o(n(int|g(dot)?)|p(y(sr)?|f|rod)|lon(e(q)?)?|m(p(fn|le(xes|ment))?|ma(t)?))|dot|u(darr(l|r)|p(s|c(up|ap)|or|dot|brcap)?|e(sc|pr)|vee|wed|larr(p)?|r(vearrow(left|right)|ly(eq(succ|prec)|vee|wedge)|arr(m)?|ren))|e(nt(erdot)?|dil|mptyv)|fr|w(conint|int)|lubs(uit)?|a(cute|p(s|c(up|ap)|dot|and|brcup)?|r(on|et))|r(oss|arr))|C(scr|hi|c(irc|onint|edil|aron)|ircle(Minus|Times|Dot|Plus)|Hcy|o(n(tourIntegral|int|gruent)|unterClockwiseContourIntegral|p(f|roduct)|lon(e)?)|dot|up(Cap)?|OPY|e(nterDot|dilla)|fr|lo(seCurly(DoubleQuote|Quote)|ckwiseContourIntegral)|a(yleys|cute|p(italDifferentialD)?)|ross))|(d(s(c(y|r)|trok|ol)|har(l|r)|c(y|aron)|t(dot|ri(f)?)|i(sin|e|v(ide(ontimes)?|onx)?|am(s|ond(suit)?)?|gamma)|Har|z(cy|igrarr)|o(t(square|plus|eq(dot)?|minus)?|ublebarwedge|pf|wn(harpoon(left|right)|downarrows|arrow)|llar)|d(otseq|a(rr|gger))?|u(har|arr)|jcy|e(lta|g|mptyv)|f(isht|r)|wangle|lc(orn|rop)|a(sh(v)?|leth|rr|gger)|r(c(orn|rop)|bkarow)|b(karow|lac)|Arr)|D(s(cr|trok)|c(y|aron)|Scy|i(fferentialD|a(critical(Grave|Tilde|Do(t|ubleAcute)|Acute)|mond))|o(t(Dot|Equal)?|uble(Right(Tee|Arrow)|ContourIntegral|Do(t|wnArrow)|Up(DownArrow|Arrow)|VerticalBar|L(ong(RightArrow|Left(RightArrow|Arrow))|eft(RightArrow|Tee|Arrow)))|pf|wn(Right(TeeVector|Vector(Bar)?)|Breve|Tee(Arrow)?|arrow|Left(RightVector|TeeVector|Vector(Bar)?)|Arrow(Bar|UpArrow)?))|Zcy|el(ta)?|D(otrahd)?|Jcy|fr|a(shv|rr|gger)))|(e(s(cr|im|dot)|n(sp|g)|c(y|ir(c)?|olon|aron)|t(h|a)|o(pf|gon)|dot|u(ro|ml)|p(si(v|lon)?|lus|ar(sl)?)|e|D(ot|Dot)|q(s(im|lant(less|gtr))|c(irc|olon)|u(iv(DD)?|est|als)|vparsl)|f(Dot|r)|l(s(dot)?|inters|l)?|a(ster|cute)|r(Dot|arr)|g(s(dot)?|rave)?|x(cl|ist|p(onentiale|ectation))|m(sp(1(3|4))?|pty(set|v)?|acr))|E(s(cr|im)|c(y|irc|aron)|ta|o(pf|gon)|NG|dot|uml|TH|psilon|qu(ilibrium|al(Tilde)?)|fr|lement|acute|grave|x(ists|ponentialE)|m(pty(SmallSquare|VerySmallSquare)|acr)))|(f(scr|nof|cy|ilig|o(pf|r(k(v)?|all))|jlig|partint|emale|f(ilig|l(ig|lig)|r)|l(tns|lig|at)|allingdotseq|r(own|a(sl|c(1(2|8|3|4|5|6)|78|2(3|5)|3(8|4|5)|45|5(8|6)))))|F(scr|cy|illed(SmallSquare|VerySmallSquare)|o(uriertrf|pf|rAll)|fr))|(G(scr|c(y|irc|edil)|t|opf|dot|T|Jcy|fr|amma(d)?|reater(Greater|SlantEqual|Tilde|Equal(Less)?|FullEqual|Less)|g|breve)|g(s(cr|im(e|l)?)|n(sim|e(q(q)?)?|E|ap(prox)?)|c(y|irc)|t(c(c|ir)|dot|quest|lPar|r(sim|dot|eq(qless|less)|less|a(pprox|rr)))?|imel|opf|dot|jcy|e(s(cc|dot(o(l)?)?|l(es)?)?|q(slant|q)?|l)?|v(nE|ertneqq)|fr|E(l)?|l(j|E|a)?|a(cute|p|mma(d)?)|rave|g(g)?|breve))|(h(s(cr|trok|lash)|y(phen|bull)|circ|o(ok(leftarrow|rightarrow)|pf|arr|rbar|mtht)|e(llip|arts(uit)?|rcon)|ks(earow|warow)|fr|a(irsp|lf|r(dcy|r(cir|w)?)|milt)|bar|Arr)|H(s(cr|trok)|circ|ilbertSpace|o(pf|rizontalLine)|ump(DownHump|Equal)|fr|a(cek|t)|ARDcy))|(i(s(cr|in(s(v)?|dot|v|E)?)|n(care|t(cal|prod|e(rcal|gers)|larhk)?|odot|fin(tie)?)?|c(y|irc)?|t(ilde)?|i(nfin|i(nt|int)|ota)?|o(cy|ta|pf|gon)|u(kcy|ml)|jlig|prod|e(cy|xcl)|quest|f(f|r)|acute|grave|m(of|ped|a(cr|th|g(part|e|line))))|I(scr|n(t(e(rsection|gral))?|visible(Comma|Times))|c(y|irc)|tilde|o(ta|pf|gon)|dot|u(kcy|ml)|Ocy|Jlig|fr|Ecy|acute|grave|m(plies|a(cr|ginaryI))?))|(j(s(cr|ercy)|c(y|irc)|opf|ukcy|fr|math)|J(s(cr|ercy)|c(y|irc)|opf|ukcy|fr))|(k(scr|hcy|c(y|edil)|opf|jcy|fr|appa(v)?|green)|K(scr|c(y|edil)|Hcy|opf|Jcy|fr|appa))|(l(s(h|cr|trok|im(e|g)?|q(uo(r)?|b)|aquo)|h(ar(d|u(l)?)|blk)|n(sim|e(q(q)?)?|E|ap(prox)?)|c(y|ub|e(il|dil)|aron)|Barr|t(hree|c(c|ir)|imes|dot|quest|larr|r(i(e|f)?|Par))?|Har|o(ng(left(arrow|rightarrow)|rightarrow|mapsto)|times|z(enge|f)?|oparrow(left|right)|p(f|lus|ar)|w(ast|bar)|a(ng|rr)|brk)|d(sh|ca|quo(r)?|r(dhar|ushar))|ur(dshar|uhar)|jcy|par(lt)?|e(s(s(sim|dot|eq(qgtr|gtr)|approx|gtr)|cc|dot(o(r)?)?|g(es)?)?|q(slant|q)?|ft(harpoon(down|up)|threetimes|leftarrows|arrow(tail)?|right(squigarrow|harpoons|arrow(s)?))|g)?|v(nE|ertneqq)|f(isht|loor|r)|E(g)?|l(hard|corner|tri|arr)?|a(ng(d|le)?|cute|t(e(s)?|ail)?|p|emptyv|quo|rr(sim|hk|tl|pl|fs|lp|b(fs)?)?|gran|mbda)|r(har(d)?|corner|tri|arr|m)|g(E)?|m(idot|oust(ache)?)|b(arr|r(k(sl(d|u)|e)|ac(e|k))|brk)|A(tail|arr|rr))|L(s(h|cr|trok)|c(y|edil|aron)|t|o(ng(RightArrow|left(arrow|rightarrow)|rightarrow|Left(RightArrow|Arrow))|pf|wer(RightArrow|LeftArrow))|T|e(ss(Greater|SlantEqual|Tilde|EqualGreater|FullEqual|Less)|ft(Right(Vector|Arrow)|Ceiling|T(ee(Vector|Arrow)?|riangle(Bar|Equal)?)|Do(ubleBracket|wn(TeeVector|Vector(Bar)?))|Up(TeeVector|DownVector|Vector(Bar)?)|Vector(Bar)?|arrow|rightarrow|Floor|A(ngleBracket|rrow(RightArrow|Bar)?)))|Jcy|fr|l(eftarrow)?|a(ng|cute|placetrf|rr|mbda)|midot))|(M(scr|cy|inusPlus|opf|u|e(diumSpace|llintrf)|fr|ap)|m(s(cr|tpos)|ho|nplus|c(y|omma)|i(nus(d(u)?|b)?|cro|d(cir|dot|ast)?)|o(dels|pf)|dash|u(ltimap|map)?|p|easuredangle|DDot|fr|l(cp|dr)|a(cr|p(sto(down|up|left)?)?|l(t(ese)?|e)|rker)))|(n(s(hort(parallel|mid)|c(cue|e|r)?|im(e(q)?)?|u(cc(eq)?|p(set(eq(q)?)?|e|E)?|b(set(eq(q)?)?|e|E)?)|par|qsu(pe|be)|mid)|Rightarrow|h(par|arr|Arr)|G(t(v)?|g)|c(y|ong(dot)?|up|edil|a(p|ron))|t(ilde|lg|riangle(left(eq)?|right(eq)?)|gl)|i(s(d)?|v)?|o(t(ni(v(c|a|b))?|in(dot|v(c|a|b)|E)?)?|pf)|dash|u(m(sp|ero)?)?|jcy|p(olint|ar(sl|t|allel)?|r(cue|e(c(eq)?)?)?)|e(s(im|ear)|dot|quiv|ar(hk|r(ow)?)|xist(s)?|Arr)?|v(sim|infin|Harr|dash|Dash|l(t(rie)?|e|Arr)|ap|r(trie|Arr)|g(t|e))|fr|w(near|ar(hk|r(ow)?)|Arr)|V(dash|Dash)|l(sim|t(ri(e)?)?|dr|e(s(s)?|q(slant|q)?|ft(arrow|rightarrow))?|E|arr|Arr)|a(ng|cute|tur(al(s)?)?|p(id|os|prox|E)?|bla)|r(tri(e)?|ightarrow|arr(c|w)?|Arr)|g(sim|t(r)?|e(s|q(slant|q)?)?|E)|mid|L(t(v)?|eft(arrow|rightarrow)|l)|b(sp|ump(e)?))|N(scr|c(y|edil|aron)|tilde|o(nBreakingSpace|Break|t(R(ightTriangle(Bar|Equal)?|everseElement)|Greater(Greater|SlantEqual|Tilde|Equal|FullEqual|Less)?|S(u(cceeds(SlantEqual|Tilde|Equal)?|perset(Equal)?|bset(Equal)?)|quareSu(perset(Equal)?|bset(Equal)?))|Hump(DownHump|Equal)|Nested(GreaterGreater|LessLess)|C(ongruent|upCap)|Tilde(Tilde|Equal|FullEqual)?|DoubleVerticalBar|Precedes(SlantEqual|Equal)?|E(qual(Tilde)?|lement|xists)|VerticalBar|Le(ss(Greater|SlantEqual|Tilde|Equal|Less)?|ftTriangle(Bar|Equal)?))?|pf)|u|e(sted(GreaterGreater|LessLess)|wLine|gative(MediumSpace|Thi(nSpace|ckSpace)|VeryThinSpace))|Jcy|fr|acute))|(o(s(cr|ol|lash)|h(m|bar)|c(y|ir(c)?)|ti(lde|mes(as)?)|S|int|opf|d(sold|iv|ot|ash|blac)|uml|p(erp|lus|ar)|elig|vbar|f(cir|r)|l(c(ir|ross)|t|ine|arr)|a(st|cute)|r(slope|igof|or|d(er(of)?|f|m)?|v|arr)?|g(t|on|rave)|m(i(nus|cron|d)|ega|acr))|O(s(cr|lash)|c(y|irc)|ti(lde|mes)|opf|dblac|uml|penCurly(DoubleQuote|Quote)|ver(B(ar|rac(e|ket))|Parenthesis)|fr|Elig|acute|r|grave|m(icron|ega|acr)))|(p(s(cr|i)|h(i(v)?|one|mmat)|cy|i(tchfork|v)?|o(intint|und|pf)|uncsp|er(cnt|tenk|iod|p|mil)|fr|l(us(sim|cir|two|d(o|u)|e|acir|mn|b)?|an(ck(h)?|kv))|ar(s(im|l)|t|a(llel)?)?|r(sim|n(sim|E|ap)|cue|ime(s)?|o(d|p(to)?|f(surf|line|alar))|urel|e(c(sim|n(sim|eqq|approx)|curlyeq|eq|approx)?)?|E|ap)?|m)|P(s(cr|i)|hi|cy|i|o(incareplane|pf)|fr|lusMinus|artialD|r(ime|o(duct|portion(al)?)|ecedes(SlantEqual|Tilde|Equal)?)?))|(q(scr|int|opf|u(ot|est(eq)?|at(int|ernions))|prime|fr)|Q(scr|opf|UOT|fr))|(R(s(h|cr)|ho|c(y|edil|aron)|Barr|ight(Ceiling|T(ee(Vector|Arrow)?|riangle(Bar|Equal)?)|Do(ubleBracket|wn(TeeVector|Vector(Bar)?))|Up(TeeVector|DownVector|Vector(Bar)?)|Vector(Bar)?|arrow|Floor|A(ngleBracket|rrow(Bar|LeftArrow)?))|o(undImplies|pf)|uleDelayed|e(verse(UpEquilibrium|E(quilibrium|lement)))?|fr|EG|a(ng|cute|rr(tl)?)|rightarrow)|r(s(h|cr|q(uo(r)?|b)|aquo)|h(o(v)?|ar(d|u(l)?))|nmid|c(y|ub|e(il|dil)|aron)|Barr|t(hree|imes|ri(e|f|ltri)?)|i(singdotseq|ng|ght(squigarrow|harpoon(down|up)|threetimes|left(harpoons|arrows)|arrow(tail)?|rightarrows))|Har|o(times|p(f|lus|ar)|a(ng|rr)|brk)|d(sh|ca|quo(r)?|ldhar)|uluhar|p(polint|ar(gt)?)|e(ct|al(s|ine|part)?|g)|f(isht|loor|r)|l(har|arr|m)|a(ng(d|e|le)?|c(ute|e)|t(io(nals)?|ail)|dic|emptyv|quo|rr(sim|hk|c|tl|pl|fs|w|lp|ap|b(fs)?)?)|rarr|x|moust(ache)?|b(arr|r(k(sl(d|u)|e)|ac(e|k))|brk)|A(tail|arr|rr)))|(s(s(cr|tarf|etmn|mile)|h(y|c(hcy|y)|ort(parallel|mid)|arp)|c(sim|y|n(sim|E|ap)|cue|irc|polint|e(dil)?|E|a(p|ron))?|t(ar(f)?|r(ns|aight(phi|epsilon)))|i(gma(v|f)?|m(ne|dot|plus|e(q)?|l(E)?|rarr|g(E)?)?)|zlig|o(pf|ftcy|l(b(ar)?)?)|dot(e|b)?|u(ng|cc(sim|n(sim|eqq|approx)|curlyeq|eq|approx)?|p(s(im|u(p|b)|et(neq(q)?|eq(q)?)?)|hs(ol|ub)|1|n(e|E)|2|d(sub|ot)|3|plus|e(dot)?|E|larr|mult)?|m|b(s(im|u(p|b)|et(neq(q)?|eq(q)?)?)|n(e|E)|dot|plus|e(dot)?|E|rarr|mult)?)|pa(des(uit)?|r)|e(swar|ct|tm(n|inus)|ar(hk|r(ow)?)|xt|mi|Arr)|q(su(p(set(eq)?|e)?|b(set(eq)?|e)?)|c(up(s)?|ap(s)?)|u(f|ar(e|f))?)|fr(own)?|w(nwar|ar(hk|r(ow)?)|Arr)|larr|acute|rarr|m(t(e(s)?)?|i(d|le)|eparsl|a(shp|llsetminus))|bquo)|S(scr|hort(RightArrow|DownArrow|UpArrow|LeftArrow)|c(y|irc|edil|aron)?|tar|igma|H(cy|CHcy)|opf|u(c(hThat|ceeds(SlantEqual|Tilde|Equal)?)|p(set|erset(Equal)?)?|m|b(set(Equal)?)?)|OFTcy|q(uare(Su(perset(Equal)?|bset(Equal)?)|Intersection|Union)?|rt)|fr|acute|mallCircle))|(t(s(hcy|c(y|r)|trok)|h(i(nsp|ck(sim|approx))|orn|e(ta(sym|v)?|re(4|fore))|k(sim|ap))|c(y|edil|aron)|i(nt|lde|mes(d|b(ar)?)?)|o(sa|p(cir|f(ork)?|bot)?|ea)|dot|prime|elrec|fr|w(ixt|ohead(leftarrow|rightarrow))|a(u|rget)|r(i(sb|time|dot|plus|e|angle(down|q|left(eq)?|right(eq)?)?|minus)|pezium|ade)|brk)|T(s(cr|trok)|RADE|h(i(nSpace|ckSpace)|e(ta|refore))|c(y|edil|aron)|S(cy|Hcy)|ilde(Tilde|Equal|FullEqual)?|HORN|opf|fr|a(u|b)|ripleDot))|(u(scr|h(ar(l|r)|blk)|c(y|irc)|t(ilde|dot|ri(f)?)|Har|o(pf|gon)|d(har|arr|blac)|u(arr|ml)|p(si(h|lon)?|harpoon(left|right)|downarrow|uparrows|lus|arrow)|f(isht|r)|wangle|l(c(orn(er)?|rop)|tri)|a(cute|rr)|r(c(orn(er)?|rop)|tri|ing)|grave|m(l|acr)|br(cy|eve)|Arr)|U(scr|n(ion(Plus)?|der(B(ar|rac(e|ket))|Parenthesis))|c(y|irc)|tilde|o(pf|gon)|dblac|uml|p(si(lon)?|downarrow|Tee(Arrow)?|per(RightArrow|LeftArrow)|DownArrow|Equilibrium|arrow|Arrow(Bar|DownArrow)?)|fr|a(cute|rr(ocir)?)|ring|grave|macr|br(cy|eve)))|(v(s(cr|u(pn(e|E)|bn(e|E)))|nsu(p|b)|cy|Bar(v)?|zigzag|opf|dash|prop|e(e(eq|bar)?|llip|r(t|bar))|Dash|fr|ltri|a(ngrt|r(s(igma|u(psetneq(q)?|bsetneq(q)?))|nothing|t(heta|riangle(left|right))|p(hi|i|ropto)|epsilon|kappa|r(ho)?))|rtri|Arr)|V(scr|cy|opf|dash(l)?|e(e|r(yThinSpace|t(ical(Bar|Separator|Tilde|Line))?|bar))|Dash|vdash|fr|bar))|(w(scr|circ|opf|p|e(ierp|d(ge(q)?|bar))|fr|r(eath)?)|W(scr|circ|opf|edge|fr))|(X(scr|i|opf|fr)|x(s(cr|qcup)|h(arr|Arr)|nis|c(irc|up|ap)|i|o(time|dot|p(f|lus))|dtri|u(tri|plus)|vee|fr|wedge|l(arr|Arr)|r(arr|Arr)|map))|(y(scr|c(y|irc)|icy|opf|u(cy|ml)|en|fr|ac(y|ute))|Y(scr|c(y|irc)|opf|uml|Icy|Ucy|fr|acute|Acy))|(z(scr|hcy|c(y|aron)|igrarr|opf|dot|e(ta|etrf)|fr|w(nj|j)|acute)|Z(scr|c(y|aron)|Hcy|opf|dot|e(ta|roWidthSpace)|fr|acute)))(;)", name: "constant.character.entity.named.$2.html" }, { captures: { 1: { name: "punctuation.definition.entity.html" }, 3: { name: "punctuation.definition.entity.html" } }, match: "(&)#\\d+(;)", name: "constant.character.entity.numeric.decimal.html" }, { captures: { 1: { name: "punctuation.definition.entity.html" }, 3: { name: "punctuation.definition.entity.html" } }, match: "(&)#[xX][0-9a-fA-F]+(;)", name: "constant.character.entity.numeric.hexadecimal.html" }, { match: "&(?=[a-zA-Z0-9]+;)", name: "invalid.illegal.ambiguous-ampersand.html" }] }, math: { patterns: [{ begin: `(?i)(<)(math)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.structure.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)", endCaptures: { 0: { name: "meta.tag.structure.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.structure.$2.html", patterns: [{ begin: "(?<!>)\\G", end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }], repository: { attribute: { patterns: [{ begin: "(s(hift|ymmetric|cript(sizemultiplier|level|minsize)|t(ackalign|retchy)|ide|u(pscriptshift|bscriptshift)|e(parator(s)?|lection)|rc)|h(eight|ref)|n(otation|umalign)|c(haralign|olumn(spa(n|cing)|width|lines|align)|lose|rossout)|i(n(dent(shift(first|last)?|target|align(first|last)?)|fixlinebreakstyle)|d)|o(pen|verflow)|d(i(splay(style)?|r)|e(nomalign|cimalpoint|pth))|position|e(dge|qual(columns|rows))|voffset|f(orm|ence|rame(spacing)?)|width|l(space|ine(thickness|leading|break(style|multchar)?)|o(ngdivstyle|cation)|ength|quote|argeop)|a(c(cent(under)?|tiontype)|l(t(text|img(-(height|valign|width))?)|ign(mentscope)?))|r(space|ow(spa(n|cing)|lines|align)|quote)|groupalign|x(link:href|mlns)|m(in(size|labelspacing)|ovablelimits|a(th(size|color|variant|background)|xsize))|bevelled)(?![\\w:-])", beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, end: "(?=\\s*+[^=\\s])", name: "meta.attribute.$1.html", patterns: [{ include: "#attribute-interior" }] }, { begin: `([^\\x{0020}"'<>/=\\x{0000}-\\x{001F}\\x{007F}-\\x{009F}\\x{FDD0}-\\x{FDEF}\\x{FFFE}\\x{FFFF}\\x{1FFFE}\\x{1FFFF}\\x{2FFFE}\\x{2FFFF}\\x{3FFFE}\\x{3FFFF}\\x{4FFFE}\\x{4FFFF}\\x{5FFFE}\\x{5FFFF}\\x{6FFFE}\\x{6FFFF}\\x{7FFFE}\\x{7FFFF}\\x{8FFFE}\\x{8FFFF}\\x{9FFFE}\\x{9FFFF}\\x{AFFFE}\\x{AFFFF}\\x{BFFFE}\\x{BFFFF}\\x{CFFFE}\\x{CFFFF}\\x{DFFFE}\\x{DFFFF}\\x{EFFFE}\\x{EFFFF}\\x{FFFFE}\\x{FFFFF}\\x{10FFFE}\\x{10FFFF}]+)`, beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, comment: "Anything else that is valid", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.unrecognized.$1.html", patterns: [{ include: "#attribute-interior" }] }, { match: "[^\\s>]+", name: "invalid.illegal.character-not-allowed-here.html" }] }, tags: { patterns: [{ include: "#comment" }, { include: "#cdata" }, { captures: { 0: { name: "meta.tag.structure.math.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(annotation|annotation-xml|semantics|menclose|merror|mfenced|mfrac|mpadded|mphantom|mroot|mrow|msqrt|mstyle|mmultiscripts|mover|mprescripts|msub|msubsup|msup|munder|munderover|none|mlabeledtr|mtable|mtd|mtr|mlongdiv|mscarries|mscarry|msgroup|msline|msrow|mstack|maction)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.structure.math.$2.html" }, { begin: `(?i)(<)(annotation|annotation-xml|semantics|menclose|merror|mfenced|mfrac|mpadded|mphantom|mroot|mrow|msqrt|mstyle|mmultiscripts|mover|mprescripts|msub|msubsup|msup|munder|munderover|none|mlabeledtr|mtable|mtd|mtr|mlongdiv|mscarries|mscarry|msgroup|msline|msrow|mstack|maction)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.structure.math.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.structure.math.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.structure.math.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.inline.math.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(mi|mn|mo|ms|mspace|mtext|maligngroup|malignmark)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.inline.math.$2.html" }, { begin: `(?i)(<)(mi|mn|mo|ms|mspace|mtext|maligngroup|malignmark)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.inline.math.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.inline.math.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.inline.math.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.object.math.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(mglyph)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.object.math.$2.html" }, { begin: `(?i)(<)(mglyph)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.object.math.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.object.math.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.object.math.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.other.invalid.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.unrecognized-tag.html" }, 4: { patterns: [{ include: "#attribute" }] }, 6: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(([\\w:]+))(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.other.invalid.html" }, { begin: `(?i)(<)((\\w[^\\s>]*))(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.other.invalid.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.unrecognized-tag.html" }, 4: { patterns: [{ include: "#attribute" }] }, 6: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)((\\2))\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.other.invalid.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.unrecognized-tag.html" }, 4: { name: "punctuation.definition.tag.end.html" }, 5: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.other.invalid.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.invalid.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { include: "#tags-invalid" }] } } }, svg: { patterns: [{ begin: `(?i)(<)(svg)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.structure.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)", endCaptures: { 0: { name: "meta.tag.structure.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.structure.$2.html", patterns: [{ begin: "(?<!>)\\G", end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }], repository: { attribute: { patterns: [{ begin: "(s(hape-rendering|ystemLanguage|cale|t(yle|itchTiles|op-(color|opacity)|dDeviation|em(h|v)|artOffset|r(i(ng|kethrough-(thickness|position))|oke(-(opacity|dash(offset|array)|width|line(cap|join)|miterlimit))?))|urfaceScale|p(e(cular(Constant|Exponent)|ed)|acing|readMethod)|eed|lope)|h(oriz-(origin-x|adv-x)|eight|anging|ref(lang)?)|y(1|2|ChannelSelector)?|n(umOctaves|ame)|c(y|o(ntentS(criptType|tyleType)|lor(-(interpolation(-filters)?|profile|rendering))?)|ursor|l(ip(-(path|rule)|PathUnits)?|ass)|a(p-height|lcMode)|x)|t(ype|o|ext(-(decoration|anchor|rendering)|Length)|a(rget(X|Y)?|b(index|leValues))|ransform)|i(n(tercept|2)?|d(eographic)?|mage-rendering)|z(oomAndPan)?|o(p(erator|acity)|ver(flow|line-(thickness|position))|ffset|r(i(ent(ation)?|gin)|der))|d(y|i(splay|visor|ffuseConstant|rection)|ominant-baseline|ur|e(scent|celerate)|x)?|u(1|n(i(code(-(range|bidi))?|ts-per-em)|derline-(thickness|position))|2)|p(ing|oint(s(At(X|Y|Z))?|er-events)|a(nose-1|t(h(Length)?|tern(ContentUnits|Transform|Units))|int-order)|r(imitiveUnits|eserveA(spectRatio|lpha)))|e(n(d|able-background)|dgeMode|levation|x(ternalResourcesRequired|ponent))|v(i(sibility|ew(Box|Target))|-(hanging|ideographic|alphabetic|mathematical)|e(ctor-effect|r(sion|t-(origin-(y|x)|adv-y)))|alues)|k(1|2|3|e(y(Splines|Times|Points)|rn(ing|el(Matrix|UnitLength)))|4)?|f(y|il(ter(Res|Units)?|l(-(opacity|rule))?)|o(nt-(s(t(yle|retch)|ize(-adjust)?)|variant|family|weight)|rmat)|lood-(color|opacity)|r(om)?|x)|w(idth(s)?|ord-spacing|riting-mode)|l(i(ghting-color|mitingConeAngle)|ocal|e(ngthAdjust|tter-spacing)|ang)|a(scent|cc(umulate|ent-height)|ttribute(Name|Type)|zimuth|dditive|utoReverse|l(ignment-baseline|phabetic|lowReorder)|rabic-form|mplitude)|r(y|otate|e(s(tart|ult)|ndering-intent|peat(Count|Dur)|quired(Extensions|Features)|f(X|Y|errerPolicy)|l)|adius|x)?|g(1|2|lyph(Ref|-(name|orientation-(horizontal|vertical)))|radient(Transform|Units))|x(1|2|ChannelSelector|-height|link:(show|href|t(ype|itle)|a(ctuate|rcrole)|role)|ml:(space|lang|base))?|m(in|ode|e(thod|dia)|a(sk(ContentUnits|Units)?|thematical|rker(Height|-(start|end|mid)|Units|Width)|x))|b(y|ias|egin|ase(Profile|line-shift|Frequency)|box))(?![\\w:-])", beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, end: "(?=\\s*+[^=\\s])", name: "meta.attribute.$1.html", patterns: [{ include: "#attribute-interior" }] }, { begin: `([^\\x{0020}"'<>/=\\x{0000}-\\x{001F}\\x{007F}-\\x{009F}\\x{FDD0}-\\x{FDEF}\\x{FFFE}\\x{FFFF}\\x{1FFFE}\\x{1FFFF}\\x{2FFFE}\\x{2FFFF}\\x{3FFFE}\\x{3FFFF}\\x{4FFFE}\\x{4FFFF}\\x{5FFFE}\\x{5FFFF}\\x{6FFFE}\\x{6FFFF}\\x{7FFFE}\\x{7FFFF}\\x{8FFFE}\\x{8FFFF}\\x{9FFFE}\\x{9FFFF}\\x{AFFFE}\\x{AFFFF}\\x{BFFFE}\\x{BFFFF}\\x{CFFFE}\\x{CFFFF}\\x{DFFFE}\\x{DFFFF}\\x{EFFFE}\\x{EFFFF}\\x{FFFFE}\\x{FFFFF}\\x{10FFFE}\\x{10FFFF}]+)`, beginCaptures: { 0: { name: "entity.other.attribute-name.html" } }, comment: "Anything else that is valid", end: "(?=\\s*+[^=\\s])", name: "meta.attribute.unrecognized.$1.html", patterns: [{ include: "#attribute-interior" }] }, { match: "[^\\s>]+", name: "invalid.illegal.character-not-allowed-here.html" }] }, tags: { patterns: [{ include: "#comment" }, { include: "#cdata" }, { captures: { 0: { name: "meta.tag.metadata.svg.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(color-profile|desc|metadata|script|style|title)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.metadata.svg.$2.html" }, { begin: `(?i)(<)(color-profile|desc|metadata|script|style|title)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.metadata.svg.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.metadata.svg.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.metadata.svg.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.structure.svg.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(animateMotion|clipPath|defs|feComponentTransfer|feDiffuseLighting|feMerge|feSpecularLighting|filter|g|hatch|linearGradient|marker|mask|mesh|meshgradient|meshpatch|meshrow|pattern|radialGradient|switch|text|textPath)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.structure.svg.$2.html" }, { begin: `(?i)(<)(animateMotion|clipPath|defs|feComponentTransfer|feDiffuseLighting|feMerge|feSpecularLighting|filter|g|hatch|linearGradient|marker|mask|mesh|meshgradient|meshpatch|meshrow|pattern|radialGradient|switch|text|textPath)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.structure.svg.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.structure.svg.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.structure.svg.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.inline.svg.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(a|animate|discard|feBlend|feColorMatrix|feComposite|feConvolveMatrix|feDisplacementMap|feDistantLight|feDropShadow|feFlood|feFuncA|feFuncB|feFuncG|feFuncR|feGaussianBlur|feMergeNode|feMorphology|feOffset|fePointLight|feSpotLight|feTile|feTurbulence|hatchPath|mpath|set|solidcolor|stop|tspan)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.inline.svg.$2.html" }, { begin: `(?i)(<)(a|animate|discard|feBlend|feColorMatrix|feComposite|feConvolveMatrix|feDisplacementMap|feDistantLight|feDropShadow|feFlood|feFuncA|feFuncB|feFuncG|feFuncR|feGaussianBlur|feMergeNode|feMorphology|feOffset|fePointLight|feSpotLight|feTile|feTurbulence|hatchPath|mpath|set|solidcolor|stop|tspan)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.inline.svg.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.inline.svg.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.inline.svg.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.object.svg.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(circle|ellipse|feImage|foreignObject|image|line|path|polygon|polyline|rect|symbol|use|view)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.object.svg.$2.html" }, { begin: `(?i)(<)(a|circle|ellipse|feImage|foreignObject|image|line|path|polygon|polyline|rect|symbol|use|view)(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.object.svg.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { patterns: [{ include: "#attribute" }] }, 5: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)(\\2)\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.object.svg.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.object.svg.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.other.svg.$2.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" }, 4: { patterns: [{ include: "#attribute" }] }, 6: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)((altGlyph|altGlyphDef|altGlyphItem|animateColor|animateTransform|cursor|font|font-face|font-face-format|font-face-name|font-face-src|font-face-uri|glyph|glyphRef|hkern|missing-glyph|tref|vkern))(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.other.svg.$2.html" }, { begin: `(?i)(<)((altGlyph|altGlyphDef|altGlyphItem|animateColor|animateTransform|cursor|font|font-face|font-face-format|font-face-name|font-face-src|font-face-uri|glyph|glyphRef|hkern|missing-glyph|tref|vkern))(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.other.svg.$2.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" }, 4: { patterns: [{ include: "#attribute" }] }, 6: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)((\\2))\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.other.svg.$2.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" }, 4: { name: "punctuation.definition.tag.end.html" }, 5: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.other.svg.$2.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { captures: { 0: { name: "meta.tag.other.invalid.void.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.unrecognized-tag.html" }, 4: { patterns: [{ include: "#attribute" }] }, 6: { name: "punctuation.definition.tag.end.html" } }, match: `(?i)(<)(([\\w:]+))(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(/>))`, name: "meta.element.other.invalid.html" }, { begin: `(?i)(<)((\\w[^\\s>]*))(?=\\s|/?>)(?:(([^"'>]|"[^"]*"|'[^']*')*)(>))?`, beginCaptures: { 0: { name: "meta.tag.other.invalid.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.unrecognized-tag.html" }, 4: { patterns: [{ include: "#attribute" }] }, 6: { name: "punctuation.definition.tag.end.html" } }, end: "(?i)(</)((\\2))\\s*(>)|(/>)|(?=</\\w+)", endCaptures: { 0: { name: "meta.tag.other.invalid.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.unrecognized-tag.html" }, 4: { name: "punctuation.definition.tag.end.html" }, 5: { name: "punctuation.definition.tag.end.html" } }, name: "meta.element.other.invalid.html", patterns: [{ begin: "(?<!>)\\G", end: "(?=/>)|>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.invalid.start.html", patterns: [{ include: "#attribute" }] }, { include: "#tags" }] }, { include: "#tags-invalid" }] } } }, "tags-invalid": { patterns: [{ begin: "(</?)((\\w[^\\s>]*))(?<!/)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.unrecognized-tag.html" } }, end: "((?: ?/)?>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.$2.html", patterns: [{ include: "#attribute" }] }] }, "tags-valid": { patterns: [{ begin: "(^[ \\t]+)?(?=<(?i:style)\\b(?!-))", beginCaptures: { 1: { name: "punctuation.whitespace.embedded.leading.html" } }, end: "(?!\\G)([ \\t]*$\\n?)?", endCaptures: { 1: { name: "punctuation.whitespace.embedded.trailing.html" } }, patterns: [{ begin: "(?i)(<)(style)(?=\\s|/?>)", beginCaptures: { 0: { name: "meta.tag.metadata.style.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "(?i)((<)/)(style)\\s*(>)", endCaptures: { 0: { name: "meta.tag.metadata.style.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "source.css-ignored-vscode" }, 3: { name: "entity.name.tag.html" }, 4: { name: "punctuation.definition.tag.end.html" } }, name: "meta.embedded.block.html", patterns: [{ begin: "\\G", captures: { 1: { name: "punctuation.definition.tag.end.html" } }, end: "(>)", name: "meta.tag.metadata.style.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?!\\G)", end: "(?=</(?i:style))", name: "source.css", patterns: [{ include: "source.css" }] }] }] }, { begin: "(^[ \\t]+)?(?=<(?i:script)\\b(?!-))", beginCaptures: { 1: { name: "punctuation.whitespace.embedded.leading.html" } }, end: "(?!\\G)([ \\t]*$\\n?)?", endCaptures: { 1: { name: "punctuation.whitespace.embedded.trailing.html" } }, patterns: [{ begin: "(<)((?i:script))\\b", beginCaptures: { 0: { name: "meta.tag.metadata.script.start.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "(/)((?i:script))(>)", endCaptures: { 0: { name: "meta.tag.metadata.script.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "punctuation.definition.tag.end.html" } }, name: "meta.embedded.block.html", patterns: [{ begin: "\\G", end: "(?=/)", patterns: [{ begin: "(>)", beginCaptures: { 0: { name: "meta.tag.metadata.script.start.html" }, 1: { name: "punctuation.definition.tag.end.html" } }, end: "((<))(?=/(?i:script))", endCaptures: { 0: { name: "meta.tag.metadata.script.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "source.js-ignored-vscode" } }, patterns: [{ begin: "\\G", end: "(?=</(?i:script))", name: "source.js", patterns: [{ begin: "(^[ \\t]+)?(?=//)", beginCaptures: { 1: { name: "punctuation.whitespace.comment.leading.js" } }, end: "(?!\\G)", patterns: [{ begin: "//", beginCaptures: { 0: { name: "punctuation.definition.comment.js" } }, end: "(?=<\/script)|\\n", name: "comment.line.double-slash.js" }] }, { begin: "/\\*", captures: { 0: { name: "punctuation.definition.comment.js" } }, end: "\\*/|(?=<\/script)", name: "comment.block.js" }, { include: "source.js" }] }] }, { begin: "\\G", end: `(?i:(?=>|type(?=[\\s=])(?!\\s*=\\s*(''|""|('|"|)(text/(javascript(1\\.[0-5])?|x-javascript|jscript|livescript|(x-)?ecmascript|babel)|application/((x-)?javascript|(x-)?ecmascript)|module)[\\s"'>]))))`, name: "meta.tag.metadata.script.start.html", patterns: [{ include: "#attribute" }] }, { begin: `(?i:(?=type\\s*=\\s*('|"|)text/(x-handlebars|(x-(handlebars-)?|ng-)?template|html)[\\s"'>]))`, end: "((<))(?=/(?i:script))", endCaptures: { 0: { name: "meta.tag.metadata.script.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "text.html.basic" } }, patterns: [{ begin: "\\G", end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.script.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?!\\G)", end: "(?=</(?i:script))", name: "text.html.basic", patterns: [{ include: "text.html.basic" }] }] }, { begin: "(?=(?i:type))", end: "(<)(?=/(?i:script))", endCaptures: { 0: { name: "meta.tag.metadata.script.end.html" }, 1: { name: "punctuation.definition.tag.begin.html" } }, patterns: [{ begin: "\\G", end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.script.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?!\\G)", end: "(?=</(?i:script))", name: "source.unknown" }] }] }] }] }, { begin: "(?i)(<)(base|link|meta)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "/?>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.$2.void.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)(noscript|title)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)(noscript|title)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.$2.end.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)(col|hr|input)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "/?>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.$2.void.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)(address|article|aside|blockquote|body|button|caption|colgroup|datalist|dd|details|dialog|div|dl|dt|fieldset|figcaption|figure|footer|form|head|header|hgroup|html|h[1-6]|label|legend|li|main|map|menu|meter|nav|ol|optgroup|option|output|p|pre|progress|section|select|slot|summary|table|tbody|td|template|textarea|tfoot|th|thead|tr|ul)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)(address|article|aside|blockquote|body|button|caption|colgroup|datalist|dd|details|dialog|div|dl|dt|fieldset|figcaption|figure|footer|form|head|header|hgroup|html|h[1-6]|label|legend|li|main|map|menu|meter|nav|ol|optgroup|option|output|p|pre|progress|section|select|slot|summary|table|tbody|td|template|textarea|tfoot|th|thead|tr|ul)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.$2.end.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)(area|br|wbr)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "/?>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.$2.void.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)(a|abbr|b|bdi|bdo|cite|code|data|del|dfn|em|i|ins|kbd|mark|q|rp|rt|ruby|s|samp|small|span|strong|sub|sup|time|u|var)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)(a|abbr|b|bdi|bdo|cite|code|data|del|dfn|em|i|ins|kbd|mark|q|rp|rt|ruby|s|samp|small|span|strong|sub|sup|time|u|var)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.$2.end.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)(embed|img|param|source|track)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "/?>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.$2.void.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)(audio|canvas|iframe|object|picture|video)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)(audio|canvas|iframe|object|picture|video)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.$2.end.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)((basefont|isindex))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: "/?>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.metadata.$2.void.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)((center|frameset|noembed|noframes))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)((center|frameset|noembed|noframes))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.$2.end.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)((acronym|big|blink|font|strike|tt|xmp))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)((acronym|big|blink|font|strike|tt|xmp))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.$2.end.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)((frame))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: "/?>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.$2.void.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)((applet))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)((applet))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.deprecated.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.object.$2.end.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(<)((dir|keygen|listing|menuitem|plaintext|spacer))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.no-longer-supported.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.$2.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(?i)(</)((dir|keygen|listing|menuitem|plaintext|spacer))(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" }, 3: { name: "invalid.illegal.no-longer-supported.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.$2.end.html", patterns: [{ include: "#attribute" }] }, { include: "#math" }, { include: "#svg" }, { begin: "(<)([a-zA-Z][.0-9_a-zA-Z\\x{00B7}\\x{00C0}-\\x{00D6}\\x{00D8}-\\x{00F6}\\x{00F8}-\\x{037D}\\x{037F}-\\x{1FFF}\\x{200C}-\\x{200D}\\x{203F}-\\x{2040}\\x{2070}-\\x{218F}\\x{2C00}-\\x{2FEF}\\x{3001}-\\x{D7FF}\\x{F900}-\\x{FDCF}\\x{FDF0}-\\x{FFFD}\\x{10000}-\\x{EFFFF}]*-[\\-.0-9_a-zA-Z\\x{00B7}\\x{00C0}-\\x{00D6}\\x{00D8}-\\x{00F6}\\x{00F8}-\\x{037D}\\x{037F}-\\x{1FFF}\\x{200C}-\\x{200D}\\x{203F}-\\x{2040}\\x{2070}-\\x{218F}\\x{2C00}-\\x{2FEF}\\x{3001}-\\x{D7FF}\\x{F900}-\\x{FDCF}\\x{FDF0}-\\x{FFFD}\\x{10000}-\\x{EFFFF}]*)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "/?>", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.custom.start.html", patterns: [{ include: "#attribute" }] }, { begin: "(</)([a-zA-Z][.0-9_a-zA-Z\\x{00B7}\\x{00C0}-\\x{00D6}\\x{00D8}-\\x{00F6}\\x{00F8}-\\x{037D}\\x{037F}-\\x{1FFF}\\x{200C}-\\x{200D}\\x{203F}-\\x{2040}\\x{2070}-\\x{218F}\\x{2C00}-\\x{2FEF}\\x{3001}-\\x{D7FF}\\x{F900}-\\x{FDCF}\\x{FDF0}-\\x{FFFD}\\x{10000}-\\x{EFFFF}]*-[\\-.0-9_a-zA-Z\\x{00B7}\\x{00C0}-\\x{00D6}\\x{00D8}-\\x{00F6}\\x{00F8}-\\x{037D}\\x{037F}-\\x{1FFF}\\x{200C}-\\x{200D}\\x{203F}-\\x{2040}\\x{2070}-\\x{218F}\\x{2C00}-\\x{2FEF}\\x{3001}-\\x{D7FF}\\x{F900}-\\x{FDCF}\\x{FDF0}-\\x{FFFD}\\x{10000}-\\x{EFFFF}]*)(?=\\s|/?>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: ">", endCaptures: { 0: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.custom.end.html", patterns: [{ include: "#attribute" }] }] }, "xml-processing": { begin: "(<\\?)(xml)", captures: { 1: { name: "punctuation.definition.tag.html" }, 2: { name: "entity.name.tag.html" } }, end: "(\\?>)", name: "meta.tag.metadata.processing.xml.html", patterns: [{ include: "#attribute" }] } }, scopeName: "text.html.basic", embeddedLangs: ["javascript", "css"] });
|
|
4
|
-
var r = [
|
|
5
|
-
...t,
|
|
6
|
-
...e,
|
|
7
|
-
n
|
|
8
|
-
];
|
|
9
|
-
export {
|
|
10
|
-
r as default
|
|
11
|
-
};
|