[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:06:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=864ecfe

The following commit has been merged in the master branch:
commit 864ecfe56d65f429687fbf5da532f9e592047af3
Author: Sven Brauch <svenbrauch at googlemail.com>
Date:   Sat Jun 22 13:04:23 2013 +0200

    Do not associate the debugger highlighting with the text/plain mimetype
    
    Sorry for this, it would make all text/plain files in kate use that
    highlighting instead of none. :)
---
 tools/debugger/ktpdebugoutput.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/debugger/ktpdebugoutput.xml b/tools/debugger/ktpdebugoutput.xml
index 87ff368..8883dfa 100644
--- a/tools/debugger/ktpdebugoutput.xml
+++ b/tools/debugger/ktpdebugoutput.xml
@@ -4,7 +4,7 @@
 Kate syntax highlighing for KTp debug output, used in ktp-debugger.
 Copyright 2013 Sven Brauch <svenbrauch at gmail.com>
 -->
-<language name="KTp" version="1.11" kateversion="2.1" section="Other" extensions="*.ktpdebugoutput" mimetype="text/plain">
+<language name="KTp" version="1.11" kateversion="2.1" section="Other" extensions="*.ktpdebugoutput" mimetype="">
 
   <highlighting>
 
@@ -39,7 +39,7 @@ Copyright 2013 Sven Brauch <svenbrauch at gmail.com>
     <contexts>
       <context attribute="Normal" LineEndContext="#stay" name="Normal">
         <RegExpr attribute="Timestamp" context="#stay" String="\d+/\d+/\d+ \d+:\d+:\d+\.\d+" column="0"/>
-        <RegExpr attribute="URL" context="#stay" String="([a-zA-Z0-9_]+)?(/[a-zA-Z0-9_]+)+(/)?"/>
+        <RegExpr attribute="URL" context="#stay" String="([a-zA-Z0-9_\-]+)?(/[a-zA-Z0-9_\-]+)+(/)?"/>
         <RegExpr attribute="URL" context="#stay" String="[a-zA-Z]+://[a-zA-Z_0-9\.@:]+(/[^,\.\s]*)?"/>
         <RegExpr attribute="URL" context="#stay" String="[a-zA-Z0-9\.]+@[a-zA-Z_0-9\.@:]+(/[^,\)\(\s]*)?"/>
         <RegExpr attribute="Location" context="#stay" String="[a-zA-Z_0-9]+: .*:\d+:"/>

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list