summaryrefslogtreecommitdiffstats
path: root/kate/data/html.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-03 11:56:45 +0900
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:43 +0100
commit43cfafa4d773e0f213d3b6da23e0d35363bda0ca (patch)
treea43b93ff2f75edc684cab3b8d1f1bcee0677c99e /kate/data/html.xml
parent2b3588da89912494c3c1b6817ed5e5c015b9887c (diff)
downloadtdelibs-43cfafa4d773e0f213d3b6da23e0d35363bda0ca.tar.gz
tdelibs-43cfafa4d773e0f213d3b6da23e0d35363bda0ca.zip
Kate syntax highlighting files update - Jun 2014
(cherry picked from commit 790fe12d34447ad8549fcb75acf05d056e6743c6)
Diffstat (limited to 'kate/data/html.xml')
-rw-r--r--kate/data/html.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/html.xml b/kate/data/html.xml
index 756fa8f8e..653fdb2b0 100644
--- a/kate/data/html.xml
+++ b/kate/data/html.xml
@@ -4,7 +4,7 @@
<!ENTITY name "[A-Za-z_:][\w.:_-]*">
<!ENTITY entref "&amp;(#[0-9]+|#[xX][0-9A-Fa-f]+|&name;);">
]>
-<language name="HTML" version="2.0" kateversion="2.4" section="Markup" extensions="*.htm;*.html;*.shtml;*.shtm" mimetype="text/html" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL" priority="10">
+<language name="HTML" version="2.1" kateversion="2.4" section="Markup" extensions="*.htm;*.html;*.shtml;*.shtm" mimetype="text/html" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL" priority="10">
<highlighting>
<contexts>
@@ -171,7 +171,7 @@
<context name="JS content" attribute="Other Text" lineEndContext="#stay">
<RegExpr attribute="Element" context="El Close 2" String="&lt;/script\b" insensitive="TRUE" endRegion="script" />
<RegExpr attribute="Comment" context="JS comment close" String="//(?=.*&lt;/script\b)" insensitive="TRUE" />
- <IncludeRules context="##JavaScript" includeAttrib="true"/>
+ <IncludeRules context="Normal##JavaScript" includeAttrib="true"/>
</context>
<context name="JS comment close" attribute="Comment" lineEndContext="#pop">