The bundle supports the verbatim and lstlisting environments, the verb macro, but not the lstinline macro. This pull request fixes that by simply treating lstinline just like verb, so characters like \ and $ will be escaped.
thanks for the pull request. I added your changes in commit a5c14e1c. I also reworded the commit message a little, using the description you wrote above as basis. Hope that is okay with you.
The bundle supports the
verbatim
andlstlisting
environments, theverb
macro, but not thelstinline
macro. This pull request fixes that by simply treatinglstinline
just likeverb
, so characters like\
and$
will be escaped.