From 3fd24182bee64ea2252aa494e5930c9c9924d1d2 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Thu, 9 Dec 2010 16:39:22 +0100 Subject: add significance tests to reports, some more report modifications --- docbook-xsl-1.76.1/highlighting/python-hl.xml | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 docbook-xsl-1.76.1/highlighting/python-hl.xml (limited to 'docbook-xsl-1.76.1/highlighting/python-hl.xml') diff --git a/docbook-xsl-1.76.1/highlighting/python-hl.xml b/docbook-xsl-1.76.1/highlighting/python-hl.xml new file mode 100644 index 0000000..791bc7a --- /dev/null +++ b/docbook-xsl-1.76.1/highlighting/python-hl.xml @@ -0,0 +1,100 @@ + + + + + + @ + ( + ) + + # + + """ + + + + ''' + + + + " + \ + + + ' + \ + + + 0x + l + + + + . + + e + l + + + + and + del + from + not + while + as + elif + global + or + with + assert + else + if + pass + yield + break + except + import + print + class + exec + in + raise + continue + finally + is + return + def + for + lambda + try + + \ No newline at end of file -- cgit v1.2.3