Changes in doc/LaTeXmacros/lstlang.sty [e7602ed:fb31cb8]
- File:
-
- 1 edited
-
doc/LaTeXmacros/lstlang.sty (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/lstlang.sty
re7602ed rfb31cb8 8 8 %% Created On : Sat May 13 16:34:42 2017 9 9 %% Last Modified By : Peter A. Buhr 10 %% Last Modified On : Fri Mar 16 22:18:12 201811 %% Update Count : 1 610 %% Last Modified On : Wed Aug 30 22:11:14 2017 11 %% Update Count : 14 12 12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 13 … … 31 31 \lstdefinelanguage{sml} { 32 32 morekeywords= { 33 EQUAL, GREATER, LESS, NONE, SOME, abstraction, abstype, and, andalso, array, as, before, 34 bool, case, char, datatype, do, else, end, eqtype, exception, exn, false, fn, fun, functor, 35 handle, if, in, include, infix, infixr, int, let, list, local, nil, nonfix, not, o, of, op, 36 open, option, orelse, overload, print, raise, real, rec, ref, sharing, sig, signature, 37 string, struct, structure, substring, then, true, type, unit, val, vector, where, while, 38 with, withtype, word 39 }, 40 morestring=[b]", 41 morecomment=[s]{(*}{*)}, 33 EQUAL, GREATER, LESS, NONE, SOME, abstraction, abstype, and, andalso, array, as, before, bool, 34 case, char, datatype, do, else, end, eqtype, exception, exn, false, fn, fun, functor, handle, 35 if, in, include, infix, infixr, int, let, list, local, nil, nonfix, not, o, of, op, open, 36 option, orelse, overload, print, raise, real, rec, ref, sharing, sig, signature, string, struct, 37 structure, substring, then, true, type, unit, val, vector, where, while, with, withtype, word 38 }, 39 morestring=[b]", 40 morecomment=[s]{(*}{*)}, 42 41 } 43 42 … … 83 82 84 83 \lstdefinelanguage{rust}{ 85 % Keywords86 84 morekeywords=[1]{ 87 85 abstract, alignof, as, become, box, break, const, continue, crate, do, else, enum, extern, 88 false, final, fn, for, if, impl, in, let, loop, macro, match, mod, move, mut, offsetof,89 override, priv, proc, pub, pure, ref, return, Self, self, sizeof, static, struct, super,90 trait, true, type, typeof, unsafe, unsized, use, virtual, where, while, yield86 false, final, fn, for, if, impl, in, let, loop, macro, match, mod, move, mut, offsetof, 87 override, priv, proc, pub, pure, ref, return, Self, self, sizeof, static, struct, super, 88 trait, true, type, typeof, unsafe, unsized, use, virtual, where, while, yield 91 89 }, 92 % Strings93 90 morestring=[b]{"}, 94 % Comments95 91 comment=[l]{//}, 96 92 morecomment=[s]{/*}{*/}, 97 % Options98 93 sensitive=true 99 94 } 100 95 101 \lstdefinelanguage{ pseudo}{96 \lstdefinelanguage{Pseudo}{ 102 97 morekeywords={string,uint,int,bool,float}, 103 98 sensitive=true,
Note:
See TracChangeset
for help on using the changeset viewer.