Syntax highlighting of aliases
Question
I discovered this question when I was setting up the theme. When highlight_resolved_externals is enabled, the alias just uses the color for if a command is not found. Is there any way to color the alias like if it was a command that did exist?
Additional context and details
No response
Here's better showcase of my question, the neovim alias nv should be green and bold like the uname command.
There are two possible resolutions here:
- fix the highlighting so it is marked like a resolved internal command (no need for an additional config point)
- add a
shape_aliasto our color config and explicitly identify aliases during syntax highlighting.
Ok
This bug is a little more subtle than it looks initially. I'll open a PR with a proposed fix for further discussion :)
Awesome, thanks for the help!