-
Notifications
You must be signed in to change notification settings - Fork 1.3k
highlight path separators #136
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
Conversation
Thanks to m0viefreak! Conflicts: highlighters/main/main-highlighter.zsh
@m0vie helped to provide a much more efficient implementation. His changes only perform the highlighting on the matched chunk of text, instead of the entire Thanks again @m0vie! |
Can you also update |
(Sorry for the late response; I was only granted push access here last week.) Quick review: the implementation seems reasonable.
I currently focus on bugfixes, not on new features. |
This commit is a squash of the work done by Jorge Israel Peña (blaenk) in zsh-users#136, rebased on the latest master branch. For now, this is disabled in tests.
This commit is a squash of the work done by Jorge Israel Peña (blaenk) in zsh-users#136, rebased on the latest master branch. For now, this is disabled in tests.
This commit is a squash of the work done by Jorge Israel Peña (blaenk) in zsh-users#136, rebased on the latest master branch. For now, this is disabled in tests.
This commit is a squash of the work done by Jorge Israel Peña (blaenk) in zsh-users#136, rebased on the latest master branch. For now, this is disabled in tests.
This commit is a squash of the work done by Jorge Israel Peña (blaenk) in zsh-users#136, rebased on the latest master branch. For now, this is disabled in tests.
This commit is a squash of the work done by Jorge Israel Peña (blaenk) in zsh-users#136, rebased on the latest master branch. For now, this is disabled in tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in zsh-users#136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This commit is based on the work done by Jorge Israel Peña (blaenk) in #136. Changes: * Adjusted to changes on the latest master branch. * Use regular path highlighter colors by default. * Break out early if the separator color is the same to improve performance. * Tests.
This was resubmitted as #260 and merged. Thanks for the patch! |
This adds support for highlighting path separators. Let me know what you think.