Commit 824d791
authored
style: 💄 color built-ins the same as regular variables (#173)
# Description
Color built-ins the same as other variables since we sometimes use
built-in names as parameter names and it looks odd that one parameter is
colored differently.
Before (you barely see the `type` param):
<img width="777" height="345" alt="image"
src="https://github.com/user-attachments/assets/35d7979f-7ac1-4b80-aea8-0d8796af49cb"
/>
After:
<img width="777" height="345" alt="image"
src="https://github.com/user-attachments/assets/804e0940-c7d6-481e-8c2b-8fff3116772a"
/>
Related to #160.
This PR needs a quick review.
## Checklist
- [x] Ran `just run-all`1 parent 903bcb0 commit 824d791
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments