mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Add highlighting to a few missing escape sequences
darcs-hash:20060529134659-ac50b-48de59c1c84e4e3d3a6cf6283ec8a652986c380d.gz
This commit is contained in:
parent
6cae5c8b0a
commit
86593cd6a2
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue