mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
18 lines
609 B
Plaintext
18 lines
609 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <[i-[:]]*>
|
|
RegExpBranchImpl: <[i-[:]]*>
|
|
RegExpClosureImpl: <[i-[:]]*>
|
|
RegExpClassImpl: <[i-[:]]>
|
|
PsiElement(CLASS_BEGIN)('[')
|
|
RegExpCharImpl: <i>
|
|
PsiElement(CHARACTER)('i')
|
|
RegExpCharImpl: <->
|
|
PsiElement(MINUS)('-')
|
|
RegExpClassImpl: <[:]>
|
|
PsiElement(CLASS_BEGIN)('[')
|
|
RegExpCharImpl: <:>
|
|
PsiElement(CHARACTER)(':')
|
|
PsiElement(CLASS_END)(']')
|
|
PsiElement(CLASS_END)(']')
|
|
RegExpQuantifierImpl: <*>
|
|
PsiElement(STAR)('*') |