REGEXP_FILE
  RegExpPatternImpl: <(?:\w\s\w)+>
    RegExpBranchImpl: <(?:\w\s\w)+>
      RegExpClosureImpl: <(?:\w\s\w)+>
        RegExpGroupImpl: <(?:\w\s\w)>
          PsiElement(NON_CAPT_GROUP)('(?:')
          RegExpPatternImpl: <\w\s\w>
            RegExpBranchImpl: <\w\s\w>
              RegExpSimpleClassImpl: <\w>
                PsiElement(CHAR_CLASS)('\w')
              RegExpSimpleClassImpl: <\s>
                PsiElement(CHAR_CLASS)('\s')
              RegExpSimpleClassImpl: <\w>
                PsiElement(CHAR_CLASS)('\w')
          PsiElement(GROUP_END)(')')
        RegExpQuantifierImpl: <+>
          PsiElement(PLUS)('+')