summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings-acm.prf2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings-bash.prf2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings-fortran.prf2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings-hansl.prf2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings-lua.prf2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings-python.prf2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings-rexx.prf50
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings.sty4
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstdoc.sty4
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstlang1.sty34
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstlang2.sty62
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstlang3.sty72
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstmisc.sty4
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstpatch.sty1
15 files changed, 152 insertions, 93 deletions
diff --git a/Master/texmf-dist/tex/latex/listings/listings-acm.prf b/Master/texmf-dist/tex/latex/listings/listings-acm.prf
index e7fd45af68d..9c3ebd57d2a 100644
--- a/Master/texmf-dist/tex/latex/listings/listings-acm.prf
+++ b/Master/texmf-dist/tex/latex/listings/listings-acm.prf
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{listings-acm.prf}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
\usepackage[rgb, x11names]{xcolor}
\definecolor{Comments}{rgb}{0.00,0.50,0.00}
diff --git a/Master/texmf-dist/tex/latex/listings/listings-bash.prf b/Master/texmf-dist/tex/latex/listings/listings-bash.prf
index 765a2da9e23..27d22ea3208 100644
--- a/Master/texmf-dist/tex/latex/listings/listings-bash.prf
+++ b/Master/texmf-dist/tex/latex/listings/listings-bash.prf
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{listings-bash.prf}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
\usepackage[rgb, x11names]{xcolor}
\lstset{%
diff --git a/Master/texmf-dist/tex/latex/listings/listings-fortran.prf b/Master/texmf-dist/tex/latex/listings/listings-fortran.prf
index d6f6f298a5b..e2e1673efe6 100644
--- a/Master/texmf-dist/tex/latex/listings/listings-fortran.prf
+++ b/Master/texmf-dist/tex/latex/listings/listings-fortran.prf
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{listings-fortran.prf}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
\usepackage[rgb, x11names]{xcolor}
\lstset{%
diff --git a/Master/texmf-dist/tex/latex/listings/listings-hansl.prf b/Master/texmf-dist/tex/latex/listings/listings-hansl.prf
index c4511d59929..eebc2c9dabc 100644
--- a/Master/texmf-dist/tex/latex/listings/listings-hansl.prf
+++ b/Master/texmf-dist/tex/latex/listings/listings-hansl.prf
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{listings-hansl.prf}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
\usepackage[rgb, x11names]{xcolor}
\lstdefinestyle{hanslbw}{%
diff --git a/Master/texmf-dist/tex/latex/listings/listings-lua.prf b/Master/texmf-dist/tex/latex/listings/listings-lua.prf
index dbdda8dcdb6..49c4dd300aa 100644
--- a/Master/texmf-dist/tex/latex/listings/listings-lua.prf
+++ b/Master/texmf-dist/tex/latex/listings/listings-lua.prf
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{listings-lua.prf}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
\usepackage[rgb, x11names]{xcolor}
\lstdefinestyle{Lua}{%
language=[5.2]Lua,
diff --git a/Master/texmf-dist/tex/latex/listings/listings-python.prf b/Master/texmf-dist/tex/latex/listings/listings-python.prf
index 9990947994e..82f0285871d 100644
--- a/Master/texmf-dist/tex/latex/listings/listings-python.prf
+++ b/Master/texmf-dist/tex/latex/listings/listings-python.prf
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{listings-python.prf}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
\usepackage{xcolor}
\usepackage{textcomp}
diff --git a/Master/texmf-dist/tex/latex/listings/listings-rexx.prf b/Master/texmf-dist/tex/latex/listings/listings-rexx.prf
new file mode 100644
index 00000000000..d29a0751c01
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/listings/listings-rexx.prf
@@ -0,0 +1,50 @@
+%%
+%% This is file `listings-rexx.prf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lstdrvrs.dtx (with options: `rexx-prf')
+%%
+%% The listings package is copyright 1996--2004 Carsten Heinz, and
+%% continued maintenance on the package is copyright 2006--2007 Brooks
+%% Moses. From 2013 on the maintenance is done by Jobst Hoffmann.
+%% The drivers are copyright 1997/1998/1999/2000/2001/2002/2003/2004/2006/
+%% 2007/2013 any individual author listed in this file.
+%%
+%% This file is distributed under the terms of the LaTeX Project Public
+%% License from CTAN archives in directory macros/latex/base/lppl.txt.
+%% Either version 1.3c or, at your option, any later version.
+%%
+%% This file is completely free and comes without any warranty.
+%%
+%% Send comments and ideas on the package, error reports and additional
+%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
+%%
+\ProvidesFile{listings-rexx.prf}
+ [2024/03/11 1.10a listings language file]
+\usepackage{xcolor}
+\usepackage{textcomp}
+
+%% Actual colors from idlelib/config-highlight.def
+%% --> corrected to ``web-safe''
+%% strings = #00aa00 / 0,170,0 (a darker green)
+%% builtins = #900090 / 144,0,144 (purple-ish)
+%% keywords = #FF7700 / 255,119,0 (quite close to plain `orange')
+%% Corrected to ``web-safe''
+\definecolor{purple2}{RGB}{153,0,153} % there's actually no standard purple
+\definecolor{green2}{RGB}{0,153,0} % a darker green
+
+\lstdefinestyle{python-idle-code}{%
+ language=Python, % the language
+ basicstyle=\normalsize\ttfamily, % size of the fonts for the code
+ % Color settings to match IDLE style
+ keywordstyle=\color{orange}, % core keywords
+ keywordstyle={[2]\color{purple2}}, % built-ins
+ stringstyle=\color{green2},%
+ commentstyle=\color{red},%
+ upquote=true, % requires textcomp
+}
+\endinput
+%%
+%% End of file `listings-rexx.prf'.
diff --git a/Master/texmf-dist/tex/latex/listings/listings.cfg b/Master/texmf-dist/tex/latex/listings/listings.cfg
index f1a7a9651e0..cf27aefe593 100644
--- a/Master/texmf-dist/tex/latex/listings/listings.cfg
+++ b/Master/texmf-dist/tex/latex/listings/listings.cfg
@@ -21,7 +21,7 @@
%% Send comments and ideas on the package, error reports and additional
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
-\ProvidesFile{listings.cfg}[2024/02/21 1.10 listings configuration]
+\ProvidesFile{listings.cfg}[2024/03/11 1.10a listings configuration]
\def\lstlanguagefiles
{lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty}
\lstset{defaultdialect=[R/3 6.10]ABAP,
diff --git a/Master/texmf-dist/tex/latex/listings/listings.sty b/Master/texmf-dist/tex/latex/listings/listings.sty
index 172b369c4ac..4d75d821e7a 100644
--- a/Master/texmf-dist/tex/latex/listings/listings.sty
+++ b/Master/texmf-dist/tex/latex/listings/listings.sty
@@ -16,8 +16,8 @@
%% Send comments and ideas on the package, error reports and additional
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
-\def\filedate{2024/02/21}
-\def\fileversion{1.10}
+\def\filedate{2024/03/11}
+\def\fileversion{1.10a}
\NeedsTeXFormat{LaTeX2e}
\AtEndOfPackage{\ProvidesPackage{listings}
[\filedate\space\fileversion\space(Carsten Heinz)]}
diff --git a/Master/texmf-dist/tex/latex/listings/lstdoc.sty b/Master/texmf-dist/tex/latex/listings/lstdoc.sty
index c5927734e15..0eae560d662 100644
--- a/Master/texmf-dist/tex/latex/listings/lstdoc.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstdoc.sty
@@ -6,8 +6,8 @@
%%
%% listings.dtx (with options: `doc')
%%
-\def\filedate{2024/02/21}
-\def\fileversion{1.10}
+\def\filedate{2024/03/11}
+\def\fileversion{1.10a}
\ProvidesPackage{lstdoc}
[\filedate\space\fileversion\space(Carsten Heinz)]
\let\lstdoc@currversion\fileversion
diff --git a/Master/texmf-dist/tex/latex/listings/lstlang1.sty b/Master/texmf-dist/tex/latex/listings/lstlang1.sty
index 7cb1435295f..938f7ef1405 100644
--- a/Master/texmf-dist/tex/latex/listings/lstlang1.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstlang1.sty
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{lstlang1.sty}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
%%
%% ACSL definition (c) 2000 by Andreas Matthias
%%
@@ -56,7 +56,7 @@
morecomment=[l]--,%
morestring=[m]",% percent not defined as stringizer so far
morestring=[m]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% awk definitions (c) Christoph Giess
%%
@@ -75,7 +75,7 @@
morecomment=[l]//,%
morecomment=[s]{/*}{*/},%
morestring=[b]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Visual Basic definition (c) 2002 Robert Frank
%%
@@ -279,7 +279,7 @@
morecomment=[s]{/*}{*/},%
morecomment=[l]//,%
morestring=[b]"
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% csh definition (c) 1998 Kai Below
%%
@@ -292,7 +292,7 @@
sqrt,BEGIN,END},%
morecomment=[l]\#,%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% bash,sh definition (c) 2003 Riccardo Murri <riccardo.murri@gmx.it>
%%
@@ -311,7 +311,7 @@
morecomment=[l]\#,%
morestring=[d]",%
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage[18]{Fortran}[08]{Fortran}{%
morekeywords={FAIL, IMAGE, NON_RECURSIVE},%
morekeywords=[3]{GET_TEAM, TEAM_NUMBER, IMAGE_TEAMS, NUM_IMAGES,
@@ -401,7 +401,7 @@ morecomment=[l]!%
morecomment=[f]c,%
morestring=[d]",%% not Fortran-77 standard, but allowed in Fortran-95 %%
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{HTML}%
{morekeywords={A,ABBR,ACRONYM,ADDRESS,APPLET,AREA,B,BASE,BASEFONT,%
BDO,BIG,BLOCKQUOTE,BODY,BR,BUTTON,CAPTION,CENTER,CITE,CODE,COL,%
@@ -481,7 +481,7 @@ morecomment=[l]!%
morecomment=[s]{/*}{*/},%
morestring=[b]",%
morestring=[b]',%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% ByteCodeJava definition (c) 2004 Martine Gautier
%%
@@ -583,7 +583,7 @@ morecomment=[l]!%
sensitive,%
morecomment=[l]\%,%
morestring=[m]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage[11.0]{Mathematica}[5.2]{Mathematica}{%
morekeywords={
"AASTriangle", "AbelianGroup", "Abort", "AbortKernels",%
@@ -2710,7 +2710,7 @@ morecomment=[l]!%
sensitive,%
morecomment=[s]{(*}{*)},%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Octave definition (c) 2001,2002 Ulrich G. Wortmann
%%
@@ -2789,7 +2789,7 @@ morecomment=[l]!%
morecomment=[l]\%,%
morestring=[m]',%
morestring=[m]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage[XSC]{Pascal}[Standard]{Pascal}
{deletekeywords={alfa,byte,pack,unpack},% 1998 Andreas Stephan
morekeywords={dynamic,external,forward,global,module,nil,operator,%
@@ -2846,7 +2846,7 @@ morecomment=[l]!%
morecomment=[s]{(*}{*)},%
morecomment=[s]{\{}{\}},%
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{Perl}%
{morekeywords={abs,accept,alarm,atan2,bind,binmode,bless,caller,%
chdir,chmod,chomp,chop,chown,chr,chroot,close,closedir,connect,%
@@ -2879,7 +2879,7 @@ morecomment=[l]!%
morestring=[b]',%
MoreSelectCharTable=%
\lst@ReplaceInput{\$\#}{\lst@ProcessOther\$\lst@ProcessOther\#}%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% POV definition (c) 1999 Berthold H\"ollmann
%%
@@ -2940,7 +2940,7 @@ morecomment=[l]!%
morecomment=[l]//,%
morecomment=[s]{/*}{*/},%
morestring=[d]",%
- }[keywords,directives,comments,strings]%
+ }[keywords,directives,comments,strings]
%%
%% Python definition (c) 1998 Michael Weber
%% Additional definitions (2013) Alexis Dimitriadis
@@ -3135,7 +3135,7 @@ morecomment=[l]!%
morecomment=[l]//,%
morestring=[b]",%
morestring=[m]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% SQL definition (c) 1998 Christian Haul
%% (c) 2002 Neil Conway
@@ -3176,7 +3176,7 @@ morecomment=[l]!%
morecomment=[s]{/*}{*/},%
morestring=[d]',%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% VHDL definition (c) 1997 Kai Wollenweber
%%
@@ -3195,7 +3195,7 @@ morecomment=[l]!%
sensitive=f,% 1998 Gaurav Aggarwal
morecomment=[l]--,%
morestring=[d]{"}%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% VHDL-AMS definition (c) Steffen Klupsch
%%
diff --git a/Master/texmf-dist/tex/latex/listings/lstlang2.sty b/Master/texmf-dist/tex/latex/listings/lstlang2.sty
index 3b2358b6fd3..020d30ac310 100644
--- a/Master/texmf-dist/tex/latex/listings/lstlang2.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstlang2.sty
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{lstlang2.sty}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
%%
%% Abap definition by Knut Lickert
%%
@@ -98,7 +98,7 @@
morecomment=[l]{//},%
morecomment=[s]{/*}{*/},%
string=[b]{"},%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage{ACMscript}[]{VBScript}{%
morekeywords={%
ElseIf,False,In,Resume,True%
@@ -107,7 +107,7 @@
Abs,Array,Clear,CreateObject,CStr,Err,ForReading,ForWriting,%
OpenTextFile,Replace,WriteLine%
}%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
%%
%% Corba IDL definition (c) 1999 Jens T. Berger Thielemann
%%
@@ -209,7 +209,7 @@
sensitive=f,% ???
morecomment=[f][commentstyle][6]*,%
morestring=[d]"% ??? doubled
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{Delphi}%
{morekeywords={and,as,asm,array,begin,case,class,const,constructor,%
destructor,div,do,downto,else,end,except,exports,file,finally,%
@@ -256,7 +256,7 @@
morecomment=[s]{\{}{\}},%
morecomment=[l]{//},% 2001 Christian Gudrian
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{Eiffel}%
{morekeywords={alias,all,and,as,BIT,BOOLEAN,CHARACTER,check,class,%
creation,Current,debug,deferred,do,DOUBLE,else,elseif,end,%
@@ -269,7 +269,7 @@
sensitive,%
morecomment=[l]--,%
morestring=[d]",%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Euphoria definition (c) 1998 Detlef Reimers
%%
@@ -288,7 +288,7 @@
morecomment=[l]--,%
morestring=[d]',%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% GAP definition
%% (c) 2013 Heiko Oberdiek
@@ -331,7 +331,7 @@
sensitive=f,%
morecomment=[s]{\{}{\}},%
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% gnuplot definition (c) Christoph Giess
%%
@@ -356,7 +356,7 @@
comment=[l]\#,%
morestring=[b]",%
morestring=[b]',%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{hansl}{%
showstringspaces = false, %
morekeywords={ % hansl commands:
@@ -514,7 +514,7 @@
morecomment=[l]--,%
morecomment=[n]{\{-}{-\}},%
morestring=[b]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% IDL definition (c) 1998 Juergen Heim
%%
@@ -527,11 +527,11 @@
sensitive=f,%
morecomment=[l];,%
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Inform definition (c) 2003 Jonathan Sauer
%%
-\lst@definelanguage{inform}{%
+\lst@definelanguage{Inform}{%
% Language keywords
morekeywords={breakdo,else,false,for,has,hasnt,if,%
in,indirect,jump,notin,nothing,NULL,objectloop,ofclass,%
@@ -614,7 +614,7 @@
sensitive=false,%
morestring=[d]{"},%
morecomment=[l]{!}%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage{Lisp}%
{morekeywords={abort,abs,acons,acos,acosh,adjoin,alphanumericp,alter,%
append,apply,apropos,aref,arrayp,ash,asin,asinh,assoc,atan,atanh,%
@@ -658,7 +658,7 @@
morecomment=[l];,%
morecomment=[s]{\#|}{|\#},% 1997 Aslak Raanes
morestring=[b]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% AutoLISP/VisualLISP - Stefan Lagotzki, info@lagotzki.de
%%
@@ -753,7 +753,7 @@
morecomment=[l];,%
morecomment=[l];;,%
morestring=[b]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{elisp}[]{Lisp}{%
morekeywords={begin, car, cdr, cons, define, display, drop, filter,%
hash-ref, hash-set, if, load-file, lambda, length, map, message,%
@@ -766,7 +766,7 @@
morecomment=[l];,%
morecomment=[l];;,%
morestring=[b]"%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
%%
%% Lua definitions (c) 2013 Stephan Hennig
%%
@@ -816,7 +816,7 @@
morestring=[b]',%
% multi line strings
morestring=[s]{[[}{]]},%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage[5.1]{Lua}[5.0]{Lua}{%
deletekeywords=[2]{%
_LOADED, _REQUIREDNAME, LUA_PATH, gcinfo, loadlib,%
@@ -857,7 +857,7 @@
morestring=[s]{[========[}{]========]},%
morestring=[s]{[=========[}{]=========]},%
morestring=[s]{[==========[}{]==========]},%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage[5.2]{Lua}[5.1]{Lua}{%
morekeywords=[1]{%
goto,%
@@ -883,7 +883,7 @@
_ENV,%
},%
moredelim=[s][keywordstyle3]{::}{::},%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage[5.3]{Lua}[5.2]{Lua}{%
deletekeywords=[2]{%
bit32, bit32.arshift, bit32.band, bit32.bnot, bit32.bor,%
@@ -901,7 +901,7 @@
utf8, utf8.char, utf8.charpattern, utf8.codepoint, utf8.codes,%
utf8.len, utf8.offset,%
},%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
%%
%% Make definitions (c) 2000 Rolf Niepraschk
%%
@@ -954,7 +954,7 @@
morecomment=[s]{/*}{*/},%
morestring=[bd]",%
morestring=[bd]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Miranda definition (c) 1998 Peter Bartke
%%
@@ -977,7 +977,7 @@
sensitive,%
morecomment=[l]||,%
morestring=[b]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% ML definition (c) 1999 Torben Hoffmann
%%
@@ -989,7 +989,7 @@
sensitive,%
morecomment=[n]{(*}{*)},%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Oz definition (c) Andres Becerra Sandoval
%%
@@ -1006,7 +1006,7 @@
morecomment=[s]{/*}{*/},%
morestring=[b]",%
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% PHP definition by Luca Balzerani
%%
@@ -1591,7 +1591,7 @@
morecomment=[s]{/*}{*/},%
morestring=[b]",%
morestring=[b]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Prolog definition (c) 1997 Dominique de Waleffe
%%
@@ -1609,7 +1609,7 @@
morecomment=[s]{/*}{*/},%
morestring=[bd]",%
morestring=[bd]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% classic rexx listings definition
%% by Patrick TJ McPhee <ptjm@interlog.com>
@@ -1623,7 +1623,7 @@
morecomment=[n]{/*}{*/},%
morestring=[d]{'},%
morestring=[d]{"},%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% REXX keywords from System Product Interpreter Reference, VM/XA SP Release 1
%% and Release 2
@@ -1644,7 +1644,7 @@
morestring=[d]",%
morestring=[d]',%
morecomment=[s]{/*}{*/},%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
%%
%% ooREXX keywords (http://www.oorexx.org/)
\lst@definelanguage[]{OORexx}[VM/XA]{Rexx}{%
@@ -1677,7 +1677,7 @@
morestring=[s]{\%Q(}{)},%
morestring=[s]{\%Q[}{]},%
morestring=[s]{\%Q-}{-}%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% SHELXL definition (c) 1999 Aidan Philip Heerdegen
%%
@@ -1781,7 +1781,7 @@
morecomment=[l]{;\#},%
morecomment=[l]{[\#},%
morecomment=[l]{\{\#}%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% VBScript definition (c) 2000 Sonja Weidmann
%%
@@ -1830,7 +1830,7 @@
sensitive=f,%
morecomment=[l]',%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% VRML definition (c) 2001 Oliver Baum
%%
diff --git a/Master/texmf-dist/tex/latex/listings/lstlang3.sty b/Master/texmf-dist/tex/latex/listings/lstlang3.sty
index fdff27f5a59..2eaced05fd3 100644
--- a/Master/texmf-dist/tex/latex/listings/lstlang3.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstlang3.sty
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{lstlang3.sty}
- [2024/02/21 1.10 listings language file]
+ [2024/03/11 1.10a listings language file]
\lst@definelanguage[68]{Algol}%
{morekeywords={abs,and,arg,begin,bin,bits,bool,by,bytes,case,channel,%
char,co,comment,compl,conj,divab,do,down,elem,elif,else,empty,%
@@ -124,7 +124,7 @@
morecomment=[l]//,% missing comma: Markus Pahlow
morecomment=[n]{/*}{*/},%
morestring=[b]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{CIL}{%
morekeywords=[1]{assembly, beforefieldinit, class, default, cdecl, cil,%
corflags, culture, custom, data, entrypoint, fastcall, field, file,%
@@ -161,7 +161,7 @@
sensitive=true,%
morecomment=[l]{//},%
morestring=[b]"%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage{Comal 80}%
{morekeywords={AND,AUTO,CASE,DATA,DEL,DIM,DIV,DO,ELSE,ENDCASE,ENDIF,%
ENDPROC,ENDWHILE,EOD,EXEC,FALSE,FOR,GOTO,IF,INPUT,INT,LIST,LOAD,%
@@ -170,7 +170,7 @@
sensitive=f,% ???
morecomment=[l]//,%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage[WinXP]{command.com}%
{morekeywords={assoc,at,attrib,bootcfg,break,cacls,call,cd,chcp,chdir,%
chkdsk,chkntfs,cls,cmd,cmdextversion,color,comp,compact,convert,copy,%
@@ -192,7 +192,7 @@
morecomment=[l]{REm},%
morecomment=[l]{REM},%
morestring=[d]"%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage{Comsol}%
{morekeywords={%
adaption,arc1,arc2,arrayr,assemble,asseminit,beziercurve2,block2,%
@@ -292,7 +292,7 @@
sensitive=false,%
morecomment=[l]\%,%
morestring=[m]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{Elan}%
{morekeywords={ABS,AND,BOOL,CAND,CASE,CAT,COLUMNS,CONCR,CONJ,CONST,%
COR,DECR,DEFINES,DET,DIV,DOWNTO,ELIF,ELSE,END,ENDIF,ENDOP,%
@@ -310,7 +310,7 @@
replacerow,replacecolumn,replaceelement,transp,errorsstop,stop},%
sensitive,%
morestring=[d]"%
- }[keywords,strings]%
+ }[keywords,strings]
%%
%% Erlang definition (c) 2003 Daniel Gazard
%%
@@ -329,7 +329,7 @@
morecomment=[l]\%,%
morestring=[b]",%
morestring=[b]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% Go definition
%% (c) 2018 Christian Maurer
@@ -348,23 +348,31 @@
morestring=[b]',%
morestring=[b]",%
morestring=[s]{`}{`},%
-}[keywords,comments,strings]%
-\lst@definelanguage{Scala}%
- {morekeywords={abstract,case,catch,class,def,%
+}[keywords,comments,strings]
+\lst@definelanguage{Scala}{%
+ morekeywords={abstract,case,catch,class,def,%
do,else,extends,false,final,finally,%
- for,if,implicit,import,lazy,match,mixin,%
- new,null,object,override,package,%
+ for,forSome,if,implicit,import,lazy,macro,match,%
+ mixin,new,null,object,override,package,%
private,protected,requires,return,sealed,%
super,this,trait,true,try,%
type,val,var,while,with,yield},%+
-otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
- sensitive,%
- morecomment=[l]//,%
- morecomment=[n]{/*}{*/},%
- morestring=[b]",%
- morestring=[b]',%
- morestring=[b]""",%
- }[keywords,comments,strings]%
+ otherkeywords={_, :, =, =>, <-, <\%, <:, >:, \#, @},%
+ sensitive,%
+ morecomment=[l]//,%
+ morecomment=[n]{/*}{*/},%
+ morestring=[b]",%
+ morestring=[b]',%
+ morestring=[b]""",%
+}[keywords,comments,strings]
+\lst@definelanguage[3.0]{Scala}[]{Scala}{%
+ morekeywords={as, derives, end, enum, export, extension, given},
+ morekeywords=[2]{infix, inline, opaque, open, transparent}
+ otherkeywords={=>>, ?=>, =>}, % =>> isn't recognized, even after
+ % the keyword => is deleted
+ alsoletter={*, +, -, |},
+ deletekeywords={<\%, _, forSome, macro, mixin, requires, this},
+}[keywords,comments,strings]
\lst@definelanguage{ksh}
{morekeywords={alias,awk,cat,echo,else,elif,fi,exec,exit,%
for,in,do,done,select,case,esac,while,until,function,%
@@ -378,7 +386,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
morestring=[d]",%
morestring=[d]',%
morestring=[d]`%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{Lingo}{%
morekeywords={abort, after, and, before, do, down, halt, me, new, not,%
of, on, or, otherwise, pass, put, result, return, set, tell, the, then,%
@@ -583,7 +591,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
sensitive=false,%
morecomment=[l]{--},%
morestring=[b]",%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
\lst@definelanguage{LLVM}{%
morekeywords={%
ret,br,switch,indirectbr,invoke,resume,unreachable,%
@@ -744,7 +752,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
morecomment=[n]{(*}{*)},%
morestring=[d]',%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{MuPAD}{%
morekeywords={end,next,break,if,then,elif,else,end_if,case,end_case,%
otherwise,for,from,to,step,downto,in,end_for,while,end_while,%
@@ -785,7 +793,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
morecomment=[n]{(*}{*)},%
morestring=[d]',%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% OCL definition (c) 2000 Achim D. Brucker
%%
@@ -813,7 +821,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
sensitive=t,%
morecomment=[l]--,%
morestring=[d]'%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{Plasm}%
{sensitive=false,%
morekeywords={aa,abs,ac,acolor,acos,actor,al,alias,align,and,%
@@ -887,7 +895,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
morecomment=[s]{\%}{\%},%
morestring=[b]',%
literate={~}{{$\sim$}}{1} {^}{$\wedge$}{1},%
- }[keywords,directives,comments,strings]%
+ }[keywords,directives,comments,strings]
\lst@definelanguage{PL/I}{%
morekeywords={ABS, ATAN, AUTOMATIC, AUTO, ATAND, BEGIN, BINARY, BIN, BIT,%
BUILTIN, BY, CALL, CHARACTER, CHAR, CHECK, COLUMN, COL, COMPLEX, CPLX,%
@@ -905,7 +913,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},%
sensitive=f,%
morecomment=[s]{/*}{*/},%
morestring=[d]'%
-}[keywords,comments,strings]%
+}[keywords,comments,strings]
%%
%% PostScript language definition (c) 2005 Christophe Jorssen.
%%
@@ -1166,7 +1174,7 @@ write,ws,wtlevel,%
morecomment=[s]{COMMENT}{;},%
morecomment=[s]{COMMENT}{$},%
morestring="%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
%%
%% RSL definition (c) 2004 Brian Christensen
%%
@@ -1288,7 +1296,7 @@ literate=%
keywordcommentsemicolon={end}{else,end,otherwise,when}{comment},%
morestring=[d]",%
morestring=[d]'%
- }[keywords,keywordcomments,strings]%
+ }[keywords,keywordcomments,strings]
%%
%% SPARQL definition (c) 2006 Christoph Kiefer
%%
@@ -1301,7 +1309,7 @@ literate=%
morecomment=[l]\#,%
morestring=[d]',%
morestring=[d]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\lst@definelanguage{Swift}{%
morekeywords={associatedtype,class,deinit,enum,extension,fileprivate,%
func,import,init,inout,internal,let,open,operator,private,protocol,%
@@ -1684,7 +1692,7 @@ literate=%
morecomment=[s]{/*}{*/},%
morecomment=[l]//,% nonstandard
morestring=[b]"%
- }[keywords,comments,strings]%
+ }[keywords,comments,strings]
\endinput
%%
%% End of file `lstlang3.sty'.
diff --git a/Master/texmf-dist/tex/latex/listings/lstmisc.sty b/Master/texmf-dist/tex/latex/listings/lstmisc.sty
index 8b0bc5fe04a..b39168f2717 100644
--- a/Master/texmf-dist/tex/latex/listings/lstmisc.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstmisc.sty
@@ -16,8 +16,8 @@
%% Send comments and ideas on the package, error reports and additional
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
-\def\filedate{2024/02/21}
-\def\fileversion{1.10}
+\def\filedate{2024/03/11}
+\def\fileversion{1.10a}
\ProvidesFile{lstmisc.sty}
[\filedate\space\fileversion\space(Carsten Heinz)]
\lst@CheckVersion\fileversion%
diff --git a/Master/texmf-dist/tex/latex/listings/lstpatch.sty b/Master/texmf-dist/tex/latex/listings/lstpatch.sty
index 1b0b3ef7a59..99bbdf6dbff 100644
--- a/Master/texmf-dist/tex/latex/listings/lstpatch.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstpatch.sty
@@ -9,6 +9,7 @@
\ProvidesFile{lstpatch.sty}
[\filedate\space\fileversion\space(Carsten Heinz)]
\lst@CheckVersion\lst@version{}
+%%% intentionally empty
\endinput
%%
%% End of file `lstpatch.sty'.