File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ public function getKeywords(): array
129129 'when ' ,
130130 'where ' ,
131131 'while ' ,
132- 'yield '
132+ 'yield ' ,
133+ 'path '
133134 ];
134135 }
135136
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ public function getKeywords(): array
105105 'while ' ,
106106 'with ' ,
107107 'yield ' ,
108+ 'path '
108109 ];
109110 }
110111
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ public function getKeywords(): array
8686 "vararg " ,
8787 "when " ,
8888 "where " ,
89- "while "
89+ "while " ,
90+ "path "
9091 ];
9192 }
9293
Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ public function getKeywords(): array
117117 'use ' ,
118118 'var ' ,
119119 'while ' ,
120- 'xor '
120+ 'xor ' ,
121+ 'path '
121122 ];
122123 }
123124
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ public function getKeywords(): array
7474 'until ' ,
7575 'when ' ,
7676 'while ' ,
77+ 'path '
7778 ];
7879 }
7980
You can’t perform that action at this time.
0 commit comments