mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
18 lines
568 B
Plaintext
18 lines
568 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <(?x)a\ b\ c>
|
|
RegExpBranchImpl: <(?x)a\ b\ c>
|
|
RegExpSetOptionsImpl: <(?x)>
|
|
PsiElement(SET_OPTIONS)('(?')
|
|
RegExpOptionsImpl: <x>
|
|
PsiElement(OPTIONS_ON)('x')
|
|
PsiElement(GROUP_END)(')')
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpCharImpl: <\ >
|
|
PsiElement(CHARACTER)('\ ')
|
|
RegExpCharImpl: <b>
|
|
PsiElement(CHARACTER)('b')
|
|
RegExpCharImpl: <\ >
|
|
PsiElement(CHARACTER)('\ ')
|
|
RegExpCharImpl: <c>
|
|
PsiElement(CHARACTER)('c') |