mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
Cosmetics in spec
This commit is contained in:
parent
23005a8512
commit
7fd85f27ef
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
|
|
||||||
\newcommand{\descr}[2]{\smallskip{#1}\begin{itemize}[noitemsep,topsep=0pt]\item[]{#2}\end{itemize}}
|
\newcommand{\descr}[2]{\smallskip{#1}\begin{itemize}[noitemsep,topsep=0pt]\item[]{#2}\end{itemize}}
|
||||||
|
|
||||||
\lstdefinelanguage{alm}{
|
\lstdefinelanguage{lama}{
|
||||||
keywords={skip,if,then,else,elif,fi,while,do,od,repeat,until,for,fun,local,public,return,import,length,
|
keywords={skip,if,then,else,elif,fi,while,do,od,repeat,until,for,fun,local,public,return,import,length,
|
||||||
string,case,of,esac,when,boxed,unboxed,string,sexp,array,infix,infixl,infixr,at,before,after,true,false,eta,lazy},
|
string,case,of,esac,when,boxed,unboxed,string,sexp,array,infix,infixl,infixr,at,before,after,true,false,eta,lazy},
|
||||||
sensitive=true,
|
sensitive=true,
|
||||||
|
|
@ -110,7 +110,7 @@ commentstyle=\scriptsize\rmfamily,
|
||||||
basewidth={0.5em,0.5em},
|
basewidth={0.5em,0.5em},
|
||||||
fontadjust=true,
|
fontadjust=true,
|
||||||
escapechar=!,
|
escapechar=!,
|
||||||
language=alm
|
language=lama
|
||||||
}
|
}
|
||||||
|
|
||||||
\sloppy
|
\sloppy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue