File tree Expand file tree Collapse file tree 9 files changed +15
-6
lines changed Expand file tree Collapse file tree 9 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ public function getKeywords(): array
103103 "yield " ,
104104 "required " ,
105105 "extension " ,
106- "late "
106+ "late " ,
107+ "path "
107108 ];
108109 }
109110
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 @@ -40,7 +40,8 @@ public function getKeywords(): array
4040 'struct ' ,
4141 'type ' ,
4242 'var ' ,
43- 'default '
43+ 'default ' ,
44+ 'path '
4445 ];
4546 }
4647
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 @@ -71,7 +71,8 @@ public function getKeywords(): array
7171 'except ' ,
7272 'in ' ,
7373 'raise ' ,
74- 'async '
74+ 'async ' ,
75+ 'path '
7576 ];
7677 }
7778
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
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ public function getKeywords(): array
8787 "unowned " ,
8888 "weak " ,
8989 "willSet " ,
90+ "path "
9091 ];
9192 }
9293
You can’t perform that action at this time.
0 commit comments