name: CSS fileTypes:

scopeName: source.css repository:

string-single: 
  name: string.quoted.single.css
  endCaptures: 
    "0": 
      name: punctuation.definition.string.end.css
  begin: "'"
  beginCaptures: 
    "0": 
      name: punctuation.definition.string.begin.css
  end: "'"
  patterns: 
  - name: constant.character.escape.css
    match: \\.
string-double: 
  name: string.quoted.double.css
  endCaptures: 
    "0": 
      name: punctuation.definition.string.end.css
  begin: "\""
  beginCaptures: 
    "0": 
      name: punctuation.definition.string.begin.css
  end: "\""
  patterns: 
  - name: constant.character.escape.css
    match: \\.
comment-block: 
  name: comment.block.css
  captures: 
    "0": 
      name: punctuation.definition.comment.css
  begin: /\*
  end: \*/

uuid: 69AA0917-B7BB-11D9-A7E2-000D93C8BE28 foldingStartMarker: /**(?!*)|{s*($|/*(?!.*?*/.*S)) patterns:

foldingStopMarker: (?<!*)**/|^s*} keyEquivalent: ^~C comment: “”