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

[listings] add language for SBT

parent c3c325ba
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%% C. Garion, 2012-2017 %% C. Garion, 2012-2017
%% %%
\NeedsTeXFormat{LaTeX2e}[1995/12/01] \NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{my-listings}[2017/01/16 v0.2 \ProvidesPackage{my-listings}[2022/09/15 v1.0
LaTeX package for listings configuration] LaTeX package for listings configuration]
% options % options
...@@ -101,6 +101,14 @@ ...@@ -101,6 +101,14 @@
identifierstyle=\color{black}, identifierstyle=\color{black},
} }
\lstdefinelanguage{sbt}{
morekeywords={run, runMain, test, compile, new, console, testQuick},
keywordstyle=\color{black}\bfseries,
stringstyle=\color{black},
commentstyle=\color{black},
identifierstyle=\color{black},
}
\input{jml-junit-listings} \input{jml-junit-listings}
% alias definition % alias definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment