mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <a[\t--]>
|
|
RegExpBranchImpl: <a[\t--]>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpClassImpl: <[\t--]>
|
|
PsiElement(CLASS_BEGIN)('[')
|
|
RegExpCharRangeImpl: <\t-->
|
|
RegExpCharImpl: <\t>
|
|
PsiElement(ESC_CTRL_CHARACTER)('\t')
|
|
PsiElement(MINUS)('-')
|
|
RegExpCharImpl: <->
|
|
PsiElement(MINUS)('-')
|
|
PsiElement(CLASS_END)(']') |