[pypy-svn] r77884 - pypy/extradoc/talk/pepm2011
antocuni at codespeak.net
antocuni at codespeak.net
Wed Oct 13 17:19:30 CEST 2010
Author: antocuni
Date: Wed Oct 13 17:19:28 2010
New Revision: 77884
Modified:
pypy/extradoc/talk/pepm2011/paper.tex
Log:
don't highlight get/set/new/guard_class in bold
Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex (original)
+++ pypy/extradoc/talk/pepm2011/paper.tex Wed Oct 13 17:19:28 2010
@@ -28,7 +28,7 @@
commentstyle=\color{gray}\textit,
fancyvrb=true,
showstringspaces=false,
- keywords={def,while,if,elif,return,class,get,set,new,guard_class}
+ %keywords={def,while,if,elif,return,class,get,set,new,guard_class}
}
More information about the Pypy-commit
mailing list