-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: highlight more redirection operators #173
Conversation
Also fixed the case where the |
queries/nu/highlights.scm
Outdated
"e>>" "err>>" | ||
"e+o>>" "err+out>>" | ||
"o+e>>" "out+err>>" | ||
"o>|" "out>|" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
although these appear in the code, o>|
/ out>|
, i can't get them to do anything. maybe that's a bug? i'm not sure exactly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, probably the o>|
and out>|
are the same as |
and is not useful enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove those from the highlights.scm
Thanks |
Missing redirection operators added to
highlights.scm
.