PHP 8.0 added support for a match expression: https://wiki.php.net/rfc/match_expression_v2
"match" needs to be added to the list of reservedNonModifiers (context sensitive lexer)