File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ my %variants = %(
2727 " environment variable" => rx :i / << env(ironmental)? [\s + | \-] variable /,
2828 filehandle => rx :i / << file [\s + | \-] handle /,
2929 filesystem => rx :i / << file [\s + | \-] system /,
30+ left-hand => rx :i / << left [\s + ] hand /,
3031 lookahead => rx :i / << look \- ahead /,
3132 lookbehind => rx :i / << look [\s + | \-] behind /,
3233 lowercase => rx :i / << lower [\s + | \-] case /,
@@ -39,6 +40,7 @@ my %variants = %(
3940 NYI => rx :i / << niy /,
4041 parameterization => rx :i / << parametrization >> /,
4142 precompil => rx :i / << pre [\s + | \-] compil /,
43+ right-hand => rx :i / << right [\s + ] hand /,
4244 runtime => rx :i / << run [\s + | \-] time /,
4345 semicolon => rx :i / << semi [\s + | \-] colon /,
4446 shorthand => rx :i / << short [\s + | \-] hand /,
You can’t perform that action at this time.
0 commit comments