mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <(?i:*)>
|
|
RegExpBranchImpl: <(?i:*)>
|
|
RegExpGroupImpl: <(?i:*)>
|
|
PsiElement(SET_OPTIONS)('(?')
|
|
RegExpOptionsImpl: <i>
|
|
PsiElement(OPTIONS_ON)('i')
|
|
PsiElement(COLON)(':')
|
|
RegExpPatternImpl: <*>
|
|
RegExpBranchImpl: <*>
|
|
PsiErrorElement:Dangling quantifier '*'
|
|
<empty list>
|
|
PsiElement(STAR)('*')
|
|
PsiElement(GROUP_END)(')') |