Hello community,
here is the log from the commit of package syntax-highlighting for
openSUSE:Factory checked in at 2018-01-09 14:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Tue Jan 9 14:46:15 2018 rev:14 rq:559484 version:5.41.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2017-11-16 14:42:25.327606051 +0100
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new/syntax-highlighting.changes
2018-01-09 14:46:16.339271548 +0100
@@ -1,0 +2,15 @@
+Sun Dec 17 09:43:50 CET 2017 - [email protected]
+
+- Update to 5.41.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+ * Add PKGUILD to bash syntax
+ * JavaScript: include standard mime types
+ * debchangelog: add Bionic Beaver
+ * Update SQL (Oracle) syntax file (kde#386221)
+ * SQL: move detecting comments before operators
+ * crk.xml: added <?xml> header line
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-5.40.0.tar.xz
New:
----
syntax-highlighting-5.41.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.NCzNR7/_old 2018-01-09 14:46:16.959242477 +0100
+++ /var/tmp/diff_new_pack.NCzNR7/_new 2018-01-09 14:46:16.963242290 +0100
@@ -18,13 +18,13 @@
%bcond_without lang
%define lname libKF5SyntaxHighlighting5
-%define _tar_path 5.40
+%define _tar_path 5.41
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} |
awk -F. '{print $1"."$2}')}
Name: syntax-highlighting
-Version: 5.40.0
+Version: 5.41.0
Release: 0
Summary: Syntax highlighting engine and library
License: LGPL-2.1+ and GPL-2.0 and GPL-2.0+ and GPL-3.0 and MIT and
BSD-3-Clause and Artistic-1.0
++++++ syntax-highlighting-5.40.0.tar.xz -> syntax-highlighting-5.41.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.40.0/CMakeLists.txt
new/syntax-highlighting-5.41.0/CMakeLists.txt
--- old/syntax-highlighting-5.40.0/CMakeLists.txt 2017-11-05
09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/CMakeLists.txt 2017-12-02
21:10:35.000000000 +0100
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.0)
-set(KF5_VERSION "5.40.0")
+set(KF5_VERSION "5.41.0")
project(KSyntaxHighlighting VERSION ${KF5_VERSION})
-find_package(ECM 5.40.0 REQUIRED NO_MODULE)
+find_package(ECM 5.41.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
if(POLICY CMP0063)
cmake_policy(SET CMP0063 NEW)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/folding/test.sql_oracle.fold
new/syntax-highlighting-5.41.0/autotests/folding/test.sql_oracle.fold
--- old/syntax-highlighting-5.40.0/autotests/folding/test.sql_oracle.fold
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/folding/test.sql_oracle.fold
2017-12-02 21:10:35.000000000 +0100
@@ -0,0 +1,44 @@
+-- kate: hl SQL (Oracle)
+-- test case shipped with highlighting in bugzilla, LGPL
+
+declare
+ v_nchar NCHAR(12);
+<beginfold id='4'>begin</beginfold id='4'>
+ q'{adfasdf'sadfasdf j}'{' hkjhkhkjhkjh
khlkhklj'fghdfghdfgh'hkjh'jkhkh'a'
+ nQ'(asldflahsl;'dkjfhklsdfh)'
+ Nq'[asdasd;'asdasd'a]sd'asd'asasd]';11111111[1'];
asdasdasdasd'errrrrrrrrrrrrrr-p
+
+ nq'agdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#a' dafdfadasfasdf;
+ v_nchar := n'NCHAR STRING';
+
+ Q'#gdfgsdfgsdfgsdfgsdfg#' afgasasdfasdfasfasdfasdfasdfasdfsdf
+
+ <beginfold id='1'>if</beginfold id='1'> sldfjsdj then
+ <beginfold id='2'>case</beginfold id='2'>
+ when 1=1 then
+ aslfjsldkfj;
+ when 2=2 then
+ asdfg;
+ else
+ null;
+ <endfold id='2'>end case</endfold id='2'>;
+
+ <beginfold id='1'>if</beginfold id='1'> sdfjh then
+ for i in 1 .. 2
+ <beginfold id='3'>LOOP</beginfold id='3'>
+ dbms_output.put_line(q';ololo;');
+ <endfold id='3'>END Loop</endfold id='3'>;
+
+ while true
+ <beginfold id='3'>loop</beginfold id='3'>
+ dbms_output.put_line('1111');
+ <endfold id='3'>end loop</endfold id='3'>;
+ <endfold id='1'>end if</endfold id='1'>;
+ ksjfklasjd;
+ fklj;
+ elsif
+ sdklfjsdklfj;
+ else
+ sdfdfsdf;
+ <endfold id='1'>end if</endfold id='1'>;
+<endfold id='4'>end</endfold id='4'>;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/folding/test_syntax.sql.fold
new/syntax-highlighting-5.41.0/autotests/folding/test_syntax.sql.fold
--- old/syntax-highlighting-5.40.0/autotests/folding/test_syntax.sql.fold
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/folding/test_syntax.sql.fold
1970-01-01 01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
--- kate: hl SQL (Oracle)
--- test case shipped with highlighting in bugzilla, LGPL
-
-<beginfold id='4'>begin</beginfold id='4'>
- q'{adfasdf'sadfasdf j}'{' hkjhkhkjhkjh
khlkhklj'fghdfghdfgh'hkjh'jkhkh'a'
- Q'(asldflahsl;'dkjfhklsdfh)'
- q'[asdasd;'asdasd'a]sd'asd'asasd]';11111111[1'];
asdasdasdasd'errrrrrrrrrrrrrr-p
-
- q'agdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#a' dafdfadasfasdf;
-
- Q'#gdfgsdfgsdfgsdfgsdfg#' afgasasdfasdfasfasdfasdfasdfasdfsdf
-
- <beginfold id='1'>if</beginfold id='1'> sldfjsdj then
- <beginfold id='2'>case</beginfold id='2'>
- when 1=1 then
- aslfjsldkfj;
- when 2=2 then
- asdfg;
- else
- null;
- <endfold id='2'>end case</endfold id='2'>;
-
- <beginfold id='1'>if</beginfold id='1'> sdfjh then
- for i in 1 .. 2
- <beginfold id='3'>LOOP</beginfold id='3'>
- dbms_output.put_line(q';ololo;');
- <endfold id='3'>END Loop</endfold id='3'>;
-
- while true
- <beginfold id='3'>loop</beginfold id='3'>
- dbms_output.put_line('1111');
- <endfold id='3'>end loop</endfold id='3'>;
- <endfold id='1'>end if</endfold id='1'>;
- ksjfklasjd;
- fklj;
- elsif
- sdklfjsdklfj;
- else
- sdfdfsdf;
- <endfold id='1'>end if</endfold id='1'>;
-<endfold id='4'>end</endfold id='4'>;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/html/test.sql_oracle.html
new/syntax-highlighting-5.41.0/autotests/html/test.sql_oracle.html
--- old/syntax-highlighting-5.40.0/autotests/html/test.sql_oracle.html
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/html/test.sql_oracle.html
2017-12-02 21:10:35.000000000 +0100
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>test.sql_oracle</title>
+<meta name="generator" content="KF5::SyntaxHighlighting (SQL (Oracle))"/>
+</head><body style="color:#1f1c1b"><pre>
+<span style="color:#898887;">-- kate: hl SQL (Oracle)</span>
+<span style="color:#898887;">-- test case shipped with highlighting in
bugzilla, LGPL</span>
+
+<span style="font-weight:bold;">declare</span>
+ v_nchar <span style="color:#0057ae;">NCHAR</span>(<span
style="color:#b08000;">12</span>);
+<span style="font-weight:bold;">begin</span>
+ q'{<span style="color:#bf0303;">adfasdf'sadfasdf j</span>}'{<span
style="color:#bf0303;">' hkjhkhkjhkjh khlkhklj'</span>fghdfghdfgh<span
style="color:#bf0303;">'hkjh'</span>jkhkh<span style="color:#bf0303;">'a'</span>
+ nQ'(<span style="color:#bf0303;">asldflahsl;'dkjfhklsdfh</span>)'
+ Nq'[<span
style="color:#bf0303;">asdasd;'asdasd'a]sd'asd'asasd</span>]';11111111[<span
style="color:#b08000;">1</span><span style="color:#bf0303;">'];
asdasdasdasd'</span>errrrrrrrrrrrrrr-p
+
+ nq'a<span
style="color:#bf0303;">gdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#</span>a'
dafdfadasfasdf;
+ v_nchar := n'<span style="color:#bf0303;">NCHAR STRING'</span>;
+
+ Q'#<span style="color:#bf0303;">gdfgsdfgsdfgsdfgsdfg</span>#'
afgasasdfasdfasfasdfasdfasdfasdfsdf
+
+ <span style="font-weight:bold;">if</span> sldfjsdj <span
style="font-weight:bold;">then</span>
+ <span style="font-weight:bold;">case</span>
+ <span style="font-weight:bold;">when</span> <span
style="color:#b08000;">1</span>=1 <span style="font-weight:bold;">then</span>
+ aslfjsldkfj;
+ <span style="font-weight:bold;">when</span> <span
style="color:#b08000;">2</span>=2 <span style="font-weight:bold;">then</span>
+ asdfg;
+ <span style="font-weight:bold;">else</span>
+ null;
+ <span style="font-weight:bold;">end case</span>;
+
+ <span style="font-weight:bold;">if</span> sdfjh <span
style="font-weight:bold;">then</span>
+ <span style="font-weight:bold;">for</span> i <span
style="font-weight:bold;">in</span> <span style="color:#b08000;">1</span> ..
<span style="color:#b08000;">2</span>
+ <span style="font-weight:bold;">LOOP</span>
+ dbms_output.put_line(q';<span
style="color:#bf0303;">ololo</span>;');
+ <span style="font-weight:bold;">END Loop</span>;
+
+ <span style="font-weight:bold;">while</span> <span
style="font-weight:bold;">true</span>
+ <span style="font-weight:bold;">loop</span>
+ dbms_output.put_line(<span
style="color:#bf0303;">'1111'</span>);
+ <span style="font-weight:bold;">end loop</span>;
+ <span style="font-weight:bold;">end if</span>;
+ ksjfklasjd;
+ fklj;
+ <span style="font-weight:bold;">elsif</span>
+ sdklfjsdklfj;
+ <span style="font-weight:bold;">else</span>
+ sdfdfsdf;
+ <span style="font-weight:bold;">end if</span>;
+<span style="font-weight:bold;">end</span>;
+</pre></body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/html/test_syntax.sql.html
new/syntax-highlighting-5.41.0/autotests/html/test_syntax.sql.html
--- old/syntax-highlighting-5.40.0/autotests/html/test_syntax.sql.html
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/html/test_syntax.sql.html
1970-01-01 01:00:00.000000000 +0100
@@ -1,48 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<title>test_syntax.sql</title>
-<meta name="generator" content="KF5::SyntaxHighlighting (SQL (Oracle))"/>
-</head><body style="color:#1f1c1b"><pre>
-<span style="color:#898887;">-- kate: hl SQL (Oracle)</span>
-<span style="color:#898887;">-- test case shipped with highlighting in
bugzilla, LGPL</span>
-
-<span style="font-weight:bold;">begin</span>
- q'{<span style="color:#bf0303;">adfasdf'sadfasdf j</span>}'{<span
style="color:#bf0303;">' hkjhkhkjhkjh khlkhklj'</span>fghdfghdfgh<span
style="color:#bf0303;">'hkjh'</span>jkhkh<span style="color:#bf0303;">'a'</span>
- Q'(<span style="color:#bf0303;">asldflahsl;'dkjfhklsdfh</span>)'
- q'[<span
style="color:#bf0303;">asdasd;'asdasd'a]sd'asd'asasd</span>]';11111111[<span
style="color:#b08000;">1</span><span style="color:#bf0303;">'];
asdasdasdasd'</span>errrrrrrrrrrrrrr-p
-
- q'a<span
style="color:#bf0303;">gdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#</span>a'
dafdfadasfasdf;
-
- Q'#<span style="color:#bf0303;">gdfgsdfgsdfgsdfgsdfg</span>#'
afgasasdfasdfasfasdfasdfasdfasdfsdf
-
- <span style="font-weight:bold;">if</span> sldfjsdj <span
style="font-weight:bold;">then</span>
- <span style="font-weight:bold;">case</span>
- <span style="font-weight:bold;">when</span> <span
style="color:#b08000;">1</span>=1 <span style="font-weight:bold;">then</span>
- aslfjsldkfj;
- <span style="font-weight:bold;">when</span> <span
style="color:#b08000;">2</span>=2 <span style="font-weight:bold;">then</span>
- asdfg;
- <span style="font-weight:bold;">else</span>
- null;
- <span style="font-weight:bold;">end case</span>;
-
- <span style="font-weight:bold;">if</span> sdfjh <span
style="font-weight:bold;">then</span>
- <span style="font-weight:bold;">for</span> i <span
style="font-weight:bold;">in</span> <span style="color:#b08000;">1</span> ..
<span style="color:#b08000;">2</span>
- <span style="font-weight:bold;">LOOP</span>
- dbms_output.put_line(q';<span
style="color:#bf0303;">ololo</span>;');
- <span style="font-weight:bold;">END Loop</span>;
-
- <span style="font-weight:bold;">while</span> <span
style="font-weight:bold;">true</span>
- <span style="font-weight:bold;">loop</span>
- dbms_output.put_line(<span
style="color:#bf0303;">'1111'</span>);
- <span style="font-weight:bold;">end loop</span>;
- <span style="font-weight:bold;">end if</span>;
- ksjfklasjd;
- fklj;
- <span style="font-weight:bold;">elsif</span>
- sdklfjsdklfj;
- <span style="font-weight:bold;">else</span>
- sdfdfsdf;
- <span style="font-weight:bold;">end if</span>;
-<span style="font-weight:bold;">end</span>;
-</pre></body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/input/test.sql_oracle
new/syntax-highlighting-5.41.0/autotests/input/test.sql_oracle
--- old/syntax-highlighting-5.40.0/autotests/input/test.sql_oracle
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/input/test.sql_oracle
2017-12-02 21:10:35.000000000 +0100
@@ -0,0 +1,44 @@
+-- kate: hl SQL (Oracle)
+-- test case shipped with highlighting in bugzilla, LGPL
+
+declare
+ v_nchar NCHAR(12);
+begin
+ q'{adfasdf'sadfasdf j}'{' hkjhkhkjhkjh
khlkhklj'fghdfghdfgh'hkjh'jkhkh'a'
+ nQ'(asldflahsl;'dkjfhklsdfh)'
+ Nq'[asdasd;'asdasd'a]sd'asd'asasd]';11111111[1'];
asdasdasdasd'errrrrrrrrrrrrrr-p
+
+ nq'agdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#a' dafdfadasfasdf;
+ v_nchar := n'NCHAR STRING';
+
+ Q'#gdfgsdfgsdfgsdfgsdfg#' afgasasdfasdfasfasdfasdfasdfasdfsdf
+
+ if sldfjsdj then
+ case
+ when 1=1 then
+ aslfjsldkfj;
+ when 2=2 then
+ asdfg;
+ else
+ null;
+ end case;
+
+ if sdfjh then
+ for i in 1 .. 2
+ LOOP
+ dbms_output.put_line(q';ololo;');
+ END Loop;
+
+ while true
+ loop
+ dbms_output.put_line('1111');
+ end loop;
+ end if;
+ ksjfklasjd;
+ fklj;
+ elsif
+ sdklfjsdklfj;
+ else
+ sdfdfsdf;
+ end if;
+end;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/input/test.sql_oracle.syntax
new/syntax-highlighting-5.41.0/autotests/input/test.sql_oracle.syntax
--- old/syntax-highlighting-5.40.0/autotests/input/test.sql_oracle.syntax
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/input/test.sql_oracle.syntax
2017-12-02 21:10:35.000000000 +0100
@@ -0,0 +1 @@
+SQL (Oracle)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/input/test_syntax.sql
new/syntax-highlighting-5.41.0/autotests/input/test_syntax.sql
--- old/syntax-highlighting-5.40.0/autotests/input/test_syntax.sql
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/input/test_syntax.sql
1970-01-01 01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
--- kate: hl SQL (Oracle)
--- test case shipped with highlighting in bugzilla, LGPL
-
-begin
- q'{adfasdf'sadfasdf j}'{' hkjhkhkjhkjh
khlkhklj'fghdfghdfgh'hkjh'jkhkh'a'
- Q'(asldflahsl;'dkjfhklsdfh)'
- q'[asdasd;'asdasd'a]sd'asd'asasd]';11111111[1'];
asdasdasdasd'errrrrrrrrrrrrrr-p
-
- q'agdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#a' dafdfadasfasdf;
-
- Q'#gdfgsdfgsdfgsdfgsdfg#' afgasasdfasdfasfasdfasdfasdfasdfsdf
-
- if sldfjsdj then
- case
- when 1=1 then
- aslfjsldkfj;
- when 2=2 then
- asdfg;
- else
- null;
- end case;
-
- if sdfjh then
- for i in 1 .. 2
- LOOP
- dbms_output.put_line(q';ololo;');
- END Loop;
-
- while true
- loop
- dbms_output.put_line('1111');
- end loop;
- end if;
- ksjfklasjd;
- fklj;
- elsif
- sdklfjsdklfj;
- else
- sdfdfsdf;
- end if;
-end;
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/input/test_syntax.sql.syntax
new/syntax-highlighting-5.41.0/autotests/input/test_syntax.sql.syntax
--- old/syntax-highlighting-5.40.0/autotests/input/test_syntax.sql.syntax
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/input/test_syntax.sql.syntax
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-SQL (Oracle)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/reference/test.sql_oracle.ref
new/syntax-highlighting-5.41.0/autotests/reference/test.sql_oracle.ref
--- old/syntax-highlighting-5.40.0/autotests/reference/test.sql_oracle.ref
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/reference/test.sql_oracle.ref
2017-12-02 21:10:35.000000000 +0100
@@ -0,0 +1,44 @@
+<Comment>-- kate: hl SQL (Oracle)</Comment><br/>
+<Comment>-- test case shipped with highlighting in bugzilla,
LGPL</Comment><br/>
+<dsNormal></dsNormal><br/>
+<Keyword>declare</Keyword><br/>
+<Normal Text> v_nchar </Normal Text><Data Type>NCHAR</Data Type><Normal
Text>(</Normal Text><Number>12</Number><Normal Text>);</Normal Text><br/>
+<Keyword>begin</Keyword><br/>
+<Normal Text> </Normal Text><Operator>q'{</Operator><String>adfasdf'sadfasdf
j</String><Operator>}'</Operator><Normal Text>{</Normal Text><String>'
hkjhkhkjhkjh khlkhklj'</String><Normal Text>fghdfghdfgh</Normal
Text><String>'hkjh'</String><Normal Text>jkhkh</Normal
Text><String>'a'</String><br/>
+<Normal Text> </Normal
Text><Operator>nQ'(</Operator><String>asldflahsl;'dkjfhklsdfh</String><Operator>)'</Operator><br/>
+<Normal Text> </Normal
Text><Operator>Nq'[</Operator><String>asdasd;'asdasd'a]sd'asd'asasd</String><Operator>]'</Operator><Normal
Text>;11111111[</Normal Text><Number>1</Number><String>'];
asdasdasdasd'</String><Normal Text>errrrrrrrrrrrrrr-p</Normal Text><br/>
+<dsNormal></dsNormal><br/>
+<Normal Text> </Normal
Text><Operator>nq'a</Operator><String>gdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#</String><Operator>a'</Operator><Normal
Text> dafdfadasfasdf;</Normal Text><br/>
+<Normal Text> v_nchar </Normal Text><Operator>:=</Operator><Normal Text>
</Normal Text><Operator>n'</Operator><String>NCHAR STRING'</String><Normal
Text>;</Normal Text><br/>
+<dsNormal></dsNormal><br/>
+<Normal Text> </Normal
Text><Operator>Q'#</Operator><String>gdfgsdfgsdfgsdfgsdfg</String><Operator>#'</Operator><Normal
Text> afgasasdfasdfasfasdfasdfasdfasdfsdf</Normal Text><br/>
+<dsNormal></dsNormal><br/>
+<Normal Text> </Normal Text><Keyword>if</Keyword><Normal Text> sldfjsdj
</Normal Text><Keyword>then</Keyword><br/>
+<Normal Text> </Normal Text><Keyword>case</Keyword><br/>
+<Normal Text> </Normal Text><Keyword>when</Keyword><Normal
Text> </Normal Text><Number>1</Number><Normal Text>=1 </Normal
Text><Keyword>then</Keyword><br/>
+<Normal Text> aslfjsldkfj;</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>when</Keyword><Normal
Text> </Normal Text><Number>2</Number><Normal Text>=2 </Normal
Text><Keyword>then</Keyword><br/>
+<Normal Text> asdfg;</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>else</Keyword><br/>
+<Normal Text> null;</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>end case</Keyword><Normal
Text>;</Normal Text><br/>
+<dsNormal></dsNormal><br/>
+<Normal Text> </Normal Text><Keyword>if</Keyword><Normal Text> sdfjh
</Normal Text><Keyword>then</Keyword><br/>
+<Normal Text> </Normal Text><Keyword>for</Keyword><Normal
Text> i </Normal Text><Keyword>in</Keyword><Normal Text> </Normal
Text><Number>1</Number><Normal Text> </Normal
Text><Operator>..</Operator><Normal Text> </Normal Text><Number>2</Number><br/>
+<Normal Text> </Normal Text><Keyword>LOOP</Keyword><br/>
+<Normal Text> dbms_output.put_line(</Normal
Text><Operator>q';</Operator><String>ololo</String><Operator>;'</Operator><Normal
Text>);</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>END
Loop</Keyword><Normal Text>;</Normal Text><br/>
+<dsNormal></dsNormal><br/>
+<Normal Text> </Normal Text><Keyword>while</Keyword><Normal
Text> </Normal Text><Keyword>true</Keyword><br/>
+<Normal Text> </Normal Text><Keyword>loop</Keyword><br/>
+<Normal Text> dbms_output.put_line(</Normal
Text><String>'1111'</String><Normal Text>);</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>end
loop</Keyword><Normal Text>;</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>end if</Keyword><Normal
Text>;</Normal Text><br/>
+<Normal Text> ksjfklasjd;</Normal Text><br/>
+<Normal Text> fklj;</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>elsif</Keyword><br/>
+<Normal Text> sdklfjsdklfj;</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>else</Keyword><br/>
+<Normal Text> sdfdfsdf;</Normal Text><br/>
+<Normal Text> </Normal Text><Keyword>end if</Keyword><Normal Text>;</Normal
Text><br/>
+<Keyword>end</Keyword><Normal Text>;</Normal Text><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/autotests/reference/test_syntax.sql.ref
new/syntax-highlighting-5.41.0/autotests/reference/test_syntax.sql.ref
--- old/syntax-highlighting-5.40.0/autotests/reference/test_syntax.sql.ref
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/autotests/reference/test_syntax.sql.ref
1970-01-01 01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
-<Comment>-- kate: hl SQL (Oracle)</Comment><br/>
-<Comment>-- test case shipped with highlighting in bugzilla,
LGPL</Comment><br/>
-<dsNormal></dsNormal><br/>
-<Keyword>begin</Keyword><br/>
-<Normal Text> </Normal Text><Operator>q'{</Operator><String>adfasdf'sadfasdf
j</String><Operator>}'</Operator><Normal Text>{</Normal Text><String>'
hkjhkhkjhkjh khlkhklj'</String><Normal Text>fghdfghdfgh</Normal
Text><String>'hkjh'</String><Normal Text>jkhkh</Normal
Text><String>'a'</String><br/>
-<Normal Text> </Normal
Text><Operator>Q'(</Operator><String>asldflahsl;'dkjfhklsdfh</String><Operator>)'</Operator><br/>
-<Normal Text> </Normal
Text><Operator>q'[</Operator><String>asdasd;'asdasd'a]sd'asd'asasd</String><Operator>]'</Operator><Normal
Text>;11111111[</Normal Text><Number>1</Number><String>'];
asdasdasdasd'</String><Normal Text>errrrrrrrrrrrrrr-p</Normal Text><br/>
-<dsNormal></dsNormal><br/>
-<Normal Text> </Normal
Text><Operator>q'a</Operator><String>gdfgsdfgfhfghjfgh'f'f'sdfg'sdfg'dfg#</String><Operator>a'</Operator><Normal
Text> dafdfadasfasdf;</Normal Text><br/>
-<dsNormal></dsNormal><br/>
-<Normal Text> </Normal
Text><Operator>Q'#</Operator><String>gdfgsdfgsdfgsdfgsdfg</String><Operator>#'</Operator><Normal
Text> afgasasdfasdfasfasdfasdfasdfasdfsdf</Normal Text><br/>
-<dsNormal></dsNormal><br/>
-<Normal Text> </Normal Text><Keyword>if</Keyword><Normal Text> sldfjsdj
</Normal Text><Keyword>then</Keyword><br/>
-<Normal Text> </Normal Text><Keyword>case</Keyword><br/>
-<Normal Text> </Normal Text><Keyword>when</Keyword><Normal
Text> </Normal Text><Number>1</Number><Normal Text>=1 </Normal
Text><Keyword>then</Keyword><br/>
-<Normal Text> aslfjsldkfj;</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>when</Keyword><Normal
Text> </Normal Text><Number>2</Number><Normal Text>=2 </Normal
Text><Keyword>then</Keyword><br/>
-<Normal Text> asdfg;</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>else</Keyword><br/>
-<Normal Text> null;</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>end case</Keyword><Normal
Text>;</Normal Text><br/>
-<Normal Text> </Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>if</Keyword><Normal Text> sdfjh
</Normal Text><Keyword>then</Keyword><br/>
-<Normal Text> </Normal Text><Keyword>for</Keyword><Normal
Text> i </Normal Text><Keyword>in</Keyword><Normal Text> </Normal
Text><Number>1</Number><Normal Text> </Normal
Text><Operator>..</Operator><Normal Text> </Normal Text><Number>2</Number><br/>
-<Normal Text> </Normal Text><Keyword>LOOP</Keyword><br/>
-<Normal Text> dbms_output.put_line(</Normal
Text><Operator>q';</Operator><String>ololo</String><Operator>;'</Operator><Normal
Text>);</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>END
Loop</Keyword><Normal Text>;</Normal Text><br/>
-<Normal Text> </Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>while</Keyword><Normal
Text> </Normal Text><Keyword>true</Keyword><br/>
-<Normal Text> </Normal Text><Keyword>loop</Keyword><br/>
-<Normal Text> dbms_output.put_line(</Normal
Text><String>'1111'</String><Normal Text>);</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>end
loop</Keyword><Normal Text>;</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>end if</Keyword><Normal
Text>;</Normal Text><br/>
-<Normal Text> ksjfklasjd;</Normal Text><br/>
-<Normal Text> fklj;</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>elsif</Keyword><br/>
-<Normal Text> sdklfjsdklfj;</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>else</Keyword><br/>
-<Normal Text> sdfdfsdf;</Normal Text><br/>
-<Normal Text> </Normal Text><Keyword>end if</Keyword><Normal Text>;</Normal
Text><br/>
-<Keyword>end</Keyword><Normal Text>;</Normal Text><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.40.0/data/syntax/bash.xml
new/syntax-highlighting-5.41.0/data/syntax/bash.xml
--- old/syntax-highlighting-5.40.0/data/syntax/bash.xml 2017-11-05
09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/bash.xml 2017-12-02
21:10:35.000000000 +0100
@@ -8,7 +8,7 @@
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or
- following -->
<!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character
in a file name -->
]>
-<language name="Bash" version="4" kateversion="5.0" section="Scripts"
extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.bashrc;.bash_profile;.bash_login;.profile"
mimetype="application/x-shellscript" casesensitive="1" author="Wilbert
Berendsen ([email protected])" license="LGPL">
+<language name="Bash" version="5" kateversion="5.0" section="Scripts"
extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD"
mimetype="application/x-shellscript" casesensitive="1" author="Wilbert
Berendsen ([email protected])" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen ([email protected])
Changes by Matthew Woehlke ([email protected])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.40.0/data/syntax/crk.xml
new/syntax-highlighting-5.41.0/data/syntax/crk.xml
--- old/syntax-highlighting-5.40.0/data/syntax/crk.xml 2017-11-05
09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/crk.xml 2017-12-02
21:10:35.000000000 +0100
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Crack" version="2" kateversion="5.0" section="Sources"
extensions="*.crk" mimetype="">
+<language name="Crack" version="3" kateversion="5.0" section="Sources"
extensions="*.crk" mimetype="">
<highlighting>
<list name="keywords">
<item>break</item>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/data/syntax/debianchangelog.xml
new/syntax-highlighting-5.41.0/data/syntax/debianchangelog.xml
--- old/syntax-highlighting-5.40.0/data/syntax/debianchangelog.xml
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/debianchangelog.xml
2017-12-02 21:10:35.000000000 +0100
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Debian Changelog" version="3" kateversion="2.4"
section="Other" extensions="" mimetype="">
+<language name="Debian Changelog" version="4" kateversion="2.4"
section="Other" extensions="" mimetype="">
<highlighting>
<list name="keywords">
<item>urgency</item>
@@ -179,6 +179,11 @@
<item>artful-proposed</item>
<item>artful-updates</item>
<item>artful-backports</item>
+ <item>bionic</item>
+ <item>bionic-security</item>
+ <item>bionic-proposed</item>
+ <item>bionic-updates</item>
+ <item>bionic-backports</item>
</list>
<list name="urgencies">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/data/syntax/javascript.xml
new/syntax-highlighting-5.41.0/data/syntax/javascript.xml
--- old/syntax-highlighting-5.40.0/data/syntax/javascript.xml 2017-11-05
09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/javascript.xml 2017-12-02
21:10:35.000000000 +0100
@@ -3,8 +3,8 @@
<!-- Author: Anders Lund <[email protected]> //-->
<!-- Minor changes: Joseph Wenninger <[email protected]> //-->
<!-- Full JavaScript 1.0 support by Whitehawk Stormchaser //-->
-<language name="JavaScript" version="5" kateversion="5.0" section="Scripts"
extensions="*.js;*.kwinscript;*.julius"
- mimetype="text/x-javascript;application/x-javascript"
indenter="cstyle"
+<language name="JavaScript" version="6" kateversion="5.0" section="Scripts"
extensions="*.js;*.kwinscript;*.julius"
+
mimetype="text/x-javascript;application/x-javascript;application/javascript;text/javascript"
indenter="cstyle"
author="Anders Lund ([email protected]), Joseph Wenninger
([email protected]), Whitehawk Stormchaser ([email protected])" license="">
<highlighting>
<list name="controlflow">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.40.0/data/syntax/sql-mysql.xml
new/syntax-highlighting-5.41.0/data/syntax/sql-mysql.xml
--- old/syntax-highlighting-5.40.0/data/syntax/sql-mysql.xml 2017-11-05
09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/sql-mysql.xml 2017-12-02
21:10:35.000000000 +0100
@@ -4,8 +4,9 @@
MySQL syntax definition based on sql.xml by Yury Lebedev
original by Shane Wright ([email protected])
modifications by Milian Wolff ([email protected])
+ v3 fix comments by Gene Thomas <[email protected]>
-->
-<language name="SQL (MySQL)" version="2" kateversion="3.4" section="Database"
extensions="*.sql;*.SQL;*.ddl;*.DDL" mimetype="text/x-sql" casesensitive="0"
author="Shane Wright ([email protected])" license="">
+<language name="SQL (MySQL)" version="3" kateversion="3.4" section="Database"
extensions="*.sql;*.SQL;*.ddl;*.DDL" mimetype="text/x-sql" casesensitive="0"
author="Shane Wright ([email protected])" license="">
<highlighting>
<list name="keywords">
<item>ACCESS</item>
@@ -383,6 +384,13 @@
<contexts>
<context name="Normal" attribute="Normal Text" lineEndContext="#stay">
<DetectSpaces/>
+
+ <!-- comments, before operators -->
+ <DetectChar attribute="Comment" context="SingleLineComment" char="#"/>
+ <Detect2Chars attribute="Comment" context="SingleLineComment" char="-"
char1="-"/>
+ <Detect2Chars attribute="Comment" context="MultiLineComment" char="/"
char1="*" beginRegion="Comment"/>
+ <RegExpr attribute="Comment" context="SingleLineComment"
String="rem\b" insensitive="true" column="0"/>
+
<!-- problematic special cases -->
<!-- SET type -->
<RegExpr attribute="Data Type" context="#stay" insensitive="true"
String="SET(?=\s*\()"/>
@@ -405,11 +413,6 @@
<DetectChar attribute="String" context="String" char="'"/>
<DetectChar attribute="String" context="String2" char="""/>
<DetectChar attribute="Name" context="Name" char="`"/>
- <!-- comments -->
- <DetectChar attribute="Comment" context="SingleLineComment" char="#"/>
- <Detect2Chars attribute="Comment" context="SingleLineComment" char="-"
char1="-"/>
- <Detect2Chars attribute="Comment" context="MultiLineComment" char="/"
char1="*" beginRegion="Comment"/>
- <RegExpr attribute="Comment" context="SingleLineComment"
String="rem\b" insensitive="true" column="0"/>
<AnyChar attribute="Symbol" context="#stay" String=":&"/>
<RegExpr attribute="Symbol" context="#stay" String="/$" column="0"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/data/syntax/sql-oracle.xml
new/syntax-highlighting-5.41.0/data/syntax/sql-oracle.xml
--- old/syntax-highlighting-5.40.0/data/syntax/sql-oracle.xml 2017-11-05
09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/sql-oracle.xml 2017-12-02
21:10:35.000000000 +0100
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<!-- Oracle SQL, syntax definition based on sql.xml by Yury Lebedev -->
-<language name="SQL (Oracle)" version="3" kateversion="2.4" section="Database"
extensions="*.sql;*.SQL;*.ddl;*.DDL;*.trg;*.TRG;*.spc;*.SPC;*.bdy;*.DBY"
mimetype="text/x-sql" casesensitive="0" author="Andrey Karepin
([email protected])" license="LGPL">
+<language name="SQL (Oracle)" version="4" kateversion="2.4" section="Database"
extensions="*.sql;*.SQL;*.ddl;*.DDL;*.trg;*.TRG;*.spc;*.SPC;*.bdy;*.DBY"
mimetype="text/x-sql" casesensitive="0" author="Andrey Karepin
([email protected])" license="LGPL">
<highlighting>
<list name="keywords">
<item>ABORT</item>
@@ -2062,10 +2062,11 @@
<RegExpr attribute="External Variable" context="#stay"
String="&\w+\b"/>
<!-- quoting -->
- <RegExpr attribute="Operator" context="QuoteOperatorBrace"
String="\bq'\{" insensitive="true"/>
- <RegExpr attribute="Operator" context="QuoteOperatorBracket"
String="\bq'\[" insensitive="true"/>
- <RegExpr attribute="Operator" context="QuoteOperatorParenthesis"
String="\bq'\(" insensitive="true"/>
- <RegExpr attribute="Operator" context="QuoteOperator"
String="\bq'(\S)" insensitive="true"/>
+ <RegExpr attribute="Operator" context="QuoteOperatorBrace"
String="\bn?q'\{" insensitive="true"/>
+ <RegExpr attribute="Operator" context="QuoteOperatorBracket"
String="\bn?q'\[" insensitive="true"/>
+ <RegExpr attribute="Operator" context="QuoteOperatorParenthesis"
String="\bn?q'\(" insensitive="true"/>
+ <RegExpr attribute="Operator" context="QuoteOperator"
String="\bn?q'(\S)" insensitive="true"/>
+ <RegExpr attribute="Operator" context="NCharOperator" String="\bn'"
insensitive="true"/>
<DetectChar attribute="String" context="StringLiteral" char="'"/>
<DetectIdentifier />
@@ -2086,6 +2087,9 @@
<context name="QuoteOperatorParenthesis" attribute="String"
lineEndContext="#stay">
<Detect2Chars attribute="Operator" context="#pop" char=")" char1="'"/>
</context>
+ <context name="NCharOperator" attribute="String" lineEndContext="#stay">
+ <DetectChar attribute="String" context="#pop" char="'"/>
+ </context>
<context name="singleLineComment" attribute="Comment"
lineEndContext="#pop"/>
<context name="multiLineComment" attribute="Comment"
lineEndContext="#stay">
<Detect2Chars attribute="Comment" context="#pop" char="*" char1="/"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/data/syntax/sql-postgresql.xml
new/syntax-highlighting-5.41.0/data/syntax/sql-postgresql.xml
--- old/syntax-highlighting-5.40.0/data/syntax/sql-postgresql.xml
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/sql-postgresql.xml
2017-12-02 21:10:35.000000000 +0100
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<!-- PostgreSQL SQL, syntax definition based on sql.xml by Yury Lebedev -->
-<language name="SQL (PostgreSQL)" version="4" kateversion="2.4"
section="Database" extensions="*.sql;*.SQL;*.ddl;*.DDL" mimetype="text/x-sql"
casesensitive="0" author="Shane Wright ([email protected])" license="">
+<!-- PostgreSQL SQL, syntax definition based on sql.xml by Yury Lebedev
+ v5 fix comments by Gene Thomas <[email protected]>
+ -->
+<language name="SQL (PostgreSQL)" version="5" kateversion="2.4"
section="Database" extensions="*.sql;*.SQL;*.ddl;*.DDL" mimetype="text/x-sql"
casesensitive="0" author="Shane Wright ([email protected])" license="">
<highlighting>
<list name="keywords">
<item>ABORT</item>
@@ -728,8 +730,16 @@
</list>
<contexts>
<context name="Normal" attribute="Normal Text" lineEndContext="#stay">
+
+ <!-- comments before operators -->
+ <DetectChar attribute="Comment" context="SingleLineComment" char="#"/>
+ <Detect2Chars attribute="Comment" context="SingleLineComment" char="-"
char1="-"/>
+ <Detect2Chars attribute="Comment" context="MultiLineComment" char="/"
char1="*" beginRegion="Comment"/>
+ <RegExpr attribute="Comment" context="SingleLineComment"
String="rem\b" insensitive="true" column="0"/>
+
<!-- HACK: don't jump into MultiLineString for CREATE FUNCTION
$funcName$...$funcName$ -->
<RegExpr String="create\s+(or\s+replace\s+)?function"
insensitive="true" context="CreateFunction" attribute="Keyword"/>
+
<RegExpr String="do\s+\$([^\$\n\r]*)\$" insensitive="true"
context="FunctionBody" attribute="Keyword"/>
<keyword attribute="Keyword" context="#stay" String="keywords"/>
<keyword attribute="Operator" context="#stay" String="operators"/>
@@ -746,10 +756,6 @@
<Float attribute="Float" context="#stay"/>
<Int attribute="Decimal" context="#stay"/>
<DetectChar attribute="String" context="String" char="'"/>
- <DetectChar attribute="Comment" context="SingleLineComment" char="#"/>
- <Detect2Chars attribute="Comment" context="SingleLineComment" char="-"
char1="-"/>
- <Detect2Chars attribute="Comment" context="MultiLineComment" char="/"
char1="*" beginRegion="Comment"/>
- <RegExpr attribute="Comment" context="SingleLineComment"
String="rem\b" insensitive="true" column="0"/>
<DetectChar attribute="Comment" context="Identifier" char="""/>
<AnyChar attribute="Symbol" context="#stay" String=":&"/>
<RegExpr attribute="Symbol" context="#stay" String="/$" column="0"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.40.0/data/syntax/sql.xml
new/syntax-highlighting-5.41.0/data/syntax/sql.xml
--- old/syntax-highlighting-5.40.0/data/syntax/sql.xml 2017-11-05
09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/data/syntax/sql.xml 2017-12-02
21:10:35.000000000 +0100
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<!-- Oracle10g SQL and PL/SQL syntax - ANSI SQL 2003 superset -->
-<!-- This file is maintained by Anders Lund <[email protected]> since 2005-11-06
-->
+<!-- This file is maintained by Anders Lund <[email protected]> since 2005-11-06
+ v3 fix comments by Gene Thomas <[email protected]>
+ -->
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->
-<language name="SQL" version="2" kateversion="2.4" section="Database"
extensions="*.sql;*.SQL;*.ddl;*.DDL" mimetype="text/x-sql" casesensitive="0"
author="Yury Lebedev ([email protected])" license="LGPL">
+<language name="SQL" version="3" kateversion="2.4" section="Database"
extensions="*.sql;*.SQL;*.ddl;*.DDL" mimetype="text/x-sql" casesensitive="0"
author="Yury Lebedev ([email protected])" license="LGPL">
<highlighting>
<list name="keywords">
<item>ACCESS</item>
@@ -887,6 +889,11 @@
<context name="Normal" attribute="Normal Text" lineEndContext="#stay">
<DetectSpaces/>
+ <!-- comments, before operators -->
+ <Detect2Chars attribute="Comment" context="Singleline PL/SQL-style
comment" char="-" char1="-"/>
+ <Detect2Chars attribute="Comment" context="Multiline C-style comment"
char="/" char1="*" beginRegion="Comment"/>
+ <RegExpr attribute="Comment" context="SQL*Plus remark directive"
String="^rem\b" insensitive="true" column="0"/>
+
<keyword attribute="Keyword" String="keywords" context="#stay"/>
<keyword attribute="Operator" String="operators" context="#stay"/>
<keyword attribute="Function" String="functions" context="#stay"/>
@@ -901,10 +908,6 @@
<Int attribute="Decimal" context="#stay"/>
<!-- strings -->
<DetectChar attribute="String" context="String literal" char="'"/>
- <!-- comments -->
- <Detect2Chars attribute="Comment" context="Singleline PL/SQL-style
comment" char="-" char1="-"/>
- <Detect2Chars attribute="Comment" context="Multiline C-style comment"
char="/" char1="*" beginRegion="Comment"/>
- <RegExpr attribute="Comment" context="SQL*Plus remark directive"
String="^rem\b" insensitive="true" column="0"/>
<DetectChar attribute="Identifier" context="User-defined identifier"
char="""/>
<RegExpr attribute="External Variable" context="#stay"
String="(:|&&?)\w+"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/po/cs/syntaxhighlighting5_qt.po
new/syntax-highlighting-5.41.0/po/cs/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.40.0/po/cs/syntaxhighlighting5_qt.po
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/po/cs/syntaxhighlighting5_qt.po
2017-12-02 21:10:35.000000000 +0100
@@ -9,8 +9,8 @@
"Project-Id-Version: katepart4\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2017-09-07 12:19+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2017-11-14 14:14+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
@@ -82,7 +82,7 @@
msgctxt "Language|"
msgid "AppArmor Security Profile"
-msgstr ""
+msgstr "Bezpečnostní profil AppArmor"
msgctxt "Language|"
msgid "Asm6502"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.40.0/po/en_GB/syntaxhighlighting5_qt.po
new/syntax-highlighting-5.41.0/po/en_GB/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.40.0/po/en_GB/syntaxhighlighting5_qt.po
2017-11-05 09:44:06.000000000 +0100
+++ new/syntax-highlighting-5.41.0/po/en_GB/syntaxhighlighting5_qt.po
2017-12-02 21:10:35.000000000 +0100
@@ -5,15 +5,15 @@
# Andrew Coles <[email protected]>, 2004, 2005, 2009, 2010, 2011.
# Peter Murdoch <[email protected]>, 2007.
# Brendan Osborne <[email protected]>, 2007.
-# Steve Allewell <[email protected]>, 2014, 2015, 2016.
+# Steve Allewell <[email protected]>, 2014, 2015, 2016, 2017.
msgid ""
msgstr ""
"Project-Id-Version: katepart4\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2016-10-14 19:54+0000\n"
+"PO-Revision-Date: 2017-11-26 15:59+0000\n"
"Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -84,7 +84,7 @@
msgctxt "Language|"
msgid "AppArmor Security Profile"
-msgstr ""
+msgstr "AppArmor Security Profile"
msgctxt "Language|"
msgid "Asm6502"
@@ -246,12 +246,9 @@
msgid "dot"
msgstr "dot"
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Dockerfile"
msgctxt "Language|"
msgid "Doxyfile"
-msgstr "Dockerfile"
+msgstr "Doxyfile"
msgctxt "Language|"
msgid "DoxygenLua"
@@ -443,7 +440,7 @@
msgctxt "Language|"
msgid "Intel HEX"
-msgstr ""
+msgstr "Intel HEX"
msgctxt "Language|"
msgid "Jam"
@@ -615,7 +612,7 @@
msgctxt "Language|"
msgid "Metamath"
-msgstr ""
+msgstr "Metamath"
msgctxt "Language|"
msgid "MIPS Assembler"
@@ -753,12 +750,9 @@
msgid "Protobuf"
msgstr "Protobuf"
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Pig"
msgctxt "Language|"
msgid "Pug"
-msgstr "Pig"
+msgstr "Pug"
msgctxt "Language|"
msgid "Puppet"
@@ -772,12 +766,9 @@
msgid "Python"
msgstr "Python"
-#, fuzzy
-#| msgctxt "Language Section|"
-#| msgid "Configuration"
msgctxt "Language|"
msgid "QDoc Configuration"
-msgstr "Configuration"
+msgstr "QDoc Configuration"
msgctxt "Language|"
msgid "QMake"
@@ -953,7 +944,7 @@
msgctxt "Language|"
msgid "Tiger"
-msgstr ""
+msgstr "Tiger"
msgctxt "Language|"
msgid "TOML"
@@ -1077,7 +1068,7 @@
msgctxt "Language|"
msgid "YANG"
-msgstr ""
+msgstr "YANG"
msgctxt "Language|"
msgid "Zonnon"