We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87ea13 commit 942bb1cCopy full SHA for 942bb1c
STD_P5.pm6
@@ -823,7 +823,7 @@ token termish {
823
}
824
825
826
-token p5term:fatarrow { <fatarrow> }
+token p5term:fatkey { <fatkey> }
827
828
token p5term:variable { <variable>
829
[
@@ -843,8 +843,8 @@ token p5term:value { <value=p5value> }
843
token p5term:capterm { <capterm> }
844
token p5term:statement_prefix { <statement_prefix=p5statement_prefix> }
845
846
-token fatarrow {
847
- <key=identifier> \h* '=>' <.ws> <val=EXPR(item %assignment)>
+token fatkey {
+ '-'?<key=identifier> <?before \h* '=>' >
848
849
850
# Most of these special variable rules are there simply to catch old p5 brainos
0 commit comments