-
Notifications
You must be signed in to change notification settings - Fork 1.3k
backticks and $(...) aren't highlighted properly #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There's also the process substitution commands, |
Also, commands in double-quoted strings. I was just bitten by this when I ran the following commit message: git commit -m "Add library attributions Settings page that updates whenever `pod install` is run." Of course, the |
Addressed by c3913e0 for the |
Summary: What needs highlighting:
How to highlight:
|
And now addressed for backticks by f16e858. (Although |
Say, in this command:
vim $(find -name "something")
both
vim
andfind
should be highlighted as a command, but onlyvim
is.The text was updated successfully, but these errors were encountered: