Commit e36b995
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 421fb28 commit e36b995
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments