mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Add highlighting for files based on $LS_COLORS environment variable.
This commit is contained in:
parent
85d1268b5a
commit
28a5c6e3f0
2 changed files with 91 additions and 3 deletions
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
# Array declaring active highlighters names.
|
||||
typeset -ga ZSH_HIGHLIGHT_HIGHLIGHTERS
|
||||
typeset -gA ZSH_HIGHLIGHT_FILES
|
||||
|
||||
# Update ZLE buffer syntax highlighting.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue