Package: jupp Version: 3.1.22-1 Severity: minor Tags: upstream patch Found a bug in jupp where keywords in .py files are not highlighted.
Affected keywords: as, with Included patch of this. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (900, 'testing'), (800, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686-bigmem (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/mksh Versions of packages jupp depends on: ii libc6 2.13-35 ii libselinux1 2.1.9-5 ii libtinfo5 5.9-10 jupp recommends no packages. jupp suggests no packages. -- no debconf information
diff -Naupr jupp-3.1.22.old/syntax/python.jsf.in jupp-3.1.22/syntax/python.jsf.in --- jupp-3.1.22.old/syntax/python.jsf.in 2012-10-23 16:49:56.000000000 +0200 +++ jupp-3.1.22/syntax/python.jsf.in 2012-10-23 16:51:31.000000000 +0200 @@ -134,6 +134,7 @@ :ident Idle * idle noeat strings "and" kw + "as" kw "assert" kw "break" kw "class" kw @@ -161,6 +162,7 @@ "return" kw "try" kw "while" kw + "with" kw "yield" kw done "a-zA-Z0-9_" ident