name: jQuery (JavaScript) scopeName: source.js.jquery repository:

nested-parens: 
  captures: 
    "0": 
      name: punctuation.section.scope.js
  begin: \(
  end: \)
  patterns: 
  - include: "#nested-parens"
  - include: source.js
css-selector: 
  name: meta.selector.css
  begin: (?=\s*[.*#a-zA-Z])
  end: (?=["'])
  patterns: 
  - name: entity.name.tag.css
    match: \b(a|abbr|acronym|address|area|b|base|big|blockquote|body|br|button|caption|cite|code|col|colgroup|dd|del|dfn|div|dl|dt|em|fieldset|form|frame|frameset|(h[1-6])|head|hr|html|i|iframe|img|input|ins|kbd|label|legend|li|link|map|meta|noframes|noscript|object|ol|optgroup|option|p|param|pre|q|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|ul|var)\b
  - name: entity.other.attribute-name.class.css
    captures: 
      "1": 
        name: punctuation.definition.attribute-name.css
    match: (\.)[a-zA-Z0-9_-]+
  - name: entity.other.attribute-name.id.css
    captures: 
      "1": 
        name: punctuation.definition.attribute-name.css
    match: (#)[a-zA-Z0-9_-]+
  - name: entity.name.tag.wildcard.css
    match: \*
  - name: entity.other.attribute-name.pseudo-class.css
    captures: 
      "1": 
        name: punctuation.definition.attribute-name.css
    match: (:)\b(active|after|before|first-letter|first-line|hover|link|visited)\b

uuid: 1AD8EB10-62BE-417C-BC4B-29B5C6F0B36A foldingStartMarker: (^.*{[^}]*$|^.*([^)]*$|^./(?!.**/).*$) patterns:

foldingStopMarker: (^s*}|^s*)|^(?!./).**/) keyEquivalent: ^~J comment: jQuery Javascript Framework. By Jonathan Chaffer & Karl Swedberg.