mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <\p{IsDigit}\p{IsAlpha}>
|
|
RegExpBranchImpl: <\p{IsDigit}\p{IsAlpha}>
|
|
RegExpPropertyImpl: <\p{IsDigit}>
|
|
PsiElement(PROPERTY)('\p')
|
|
PsiElement(LBRACE)('{')
|
|
PsiElement(NAME)('IsDigit')
|
|
PsiElement(RBRACE)('}')
|
|
RegExpPropertyImpl: <\p{IsAlpha}>
|
|
PsiElement(PROPERTY)('\p')
|
|
PsiElement(LBRACE)('{')
|
|
PsiElement(NAME)('IsAlpha')
|
|
PsiElement(RBRACE)('}') |