mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-06-19 01:12:48 +02:00
main: support highlighting paths with specific styles
If there are styles starting with `*.`, consider these "glob matchers" and style according to the matching glob. This allows users to color paths matching patterns in any way desired. Fixes: #605
This commit is contained in:
parent
99680ff695
commit
f39e4bbdfb
3 changed files with 19 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
|||
[#942]
|
||||
- Highlight redirection targets as paths if possible [#982].
|
||||
|
||||
## Highlight paths with matching patterns
|
||||
|
||||
When matchers start with `*.`, the are treated as globs to further refine thee
|
||||
highlighting of paths [#982].
|
||||
|
||||
# Changes in 0.8.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue