File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 652
652
' color-keywords' :
653
653
' patterns' : [
654
654
{
655
- # CSS 2.1 colours : http://www.w3.org/TR/CSS21/syndata.html#value-def-color
655
+ # CSS 2.1 colors : http://www.w3.org/TR/CSS21/syndata.html#value-def-color
656
656
' match' : ' (?i)(?<![\\ w-])(aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow)(?![\\ w-])'
657
657
' name' : ' support.constant.color.w3c-standard-color-name.css'
658
658
}
659
659
{
660
- # SVG/CSS3 colour names: http://www.w3.org/TR/css3-color/#svg-color
660
+ # SVG/CSS3 color names: http://www.w3.org/TR/css3-color/#svg-color
661
661
' match' : ''' (?xi) (?<![\\ w-])
662
662
(aliceblue|antiquewhite|aquamarine|azure|beige|bisque|blanchedalmond|blueviolet|brown|burlywood
663
663
|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan
679
679
' name' : ' support.constant.color.w3c-extended-color-name.css'
680
680
}
681
681
{
682
- # Current text colour
682
+ # Current text color
683
683
' match' : ' (?i)(?<![\\ w-])currentColor(?![\\ w-])'
684
684
' name' : ' support.constant.color.current.css'
685
685
}
686
686
{
687
- # These colours are deprecated in CSS3: http://www.w3.org/TR/css3-color/#css2-system
687
+ # These colors are deprecated in CSS3: http://www.w3.org/TR/css3-color/#css2-system
688
688
' match' : ''' (?xi) (?<![\\ w-])
689
689
(ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow
690
690
|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption
837
837
}
838
838
]
839
839
}
840
- # Colours
840
+ # Colors
841
841
{
842
842
' begin' : ' (?i)(?<![\\ w-])(rgba?|rgb|hsla?|hsl|hwb|lab|oklab|lch|oklch|color)(\\ ()'
843
843
' beginCaptures' :
You can’t perform that action at this time.
0 commit comments