How do I provide multiple emphstyles with the listings package?
\begin{lstlisting}[emph={if,for},emphstyle={\textbf\emph}]
if something
end if
\end{lstlisting}
Both styles above (\emph and \textbf} don't get applied. If I use only one style, it works.
