Lexer->addSpecialPattern( '(?<=\b)(?:[1-9]|\d{2,})[xX]\d+(?=\b)', $mode, 'multiplyentity' ); } /** @inheritdoc */ public function getSort() { return 270; } }