-
-
Save amalmurali47/9b6f2c3dde6f3340f07ee3e95c3c3075 to your computer and use it in GitHub Desktop.
g
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ patterns = ( | |
{ include = '#comment-block'; }, | |
{ include = '#selector'; }, | |
{ name = 'meta.at-rule.charset.css'; | |
begin = '\s*((@)charset\b)\s*'; | |
end = '\s*((?=;|$))'; | |
captures = { | |
1 = { name = 'keyword.control.at-rule.charset.css'; }; | |
2 = { name = 'punctuation.definition.keyword.css'; }; | |
}; | |
patterns = ( | |
{ include = '#string-double'; }, | |
{ include = '#string-single'; }, | |
); | |
}, | |
{ name = 'meta.at-rule.import.css'; | |
begin = '\s*((@)import\b)\s*'; | |
end = '\s*((?=;|\}))'; | |
captures = { | |
1 = { name = 'keyword.control.at-rule.import.css'; }; | |
2 = { name = 'punctuation.definition.keyword.css'; }; | |
}; | |
patterns = ( | |
{ include = '#string-double'; }, | |
{ include = '#string-single'; }, | |
{ begin = '\s*(url)\s*(\()\s*'; | |
end = '\s*(\))\s*'; | |
beginCaptures = { | |
1 = { name = 'support.function.url.css'; }; | |
2 = { name = 'punctuation.section.function.css'; }; | |
}; | |
endCaptures = { 1 = { name = 'punctuation.section.function.css'; }; }; | |
patterns = ( | |
{ name = 'variable.parameter.url.css'; | |
match = '[^''") \t]+'; | |
}, | |
{ include = '#string-single'; }, | |
{ include = '#string-double'; }, | |
); | |
}, | |
{ include = '#media-query-list'; }, | |
); | |
}, | |
{ name = 'meta.at-rule.font-face.css'; | |
begin = '^\s*((@)font-face)\s*(?=\{)'; | |
end = '(?!\G)'; | |
beginCaptures = { | |
1 = { name = 'keyword.control.at-rule.font-face.css'; }; | |
2 = { name = 'punctuation.definition.keyword.css'; }; | |
}; | |
patterns = ( { include = '#rule-list'; } ); | |
}, | |
{ begin = '(?=^\s*@media\s*.*?\{)'; | |
end = '\s*(\})'; | |
endCaptures = { 1 = { name = 'punctuation.section.property-list.end.css'; }; }; | |
patterns = ( | |
{ name = 'meta.at-rule.media.css'; | |
begin = '^\s*((@)media)(?=.*?\{)'; | |
end = '\s*(?=\{)'; | |
beginCaptures = { | |
1 = { name = 'keyword.control.at-rule.media.css'; }; | |
2 = { name = 'punctuation.definition.keyword.css'; }; | |
3 = { name = 'support.constant.media.css'; }; | |
}; | |
patterns = ( { include = '#media-query-list'; } ); | |
}, | |
{ begin = '\s*(\{)'; | |
end = '(?=\})'; | |
beginCaptures = { 1 = { name = 'punctuation.section.property-list.begin.css'; }; }; | |
patterns = ( { include = '$self'; } ); | |
}, | |
); | |
}, | |
{ begin = '(?=\{)'; | |
end = '(?!\G)'; | |
patterns = ( { include = '#rule-list'; } ); | |
}, | |
); | |
repository = { | |
color-values = { | |
patterns = ( | |
{ name = 'support.constant.color.w3c-standard-color-name.css'; | |
comment = 'http://www.w3.org/TR/CSS21/syndata.html#value-def-color'; | |
match = '\b(aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow)\b'; | |
}, | |
{ name = 'invalid.deprecated.color.w3c-non-standard-color-name.css'; | |
comment = 'These colours are mostly recognised but will not validate. ref: http://www.w3schools.com/css/css_colornames.asp'; | |
match = '\b(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|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|thistle|tomato|turquoise|violet|wheat|whitesmoke|yellowgreen)\b'; | |
}, | |
{ begin = '(hsla?|rgba?)\s*(\()'; | |
end = '(\))'; | |
beginCaptures = { | |
1 = { name = 'support.function.misc.css'; }; | |
2 = { name = 'punctuation.section.function.css'; }; | |
}; | |
endCaptures = { 1 = { name = 'punctuation.section.function.css'; }; }; | |
patterns = ( | |
{ name = 'constant.other.color.rgb-value.css'; | |
match = '(?x)\b | |
(0*((1?[0-9]{1,2})|(2([0-4][0-9]|5[0-5])))\s*,\s*){2} | |
(0*((1?[0-9]{1,2})|(2([0-4][0-9]|5[0-5])))\b) | |
(\s*,\s*((0?\.[0-9]+)|[0-1]))? | |
'; | |
}, | |
{ name = 'constant.other.color.rgb-percentage.css'; | |
match = '\b([0-9]{1,2}|100)\s*%,\s*([0-9]{1,2}|100)\s*%,\s*([0-9]{1,2}|100)\s*%'; | |
}, | |
{ include = '#numeric-values'; }, | |
); | |
}, | |
); | |
}; | |
comment-block = { | |
name = 'comment.block.css'; | |
begin = '/\*'; | |
end = '\*/'; | |
captures = { 0 = { name = 'punctuation.definition.comment.css'; }; }; | |
}; | |
media-query = { | |
begin = '(?i)\s*(only|not)?\s*(all|aural|braille|embossed|handheld|print|projection|screen|tty|tv)?'; | |
end = '\s*(?:(,)|(?=[{;]))'; | |
beginCaptures = { | |
1 = { name = 'keyword.operator.logic.media.css'; }; | |
2 = { name = 'support.constant.media.css'; }; | |
}; | |
endCaptures = { 1 = { name = 'punctuation.definition.arbitrary-repitition.css'; }; }; | |
patterns = ( | |
{ begin = '\s*(and)?\s*(\()\s*'; | |
end = '\)'; | |
beginCaptures = { 1 = { name = 'keyword.operator.logic.media.css'; }; }; | |
patterns = ( | |
{ begin = '(?x) | |
( | |
((min|max)-)? | |
( | |
((device-)?(height|width|aspect-ratio))| | |
(color(-index)?)|monochrome|resolution | |
) | |
)|grid|scan|orientation | |
\s*(?=[:)])'; | |
end = '(:)|(?=\))'; | |
beginCaptures = { 0 = { name = 'support.type.property-name.media.css'; }; }; | |
endCaptures = { 1 = { name = 'punctuation.separator.key-value.css'; }; }; | |
}, | |
{ name = 'support.constant.property-value.css'; | |
match = '\b(portrait|landscape|progressive|interlace)'; | |
}, | |
{ match = '\s*(\d+)(/)(\d+)'; | |
captures = { | |
1 = { name = 'constant.numeric.css'; }; | |
2 = { name = 'keyword.operator.arithmetic.css'; }; | |
3 = { name = 'constant.numeric.css'; }; | |
}; | |
}, | |
{ include = '#numeric-values'; }, | |
); | |
}, | |
); | |
}; | |
media-query-list = { | |
begin = '\s*(?=[^{;])'; | |
end = '\s*(?=[{;])'; | |
patterns = ( { include = '#media-query'; } ); | |
}; | |
numeric-values = { | |
patterns = ( | |
{ name = 'constant.other.color.rgb-value.css'; | |
match = '(#)([0-9a-fA-F]{3}|[0-9a-fA-F]{6})\b'; | |
captures = { 1 = { name = 'punctuation.definition.constant.css'; }; }; | |
}, | |
{ name = 'constant.numeric.css'; | |
match = '(?x) | |
(?:-|\+)?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+)) | |
((?:px|pt|ch|cm|mm|in|r?em|ex|pc|deg|g?rad|dpi|dpcm|s)\b|%)? | |
'; | |
captures = { 1 = { name = 'keyword.other.unit.css'; }; }; | |
}, | |
); | |
}; | |
property-values = { | |
patterns = ( | |
{ name = 'support.constant.property-value.css'; | |
match = '\b(absolute|all(-scroll)?|always|armenian|auto|avoid|baseline|below|bidi-override|block|bold|bolder|both|bottom|break-all|break-word|capitalize|center|char|circle|cjk-ideographic|col-resize|collapse|crosshair|dashed|decimal-leading-zero|decimal|default|disabled|disc|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ellipsis|fixed|flat|geometricPrecision|georgian|groove|hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|inactive|inherit|initial|inline-block|inline|inset|inside|inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|keep-all|left|lighter|line-edge|line-through|line|list-item|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|nw-resize|none|normal|not-allowed|nowrap|oblique|optimize(Legibility|Quality|Speed)|outset|outside|overline|pointer|pre(-(wrap|line))?|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|right|ridge|row-resize|rtl|s-resize|scroll|se-resize|separate|small-caps|solid|square|static|strict|sub|super|sw-resize|table-footer-group|table-header-group|tb-rl|text-bottom|text-top|text|thick|thin|top|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|vertical(-(ideographic|text))|visible(Painted|Fill|Stroke)?|w-resize|wait|whitespace|zero|smaller|larger|((xx?-)?(small|large))|painted|fill|stroke|column|column-reverse|contain|cover|fill|flex-end|flex-start|row|row-reverse|scale-down|space-around|space-between|stretch|wrap|wrap-reverse|reverse|alternate-reverse|alternate|forwards|backwards|infinite|ease|ease-in|ease-out|ease-in-out|linear|step-start|step-end|steps|cubic-bezier|running|paused|sticky|page|soft-light|screen|saturation|overlay|multiply|luminosity|lighten|hue|hard-light|exclusion|difference|darken|color-dodge|color-burn|color|view-box|stroke-box|fill-box|border-box|padding-box|content-box|round|space|currentColor|subgrid|auto-fill|min-content|max-content|row|column|dense|minmax|calc|translate|translateX|translateY|translateZ|scale|scaleX|scaleY|scaleZ|rotate|rotateX|rotateY|rotateZ|skew|skewX|skewY|skewZ|linear-gradient|repeating-linear-gradient|radial-gradient|repeating-radial-gradient|farthest-side|closest-side|farthest-corner|closest-corner|ellipse|circle)\b'; | |
}, | |
{ name = 'support.constant.font-name.css'; | |
match = '(\b(?i:arial|century|comic|courier|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace)\b)'; | |
}, | |
{ include = '#numeric-values'; }, | |
{ include = '#color-values'; }, | |
{ include = '#string-double'; }, | |
{ include = '#string-single'; }, | |
{ begin = '(rect)\s*(\()'; | |
end = '(\))'; | |
beginCaptures = { | |
1 = { name = 'support.function.misc.css'; }; | |
2 = { name = 'punctuation.section.function.css'; }; | |
}; | |
endCaptures = { 1 = { name = 'punctuation.section.function.css'; }; }; | |
patterns = ( { include = '#numeric-values'; } ); | |
}, | |
{ begin = '(format|local|url|attr|counter|counters)\s*(\()'; | |
end = '(\))'; | |
beginCaptures = { | |
1 = { name = 'support.function.misc.css'; }; | |
2 = { name = 'punctuation.section.function.css'; }; | |
}; | |
endCaptures = { 1 = { name = 'punctuation.section.function.css'; }; }; | |
patterns = ( | |
{ include = '#string-single'; }, | |
{ include = '#string-double'; }, | |
{ name = 'variable.parameter.misc.css'; | |
match = '[^''") \t]+'; | |
}, | |
); | |
}, | |
{ begin = '(matrix(3d)?|perspective|(rotate|scale|translate)([XYZ]|3d)?|skew[XY]?)\s*(\()'; | |
end = '(\))'; | |
beginCaptures = { | |
1 = { name = 'support.function.transform.css'; }; | |
2 = { name = 'punctuation.section.function.css'; }; | |
}; | |
endCaptures = { 1 = { name = 'punctuation.section.function.css'; }; }; | |
patterns = ( { include = '#numeric-values'; } ); | |
}, | |
{ name = 'keyword.other.important.css'; | |
match = '\!\s*important'; | |
}, | |
); | |
}; | |
rule-list = { | |
name = 'meta.property-list.css'; | |
begin = '\{'; | |
end = '\}'; | |
beginCaptures = { 0 = { name = 'punctuation.section.property-list.begin.css'; }; }; | |
endCaptures = { 0 = { name = 'punctuation.section.property-list.end.css'; }; }; | |
patterns = ( | |
{ include = '#comment-block'; }, | |
{ name = 'meta.property-name.css'; | |
begin = '(?<![-a-z])(?=[-a-z])'; | |
end = '$|(?![-a-z])'; | |
patterns = ( | |
{ name = 'support.type.property-name.css'; | |
match = '-(webkit|moz|o|ms|khtml)(-[A-Za-z]+)+\b'; | |
}, | |
{ name = 'support.type.property-name.css'; | |
match = '\b(zoom|z-index|y|x|writing-mode|wrap-through|wrap-flow|wrap|word-wrap|word-spacing|word-break|word|will-change|width|widows|white-space-collapse|white-space|white|weight|volume|voice-volume|voice-stress|voice-rate|voice-range|voice-pitch-range|voice-pitch|voice-family|voice-duration|voice-balance|voice|visibility|vertical-align|variant|user-select|up|unicode-bidi|unicode|trim|transition-timing-function|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|timing-function|text-wrap|text-underline-position|text-transform|text-space-collapse|text-shadow|text-replace|text-overflow|text-outline|text-orientation|text-justify|text-indent|text-height|text-emphasis-style|text-emphasis-position|text-emphasis-color|text-emphasis|text-decoration-style|text-decoration-skip|text-decoration-line|text-decoration-color|text-decoration|text-combine-upright|text-align-last|text-align|text|target-position|target-new|target-name|target|table-layout|tab-size|style-type|style-position|style-image|style|stroke|string-set|stretch|stress|stacking-strategy|stacking-shift|stacking-ruby|stacking|src|speed|speech-rate|speech|speak-punctuation|speak-numeral|speak-header|speak-as|speak|span|spacing|space-collapse|space|sizing|size-adjust|size|shape-outside|shape-margin|shape-inside|shape-image-threshold|shadow|setting-named-strings-string-set-pro|scroll-snap-type|scroll-snap-stop|scroll-snap-margin-top|scroll-snap-margin-right|scroll-snap-margin-left|scroll-snap-margin-inline-start|scroll-snap-margin-inline-end|scroll-snap-margin-inline|scroll-snap-margin-bottom|scroll-snap-margin-block-start|scroll-snap-margin-block-end|scroll-snap-margin-block|scroll-snap-margin|scroll-snap-align|scroll-padding-top|scroll-padding-right|scroll-padding-left|scroll-padding-inline-start|scroll-padding-inline-end|scroll-padding-inline|scroll-padding-bottom|scroll-padding-block-start|scroll-padding-block-end|scroll-padding-block|scroll-padding|rule-width|rule-style|rule-color|rule|ruby-span|ruby-position|ruby-overhang|ruby-merge|ruby-align|ruby|rows|row-gap|rotation-point|rotation|rotating|role|right|richness|rest-before|rest-after|rest|respond-to|resource|resolution|resize|reset|replace|repeat|rendering-intent|region-fragment|rate|radius|quotes|punctuation-trim|punctuation|property|profile|presentation-level|presentation|position|polar-origin|polar-distance|polar-angle|polar-anchor|pointer-events|point|play-state|play-during|play-count|pitch-range|pitch|phonemes|perspective-origin|perspective|pause-before|pause-after|pause|page-policy|page-break-inside|page-break-before|page-break-after|page|padding-top|padding-right|padding-left|padding-bottom|padding|pack|overhang|overflow-y|overflow-x|overflow-wrap|overflow-style|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|origin|orientation|orient|ordinal-group|order|opacity|offset|object-position|object-fit|numeral|new|nav-up|nav-right|nav-left|nav-index|nav-down|nav-dir|nav|name|moving|move-to|model|min-width|min-height|min|max-width|max-lines|max-height|max|mask-type|mask-source-type|mask-size|mask-repeat|mask-position|mask-origin|mask-image|mask-clip|mask-box-width|mask-box-source|mask-box-slice|mask-box-repeat|mask-box-outset|mask-box|mask|marquee-style|marquee-speed|marquee-play-count|marquee-direction|marquee|marks|marker-side|mark-before|mark-after|mark|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|list|lines|line-stacking-strategy|line-stacking-shift|line-stacking-ruby|line-stacking|line-snap|line-height|line-grid|line-break|line|lighting-color|level|letter-spacing|length|left|label|justify-self|justify-items|justify-content|justify|iteration-count|input-method-editor|inline-box-align|initial-value|initial-size|initial-letter|initial-before-align|initial-before-adjust|initial-after-align|initial-after-adjust|index|indent|increment|image-resolution|image-rendering|image-orientation|image|icon|hyphens|hyphenate-resource|hyphenate-lines|hyphenate-character|hyphenate-before|hyphenate-after|hyphenate|height|header|hanging-punctuation|grid-template-rows|grid-template-columns|grid-template-areas|grid-template|grid-rows|grid-row-start|grid-row-end|grid-row|grid-columns|grid-column-start|grid-column-end|grid-column|grid-auto-rows|grid-auto-flow|grid-auto-columns|grid-area|grid|gap|font-weight|font-variant-position|font-variant-numeric|font-variant-ligatures|font-variant-east-asian|font-variant-caps|font-variant-alternates|font-variant|font-synthesis|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|flow-into|flow-from|flood-opacity|flood-color|float-offset|float|flex-wrap|flex-shrink|flex-grow|flex-group|flex-flow|flex-direction|flex-basis|flex|fit-position|fit|filter|fill|family|empty-cells|emphasis|elevation|duration|drop-initial-value|drop-initial-size|drop-initial-before-align|drop-initial-before-adjust|drop-initial-after-align|drop-initial-after-adjust|drop|down|dominant-baseline|display-role|display-outside|display-model|display-list|display-inside|display|direction|delay|decoration-break|decoration|cursor|cue-before|cue-after|cue|crop|counter-set|counter-reset|counter-increment|counter|count|content|contain|columns|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|column-break-before|column-break-after|column|color-profile|color-interpolation-filters|color|collapse|clip-rule|clip-path|clip|clear|character|chains|caption-side|break-inside|break-before|break-after|break|box-suppress|box-snap|box-sizing|box-shadow|box-pack|box-orient|box-ordinal-group|box-lines|box-flex-group|box-flex|box-direction|box-decoration-break|box-align|box|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-length|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-boundary|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|bookmark-target|bookmark-state|bookmark-level|bookmark-label|bookmark|bleed|binding|bidi|before|baseline-shift|baseline|balance|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-break|background-attachment|background|backface-visibility|azimuth|attachment|appearance|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|all|alignment-baseline|alignment-adjust|alignment|align-self|align-last|align-items|align-content|align|after|adjust)\b'; | |
}, | |
); | |
}, | |
{ name = 'meta.property-value.css'; | |
begin = '(:)\s*'; | |
end = '\s*(;|(?=\}))'; | |
beginCaptures = { 1 = { name = 'punctuation.separator.key-value.css'; }; }; | |
endCaptures = { 1 = { name = 'punctuation.terminator.rule.css'; }; }; | |
patterns = ( { include = '#property-values'; } ); | |
}, | |
); | |
}; | |
selector = { | |
name = 'meta.selector.css'; | |
begin = '\s*(?=[:.*#a-zA-Z])'; | |
end = '(?=[/@{)])'; | |
patterns = ( | |
{ name = 'entity.name.tag.css'; | |
match = '\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|datalist|dd|del|details|dfn|dialog|div|dl|dt|em|eventsource|fieldset|figure|figcaption|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|label|legend|li|link|main|map|mark|menu|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|samp|script|section|select|small|span|strike|strong|style|sub|summary|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\b'; | |
}, | |
{ name = 'entity.other.attribute-name.class.css'; | |
match = '(\.)[a-zA-Z0-9_-]+'; | |
captures = { 1 = { name = 'punctuation.definition.entity.css'; }; }; | |
}, | |
{ name = 'entity.other.attribute-name.id.css'; | |
match = '(#)[a-zA-Z][a-zA-Z0-9_-]*'; | |
captures = { 1 = { name = 'punctuation.definition.entity.css'; }; }; | |
}, | |
{ name = 'entity.name.tag.wildcard.css'; | |
match = '\*'; | |
}, | |
{ name = 'entity.other.attribute-name.pseudo-element.css'; | |
match = '(:+)(after|before|first-letter|first-line|selection)\b'; | |
captures = { 1 = { name = 'punctuation.definition.entity.css'; }; }; | |
}, | |
{ name = 'entity.other.attribute-name.pseudo-class.css'; | |
match = '(:)((first|last)-child|(first|last|only)-of-type|empty|root|target|first|left|right)\b'; | |
captures = { 1 = { name = 'punctuation.definition.entity.css'; }; }; | |
}, | |
{ name = 'entity.other.attribute-name.pseudo-class.ui-state.css'; | |
match = '(:)(checked|enabled|default|disabled|indeterminate|invalid|optional|required|valid)\b'; | |
captures = { 1 = { name = 'punctuation.definition.entity.css'; }; }; | |
}, | |
{ begin = '((:)not)(\()'; | |
end = '\)'; | |
beginCaptures = { | |
1 = { name = 'entity.other.attribute-name.pseudo-class.css'; }; | |
2 = { name = 'punctuation.definition.entity.css'; }; | |
3 = { name = 'punctuation.section.function.css'; }; | |
}; | |
endCaptures = { 0 = { name = 'punctuation.section.function.css'; }; }; | |
patterns = ( { include = '#selector'; } ); | |
}, | |
{ match = '((:)nth-(?:(?:last-)?child|(?:last-)?of-type))(\()(\-?(?:\d+n?|n)(?:\+\d+)?|even|odd)(\))'; | |
captures = { | |
1 = { name = 'entity.other.attribute-name.pseudo-class.css'; }; | |
2 = { name = 'punctuation.definition.entity.css'; }; | |
3 = { name = 'punctuation.section.function.css'; }; | |
4 = { name = 'constant.numeric.css'; }; | |
5 = { name = 'punctuation.section.function.css'; }; | |
}; | |
}, | |
{ name = 'entity.other.attribute-name.pseudo-class.css'; | |
match = '(:)(active|hover|link|visited|focus)\b'; | |
captures = { 1 = { name = 'punctuation.definition.entity.css'; }; }; | |
}, | |
{ name = 'meta.attribute-selector.css'; | |
match = '(?i)(\[)\s*(-?[_a-z\\[[:^ascii:]]][_a-z0-9\-\\[[:^ascii:]]]*)(?:\s*([~|^$*]?=)\s*(?:(-?[_a-z\\[[:^ascii:]]][_a-z0-9\-\\[[:^ascii:]]]*)|((?>([''"])(?:[^\\]|\\.)*?(\6)))))?\s*(\])'; | |
captures = { | |
1 = { name = 'punctuation.definition.entity.css'; }; | |
2 = { name = 'entity.other.attribute-name.attribute.css'; }; | |
3 = { name = 'punctuation.separator.operator.css'; }; | |
4 = { name = 'string.unquoted.attribute-value.css'; }; | |
5 = { name = 'string.quoted.double.attribute-value.css'; }; | |
6 = { name = 'punctuation.definition.string.begin.css'; }; | |
7 = { name = 'punctuation.definition.string.end.css'; }; | |
}; | |
}, | |
); | |
}; | |
string-double = { | |
name = 'string.quoted.double.css'; | |
begin = '"'; | |
end = '"'; | |
beginCaptures = { 0 = { name = 'punctuation.definition.string.begin.css'; }; }; | |
endCaptures = { 0 = { name = 'punctuation.definition.string.end.css'; }; }; | |
patterns = ( | |
{ name = 'constant.character.escape.css'; | |
match = '\\.'; | |
}, | |
); | |
}; | |
string-single = { | |
name = 'string.quoted.single.css'; | |
begin = "'"; | |
end = "'"; | |
beginCaptures = { 0 = { name = 'punctuation.definition.string.begin.css'; }; }; | |
endCaptures = { 0 = { name = 'punctuation.definition.string.end.css'; }; }; | |
patterns = ( | |
{ name = 'constant.character.escape.css'; | |
match = '\\.'; | |
}, | |
); | |
}; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment