File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 41
41
: ${ZSH_HIGHLIGHT_STYLES[commandseparator]:= none}
42
42
: ${ZSH_HIGHLIGHT_STYLES[hashed-command]:= fg=green}
43
43
: ${ZSH_HIGHLIGHT_STYLES[path]:= underline}
44
- : ${ZSH_HIGHLIGHT_STYLES[path_separator]:= fg=cyan}
45
44
: ${ZSH_HIGHLIGHT_STYLES[path_prefix]:= underline}
46
45
: ${ZSH_HIGHLIGHT_STYLES[path_approx]:= fg=yellow,underline}
47
46
: ${ZSH_HIGHLIGHT_STYLES[globbing]:= fg=blue}
@@ -184,19 +183,6 @@ _zsh_highlight_main_highlighter_check_assign()
184
183
[[ $arg == [[:alpha:]_][[:alnum:]_]# (|\[*\])=* ]]
185
184
}
186
185
187
- _zsh_highlight_main_highlighter_highlight_path_separators ()
188
- {
189
- local pos style
190
- style=$ZSH_HIGHLIGHT_STYLES [path_separator]
191
- for (( pos = 0 ; $pos < ${# BUFFER} ; pos++ )) ; do
192
- local char=" $BUFFER [pos+1]"
193
-
194
- if [[ " $char " == " /" ]]; then
195
- region_highlight+=(" $pos $(( pos + 1 )) $style " )
196
- fi
197
- done
198
- }
199
-
200
186
_zsh_highlight_main_highlighter_highlight_path_separators ()
201
187
{
202
188
local pos style
You can’t perform that action at this time.
0 commit comments