From 51eff9cbe8636721e32555a912499bfefc13debe Mon Sep 17 00:00:00 2001 From: Damien Pollet Date: Wed, 31 May 2017 18:08:07 +0200 Subject: [PATCH] Do not literatize >>> in listings It denotes evaluation results --- lstsmalltalk.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lstsmalltalk.sty b/lstsmalltalk.sty index d10345e..b9a6f7b 100644 --- a/lstsmalltalk.sty +++ b/lstsmalltalk.sty @@ -44,7 +44,8 @@ % {\$}{{\ttfamily \$}}1 % {:=}{{$\mathrel{\mathop:}=$\ }}2%$\shortleftarrow$\ }}2 % {^}{{\raisebox{0.5ex}{$\wedge$}}}1%\raisebox{1.5ex}{\scalebox{1}[-1]{$\lightning$}}\,}}2%\textuparrow\ }}2 - {>>}{{\,>>\ }}3, + {>>}{{\,}>>{\,}}3 + {>>>}{>>>}3, tabsize=4 }[keywords,comments,strings]% \endinput