name: Regular Expression fileTypes:

scopeName: source.regexp repository:

escaped_char: 
  name: constant.character.escape.regexp
  match: \\.
  comment: escaped character
character_class: 
  name: keyword.control.character-class.regexp
  match: \\[wWsSdDhH]

uuid: BAFE4C4F-8D59-48CD-A3BC-52A2084531C9 foldingStartMarker: (/*|{|() patterns:

foldingStopMarker: (*/|}|)) keyEquivalent: ^~R comment: Matches Oniguruma's Ruby regexp syntax (TextMate uses Oniguruma in Ruby mode).