Index: doc/LaTeXmacros/lstlang.sty
===================================================================
--- doc/LaTeXmacros/lstlang.sty	(revision e7b04a34fd9dfbee4abfe98b8245fe7a576939e9)
+++ doc/LaTeXmacros/lstlang.sty	(revision c0d8e626d0569490e6ab8c30b052b6adb5b8cb8f)
@@ -8,6 +8,6 @@
 %% Created On       : Sat May 13 16:34:42 2017
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Thu Feb  8 14:38:38 2024
-%% Update Count     : 32
+%% Last Modified On : Tue Feb 13 13:27:00 2024
+%% Update Count     : 36
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -138,21 +138,4 @@
 }
 
-\lstdefinelanguage{swift}{
-	morekeywords={
-		open,catch,@escaping,nil,throws,func,if,then,else,for,in,while,do,switch,case,default,where,break,continue,fallthrough,return,
-		typealias,struct,class,enum,protocol,var,func,let,get,set,willSet,didSet,inout,init,deinit,extension,
-		subscript,prefix,operator,infix,postfix,precedence,associativity,left,right,none,convenience,dynamic,
-		final,lazy,mutating,nonmutating,optional,override,required,static,unowned,safe,weak,internal,
-		private,public,is,as,self,unsafe,dynamicType,true,false,nil,Type,Protocol,
-	},
-	morecomment=[l]{//}, % l is for line comment
-	morecomment=[s]{/*}{*/}, % s is for start and end delimiter
-	morestring=[b]", % defines that strings are enclosed in double quotes
-	breaklines=true,
-	escapeinside={\%*}{*)},
-	captionpos=b,
-	breakatwhitespace=true,
-}
-
 % Local Variables: %
 % tab-width: 4 %
