mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <((\w+)/)*(\w+)>
|
|
RegExpBranchImpl: <((\w+)/)*(\w+)>
|
|
RegExpClosureImpl: <((\w+)/)*>
|
|
RegExpGroupImpl: <((\w+)/)>
|
|
PsiElement(GROUP_BEGIN)('(')
|
|
RegExpPatternImpl: <(\w+)/>
|
|
RegExpBranchImpl: <(\w+)/>
|
|
RegExpGroupImpl: <(\w+)>
|
|
PsiElement(GROUP_BEGIN)('(')
|
|
RegExpPatternImpl: <\w+>
|
|
RegExpBranchImpl: <\w+>
|
|
RegExpClosureImpl: <\w+>
|
|
RegExpSimpleClassImpl: <\w>
|
|
PsiElement(CHAR_CLASS)('\w')
|
|
RegExpQuantifierImpl: <+>
|
|
PsiElement(PLUS)('+')
|
|
PsiElement(GROUP_END)(')')
|
|
RegExpCharImpl: </>
|
|
PsiElement(CHARACTER)('/')
|
|
PsiElement(GROUP_END)(')')
|
|
RegExpQuantifierImpl: <*>
|
|
PsiElement(STAR)('*')
|
|
RegExpGroupImpl: <(\w+)>
|
|
PsiElement(GROUP_BEGIN)('(')
|
|
RegExpPatternImpl: <\w+>
|
|
RegExpBranchImpl: <\w+>
|
|
RegExpClosureImpl: <\w+>
|
|
RegExpSimpleClassImpl: <\w>
|
|
PsiElement(CHAR_CLASS)('\w')
|
|
RegExpQuantifierImpl: <+>
|
|
PsiElement(PLUS)('+')
|
|
PsiElement(GROUP_END)(')') |