Hello community,

here is the log from the commit of package syntax-highlighting for 
openSUSE:Factory checked in at 2020-01-14 21:04:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
 and      /work/SRC/openSUSE:Factory/.syntax-highlighting.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syntax-highlighting"

Tue Jan 14 21:04:41 2020 rev:40 rq:763505 version:5.66.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes  
2019-12-18 14:45:17.969855767 +0100
+++ 
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.6675/syntax-highlighting.changes
        2020-01-14 21:08:10.422787598 +0100
@@ -1,0 +2,15 @@
+Sun Jan  5 09:02:30 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * LaTeX: fix brackets in some commands (kde#415384)
+  * TypeScript: add "bigint" primitive type
+  * Python: improve numbers, add octals, binaries and "breakpoint" keyword 
(kde#414996)
+  * fix linking with static qt
+  * SELinux: add "glblub" keyword and update permissions list
+  * Several enhancements to gitolite syntax definition.
+
+-------------------------------------------------------------------

Old:
----
  syntax-highlighting-5.65.0.tar.xz
  syntax-highlighting-5.65.0.tar.xz.sig

New:
----
  syntax-highlighting-5.66.0.tar.xz
  syntax-highlighting-5.66.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.vGB55p/_old  2020-01-14 21:08:11.890788278 +0100
+++ /var/tmp/diff_new_pack.vGB55p/_new  2020-01-14 21:08:11.894788280 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syntax-highlighting
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5SyntaxHighlighting5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           syntax-highlighting
-Version:        5.65.0
+Version:        5.66.0
 Release:        0
 Summary:        Syntax highlighting engine and library
 License:        LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND 
GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0


++++++ syntax-highlighting-5.65.0.tar.xz -> syntax-highlighting-5.66.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/CMakeLists.txt 
new/syntax-highlighting-5.66.0/CMakeLists.txt
--- old/syntax-highlighting-5.65.0/CMakeLists.txt       2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/CMakeLists.txt       2020-01-04 
11:17:13.000000000 +0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0")
+set(KF5_VERSION "5.66.0")
 project(KSyntaxHighlighting VERSION ${KF5_VERSION})
 
-find_package(ECM 5.65.0 REQUIRED NO_MODULE)
+find_package(ECM 5.66.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 if(POLICY CMP0063)
     cmake_policy(SET CMP0063 NEW)
@@ -36,7 +36,7 @@
 #
 # Dependencies
 #
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED COMPONENTS Core 
Network Test)
 option(KSYNTAXHIGHLIGHTING_USE_GUI "Build components depending on Qt5Gui" ON)
 if(KSYNTAXHIGHLIGHTING_USE_GUI)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/folding/gitolite.conf.fold 
new/syntax-highlighting-5.66.0/autotests/folding/gitolite.conf.fold
--- old/syntax-highlighting-5.65.0/autotests/folding/gitolite.conf.fold 
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/folding/gitolite.conf.fold 
2020-01-04 11:17:13.000000000 +0100
@@ -0,0 +1,16 @@
+# Example gitolite.conf
+
+include "mygroups.conf"
+
+@admin = user1 user2
+@admin = [email protected]
+
+repo @all
+       option deny-rules = 1
+       option hooks.emailprefix = '[%GL_REPO] '
+
+repo myrepo
+       - protected$    = @all          # Nobody can push
+       RW+CD           = @admin
+       RW              = @group1
+       R               = [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/folding/highlight.tex.fold 
new/syntax-highlighting-5.66.0/autotests/folding/highlight.tex.fold
--- old/syntax-highlighting-5.65.0/autotests/folding/highlight.tex.fold 
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/folding/highlight.tex.fold 
2020-01-04 11:17:13.000000000 +0100
@@ -269,3 +269,7 @@
 
 text<beginfold id='1'>\begin</beginfold 
id='1'>{tabular}text\end{tabular<endfold id='1'>}</endfold id='1'>
 text<beginfold id='1'>\begin</beginfold id='1'>{a}text<endfold 
id='1'>\end</endfold id='1'>{a<endfold id='1'>}</endfold id='1'>
+
+% Close brackets correctly in some commands (see bug #415384)
+\input{\a{}}
+\cites{ text { text } text }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/folding/test.cil.fold 
new/syntax-highlighting-5.66.0/autotests/folding/test.cil.fold
--- old/syntax-highlighting-5.65.0/autotests/folding/test.cil.fold      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/folding/test.cil.fold      
2020-01-04 11:17:13.000000000 +0100
@@ -62,6 +62,8 @@
 (allow unconfined.process self (file (read write)))
 (allow process httpd.object (file (read write)))
 
+(defaultrange db_table glblub)
+
 ; Paths
 "/system/(foo|bar)/[^/]*/(hi){2,6}(.*)?"
 "/pa\12th.*a+b?"
@@ -143,7 +145,8 @@
     (genfscon selinuxfs / selinuxfs_context)
 )
 
-; ioctl & call
+; ioctl & call: due to the way in which the highlighter treats the parenthesis 
blocks
+; (each level of different color), it is not possible to differentiate between 
statement and permission.
 (allowx x bin_t (ioctl policy.file (range 0x1000 0x11FF))) ; ioctl kind
 (ioctl read
     find connectto) ; kind or permission?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/folding/test.py.fold 
new/syntax-highlighting-5.66.0/autotests/folding/test.py.fold
--- old/syntax-highlighting-5.65.0/autotests/folding/test.py.fold       
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/folding/test.py.fold       
2020-01-04 11:17:13.000000000 +0100
@@ -48,3 +48,35 @@
 "Escapes in Doc/Comment String \u1234 \xAb \"\\"
 <beginfold id='4'>'''</beginfold id='4'> Doc/Comment String \N{123} \'<endfold 
id='4'>'''</endfold id='4'>
 <beginfold id='5'>"""</beginfold id='5'> Doc/Comment String \17 \x1f \n \" 
\\<endfold id='5'>"""</endfold id='5'>
+
+# Decimal, Hex, Binary, Octal
+a = 1_2_34L
+b = 0_0_00_0
+c = 0xA_3f_43D
+d = 0b0_0_1_01
+e = 0o71_2_34
+# Float
+d = 1.1E+3
+e = 1.E+3
+f = .1E+3
+g = 1E+3
+h = 1.1
+i = 1.
+j = .1
+k =  1
+l = 1_0.e+3_22 + .2_1e2 + 11_1.
+# Complex
+m = 1.1E+3j
+n = 1.E+3j
+o = .1E+3j
+p = 1E+3j
+q = 1.1j
+r = 1.j
+s = .1j
+t =  1j
+u = 1_0.e+3_22j + .2_1e2j + 11_1.j
+
+# Invalid numbers
+aaa.123
+aaa123
+.0x123
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/folding/test.te.fold 
new/syntax-highlighting-5.66.0/autotests/folding/test.te.fold
--- old/syntax-highlighting-5.65.0/autotests/folding/test.te.fold       
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/folding/test.te.fold       
2020-01-04 11:17:13.000000000 +0100
@@ -29,7 +29,7 @@
 
 # Refpolicy
 tunable_policy<beginfold id='2'>(</beginfold id='2'>`allow_execmem',`
-       /usr/share/holas(/.*)? -- gen_context<beginfold id='2'>(</beginfold 
id='2'>system_u:object_r:holas_t,s0,fdf,df<endfold id='2'>)</endfold id='2'>;
+       /usr/share/holas(/.*)? -- gen_context<beginfold id='2'>(</beginfold 
id='2'>system_u:object_r:holas_t,s0,a,b<endfold id='2'>)</endfold id='2'>;
 '<endfold id='2'>)</endfold id='2'>
 # M4 Macros
 regexp<beginfold id='2'>(</beginfold id='2'>`GNUs not Unix', `\w\(\w+\)$', 
`*** \& *** \1 ***'<endfold id='2'>)</endfold id='2'>
@@ -50,6 +50,7 @@
 
 default_user process source;
 default_range process source low;
+default_range name GLBLUB;
 
 sid devnull;
 sid sysctl;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/folding/test.ts.fold 
new/syntax-highlighting-5.66.0/autotests/folding/test.ts.fold
--- old/syntax-highlighting-5.65.0/autotests/folding/test.ts.fold       
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/folding/test.ts.fold       
2020-01-04 11:17:13.000000000 +0100
@@ -133,6 +133,7 @@
 let g: number = 0b111001; // Binary
 let h: number = 0o436; // Octal
 let i: number = 0xadf0d; // Hexa-Decimal
+let j: bigint = 123n;
 
 const query = query<<beginfold id='2'>[</beginfold id='2'>number<endfold 
id='2'>]</endfold id='2'>, number>(`
         SELECT *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/html/gitolite.conf.html 
new/syntax-highlighting-5.66.0/autotests/html/gitolite.conf.html
--- old/syntax-highlighting-5.65.0/autotests/html/gitolite.conf.html    
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/html/gitolite.conf.html    
2020-01-04 11:17:13.000000000 +0100
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>gitolite.conf</title>
+<meta name="generator" content="KF5::SyntaxHighlighting (Gitolite)"/>
+</head><body style="color:#1f1c1b"><pre>
+<span style="color:#898887;"># Example gitolite.conf</span>
+
+<span style="color:#006e28;">include</span> <span 
style="color:#bf0303;">&quot;mygroups.conf&quot;</span>
+
+<span style="color:#0057ae;">@admin</span> <span 
style="color:#006e28;">=</span> user1 user2
+<span style="color:#0057ae;">@admin</span> <span 
style="color:#006e28;">=</span> [email protected]
+
+<span style="font-weight:bold;">repo</span><span style="color:#0057ae;"> 
@all</span>
+       <span style="font-weight:bold;">option</span> deny-rules <span 
style="color:#006e28;">=</span> 1
+       <span style="font-weight:bold;">option</span> hooks.emailprefix <span 
style="color:#006e28;">=</span> <span style="color:#bf0303;">'[%GL_REPO] 
'</span>
+
+<span style="font-weight:bold;">repo</span> myrepo
+       - protected$    <span style="color:#006e28;">=</span><span 
style="color:#0057ae;"> @all</span>          <span style="color:#898887;"># 
Nobody can push</span>
+       <span style="font-weight:bold;">RW+CD</span>            <span 
style="color:#006e28;">=</span><span style="color:#0057ae;"> @admin</span>
+       <span style="font-weight:bold;">RW</span>               <span 
style="color:#006e28;">=</span><span style="color:#0057ae;"> @group1</span>
+       <span style="font-weight:bold;">R</span>                <span 
style="color:#006e28;">=</span> [email protected]
+</pre></body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/html/highlight.tex.html 
new/syntax-highlighting-5.66.0/autotests/html/highlight.tex.html
--- old/syntax-highlighting-5.65.0/autotests/html/highlight.tex.html    
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/html/highlight.tex.html    
2020-01-04 11:17:13.000000000 +0100
@@ -275,4 +275,8 @@
 
 text<span style="font-weight:bold;">\begin</span>{<span 
style="color:#0095ff;font-weight:bold;">tabular</span>}text<span 
style="font-weight:bold;">\end</span>{<span 
style="color:#0095ff;font-weight:bold;">tabular</span>}
 text<span style="font-weight:bold;">\begin</span>{<span 
style="color:#0095ff;font-weight:bold;">a</span>}text<span 
style="font-weight:bold;">\end</span>{<span 
style="color:#0095ff;font-weight:bold;">a</span>}
+
+<span style="color:#898887;">% Close brackets correctly in some commands (see 
bug #415384)</span>
+<span style="color:#644a9b;">\input</span>{<span 
style="color:#644a9b;">\a</span>{}}
+<span style="font-weight:bold;">\cites</span>{<span 
style="color:#0095ff;font-weight:bold;"> text </span>{<span 
style="color:#0095ff;font-weight:bold;"> text </span>}<span 
style="color:#0095ff;font-weight:bold;"> text </span>}
 </pre></body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/html/test.cil.html 
new/syntax-highlighting-5.66.0/autotests/html/test.cil.html
--- old/syntax-highlighting-5.65.0/autotests/html/test.cil.html 2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/html/test.cil.html 2020-01-04 
11:17:13.000000000 +0100
@@ -68,6 +68,8 @@
 <span style="color:#ff0000;font-weight:bold;">(</span><span 
style="color:#bf0303;font-weight:bold;">allow</span> unconfined.process <span 
style="color:#006e28;">self</span> <span 
style="color:#ff8800;font-weight:bold;">(</span>file <span 
style="color:#888800;font-weight:bold;">(</span><span 
style="color:#bf0303;">read</span> <span 
style="color:#bf0303;">write</span><span 
style="color:#888800;font-weight:bold;">)</span><span 
style="color:#ff8800;font-weight:bold;">)</span><span 
style="color:#ff0000;font-weight:bold;">)</span>
 <span style="color:#ff0000;font-weight:bold;">(</span><span 
style="color:#bf0303;font-weight:bold;">allow</span> process httpd.object <span 
style="color:#ff8800;font-weight:bold;">(</span>file <span 
style="color:#888800;font-weight:bold;">(</span><span 
style="color:#bf0303;">read</span> <span 
style="color:#bf0303;">write</span><span 
style="color:#888800;font-weight:bold;">)</span><span 
style="color:#ff8800;font-weight:bold;">)</span><span 
style="color:#ff0000;font-weight:bold;">)</span>
 
+<span style="color:#ff0000;font-weight:bold;">(</span><span 
style="font-weight:bold;">defaultrange</span> db_table <span 
style="font-style:italic;">glblub</span><span 
style="color:#ff0000;font-weight:bold;">)</span>
+
 <span style="color:#898887;">; Paths</span>
 <span style="color:#bf0303;">&quot;/system/</span><span 
style="color:#ff5500;">(</span><span style="color:#ff5500;">foo</span><span 
style="color:#ca60ca;">|</span><span style="color:#ff5500;">bar</span><span 
style="color:#ff5500;">)</span><span style="color:#bf0303;">/</span><span 
style="color:#ff5500;">[</span><span style="color:#ca60ca;">^</span><span 
style="color:#ff5500;">/</span><span style="color:#ff5500;">]</span><span 
style="color:#3daee9;">*</span><span style="color:#bf0303;">/</span><span 
style="color:#ff5500;">(</span><span style="color:#ff5500;">hi</span><span 
style="color:#ff5500;">){</span><span style="color:#ff5500;">2</span><span 
style="color:#ca60ca;">,</span><span style="color:#ff5500;">6</span><span 
style="color:#ff5500;">}(</span><span style="color:#3daee9;">.*</span><span 
style="color:#ff5500;">)</span><span style="color:#3daee9;">?</span><span 
style="color:#bf0303;">&quot;</span>
 <span style="color:#bf0303;">&quot;/pa</span><span 
style="color:#924c9d;">\12</span><span style="color:#bf0303;">th</span><span 
style="color:#3daee9;">.*</span><span style="color:#bf0303;">a</span><span 
style="color:#3daee9;">+</span><span style="color:#bf0303;">b</span><span 
style="color:#3daee9;">?</span><span style="color:#bf0303;">&quot;</span>
@@ -149,7 +151,8 @@
     <span style="color:#ff8800;font-weight:bold;">(</span><span 
style="font-weight:bold;">genfscon</span> <span 
style="font-style:italic;">selinuxfs</span> / selinuxfs_context<span 
style="color:#ff8800;font-weight:bold;">)</span>
 <span style="color:#ff0000;font-weight:bold;">)</span>
 
-<span style="color:#898887;">; ioctl &amp; call</span>
+<span style="color:#898887;">; ioctl &amp; call: due to the way in which the 
highlighter treats the parenthesis blocks</span>
+<span style="color:#898887;">; (each level of different color), it is not 
possible to differentiate between statement and permission.</span>
 <span style="color:#ff0000;font-weight:bold;">(</span><span 
style="color:#bf0303;font-weight:bold;">allowx</span> x bin_t <span 
style="color:#ff8800;font-weight:bold;">(</span><span 
style="color:#0057ae;font-weight:bold;">ioctl</span> policy.file <span 
style="color:#888800;font-weight:bold;">(</span><span 
style="color:#0057ae;font-weight:bold;">range</span> <span 
style="color:#b08000;">0x1000</span> <span 
style="color:#b08000;">0x11FF</span><span 
style="color:#888800;font-weight:bold;">)</span><span 
style="color:#ff8800;font-weight:bold;">)</span><span 
style="color:#ff0000;font-weight:bold;">)</span> <span style="color:#898887;">; 
ioctl kind</span>
 <span style="color:#ff0000;font-weight:bold;">(</span><span 
style="color:#0057ae;font-weight:bold;">ioctl</span> <span 
style="color:#bf0303;">read</span>
     <span style="color:#bf0303;font-style:italic;">find</span> <span 
style="color:#bf0303;">connectto</span><span 
style="color:#ff0000;font-weight:bold;">)</span> <span style="color:#898887;">; 
kind or permission?</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/html/test.py.html 
new/syntax-highlighting-5.66.0/autotests/html/test.py.html
--- old/syntax-highlighting-5.65.0/autotests/html/test.py.html  2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/html/test.py.html  2020-01-04 
11:17:13.000000000 +0100
@@ -14,9 +14,9 @@
 // alert check, no word delimiter check at start of word, bug <span 
style="color:#b08000;">397719</span>
 <span style="color:#898887;">#</span><span 
style="color:#ca9219;background-color:#451e1a;font-weight:bold;">TODO</span>
 
-a =<span style="color:#b08000;"> 100_000</span>
-b =<span style="color:#b08000;"> 856_264</span>.<span 
style="color:#b08000;">65</span>
-c =<span style="color:#b08000;"> 0x420_F52</span>
+a = <span style="color:#b08000;">100_000</span>
+b = <span style="color:#b08000;">856_264.65</span>
+c = <span style="color:#b08000;">0x420_F52</span>
 
 <span style="font-weight:bold;">def</span> func(x):
     <span style="color:#898887;">&quot;&quot;&quot; EXTENDED API docs 
&quot;&quot;&quot;</span>
@@ -29,7 +29,7 @@
             }
         a1 = []
         a2 = [
-            <span style="color:#bf0303;">&quot;a&quot;</span>, <span 
style="color:#b08000;">032</span>, (
+            <span style="color:#bf0303;">&quot;a&quot;</span>, 032, (
                 )]
     <span style="font-weight:bold;">else</span>:
         <span style="color:#644a9b;font-weight:bold;">print</span>(<span 
style="color:#bf0303;">&quot;&quot;&quot;multi</span>
@@ -54,4 +54,36 @@
 <span style="color:#898887;">&quot;Escapes in Doc/Comment String </span><span 
style="color:#924c9d;">\u1234</span><span style="color:#898887;"> </span><span 
style="color:#924c9d;">\xAb</span><span style="color:#898887;"> </span><span 
style="color:#924c9d;">\&quot;\\</span><span 
style="color:#898887;">&quot;</span>
 <span style="color:#898887;">''' Doc/Comment String </span><span 
style="color:#924c9d;">\N{123}</span><span style="color:#898887;"> </span><span 
style="color:#924c9d;">\'</span><span style="color:#898887;">'''</span>
 <span style="color:#898887;">&quot;&quot;&quot; Doc/Comment String 
</span><span style="color:#924c9d;">\17</span><span style="color:#898887;"> 
</span><span style="color:#924c9d;">\x1f</span><span style="color:#898887;"> 
</span><span style="color:#924c9d;">\n</span><span style="color:#898887;"> 
</span><span style="color:#924c9d;">\&quot;</span><span style="color:#898887;"> 
</span><span style="color:#924c9d;">\\</span><span 
style="color:#898887;">&quot;&quot;&quot;</span>
+
+<span style="color:#898887;"># Decimal, Hex, Binary, Octal</span>
+a = <span style="color:#b08000;">1_2_34L</span>
+b = <span style="color:#b08000;">0_0_00_0</span>
+c = <span style="color:#b08000;">0xA_3f_43D</span>
+d = <span style="color:#b08000;">0b0_0_1_01</span>
+e = <span style="color:#b08000;">0o71_2_34</span>
+<span style="color:#898887;"># Float</span>
+d = <span style="color:#b08000;">1.1E+3</span>
+e = <span style="color:#b08000;">1.E+3</span>
+f = <span style="color:#b08000;">.1E+3</span>
+g = <span style="color:#b08000;">1E+3</span>
+h = <span style="color:#b08000;">1.1</span>
+i = <span style="color:#b08000;">1.</span>
+j = <span style="color:#b08000;">.1</span>
+k =  <span style="color:#b08000;">1</span>
+l = <span style="color:#b08000;">1_0.e+3_22</span> + <span 
style="color:#b08000;">.2_1e2</span> + <span style="color:#b08000;">11_1.</span>
+<span style="color:#898887;"># Complex</span>
+m = <span style="color:#006e28;">1.1E+3j</span>
+n = <span style="color:#006e28;">1.E+3j</span>
+o = <span style="color:#006e28;">.1E+3j</span>
+p = <span style="color:#006e28;">1E+3j</span>
+q = <span style="color:#006e28;">1.1j</span>
+r = <span style="color:#006e28;">1.j</span>
+s = <span style="color:#006e28;">.1j</span>
+t =  <span style="color:#006e28;">1j</span>
+u = <span style="color:#006e28;">1_0.e+3_22j</span> + <span 
style="color:#006e28;">.2_1e2j</span> + <span 
style="color:#006e28;">11_1.j</span>
+
+<span style="color:#898887;"># Invalid numbers</span>
+aaa.123
+aaa123
+.0x123
 </pre></body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/html/test.te.html 
new/syntax-highlighting-5.66.0/autotests/html/test.te.html
--- old/syntax-highlighting-5.65.0/autotests/html/test.te.html  2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/html/test.te.html  2020-01-04 
11:17:13.000000000 +0100
@@ -35,7 +35,7 @@
 
 <span style="color:#898887;"># Refpolicy</span>
 <span style="color:#644a9b;font-style:italic;">tunable_policy</span>(<span 
style="color:#bf0303;">`allow_execmem'</span>,<span 
style="color:#bf0303;font-weight:bold;">`</span>
-       /usr/share/holas<span style="color:#ff5500;">(</span><span 
style="color:#ff5500;">/</span><span style="color:#3daee9;">.*</span><span 
style="color:#ff5500;">)</span><span style="color:#3daee9;">?</span><span 
style="font-weight:bold;"> --</span> <span 
style="color:#644a9b;font-style:italic;">gen_context</span>(<span 
style="color:#006e28;">system_u</span>:<span 
style="color:#006e28;">object_r</span>:<span 
style="color:#924c9d;">holas_t</span>,<span 
style="color:#006e28;">s0</span>,<span style="color:#006e28;">fdf</span>,<span 
style="color:#006e28;">df</span>);
+       /usr/share/holas<span style="color:#ff5500;">(</span><span 
style="color:#ff5500;">/</span><span style="color:#3daee9;">.*</span><span 
style="color:#ff5500;">)</span><span style="color:#3daee9;">?</span><span 
style="font-weight:bold;"> --</span> <span 
style="color:#644a9b;font-style:italic;">gen_context</span>(<span 
style="color:#006e28;">system_u</span>:<span 
style="color:#006e28;">object_r</span>:<span 
style="color:#924c9d;">holas_t</span>,<span 
style="color:#006e28;">s0</span>,<span style="color:#006e28;">a</span>,<span 
style="color:#006e28;">b</span>);
 <span style="color:#bf0303;font-weight:bold;">'</span>)
 <span style="color:#898887;"># M4 Macros</span>
 <span style="color:#644a9b;font-weight:bold;">regexp</span>(<span 
style="color:#bf0303;">`GNUs not Unix'</span>, <span 
style="color:#bf0303;font-weight:bold;">`</span><span 
style="color:#924c9d;">\w\(\w</span><span style="color:#3daee9;">+</span><span 
style="color:#924c9d;">\)</span><span style="color:#3daee9;">$</span><span 
style="color:#bf0303;font-weight:bold;">'</span>, <span 
style="color:#bf0303;font-weight:bold;">`</span><span 
style="color:#3daee9;">***</span> <span style="color:#924c9d;">\&amp;</span> 
<span style="color:#3daee9;">***</span> <span style="color:#924c9d;">\1</span> 
<span style="color:#3daee9;">***</span><span 
style="color:#bf0303;font-weight:bold;">'</span>)
@@ -56,6 +56,7 @@
 
 <span style="font-weight:bold;">default_user</span> process <span 
style="font-weight:bold;">source</span>;
 <span style="font-weight:bold;">default_range</span> process <span 
style="font-weight:bold;">source</span> <span 
style="color:#b08000;font-weight:bold;">low</span>;
+<span style="font-weight:bold;">default_range</span> name <span 
style="color:#b08000;font-weight:bold;">GLBLUB</span>;
 
 <span style="font-weight:bold;">sid</span> devnull;
 <span style="font-weight:bold;">sid</span> sysctl;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/html/test.ts.html 
new/syntax-highlighting-5.66.0/autotests/html/test.ts.html
--- old/syntax-highlighting-5.65.0/autotests/html/test.ts.html  2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/html/test.ts.html  2020-01-04 
11:17:13.000000000 +0100
@@ -139,6 +139,7 @@
 <span style="font-weight:bold;font-style:italic;">let</span> g: <span 
style="color:#0057ae;">number</span> = <span 
style="color:#b08000;">0b111001</span>; <span style="color:#898887;">// 
Binary</span>
 <span style="font-weight:bold;font-style:italic;">let</span> h: <span 
style="color:#0057ae;">number</span> = <span 
style="color:#b08000;">0o436</span>; <span style="color:#898887;">// 
Octal</span>
 <span style="font-weight:bold;font-style:italic;">let</span> i: <span 
style="color:#0057ae;">number</span> = <span 
style="color:#b08000;">0xadf0d</span>; <span style="color:#898887;">// 
Hexa-Decimal</span>
+<span style="font-weight:bold;font-style:italic;">let</span> j: <span 
style="color:#0057ae;">bigint</span> = <span style="color:#b08000;">123</span>n;
 
 <span style="font-weight:bold;">const</span> query = <span 
style="color:#644a9b;">query</span>&lt;[<span 
style="color:#0057ae;">number</span>], <span 
style="color:#0057ae;">number</span>&gt;(<span style="color:#bf0303;">`</span>
 <span style="color:#bf0303;">        SELECT *</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/input/gitolite.conf 
new/syntax-highlighting-5.66.0/autotests/input/gitolite.conf
--- old/syntax-highlighting-5.65.0/autotests/input/gitolite.conf        
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/input/gitolite.conf        
2020-01-04 11:17:13.000000000 +0100
@@ -0,0 +1,16 @@
+# Example gitolite.conf
+
+include "mygroups.conf"
+
+@admin = user1 user2
+@admin = [email protected]
+
+repo @all
+       option deny-rules = 1
+       option hooks.emailprefix = '[%GL_REPO] '
+
+repo myrepo
+       - protected$    = @all          # Nobody can push
+       RW+CD           = @admin
+       RW              = @group1
+       R               = [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/input/highlight.tex 
new/syntax-highlighting-5.66.0/autotests/input/highlight.tex
--- old/syntax-highlighting-5.65.0/autotests/input/highlight.tex        
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/input/highlight.tex        
2020-01-04 11:17:13.000000000 +0100
@@ -269,3 +269,7 @@
 
 text\begin{tabular}text\end{tabular}
 text\begin{a}text\end{a}
+
+% Close brackets correctly in some commands (see bug #415384)
+\input{\a{}}
+\cites{ text { text } text }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/autotests/input/test.cil 
new/syntax-highlighting-5.66.0/autotests/input/test.cil
--- old/syntax-highlighting-5.65.0/autotests/input/test.cil     2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/input/test.cil     2020-01-04 
11:17:13.000000000 +0100
@@ -62,6 +62,8 @@
 (allow unconfined.process self (file (read write)))
 (allow process httpd.object (file (read write)))
 
+(defaultrange db_table glblub)
+
 ; Paths
 "/system/(foo|bar)/[^/]*/(hi){2,6}(.*)?"
 "/pa\12th.*a+b?"
@@ -143,7 +145,8 @@
     (genfscon selinuxfs / selinuxfs_context)
 )
 
-; ioctl & call
+; ioctl & call: due to the way in which the highlighter treats the parenthesis 
blocks
+; (each level of different color), it is not possible to differentiate between 
statement and permission.
 (allowx x bin_t (ioctl policy.file (range 0x1000 0x11FF))) ; ioctl kind
 (ioctl read
     find connectto) ; kind or permission?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/autotests/input/test.py 
new/syntax-highlighting-5.66.0/autotests/input/test.py
--- old/syntax-highlighting-5.65.0/autotests/input/test.py      2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/input/test.py      2020-01-04 
11:17:13.000000000 +0100
@@ -48,3 +48,35 @@
 "Escapes in Doc/Comment String \u1234 \xAb \"\\"
 ''' Doc/Comment String \N{123} \''''
 """ Doc/Comment String \17 \x1f \n \" \\"""
+
+# Decimal, Hex, Binary, Octal
+a = 1_2_34L
+b = 0_0_00_0
+c = 0xA_3f_43D
+d = 0b0_0_1_01
+e = 0o71_2_34
+# Float
+d = 1.1E+3
+e = 1.E+3
+f = .1E+3
+g = 1E+3
+h = 1.1
+i = 1.
+j = .1
+k =  1
+l = 1_0.e+3_22 + .2_1e2 + 11_1.
+# Complex
+m = 1.1E+3j
+n = 1.E+3j
+o = .1E+3j
+p = 1E+3j
+q = 1.1j
+r = 1.j
+s = .1j
+t =  1j
+u = 1_0.e+3_22j + .2_1e2j + 11_1.j
+
+# Invalid numbers
+aaa.123
+aaa123
+.0x123
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/autotests/input/test.te 
new/syntax-highlighting-5.66.0/autotests/input/test.te
--- old/syntax-highlighting-5.65.0/autotests/input/test.te      2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/input/test.te      2020-01-04 
11:17:13.000000000 +0100
@@ -29,7 +29,7 @@
 
 # Refpolicy
 tunable_policy(`allow_execmem',`
-       /usr/share/holas(/.*)? -- 
gen_context(system_u:object_r:holas_t,s0,fdf,df);
+       /usr/share/holas(/.*)? -- gen_context(system_u:object_r:holas_t,s0,a,b);
 ')
 # M4 Macros
 regexp(`GNUs not Unix', `\w\(\w+\)$', `*** \& *** \1 ***')
@@ -50,6 +50,7 @@
 
 default_user process source;
 default_range process source low;
+default_range name GLBLUB;
 
 sid devnull;
 sid sysctl;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/autotests/input/test.ts 
new/syntax-highlighting-5.66.0/autotests/input/test.ts
--- old/syntax-highlighting-5.65.0/autotests/input/test.ts      2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/input/test.ts      2020-01-04 
11:17:13.000000000 +0100
@@ -133,6 +133,7 @@
 let g: number = 0b111001; // Binary
 let h: number = 0o436; // Octal
 let i: number = 0xadf0d; // Hexa-Decimal
+let j: bigint = 123n;
 
 const query = query<[number], number>(`
         SELECT *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/reference/gitolite.conf.ref 
new/syntax-highlighting-5.66.0/autotests/reference/gitolite.conf.ref
--- old/syntax-highlighting-5.65.0/autotests/reference/gitolite.conf.ref        
1970-01-01 01:00:00.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/reference/gitolite.conf.ref        
2020-01-04 11:17:13.000000000 +0100
@@ -0,0 +1,16 @@
+<Comment (Single)># Example gitolite.conf</Comment (Single)><br/>
+<Normal Text></Normal Text><br/>
+<Include>include</Include><Normal Text> </Normal 
Text><String>"mygroups.conf"</String><br/>
+<Normal Text></Normal Text><br/>
+<Group>@admin</Group><Normal Text> </Normal Text><Symbol>=</Symbol><Normal 
Text> user1 user2</Normal Text><br/>
+<Group>@admin</Group><Normal Text> </Normal Text><Symbol>=</Symbol><Normal 
Text> [email protected]</Normal Text><br/>
+<Normal Text></Normal Text><br/>
+<Keyword>repo</Keyword><Group> @all</Group><br/>
+<Normal Text>  </Normal Text><Keyword>option</Keyword><Normal Text> deny-rules 
</Normal Text><Symbol>=</Symbol><Normal Text> 1</Normal Text><br/>
+<Normal Text>  </Normal Text><Keyword>option</Keyword><Normal Text> 
hooks.emailprefix </Normal Text><Symbol>=</Symbol><Normal Text> </Normal 
Text><String>'[%GL_REPO] '</String><br/>
+<Normal Text></Normal Text><br/>
+<Keyword>repo</Keyword><Normal Text> myrepo</Normal Text><br/>
+<Normal Text>  - protected$    </Normal Text><Symbol>=</Symbol><Group> 
@all</Group><Normal Text>               </Normal Text><Comment (Single)># 
Nobody can push</Comment (Single)><br/>
+<Normal Text>  </Normal Text><Keyword>RW+CD</Keyword><Normal Text>             
</Normal Text><Symbol>=</Symbol><Group> @admin</Group><br/>
+<Normal Text>  </Normal Text><Keyword>RW</Keyword><Normal Text>                
</Normal Text><Symbol>=</Symbol><Group> @group1</Group><br/>
+<Normal Text>  </Normal Text><Keyword>R</Keyword><Normal Text>         
</Normal Text><Symbol>=</Symbol><Normal Text> [email protected]</Normal 
Text><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/reference/highlight.tex.ref 
new/syntax-highlighting-5.66.0/autotests/reference/highlight.tex.ref
--- old/syntax-highlighting-5.65.0/autotests/reference/highlight.tex.ref        
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/reference/highlight.tex.ref        
2020-01-04 11:17:13.000000000 +0100
@@ -269,3 +269,7 @@
 <Normal Text></Normal Text><br/>
 <Normal Text>text</Normal Text><Structure>\begin</Structure><Normal 
Text>{</Normal Text><Environment>tabular</Environment><Normal 
Text>}text</Normal Text><Structure>\end</Structure><Normal Text>{</Normal 
Text><Environment>tabular</Environment><Normal Text>}</Normal Text><br/>
 <Normal Text>text</Normal Text><Structure>\begin</Structure><Normal 
Text>{</Normal Text><Environment>a</Environment><Normal Text>}text</Normal 
Text><Structure>\end</Structure><Normal Text>{</Normal 
Text><Environment>a</Environment><Normal Text>}</Normal Text><br/>
+<Normal Text></Normal Text><br/>
+<Comment>% Close brackets correctly in some commands (see bug 
#415384)</Comment><br/>
+<Macro>\input</Macro><Normal Text>{</Normal Text><Macro>\a</Macro><Normal 
Text>{}}</Normal Text><br/>
+<Structure>\cites</Structure><Normal Text>{</Normal Text><Environment> text 
</Environment><Normal Text>{</Normal Text><Environment> text 
</Environment><Normal Text>}</Normal Text><Environment> text 
</Environment><Normal Text>}</Normal Text><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/reference/test.cil.ref 
new/syntax-highlighting-5.66.0/autotests/reference/test.cil.ref
--- old/syntax-highlighting-5.65.0/autotests/reference/test.cil.ref     
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/reference/test.cil.ref     
2020-01-04 11:17:13.000000000 +0100
@@ -62,6 +62,8 @@
 <Brackets1>(</Brackets1><Access Keys>allow</Access Keys><Normal Text> 
unconfined.process </Normal Text><Special Keys>self</Special Keys><Normal Text> 
</Normal Text><Brackets2>(</Brackets2><Normal Text>file </Normal 
Text><Brackets3>(</Brackets3><AV Permissions>read</AV Permissions><Normal Text> 
</Normal Text><AV Permissions>write</AV 
Permissions><Brackets3>)</Brackets3><Brackets2>)</Brackets2><Brackets1>)</Brackets1><br/>
 <Brackets1>(</Brackets1><Access Keys>allow</Access Keys><Normal Text> process 
httpd.object </Normal Text><Brackets2>(</Brackets2><Normal Text>file </Normal 
Text><Brackets3>(</Brackets3><AV Permissions>read</AV Permissions><Normal Text> 
</Normal Text><AV Permissions>write</AV 
Permissions><Brackets3>)</Brackets3><Brackets2>)</Brackets2><Brackets1>)</Brackets1><br/>
 <Normal Text></Normal Text><br/>
+<Brackets1>(</Brackets1><Statements>defaultrange</Statements><Normal Text> 
db_table </Normal Text><Other Keywords>glblub</Other 
Keywords><Brackets1>)</Brackets1><br/>
+<Normal Text></Normal Text><br/>
 <Comment>; Paths</Comment><br/>
 <Text Quoted>"/system/</Text Quoted><RegExp Brackets>(</RegExp 
Brackets><RegExp Brackets Content>foo</RegExp Brackets Content><Special Char of 
Brackets>|</Special Char of Brackets><RegExp Brackets Content>bar</RegExp 
Brackets Content><RegExp Brackets>)</RegExp Brackets><Text Quoted>/</Text 
Quoted><RegExp Brackets>[</RegExp Brackets><Special Char of Brackets>^</Special 
Char of Brackets><RegExp Brackets Content>/</RegExp Brackets Content><RegExp 
Brackets>]</RegExp Brackets><Special Char>*</Special Char><Text Quoted>/</Text 
Quoted><RegExp Brackets>(</RegExp Brackets><RegExp Brackets Content>hi</RegExp 
Brackets Content><RegExp Brackets>){</RegExp Brackets><RegExp Brackets 
Content>2</RegExp Brackets Content><Special Char of Brackets>,</Special Char of 
Brackets><RegExp Brackets Content>6</RegExp Brackets Content><RegExp 
Brackets>}(</RegExp Brackets><Special Char>.*</Special Char><RegExp 
Brackets>)</RegExp Brackets><Special Char>?</Special Char><Text Quoted>"</Text 
Quoted><br/>
 <Text Quoted>"/pa</Text Quoted><Escape Char>\12</Escape Char><Text 
Quoted>th</Text Quoted><Special Char>.*</Special Char><Text Quoted>a</Text 
Quoted><Special Char>+</Special Char><Text Quoted>b</Text Quoted><Special 
Char>?</Special Char><Text Quoted>"</Text Quoted><br/>
@@ -143,7 +145,8 @@
 <Normal Text>    </Normal 
Text><Brackets2>(</Brackets2><Statements>genfscon</Statements><Normal Text> 
</Normal Text><Filesystem>selinuxfs</Filesystem><Normal Text> </Normal 
Text><Path>/</Path><Normal Text> selinuxfs_context</Normal 
Text><Brackets2>)</Brackets2><br/>
 <Brackets1>)</Brackets1><br/>
 <Normal Text></Normal Text><br/>
-<Comment>; ioctl & call</Comment><br/>
+<Comment>; ioctl & call: due to the way in which the highlighter treats the 
parenthesis blocks</Comment><br/>
+<Comment>; (each level of different color), it is not possible to 
differentiate between statement and permission.</Comment><br/>
 <Brackets1>(</Brackets1><Access Keys>allowx</Access Keys><Normal Text> x bin_t 
</Normal Text><Brackets2>(</Brackets2><Type Name Statements>ioctl</Type Name 
Statements><Normal Text> policy.file </Normal 
Text><Brackets3>(</Brackets3><Expression Keys>range</Expression Keys><Normal 
Text> </Normal Text><Hexadecimal>0x1000</Hexadecimal><Normal Text> </Normal 
Text><Hexadecimal>0x11FF</Hexadecimal><Brackets3>)</Brackets3><Brackets2>)</Brackets2><Brackets1>)</Brackets1><Normal
 Text> </Normal Text><Comment>; ioctl kind</Comment><br/>
 <Brackets1>(</Brackets1><Type Name Statements>ioctl</Type Name 
Statements><Normal Text> </Normal Text><AV Permissions>read</AV 
Permissions><br/>
 <Normal Text>    </Normal Text><Android AV Permissions>find</Android AV 
Permissions><Normal Text> </Normal Text><AV Permissions>connectto</AV 
Permissions><Brackets1>)</Brackets1><Normal Text> </Normal Text><Comment>; kind 
or permission?</Comment><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/reference/test.py.ref 
new/syntax-highlighting-5.66.0/autotests/reference/test.py.ref
--- old/syntax-highlighting-5.65.0/autotests/reference/test.py.ref      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/reference/test.py.ref      
2020-01-04 11:17:13.000000000 +0100
@@ -8,9 +8,9 @@
 <Operator>//</Operator><Normal Text> alert check, no word delimiter check at 
start of word, bug </Normal Text><Int>397719</Int><br/>
 <Comment>#</Comment><Alert Level 2>TODO</Alert Level 2><br/>
 <Normal Text></Normal Text><br/>
-<Normal Text>a </Normal Text><Operator>=</Operator><Int> 100_000</Int><br/>
-<Normal Text>b </Normal Text><Operator>=</Operator><Int> 856_264</Int><Normal 
Text>.</Normal Text><Int>65</Int><br/>
-<Normal Text>c </Normal Text><Operator>=</Operator><Hex> 0x420_F52</Hex><br/>
+<Normal Text>a </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Int>100_000</Int><br/>
+<Normal Text>b </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>856_264.65</Float><br/>
+<Normal Text>c </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Hex>0x420_F52</Hex><br/>
 <Normal Text></Normal Text><br/>
 <Definition Keyword>def</Definition Keyword><Normal Text> func(x):</Normal 
Text><br/>
 <Normal Text>    </Normal Text><Comment>""" EXTENDED API docs 
"""</Comment><br/>
@@ -23,7 +23,7 @@
 <Normal Text>            }</Normal Text><br/>
 <Normal Text>        a1 </Normal Text><Operator>=</Operator><Normal Text> 
[]</Normal Text><br/>
 <Normal Text>        a2 </Normal Text><Operator>=</Operator><Normal Text> 
[</Normal Text><br/>
-<Normal Text>            </Normal Text><String>"a"</String><Normal Text>, 
</Normal Text><Octal>032</Octal><Normal Text>, (</Normal Text><br/>
+<Normal Text>            </Normal Text><String>"a"</String><Normal Text>, 032, 
(</Normal Text><br/>
 <Normal Text>                )]</Normal Text><br/>
 <Normal Text>    </Normal Text><Flow Control Keyword>else</Flow Control 
Keyword><Normal Text>:</Normal Text><br/>
 <Normal Text>        </Normal Text><Builtin Function>print</Builtin 
Function><Normal Text>(</Normal Text><String>"""multi</String><br/>
@@ -48,3 +48,35 @@
 <Comment>"Escapes in Doc/Comment String </Comment><String Char>\u1234</String 
Char><Comment> </Comment><String Char>\xAb</String Char><Comment> 
</Comment><String Char>\"\\</String Char><Comment>"</Comment><br/>
 <Comment>''' Doc/Comment String </Comment><String Char>\N{123}</String 
Char><Comment> </Comment><String Char>\'</String 
Char><Comment>'''</Comment><br/>
 <Comment>""" Doc/Comment String </Comment><String Char>\17</String 
Char><Comment> </Comment><String Char>\x1f</String Char><Comment> 
</Comment><String Char>\n</String Char><Comment> </Comment><String 
Char>\"</String Char><Comment> </Comment><String Char>\\</String 
Char><Comment>"""</Comment><br/>
+<Normal Text></Normal Text><br/>
+<Comment># Decimal, Hex, Binary, Octal</Comment><br/>
+<Normal Text>a </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Int>1_2_34L</Int><br/>
+<Normal Text>b </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Int>0_0_00_0</Int><br/>
+<Normal Text>c </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Hex>0xA_3f_43D</Hex><br/>
+<Normal Text>d </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Binary>0b0_0_1_01</Binary><br/>
+<Normal Text>e </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Octal>0o71_2_34</Octal><br/>
+<Comment># Float</Comment><br/>
+<Normal Text>d </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>1.1E+3</Float><br/>
+<Normal Text>e </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>1.E+3</Float><br/>
+<Normal Text>f </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>.1E+3</Float><br/>
+<Normal Text>g </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>1E+3</Float><br/>
+<Normal Text>h </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>1.1</Float><br/>
+<Normal Text>i </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>1.</Float><br/>
+<Normal Text>j </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>.1</Float><br/>
+<Normal Text>k </Normal Text><Operator>=</Operator><Normal Text>  </Normal 
Text><Int>1</Int><br/>
+<Normal Text>l </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Float>1_0.e+3_22</Float><Normal Text> </Normal 
Text><Operator>+</Operator><Normal Text> </Normal 
Text><Float>.2_1e2</Float><Normal Text> </Normal 
Text><Operator>+</Operator><Normal Text> </Normal Text><Float>11_1.</Float><br/>
+<Comment># Complex</Comment><br/>
+<Normal Text>m </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>1.1E+3j</Complex><br/>
+<Normal Text>n </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>1.E+3j</Complex><br/>
+<Normal Text>o </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>.1E+3j</Complex><br/>
+<Normal Text>p </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>1E+3j</Complex><br/>
+<Normal Text>q </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>1.1j</Complex><br/>
+<Normal Text>r </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>1.j</Complex><br/>
+<Normal Text>s </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>.1j</Complex><br/>
+<Normal Text>t </Normal Text><Operator>=</Operator><Normal Text>  </Normal 
Text><Complex>1j</Complex><br/>
+<Normal Text>u </Normal Text><Operator>=</Operator><Normal Text> </Normal 
Text><Complex>1_0.e+3_22j</Complex><Normal Text> </Normal 
Text><Operator>+</Operator><Normal Text> </Normal 
Text><Complex>.2_1e2j</Complex><Normal Text> </Normal 
Text><Operator>+</Operator><Normal Text> </Normal 
Text><Complex>11_1.j</Complex><br/>
+<Normal Text></Normal Text><br/>
+<Comment># Invalid numbers</Comment><br/>
+<Normal Text>aaa.123</Normal Text><br/>
+<Normal Text>aaa123</Normal Text><br/>
+<Normal Text>.0x123</Normal Text><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/reference/test.te.ref 
new/syntax-highlighting-5.66.0/autotests/reference/test.te.ref
--- old/syntax-highlighting-5.65.0/autotests/reference/test.te.ref      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/reference/test.te.ref      
2020-01-04 11:17:13.000000000 +0100
@@ -29,7 +29,7 @@
 <Normal Text></Normal Text><br/>
 <Comment># Refpolicy</Comment><br/>
 <Refpolicy Keywords>tunable_policy</Refpolicy Keywords><Normal Text>(</Normal 
Text><Text Quoted>`allow_execmem'</Text Quoted><Symbol>,</Symbol><Default M4 
Quote>`</Default M4 Quote><br/>
-<Normal Text>  </Normal Text><Path>/usr/share/holas</Path><RegExp 
Brackets>(</RegExp Brackets><RegExp Brackets Content>/</RegExp Brackets 
Content><Special Char>.*</Special Char><RegExp Brackets>)</RegExp 
Brackets><Special Char>?</Special Char><Reserved Keywords> --</Reserved 
Keywords><Normal Text> </Normal Text><Refpolicy Keywords>gen_context</Refpolicy 
Keywords><Normal Text>(</Normal Text><File Contexts>system_u</File 
Contexts><Symbol>:</Symbol><File Contexts>object_r</File 
Contexts><Symbol>:</Symbol><File Contexts (Type Enforcement)>holas_t</File 
Contexts (Type Enforcement)><Symbol>,</Symbol><File Contexts>s0</File 
Contexts><Symbol>,</Symbol><File Contexts>fdf</File 
Contexts><Symbol>,</Symbol><File Contexts>df</File Contexts><Normal 
Text>)</Normal Text><Symbol>;</Symbol><br/>
+<Normal Text>  </Normal Text><Path>/usr/share/holas</Path><RegExp 
Brackets>(</RegExp Brackets><RegExp Brackets Content>/</RegExp Brackets 
Content><Special Char>.*</Special Char><RegExp Brackets>)</RegExp 
Brackets><Special Char>?</Special Char><Reserved Keywords> --</Reserved 
Keywords><Normal Text> </Normal Text><Refpolicy Keywords>gen_context</Refpolicy 
Keywords><Normal Text>(</Normal Text><File Contexts>system_u</File 
Contexts><Symbol>:</Symbol><File Contexts>object_r</File 
Contexts><Symbol>:</Symbol><File Contexts (Type Enforcement)>holas_t</File 
Contexts (Type Enforcement)><Symbol>,</Symbol><File Contexts>s0</File 
Contexts><Symbol>,</Symbol><File Contexts>a</File 
Contexts><Symbol>,</Symbol><File Contexts>b</File Contexts><Normal 
Text>)</Normal Text><Symbol>;</Symbol><br/>
 <Default M4 Quote>'</Default M4 Quote><Normal Text>)</Normal Text><br/>
 <Comment># M4 Macros</Comment><br/>
 <M4 Built-in Keywords>regexp</M4 Built-in Keywords><Normal Text>(</Normal 
Text><Text Quoted>`GNUs not Unix'</Text Quoted><Normal Text>, </Normal 
Text><Default M4 Quote>`</Default M4 Quote><Escape Char>\w\(\w</Escape 
Char><Special Char>+</Special Char><Escape Char>\)</Escape Char><Special 
Char>$</Special Char><Default M4 Quote>'</Default M4 Quote><Normal Text>, 
</Normal Text><Default M4 Quote>`</Default M4 Quote><Special Char>***</Special 
Char><Normal Text> </Normal Text><Escape Char>\&</Escape Char><Normal Text> 
</Normal Text><Special Char>***</Special Char><Normal Text> </Normal 
Text><Escape Char>\1</Escape Char><Normal Text> </Normal Text><Special 
Char>***</Special Char><Default M4 Quote>'</Default M4 Quote><Normal 
Text>)</Normal Text><br/>
@@ -50,6 +50,7 @@
 <Normal Text></Normal Text><br/>
 <Statements>default_user</Statements><Normal Text> process </Normal 
Text><Reserved Keywords>source</Reserved Keywords><Symbol>;</Symbol><br/>
 <Statements>default_range</Statements><Normal Text> process </Normal 
Text><Reserved Keywords>source</Reserved Keywords><Normal Text> </Normal 
Text><Range>low</Range><Symbol>;</Symbol><br/>
+<Statements>default_range</Statements><Normal Text> name </Normal 
Text><Range>GLBLUB</Range><Symbol>;</Symbol><br/>
 <Normal Text></Normal Text><br/>
 <Statements>sid</Statements><Normal Text> devnull</Normal 
Text><Symbol>;</Symbol><br/>
 <Statements>sid</Statements><Normal Text> sysctl</Normal 
Text><Symbol>;</Symbol><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/autotests/reference/test.ts.ref 
new/syntax-highlighting-5.66.0/autotests/reference/test.ts.ref
--- old/syntax-highlighting-5.65.0/autotests/reference/test.ts.ref      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/autotests/reference/test.ts.ref      
2020-01-04 11:17:13.000000000 +0100
@@ -133,6 +133,7 @@
 <Reserved>let</Reserved><Normal Text> </Normal 
Text><Parameter>g</Parameter><Symbol>:</Symbol><Normal Text> </Normal 
Text><Types>number</Types><Normal Text> </Normal Text><Symbol>=</Symbol><Normal 
Text> </Normal Text><Binary>0b111001</Binary><Symbol>;</Symbol><Normal Text> 
</Normal Text><Comment>// Binary</Comment><br/>
 <Reserved>let</Reserved><Normal Text> </Normal 
Text><Parameter>h</Parameter><Symbol>:</Symbol><Normal Text> </Normal 
Text><Types>number</Types><Normal Text> </Normal Text><Symbol>=</Symbol><Normal 
Text> </Normal Text><Octal>0o436</Octal><Symbol>;</Symbol><Normal Text> 
</Normal Text><Comment>// Octal</Comment><br/>
 <Reserved>let</Reserved><Normal Text> </Normal 
Text><Parameter>i</Parameter><Symbol>:</Symbol><Normal Text> </Normal 
Text><Types>number</Types><Normal Text> </Normal Text><Symbol>=</Symbol><Normal 
Text> </Normal Text><Hexadecimal>0xadf0d</Hexadecimal><Symbol>;</Symbol><Normal 
Text> </Normal Text><Comment>// Hexa-Decimal</Comment><br/>
+<Reserved>let</Reserved><Normal Text> </Normal 
Text><Parameter>j</Parameter><Symbol>:</Symbol><Normal Text> </Normal 
Text><Types>bigint</Types><Normal Text> </Normal Text><Symbol>=</Symbol><Normal 
Text> </Normal Text><Decimal>123</Decimal><Normal Text>n</Normal 
Text><Symbol>;</Symbol><br/>
 <Normal Text></Normal Text><br/>
 <Keyword>const</Keyword><Normal Text> </Normal Text><Normal Text>query 
</Normal Text><Symbol>=</Symbol><Normal Text> </Normal Text><Function 
Name>query</Function Name><Symbol><</Symbol><Normal Text>[</Normal 
Text><Types>number</Types><Normal Text>]</Normal Text><Symbol>,</Symbol><Normal 
Text> </Normal Text><Types>number</Types><Symbol>></Symbol><Normal 
Text>(</Normal Text><Template>`</Template><br/>
 <Template>        SELECT *</Template><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/data/syntax/gitolite.xml 
new/syntax-highlighting-5.66.0/data/syntax/gitolite.xml
--- old/syntax-highlighting-5.65.0/data/syntax/gitolite.xml     2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/data/syntax/gitolite.xml     2020-01-04 
11:17:13.000000000 +0100
@@ -1,8 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE language SYSTEM "language.dtd">
-<language version="2" kateversion="3.4" name="Gitolite" 
section="Configuration" extensions="gitolite.conf" author="Andor Dávid 
([email protected])" license="GPL">
+<!DOCTYPE language SYSTEM "language.dtd"
+[
+    <!ENTITY groupname "(?:\s|\A)\@[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*">
+]>
+<language version="3" kateversion="5.0" name="Gitolite" 
section="Configuration" extensions="gitolite.conf" author="Andor Dávid 
([email protected])" license="GPL">
   <highlighting>
     <list name="keywords">
+      <item>C</item>
+      <item>R</item>
+      <item>RW</item>
+      <item>RW+</item>
+      <item>RWC</item>
+      <item>RW+C</item>
+      <item>RWD</item>
+      <item>RW+D</item>
+      <item>RWCD</item>
+      <item>RW+CD</item>
+      <item>config</item>
+      <item>option</item>
       <item>repo</item>
     </list>
 
@@ -10,14 +25,23 @@
       <context name="Normal Text" attribute="Normal Text" 
lineEndContext="#pop">
         <DetectChar                     context="SingleLineComment" char="#" />
         <keyword attribute="Keyword"    context="#stay"   String="keywords" />
-        <RegExpr attribute="Group"      context="#stay"   
String="\@[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" />
+        <RegExpr attribute="Group"      context="#stay"   String="&groupname;" 
/>
         <RegExpr attribute="Symbol"     context="Value"   String="=" />
+        <RegExpr attribute="Include"    context="IncludeLine" 
String="\A\s*(include|subconf)" />
       </context>
 
       <context name="SingleLineComment" attribute="Comment (Single)" 
lineEndContext="#pop" />
 
+      <context name="IncludeLine" attribute="Normal Text" 
lineEndContext="#pop">
+        <RangeDetect attribute="String" char="&quot;"     char1="&quot;" />
+        <DetectChar                     context="SingleLineComment" char="#" />
+      </context>
+
       <context name="Value" attribute="Normal Text" lineEndContext="#pop">
-        <RegExpr attribute="Group"       context="#stay" 
String="\@[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" />
+        <DetectChar                     context="SingleLineComment" char="#" />
+        <RegExpr attribute="Group"      context="#stay"   String="&groupname;" 
/>
+        <RangeDetect attribute="String" char="&quot;"     char1="&quot;" />
+        <RangeDetect attribute="String" char="'"          char1="'" />
       </context>
     </contexts>
 
@@ -25,14 +49,16 @@
       <itemData name="Normal Text"      defStyleNum="dsNormal"/>
       <itemData name="Comment (Single)" defStyleNum="dsComment" />
       <itemData name="Keyword"          defStyleNum="dsKeyword" 
spellChecking="false" />
-      <itemData name="Group"            defStyleNum="dsKeyword" 
spellChecking="false" />
+      <itemData name="Group"            defStyleNum="dsVariable" 
spellChecking="false" />
  <!-- <itemData name="Refs"             defStyleNum="dsKeyword" 
spellChecking="false" /> -->
-      <itemData name="Symbol"           defStyleNum="dsString" />
+      <itemData name="Symbol"           defStyleNum="dsOthers" />
+      <itemData name="Include"          defStyleNum="dsPreprocessor" />
+      <itemData name="String"           defStyleNum="dsString" />
     </itemDatas>
   </highlighting>
 
   <general>
-    <keywords casesensitive="1" />
+    <keywords casesensitive="1" weakDeliminator="+" />
 
     <comments>
       <comment name="singleLine" start="#" />
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/data/syntax/latex.xml 
new/syntax-highlighting-5.66.0/data/syntax/latex.xml
--- old/syntax-highlighting-5.65.0/data/syntax/latex.xml        2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/data/syntax/latex.xml        2020-01-04 
11:17:13.000000000 +0100
@@ -5,7 +5,7 @@
     <!ENTITY envname "[a-zA-Z]+\*?">
     <!ENTITY regionmarker "&#037;\s*(?:BEGIN|END)">
 ]>
-<language name="LaTeX" version="10" section="Markup" kateversion="5.0" 
priority="10" 
extensions="*.tex;*.ltx;*.dtx;*.sty;*.cls;*.bbx;*.cbx;*.lbx;*.tikz;*.pgf" 
mimetype="text/x-tex" casesensitive="1" author="Jeroen Wijnhout 
([email protected])+Holger Danielsson 
([email protected])+Michel Ludwig 
([email protected])+Thomas Braun ([email protected])" 
license="LGPL" >
+<language name="LaTeX" version="11" section="Markup" kateversion="5.0" 
priority="10" 
extensions="*.tex;*.ltx;*.dtx;*.sty;*.cls;*.bbx;*.cbx;*.lbx;*.tikz;*.pgf" 
mimetype="text/x-tex" casesensitive="1" author="Jeroen Wijnhout 
([email protected])+Holger Danielsson 
([email protected])+Michel Ludwig 
([email protected])+Thomas Braun ([email protected])" 
license="LGPL" >
   <highlighting>
     <!-- NOTE: Keywords of kind "\something" do not need a delimiter before 
"\".
          Using a DetectChar rule with lookAhead to detect "\" at the beginning
@@ -467,6 +467,7 @@
         <DetectChar char="%" attribute="Comment" context="Comment"/>
         <DetectChar char="&bullet;" attribute="Bullet" context="#stay"/>
         <DetectChar char="}" attribute="Normal Text" context="#pop"/>
+        <DetectChar char="{" attribute="Normal Text" 
context="FancyLabelParameter"/>
       </context>
 
       <context name="FancyLabelOption" attribute="Option Text" 
lineEndContext="#stay">
@@ -497,6 +498,7 @@
         <DetectChar char="%" attribute="Comment" context="Comment"/>
         <DetectChar char="&bullet;" attribute="Bullet" context="#stay"/>
         <DetectChar char="}" attribute="Normal Text" context="#pop"/>
+        <DetectChar char="{" attribute="Normal Text" 
context="SpecialCommandParameterOption"/>
       </context>
 
       <!-- end of an environment -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/data/syntax/python.xml 
new/syntax-highlighting-5.66.0/data/syntax/python.xml
--- old/syntax-highlighting-5.65.0/data/syntax/python.xml       2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/data/syntax/python.xml       2020-01-04 
11:17:13.000000000 +0100
@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE language>
+<!DOCTYPE language SYSTEM "language.dtd"
+[
+       <!ENTITY digitPart "[0-9](?:_?[0-9])*">
+       <!ENTITY beforeDigit "(?&lt;![\.\w[:^ascii:]])">
+       <!ENTITY beforePointFloat "(?&lt;![\w[:^ascii:]])">
+]>
 <!-- Python syntax highlightning v0.9 by Per Wigren -->
 <!-- Python syntax highlighting v1.9 by Michael Bueker (improved keyword 
differentiation) -->
 <!-- Python syntax highlighting v1.97 by Paul Giannaros -->
@@ -14,7 +19,7 @@
 <!-- v2.07 add support for %prog and co, see bug 142832 -->
 <!-- v2.08 add missing overloaders, new Python 3 statements, builtins, and 
keywords -->
 <!-- v2.29 recognize escape sequenzes correctly -->
-<language name="Python" version="9" style="python" indenter="python" 
kateversion="5.0" section="Scripts" 
extensions="*.py;*.pyw;SConstruct;SConscript" 
mimetype="application/x-python;text/x-python;text/x-python3" casesensitive="1" 
author="Michael Bueker" license="">
+<language name="Python" version="10" style="python" indenter="python" 
kateversion="5.0" section="Scripts" 
extensions="*.py;*.pyw;SConstruct;SConscript" 
mimetype="application/x-python;text/x-python;text/x-python3" casesensitive="1" 
author="Michael Bueker" license="">
        <highlighting>
                <list name="import">
                        <item>import</item>
@@ -65,6 +70,7 @@
                        <item>ascii</item>
                        <item>basestring</item>
                        <item>bin</item>
+                       <item>breakpoint</item>
                        <item>bool</item>
                        <item>buffer</item>
                        <item>bytearray</item>
@@ -342,15 +348,17 @@
                                <keyword attribute="Overloaders" 
String="overloaders" context="#stay"/>
                                <RegExpr attribute="Normal Text" 
String="[a-zA-Z_][a-zA-Z_0-9]{2,}" context="#stay"/>
 
-                               <RegExpr attribute="Complex" String=" 
((([0-9]*\.[0-9]+|[0-9]+\.)|([0-9]+|([0-9]*\.[0-9]+|[0-9]+\.))[eE](\+|-)?[0-9]+)|[0-9]+)[jJ]"
 context="#stay"/>
-                               <Float attribute="Float" context="#stay" />
-                               <HlCHex attribute="Hex" context="#stay"/>
-                               <HlCOct attribute="Octal" context="#stay"/>
-                               <Int attribute="Int" context="Int Suffixes"/>
-
-                               <RegExpr attribute="Int" String=" 
([0-9]+_)+[0-9]+" context="#stay"/>
-                               <RegExpr attribute="Float" String=" 
([0-9]+_)+[0-9]+\.[0-9]+" context="#stay"/>
-                               <RegExpr attribute="Hex" String=" 
[0-9]x([A-F0-9]+_)+[A-F0-9]+" context="#stay"/>
+                               <!-- Complex: 1j ; 1.1j ; 1.j ; .1j ; 1e3j ; 
1.1e3j ; 1.e3j ; .1e3j -->
+                               <RegExpr attribute="Complex" 
String="(?:&beforeDigit;&digitPart;(?:\.(?:&digitPart;)?)?|&beforePointFloat;\.&digitPart;)(?:[eE][\+\-]?&digitPart;)?[jJ]\b"
 context="#stay"/>
+                               <!-- Hexadecimal: 0xA1, Binary: 0b01, Octal: 
0o71 -->
+                               <RegExpr attribute="Hex" 
String="&beforeDigit;0[xX](?:_?[\da-fA-F])+\b" context="#stay"/>
+                               <RegExpr attribute="Binary" 
String="&beforeDigit;0[bB](?:_?[01])+\b" context="#stay"/>
+                               <RegExpr attribute="Octal" 
String="&beforeDigit;0[oO](?:_?[0-7])+\b" context="#stay"/>
+                               <!-- Float: 1.1 ; 1. ; .1 ; 1e3 ; 1.1e3 ; 1.e3 
; .1e3 -->
+                               <RegExpr attribute="Float" 
String="(?:&beforeDigit;&digitPart;(?:\.(?:&digitPart;)?)?|&beforePointFloat;\.&digitPart;)[eE][\+\-]?&digitPart;\b"
 context="#stay"/>
+                               <RegExpr attribute="Float" 
String="(?:&beforeDigit;&digitPart;\.(?:&digitPart;\b)?|&beforePointFloat;\.&digitPart;\b)"
 context="#stay"/>
+                               <!-- Decimal: 123 ; 000 -->
+                               <RegExpr attribute="Int" 
String="&beforeDigit;(?:[1-9](?:_?\d)*|0(?:_?0)*)[lL]?\b" context="#stay"/>
 
                                <DetectChar attribute="Normal Text" char="{" 
context="Dictionary" beginRegion="Dictionary"/>
                                <DetectChar attribute="Normal Text" char="[" 
context="List" beginRegion="List"/>
@@ -362,14 +370,10 @@
 
                                <IncludeRules context="StringVariants" />
 
-                               <RegExpr attribute="Decorator" 
String="@[_a-zA-Z][\._a-zA-Z0-9]*" firstNonSpace="true"/>
+                               <RegExpr attribute="Decorator" 
String="@[_a-zA-Z[:^ascii:]][\._a-zA-Z0-9[:^ascii:]]*" firstNonSpace="true"/>
                                <AnyChar attribute="Operator" 
String="+*/%\|=;\!&lt;&gt;!^&amp;~-@" context="#stay"/>
                        </context>
 
-                       <context name="Int Suffixes" attribute="Int" 
lineEndContext="#pop" fallthrough="true" fallthroughContext="#pop">
-                               <StringDetect attribute="Int" context="#pop" 
String="L" insensitive="true"/>
-                       </context>
-
                        <context name="#CheckForString" attribute="Normal Text" 
lineEndContext="#pop" fallthrough="true" fallthroughContext="#pop">
                                <DetectSpaces/>
                                <LineContinue attribute="Normal Text" 
context="CheckForStringNext"/>
@@ -661,6 +665,7 @@
                        <itemData name="Int" defStyleNum="dsDecVal" 
spellChecking="false"/>
                        <itemData name="Hex" defStyleNum="dsBaseN" 
spellChecking="false"/>
                        <itemData name="Octal" defStyleNum="dsBaseN" 
spellChecking="false"/>
+                       <itemData name="Binary" defStyleNum="dsBaseN" 
spellChecking="false"/>
                        <itemData name="Complex" defStyleNum="dsOthers" 
spellChecking="false"/>
                        <itemData name="Comment" defStyleNum="dsComment"/>
                        <itemData name="String" defStyleNum="dsString"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/data/syntax/selinux-cil.xml 
new/syntax-highlighting-5.66.0/data/syntax/selinux-cil.xml
--- old/syntax-highlighting-5.65.0/data/syntax/selinux-cil.xml  2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/data/syntax/selinux-cil.xml  2020-01-04 
11:17:13.000000000 +0100
@@ -36,11 +36,12 @@
   Based on the Scheme syntax highlighting file (scheme.xml),
   created by Dominik Haumann ([email protected]) & licensed under MIT.
 
-  Last update: secilc 2.8
+  Last update: secilc 3.0
   More details about CIL:
     https://github.com/SELinuxProject/selinux/tree/master/secilc/docs
 
   Change log:
+   * Version 5 [10-Dec-2019]: Add "glblub" keyword (defaultrange).
    * Version 4 [03-Oct-2019]: Replace unnecessary WordDetect rules.
    * Version 3 [02-Apr-2019]: Remove one indentation.
    * Version 2 [28-Aug-2018]:
@@ -54,7 +55,7 @@
 -->
 
 <language name="SELinux CIL Policy"
-          version="4"
+          version="5"
           kateversion="5.0"
           section="Sources"
           extensions="*.cil"
@@ -294,6 +295,7 @@
        <list name="other_keywords">
                <item>source</item>
                <item>target</item>
+               <item>glblub</item> <!-- defaultrange -->
                <item>low</item>
                <item>high</item>
                <item>low-high</item>
@@ -372,7 +374,7 @@
                </context>
                <context name="_square_brackets_cil_path" attribute="RegExp 
Brackets (Paths)"
                         lineEndContext="#pop" fallthrough="true" 
fallthroughContext="#pop!_square_brackets_cil_path_content">
-               <RegExpr context="#pop!_square_brackets_cil_path_content" 
attribute="Special Char of Brackets (Paths)" String="\^(?=[&symbol;])"/>
+                       <RegExpr 
context="#pop!_square_brackets_cil_path_content" attribute="Special Char of 
Brackets (Paths)" String="\^(?=[&symbol;])"/>
                </context>
                <context name="_square_brackets_cil_path_content" 
attribute="RegExp Brackets (Paths)" lineEndContext="#pop">
                        <DetectChar context="#pop" attribute="RegExp Brackets 
(Paths)" char="]"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.65.0/data/syntax/selinux.xml 
new/syntax-highlighting-5.66.0/data/syntax/selinux.xml
--- old/syntax-highlighting-5.65.0/data/syntax/selinux.xml      2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/data/syntax/selinux.xml      2020-01-04 
11:17:13.000000000 +0100
@@ -21,7 +21,7 @@
   
==========================================================================================
    This file is part of the KDE's KSyntaxHighlighting framework.
 
-   Copyright (c) 2018 Nibaldo González S. ([email protected])
+   Copyright (c) 2018-2019 Nibaldo González S. ([email protected])
 
    Permission is hereby granted, free of charge, to any person obtaining a 
copy of this
    software and associated documentation files (the "Software"), to deal in 
the Software
@@ -40,7 +40,7 @@
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   
==========================================================================================
 
-  Last update: checkpolicy 2.8, Policy Version 31
+  Last update: checkpolicy 3.0
   Obtained from the SELinux checkpolicy parser:
     
https://github.com/SELinuxProject/selinux/blob/master/checkpolicy/policy_parse.y
     
https://github.com/SELinuxProject/selinux/blob/master/checkpolicy/policy_scan.l
@@ -55,6 +55,9 @@
     file contexts are highlighted by "selinux-fc.xml".
 
   Change log:
+       * Version 3 [10-Dec-2019]:
+               - Add "glblub" keyword (default_range).
+               - Update permissions list.
        * Version 2 [09-Sep-2018]:
                - Update itemData's style for the new Solarized color schemes.
        * Version 1 [28-Aug-2018, by Nibaldo González]:
@@ -62,7 +65,7 @@
 -->
 
 <language name="SELinux Policy"
-          version="2"
+          version="3"
           kateversion="5.0"
           section="Sources"
           
extensions="*.te;*.if;*.spt;policy.conf;access_vectors;mls;mcs;mls_macros;te_macros;policy_capabilities;seapp_contexts;port_contexts"
@@ -273,6 +276,8 @@
                <item>HIGH</item>
                <item>low</item>
                <item>LOW</item>
+               <item>glblub</item>
+               <item>GLBLUB</item>
        </list>
 
        <list name="cond_operators">
@@ -358,6 +363,7 @@
                <item>admin</item>
                <item>append</item>
                <item>associate</item>
+               <item>association</item>
                <item>attach_queue</item>
                <item>audit_access</item>
                <item>audit_control</item>
@@ -454,7 +460,7 @@
                <item>load_module</item>
                <item>load_policy</item>
                <item>lock</item>
-               <item>mac_admin</item> <!-- Unused by SELinux -->
+               <item>mac_admin</item>
                <item>mac_override</item> <!-- Unused by SELinux -->
                <item>manage</item>
                <item>manage_subnet</item>
@@ -592,7 +598,6 @@
                <item>tcp_send</item>
                <item>transfer</item>
                <item>transition</item>
-               <item>translate</item>
                <item>udp_recv</item>
                <item>udp_send</item>
                <item>uninstall</item>
@@ -600,12 +605,18 @@
                <item>unix_write</item>
                <item>unlink</item>
                <item>unmount</item>
+               <item>unused_perm</item>
                <item>update</item>
                <item>use</item>
                <item>use_as_override</item>
                <item>validate_trans</item>
                <item>view</item>
                <item>wake_alarm</item>
+               <item>watch</item>
+               <item>watch_mount</item>
+               <item>watch_reads</item>
+               <item>watch_sb</item>
+               <item>watch_with_perm</item>
                <item>write</item>
                <!-- Deprecated: flow_in, flow_out, get_param, set_param -->
        </list>
@@ -1277,7 +1288,7 @@
                        <keyword context="#stay" attribute="Policy Capability" 
String="policy_capabilities"/>
                </context>
 
-               <!-- Filsystem Keywords -->
+               <!-- Filesystem Keywords -->
                <context name="_filesystem" attribute="Normal Text" 
lineEndContext="#stay">
                        <keyword context="#stay" attribute="Filesystem" 
String="filesystem"/>
                </context>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/data/syntax/typescript.xml 
new/syntax-highlighting-5.66.0/data/syntax/typescript.xml
--- old/syntax-highlighting-5.65.0/data/syntax/typescript.xml   2019-12-07 
22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/data/syntax/typescript.xml   2020-01-04 
11:17:13.000000000 +0100
@@ -38,6 +38,7 @@
       Attributes: path, types, no-default-lib, name
 
     Change log:
+     * v8 [2019-12-12]: Add "bigint" primitive type.
      * v7 [2019-11-20]: Move keywords of built-in object to "javascript.xml" 
and adapt.
      * v6 [2019-10-01]: Add "asserts" keyword in type predicates.
                         Highlight types after the "as" keyword.
@@ -52,7 +53,7 @@
 -->
 
 <language name="TypeScript"
-          version="7"
+          version="8"
           kateversion="5.53"
           section="Scripts"
           extensions="*.ts"
@@ -107,16 +108,18 @@
                <item>infer</item>
                <!-- Also: is, typeof -->
        </list>
-       <!-- Datatypes -->
+       <!-- Datatypes & Primitive Types -->
        <list name="types">
                <item>string</item>
                <item>number</item>
+               <item>bigint</item>
                <item>boolean</item>
                <item>symbol</item>
                <item>any</item>
                <item>void</item>
                <item>never</item>
                <item>unknown</item>
+
                <item>undefined</item>
                <item>null</item>
                <item>object</item>
@@ -424,7 +427,7 @@
 
                        <!-- FIXME: For a strange reason, the keywords before 
"}" are not highlighted.
                             This rule fixes it provisionally. -->
-                       <RegExpr context="#stay" attribute="Types" 
String="\b(?:string|number|boolean|symbol|any|void|never|unknown|undefined|null|object)(?=\})"
 />
+                       <RegExpr context="#stay" attribute="Types" 
String="\b(?:string|number|bigint|boolean|symbol|any|void|never|unknown|undefined|null|object)(?=\})"
 />
 
                        <!-- Don't start this context again -->
                        <AnyChar context="#stay" attribute="Symbol" String="?:" 
/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/po/cs/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.66.0/po/cs/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.65.0/po/cs/syntaxhighlighting5_qt.po      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/po/cs/syntaxhighlighting5_qt.po      
2020-01-04 11:17:13.000000000 +0100
@@ -476,12 +476,9 @@
 msgid "Javadoc"
 msgstr "Javadoc"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "JavaScript React"
 msgctxt "Language|"
 msgid "JavaScript React (JSX)"
-msgstr "JavaScript React"
+msgstr ""
 
 msgctxt "Language|"
 msgid "JavaScript"
@@ -1060,12 +1057,9 @@
 msgid "txt2tags"
 msgstr "txt2tags"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "TypeScript React"
 msgctxt "Language|"
 msgid "TypeScript React (TSX)"
-msgstr "TypeScript React"
+msgstr ""
 
 msgctxt "Language|"
 msgid "TypeScript"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/po/de/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.66.0/po/de/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.65.0/po/de/syntaxhighlighting5_qt.po      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/po/de/syntaxhighlighting5_qt.po      
2020-01-04 11:17:13.000000000 +0100
@@ -13,7 +13,7 @@
 "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: 2019-10-07 07:17+0200\n"
+"PO-Revision-Date: 2019-12-09 05:34+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
@@ -480,12 +480,9 @@
 msgid "Javadoc"
 msgstr "Javadoc"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "JavaScript React"
 msgctxt "Language|"
 msgid "JavaScript React (JSX)"
-msgstr "JavaScript React"
+msgstr "JavaScript React (JSX)"
 
 msgctxt "Language|"
 msgid "JavaScript"
@@ -1063,12 +1060,9 @@
 msgid "txt2tags"
 msgstr "txt2tags"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "TypeScript React"
 msgctxt "Language|"
 msgid "TypeScript React (TSX)"
-msgstr "TypeScript React"
+msgstr "TypeScript React (TSX)"
 
 msgctxt "Language|"
 msgid "TypeScript"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/po/fr/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.66.0/po/fr/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.65.0/po/fr/syntaxhighlighting5_qt.po      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/po/fr/syntaxhighlighting5_qt.po      
2020-01-04 11:17:13.000000000 +0100
@@ -18,13 +18,13 @@
 # Raphaël Jakse <[email protected]>, 2014.
 # Maxime Corteel <[email protected]>, 2014.
 # Vincent Pinon <[email protected]>, 2016, 2017.
-# Simon Depiets <[email protected]>, 2018, 2019.
+# Simon Depiets <[email protected]>, 2018, 2019, 2020.
 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: 2019-11-10 17:53+0800\n"
+"PO-Revision-Date: 2020-01-01 21:49+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
@@ -420,7 +420,7 @@
 
 msgctxt "Language|"
 msgid "Go"
-msgstr "Aller"
+msgstr "Go"
 
 msgctxt "Language|"
 msgid "KDev-PG[-Qt] Grammar"
@@ -494,12 +494,9 @@
 msgid "Javadoc"
 msgstr "Javadoc"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "JavaScript React"
 msgctxt "Language|"
 msgid "JavaScript React (JSX)"
-msgstr "JavaScript React"
+msgstr "JavaScript React (JSX)"
 
 msgctxt "Language|"
 msgid "JavaScript"
@@ -1077,12 +1074,9 @@
 msgid "txt2tags"
 msgstr "txt2tags"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "TypeScript React"
 msgctxt "Language|"
 msgid "TypeScript React (TSX)"
-msgstr "TypeScript React"
+msgstr "TypeScript React (TSX)"
 
 msgctxt "Language|"
 msgid "TypeScript"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/po/ia/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.66.0/po/ia/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.65.0/po/ia/syntaxhighlighting5_qt.po      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/po/ia/syntaxhighlighting5_qt.po      
2020-01-04 11:17:13.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# g.sora <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2016.
+# g.sora <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2016, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2016-11-29 13:35+0100\n"
+"PO-Revision-Date: 2019-12-24 10:36+0100\n"
 "Last-Translator: Giovanni Sora <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
@@ -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"
@@ -321,11 +318,9 @@
 msgid "FlatBuffers"
 msgstr ""
 
-#, fuzzy
-#| msgid "File Format"
 msgctxt "Language|"
 msgid "Fortran (Fixed Format)"
-msgstr "Formato de file"
+msgstr "Fortran (Formato fixate)"
 
 msgctxt "Language|"
 msgid "Fortran (Free Format)"
@@ -363,12 +358,9 @@
 msgid "GDB Init"
 msgstr ""
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "GDL"
 msgctxt "Language|"
 msgid "GDB"
-msgstr "GDL"
+msgstr "GDB"
 
 msgctxt "Language|"
 msgid "GDL"
@@ -482,12 +474,9 @@
 msgid "Javadoc"
 msgstr "Javadoc"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "JavaScript"
 msgctxt "Language|"
 msgid "JavaScript React (JSX)"
-msgstr "JavaScript"
+msgstr "JavaScript React (JSX)"
 
 msgctxt "Language|"
 msgid "JavaScript"
@@ -761,12 +750,9 @@
 msgid "OpenCL"
 msgstr "OpenCL"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "OpenCL"
 msgctxt "Language|"
 msgid "OpenSCAD"
-msgstr "OpenCL"
+msgstr "OpenSCAD"
 
 msgctxt "Language|"
 msgid "Pango"
@@ -776,12 +762,9 @@
 msgid "Pascal"
 msgstr "Pascal"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Perl"
 msgctxt "Language|"
 msgid "Perl6"
-msgstr "Perl"
+msgstr "Perl6"
 
 msgctxt "Language|"
 msgid "Perl"
@@ -831,12 +814,9 @@
 msgid "Protobuf"
 msgstr "Protobuf"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Pig"
 msgctxt "Language|"
 msgid "Pug"
-msgstr "Porco"
+msgstr "Pug"
 
 msgctxt "Language|"
 msgid "Puppet"
@@ -850,12 +830,9 @@
 msgid "Python"
 msgstr "Python"
 
-#, fuzzy
-#| msgctxt "Language Section|"
-#| msgid "Configuration"
 msgctxt "Language|"
 msgid "QDoc Configuration"
-msgstr "Configuration"
+msgstr "Configuration de QDoc"
 
 msgctxt "Language|"
 msgid "QMake"
@@ -873,12 +850,9 @@
 msgid "RapidQ"
 msgstr "RapidQ"
 
-#, fuzzy
-#| msgctxt "@item:intable Text context"
-#| msgid "Documentation"
 msgctxt "Language|"
 msgid "R documentation"
-msgstr "Documentation"
+msgstr "Documentation de R"
 
 msgctxt "Language|"
 msgid "RelaxNG-Compact"
@@ -1080,19 +1054,13 @@
 msgid "txt2tags"
 msgstr "txt2tags"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "JavaScript"
 msgctxt "Language|"
 msgid "TypeScript React (TSX)"
-msgstr "JavaScript"
+msgstr "TypeScript React (TSX)"
 
-#, fuzzy
-#| msgctxt "Language Section|"
-#| msgid "Scripts"
 msgctxt "Language|"
 msgid "TypeScript"
-msgstr "Scripts"
+msgstr "TypeScript"
 
 msgctxt "Language|"
 msgid "UnrealScript"
@@ -1274,12 +1242,9 @@
 msgid "Printing"
 msgstr "Imprimente"
 
-#, fuzzy
-#| msgctxt "Theme|"
-#| msgid "Breeze Dark"
 msgctxt "Theme|"
 msgid "Solarized Dark"
-msgstr "Brisa obscure (Breeze Dark)"
+msgstr "Solarized Dark"
 
 msgctxt "Theme|"
 msgid "Solarized Light"
@@ -1359,11 +1324,9 @@
 msgstr ""
 
 #: cli/kate-syntax-highlighter.cpp:77
-#, fuzzy
-#| msgid "Untitled"
 msgctxt "SyntaxHighlightingCLI|"
 msgid "title"
-msgstr "Sin titulo"
+msgstr "titulo"
 
 #: cli/kate-syntax-highlighter.cpp:80
 msgctxt "SyntaxHighlightingCLI|"
@@ -1371,9 +1334,6 @@
 msgstr ""
 
 #: lib/definition_p.h:104
-#, fuzzy
-#| msgctxt "Syntax highlighting"
-#| msgid "None"
 msgctxt "Language|"
 msgid "None"
 msgstr "Necun"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/po/id/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.66.0/po/id/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.65.0/po/id/syntaxhighlighting5_qt.po      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/po/id/syntaxhighlighting5_qt.po      
2020-01-04 11:17:13.000000000 +0100
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2019-10-14 07:07+0700\n"
+"PO-Revision-Date: 2019-12-11 07:30+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
@@ -10,7 +10,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 19.08.1\n"
+"X-Generator: Lokalize 19.08.3\n"
 "X-Qt-Contexts: true\n"
 
 msgctxt "Language|"
@@ -469,12 +469,9 @@
 msgid "Javadoc"
 msgstr "Javadoc"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "JavaScript React"
 msgctxt "Language|"
 msgid "JavaScript React (JSX)"
-msgstr "JavaScript React"
+msgstr "JavaScript React (JSX)"
 
 msgctxt "Language|"
 msgid "JavaScript"
@@ -1052,12 +1049,9 @@
 msgid "txt2tags"
 msgstr "txt2tags"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "TypeScript React"
 msgctxt "Language|"
 msgid "TypeScript React (TSX)"
-msgstr "TypeScript React"
+msgstr "TypeScript React (TSX)"
 
 msgctxt "Language|"
 msgid "TypeScript"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/po/uk/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.66.0/po/uk/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.65.0/po/uk/syntaxhighlighting5_qt.po      
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/po/uk/syntaxhighlighting5_qt.po      
2020-01-04 11:17:13.000000000 +0100
@@ -3,11 +3,11 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Yuri Chornoivan <[email protected]>, 2016, 2017, 2018, 2019.
+# Yuri Chornoivan <[email protected]>, 2016, 2017, 2018, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: syntaxhighlighting5_qt\n"
-"PO-Revision-Date: 2019-11-23 09:07+0200\n"
+"PO-Revision-Date: 2020-01-03 20:13+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
 "Language: uk\n"
@@ -401,7 +401,7 @@
 
 msgctxt "Language|"
 msgid "Go"
-msgstr "Перейти"
+msgstr "Go"
 
 msgctxt "Language|"
 msgid "KDev-PG[-Qt] Grammar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.65.0/po/zh_TW/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.66.0/po/zh_TW/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.65.0/po/zh_TW/syntaxhighlighting5_qt.po   
2019-12-07 22:51:23.000000000 +0100
+++ new/syntax-highlighting-5.66.0/po/zh_TW/syntaxhighlighting5_qt.po   
2020-01-04 11:17:13.000000000 +0100
@@ -18,7 +18,7 @@
 "POT-Creation-Date: 2016-09-08 07:30+0000\n"
 "PO-Revision-Date: 2019-11-26 21:18+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"Language-Team: Chinese <[email protected]>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"


Reply via email to