summaryrefslogtreecommitdiffstats
path: root/kate/data/html-php.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-07-28 19:12:40 +0900
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:46 +0100
commitaaa5afedcdca81a36c23dbcdd596c72f4c9192b9 (patch)
tree694b250c3613cdd2e88551a43267ca12ddfe90c0 /kate/data/html-php.xml
parente6f29b0111c8f6e3de8dec06d23063d3d5668203 (diff)
downloadtdelibs-aaa5afedcdca81a36c23dbcdd596c72f4c9192b9.tar.gz
tdelibs-aaa5afedcdca81a36c23dbcdd596c72f4c9192b9.zip
Kate syntax highlighting files update - Jul 2014
(cherry picked from commit aa18c1556b6e122f4b414639cf091e1e3848b974)
Diffstat (limited to 'kate/data/html-php.xml')
-rw-r--r--kate/data/html-php.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/data/html-php.xml b/kate/data/html-php.xml
index 4b18b99fd..010297417 100644
--- a/kate/data/html-php.xml
+++ b/kate/data/html-php.xml
@@ -25,7 +25,7 @@
<DetectIdentifier/>
<StringDetect attribute="Comment" context="Comment" String="&lt;!--" beginRegion="comment" />
<StringDetect attribute="CDATA" context="CDATA" String="&lt;![CDATA[" beginRegion="cdata" />
- <RegExpr attribute="Doctype" context="Doctype" String="&lt;!DOCTYPE\s+" beginRegion="doctype" />
+ <RegExpr attribute="Doctype" context="Doctype" String="&lt;!DOCTYPE\s+" insensitive="TRUE" beginRegion="doctype" />
<RegExpr attribute="Processing Instruction" context="PI" String="&lt;\?[\w:-]*" beginRegion="pi" />
<RegExpr attribute="Element" context="CSS" String="&lt;style\b" insensitive="TRUE" beginRegion="style" />
<RegExpr attribute="Element" context="JS" String="&lt;script\b" insensitive="TRUE" beginRegion="script" />