]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.cpp
Add support for listings package. Two listings command \lstinline, \lstinputlisting...
[features.git] / src / insets / Inset.cpp
index 9dd710d0adf3c69dc09b09dec4f0f0e65a26de7d..93b749e5d8a14e24e4414af28bb686ae5e59eb07 100644 (file)
@@ -99,6 +99,7 @@ static TranslatorMap const build_translator()
                InsetName("charstyle", Inset::CHARSTYLE_CODE),
                InsetName("vspace", Inset::VSPACE_CODE),
                InsetName("mathmacroarg", Inset::MATHMACROARG_CODE),
+               InsetName("listings", Inset::LISTINGS_CODE),
        };
 
        std::size_t const insetnames_size =