Add highlighting to a few missing escape sequences

darcs-hash:20060529134659-ac50b-48de59c1c84e4e3d3a6cf6283ec8a652986c380d.gz
This commit is contained in:
axel 2006-05-29 23:46:59 +10:00
parent 6cae5c8b0a
commit 86593cd6a2

View file

@ -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;