Changeset c0d8e62 for doc


Ignore:
Timestamp:
Feb 13, 2024, 4:03:15 PM (4 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9b96e90d
Parents:
e7b04a3
Message:

remove 'swift' language reference because it is available in lstlisting under the name 'Swift'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/lstlang.sty

    re7b04a3 rc0d8e62  
    88%% Created On       : Sat May 13 16:34:42 2017
    99%% Last Modified By : Peter A. Buhr
    10 %% Last Modified On : Thu Feb  8 14:38:38 2024
    11 %% Update Count     : 32
     10%% Last Modified On : Tue Feb 13 13:27:00 2024
     11%% Update Count     : 36
    1212%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1313
     
    138138}
    139139
    140 \lstdefinelanguage{swift}{
    141         morekeywords={
    142                 open,catch,@escaping,nil,throws,func,if,then,else,for,in,while,do,switch,case,default,where,break,continue,fallthrough,return,
    143                 typealias,struct,class,enum,protocol,var,func,let,get,set,willSet,didSet,inout,init,deinit,extension,
    144                 subscript,prefix,operator,infix,postfix,precedence,associativity,left,right,none,convenience,dynamic,
    145                 final,lazy,mutating,nonmutating,optional,override,required,static,unowned,safe,weak,internal,
    146                 private,public,is,as,self,unsafe,dynamicType,true,false,nil,Type,Protocol,
    147         },
    148         morecomment=[l]{//}, % l is for line comment
    149         morecomment=[s]{/*}{*/}, % s is for start and end delimiter
    150         morestring=[b]", % defines that strings are enclosed in double quotes
    151         breaklines=true,
    152         escapeinside={\%*}{*)},
    153         captionpos=b,
    154         breakatwhitespace=true,
    155 }
    156 
    157140% Local Variables: %
    158141% tab-width: 4 %
Note: See TracChangeset for help on using the changeset viewer.