steve simon points out that matching “” and ‘’ applies to rio as well Reference: /n/atom/patch/applied2013/riorqlq Date: Mon Dec 16 01:42:12 CET 2013 Signed-off-by: quanstro@quanstro.net --- /sys/src/cmd/rio/wind.c Mon Dec 16 01:41:36 2013 +++ /sys/src/cmd/rio/wind.c Mon Dec 16 01:41:36 2013 @@ -1380,8 +1380,8 @@ } } -static Rune left1[] = { L'{', L'[', L'(', L'<', L'«', 0 }; -static Rune right1[] = { L'}', L']', L')', L'>', L'»', 0 }; +static Rune left1[] = { L'{', L'[', L'(', L'<', L'«', L'‘', L'“', 0 }; +static Rune right1[] = { L'}', L']', L')', L'>', L'»', L'’', L'”', 0 }; static Rune left2[] = { L'\n', 0 }; static Rune left3[] = { L'\'', L'"', L'`', 0 };