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.
19 lines
508 B
19 lines
508 B
\usepackage{listings}
|
|
\lstset{xleftmargin=1em}
|
|
\lstset{
|
|
mathescape=false,
|
|
escapeinside={/*}{*/},
|
|
language=[Objective]{Caml},
|
|
basicstyle=\ttfamily,
|
|
commentstyle={\color{gray!60!blue}\ttfamily},
|
|
extendedchars=true,
|
|
showstringspaces=false,
|
|
aboveskip=\smallskipamount,
|
|
belowskip=\smallskipamount,
|
|
columns=fullflexible,
|
|
moredelim=**[is][\color{blue}]{/*}{*/},
|
|
moredelim=**[is][\color{green!60!black}]{/!}{!/},
|
|
moredelim=**[is][\bfseries]{/(}{)/},
|
|
moredelim=[is][\color{red}]{/[}{]/}
|
|
}
|