Im using \lstdefinelanguage to add some new languages. Now everything is fine, I just would like to add another font to my language. I would like to use inconsolata.
I have now this:
%...
\usepackage{inconsolata}
\lstdefinelanguage{Scala}
{
%...
basicstyle=\small %what else do i have to add to use inconsolata?
}
Any ideas? Thanks
