Changeset f92aa32 for doc/rob_thesis/cfa-format.tex
- Timestamp:
- Apr 7, 2017, 6:25:23 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 2ccb93c
- Parents:
- c51b5a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/rob_thesis/cfa-format.tex
rc51b5a3 rf92aa32 72 72 morecomment=[n]{/+}{+/}, 73 73 morecomment=[n][\color{blue}]{/++}{+/}, 74 % Options 75 sensitive=true 76 } 77 78 \lstdefinelanguage{rust}{ 79 % Keywords 80 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, yield 92 }, 93 % Strings 94 morestring=[b]{"}, 95 % Comments 96 comment=[l]{//}, 97 morecomment=[s]{/*}{*/}, 74 98 % Options 75 99 sensitive=true … … 155 179 \lstset{ 156 180 language = D, 181 style=defaultStyle, 182 #1 183 } 184 }{} 185 186 \lstnewenvironment{rustcode}[1][]{ 187 \lstset{ 188 language = rust, 157 189 style=defaultStyle, 158 190 #1
Note: See TracChangeset
for help on using the changeset viewer.