summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-02 01:13:26 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-02 01:13:26 +0100
commit2040c561190090186744b440573e3c73aee8f6ef (patch)
treec0bc0b399d19fb1401b9b381da0c2f4e57af6f74
parent0518787fabdfdc73175d73577325774813041315 (diff)
downloadtdelibs-2040c561190090186744b440573e3c73aee8f6ef.tar.gz
tdelibs-2040c561190090186744b440573e3c73aee8f6ef.zip
Small adjustments in Kate syntax highlighting files.
+ Modify the line break in <language> tag in cpp.xml. + Remove UTF8 BOM from ppd.xml. + It allows processing by extractattr. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kate/data/cpp.xml4
-rw-r--r--kate/data/ppd.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/cpp.xml b/kate/data/cpp.xml
index 1f3bb6a8f..6efe9cb3c 100644
--- a/kate/data/cpp.xml
+++ b/kate/data/cpp.xml
@@ -6,8 +6,8 @@
<!ENTITY ns_punctuators "!&#37;&space;&amp;()+-/.*&lt;=&gt;?[]{|}~^&separators;">
]>
-<language
- name="C++" section="Sources" version="1.0" kateversion="2.4" indenter="cstyle" style="C++"
+<language name="C++" section="Sources"
+ version="1.0" kateversion="2.4" indenter="cstyle" style="C++"
mimetype="text/x-c++src;text/x-c++hdr;text/x-chdr"
extensions="*.c++;*.cxx;*.cpp;*.cc;*.C;*.h;*.hh;*.H;*.h++;*.hxx;*.hpp;*.hcc"
license="LGPL" priority="1" >
diff --git a/kate/data/ppd.xml b/kate/data/ppd.xml
index 96b334eb9..d5d2268aa 100644
--- a/kate/data/ppd.xml
+++ b/kate/data/ppd.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd" []>