Changeset c0d8e62 for doc/LaTeXmacros
- Timestamp:
- Feb 13, 2024, 4:03:15 PM (10 months ago)
- Branches:
- master
- Children:
- 9b96e90d
- Parents:
- e7b04a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/lstlang.sty
re7b04a3 rc0d8e62 8 8 %% Created On : Sat May 13 16:34:42 2017 9 9 %% Last Modified By : Peter A. Buhr 10 %% Last Modified On : T hu Feb 8 14:38:38202411 %% Update Count : 3 210 %% Last Modified On : Tue Feb 13 13:27:00 2024 11 %% Update Count : 36 12 12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 13 … … 138 138 } 139 139 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 comment149 morecomment=[s]{/*}{*/}, % s is for start and end delimiter150 morestring=[b]", % defines that strings are enclosed in double quotes151 breaklines=true,152 escapeinside={\%*}{*)},153 captionpos=b,154 breakatwhitespace=true,155 }156 157 140 % Local Variables: % 158 141 % tab-width: 4 %
Note: See TracChangeset
for help on using the changeset viewer.