Skip to content
Snippets Groups Projects
Commit 1ef2b785 authored by GARION Christophe's avatar GARION Christophe
Browse files

my-listings: keywords for listings in black

parent dab3c195
No related branches found
No related tags found
No related merge requests found
......@@ -57,11 +57,17 @@
\lstdefinelanguage{algo}{
morekeywords={:=, end, if, then, else, while, do, for, until,
Function, Procedure, out}
Function, Procedure, out},
keywordstyle=\color{black}\bfseries,
stringstyle=\color{black},
commentstyle=\color{black},
identifierstyle=\color{black},
mathescape=true
}
\lstdefinelanguage{ADT}{
morekeywords={sorts, operations, equations, preconditions}
morekeywords={sorts, operations, equations, preconditions},
mathescape=true
}
\input{jml-junit-listings}
......
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