Commit fae74b7
committed
Remove
I just stumbled upon a code in PS `routing-duplex`, where `default` is
a function name and it's getting highlighted. That made me dig to see
where such keyword could be used to reduce the possibility of such
false-positives.
Now, I personally don't remember `default` being ever used as a
keyword in PS. So I asked an AI but it doesn't know either. Then as a
last measure I looked at syntax highlight in VS Code editor, and they
don't highlight `default` either.
So remove `default` from the list of keywords.default keyword1 parent d187b3d commit fae74b7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments