mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
CONDITIONAL ('(?')
|
|
GROUP_BEGIN ('(')
|
|
PCRE_DEFINE ('DEFINE')
|
|
GROUP_END (')')
|
|
RUBY_NAMED_GROUP ('(?<')
|
|
NAME ('Name')
|
|
GT ('>')
|
|
CHAR_CLASS ('\w')
|
|
PLUS ('+')
|
|
GROUP_END (')')
|
|
GROUP_END (')')
|
|
PCRE_RECURSIVE_NAMED_GROUP ('(?P>')
|
|
NAME ('Name')
|
|
GROUP_END (')') |