Changes in doc/rob_thesis/cfa-format.tex [f92aa32:9c14ae9]
- File:
-
- 1 edited
-
doc/rob_thesis/cfa-format.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/rob_thesis/cfa-format.tex
rf92aa32 r9c14ae9 72 72 morecomment=[n]{/+}{+/}, 73 73 morecomment=[n][\color{blue}]{/++}{+/}, 74 % Options75 sensitive=true76 }77 78 \lstdefinelanguage{rust}{79 % Keywords80 morekeywords=[1]{81 abstract, alignof, as, become, box,82 break, const, continue, crate, do,83 else, enum, extern, false, final,84 fn, for, if, impl, in,85 let, loop, macro, match, mod,86 move, mut, offsetof, override, priv,87 proc, pub, pure, ref, return,88 Self, self, sizeof, static, struct,89 super, trait, true, type, typeof,90 unsafe, unsized, use, virtual, where,91 while, yield92 },93 % Strings94 morestring=[b]{"},95 % Comments96 comment=[l]{//},97 morecomment=[s]{/*}{*/},98 74 % Options 99 75 sensitive=true … … 184 160 }{} 185 161 186 \lstnewenvironment{rustcode}[1][]{187 \lstset{188 language = rust,189 style=defaultStyle,190 #1191 }192 }{}193 194 162 \newcommand{\zero}{\lstinline{zero_t}\xspace} 195 163 \newcommand{\one}{\lstinline{one_t}\xspace}
Note:
See TracChangeset
for help on using the changeset viewer.