You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
476 B
18 lines
476 B
\usepackage{listings}
|
|
\lstset{
|
|
mathescape=false,
|
|
language=[Objective]{Caml},
|
|
basicstyle=\ttfamily,
|
|
extendedchars=true,
|
|
showstringspaces=false,
|
|
aboveskip=\smallskipamount,
|
|
belowskip=\smallskipamount,
|
|
columns=fullflexible,
|
|
moredelim=**[is][\color{blue}]{/*}{*/},
|
|
moredelim=**[is][\color{green!60!black}]{/!}{!/},
|
|
moredelim=**[is][\color{orange}]{/(}{)/},
|
|
moredelim=[is][\color{red}]{/[}{]/},
|
|
xleftmargin=1em,
|
|
}
|
|
\lstset{aboveskip=0.4ex,belowskip=0.4ex}
|