mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <[a-\Qz\E]>
|
|
RegExpBranchImpl: <[a-\Qz\E]>
|
|
RegExpClassImpl: <[a-\Qz\E]>
|
|
PsiElement(CLASS_BEGIN)('[')
|
|
RegExpCharRangeImpl: <a-\Qz>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
PsiElement(MINUS)('-')
|
|
PsiWhiteSpace('\Q')
|
|
RegExpCharImpl: <z>
|
|
PsiElement(CHARACTER)('z')
|
|
PsiWhiteSpace('\E')
|
|
PsiElement(CLASS_END)(']') |