Skip to content
Snippets Groups Projects
Commit c496a6ba authored by Tomas Lovato's avatar Tomas Lovato
Browse files

Merge branch 'revise-highlighting' into 'main'

remove white spaces around lexer definitions to avoid errors when using TEX2023

See merge request !15
parents f99e4683 07a328e7
No related branches found
No related tags found
1 merge request!15remove white spaces around lexer definitions to avoid errors when using TEX2023
Pipeline #1813 passed with stage
in 6 minutes and 4 seconds
......@@ -10,19 +10,19 @@
%% Inline
\newmintinline[forcode]{fortran}{bgcolor=,fontsize=auto} %% \forcode{...}
\newmintinline[xmlcode]{xml}{ bgcolor=,fontsize=auto} %% \xmlcode{...}
\newmintinline[xmlcode]{xml}{bgcolor=,fontsize=auto} %% \xmlcode{...}
\newmintinline[snippet]{console}{bgcolor=,fontsize=auto} %% \snippet{...}
%% Oneliner
\newmint[forline]{fortran}{} %% \forline|...|
\newmint[xmlline]{xml }{} %% \xmlline|...|
\newmint[cmd]{ console}{} %% \cmd|...|
\newmint[xmlline]{xml}{} %% \xmlline|...|
\newmint[cmd]{console}{} %% \cmd|...|
%% Multi-lines
\newminted[forlines]{fortran}{} %% \begin{forlines}
\newminted[xmllines]{xml }{} %% \begin{xmllines}
\newminted[cmds]{ console}{} %% \begin{cmds}
\newminted[clines]{ c }{} %% \begin{clines}
\newminted[xmllines]{xml}{} %% \begin{xmllines}
\newminted[cmds]{console}{} %% \begin{cmds}
\newminted[clines]{c}{} %% \begin{clines}
%% File (namelist or module)
\newmintedfile[forfile]{fortran}{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment