mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Add highlighting to a few missing escape sequences
darcs-hash:20060529134659-ac50b-48de59c1c84e4e3d3a6cf6283ec8a652986c380d.gz
This commit is contained in:
parent
6cae5c8b0a
commit
86593cd6a2
@ -148,6 +148,12 @@ static void highlight_param( const wchar_t * buff,
|
||||
case L'}':
|
||||
case L'\'':
|
||||
case L'"':
|
||||
case L'<':
|
||||
case L'>':
|
||||
case L'^':
|
||||
case L' ':
|
||||
case L'\\':
|
||||
case L'#':
|
||||
{
|
||||
color[start_pos]=HIGHLIGHT_ESCAPE;
|
||||
color[in_pos+1]=HIGHLIGHT_NORMAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user