use the minted jlcon lexer for terminal mode (#205)

pull/224/head
ilia-kats 2019-06-27 08:00:43 +02:00 committed by Matti Pastell
parent 59edca786d
commit 02134d29d5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const texminted = Tex("Latex using minted for highlighting",
:codeend => "\\end{minted}",
:outputstart => "\\begin{minted}[fontsize=\\small, xleftmargin=0.5em, mathescape, frame = leftline]{text}",
:outputend => "\\end{minted}",
:termstart=> "\\begin{minted}[fontsize=\\footnotesize, xleftmargin=0.5em, mathescape]{julia}",
:termstart=> "\\begin{minted}[fontsize=\\footnotesize, xleftmargin=0.5em, mathescape]{jlcon}",
:termend => "\\end{minted}",
:fig_ext => ".pdf",
:extension =>"tex",