File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,7 @@ public function getKeywords(): array
129129 'when ' ,
130130 'where ' ,
131131 'while ' ,
132- 'yield ' ,
133- 'path '
132+ 'yield '
134133 ];
135134 }
136135
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ public function getKeywords(): array
4040 'struct ' ,
4141 'type ' ,
4242 'var ' ,
43- 'default ' ,
44- 'path '
43+ 'default '
4544 ];
4645 }
4746
Original file line number Diff line number Diff line change @@ -117,8 +117,7 @@ public function getKeywords(): array
117117 'use ' ,
118118 'var ' ,
119119 'while ' ,
120- 'xor ' ,
121- 'path '
120+ 'xor '
122121 ];
123122 }
124123
Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ public function getKeywords(): array
7171 'except ' ,
7272 'in ' ,
7373 'raise ' ,
74- 'async ' ,
75- 'path '
74+ 'async '
7675 ];
7776 }
7877
Original file line number Diff line number Diff line change @@ -73,8 +73,7 @@ public function getKeywords(): array
7373 'unless ' ,
7474 'until ' ,
7575 'when ' ,
76- 'while ' ,
77- 'path '
76+ 'while '
7877 ];
7978 }
8079
You can’t perform that action at this time.
0 commit comments