Files
openide/RegExpSupport/testData/lexer/noPcreCondition.txt
Filippova Maria a58330a1c1 WI-60779 Support PCRE "pseudo" conditions DEFINE and VERSION as conditions in conditional groups.
GitOrigin-RevId: bdf83d81e0235826d7980739025f90581bc4222c
2022-08-10 14:38:31 +00:00

14 lines
243 B
Plaintext

CONDITIONAL ('(?')
GROUP_BEGIN ('(')
NAME ('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 (')')