summaryrefslogtreecommitdiffstats
path: root/kate/data/html.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/html.xml')
-rw-r--r--kate/data/html.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/data/html.xml b/kate/data/html.xml
index 653fdb2b0..9bdd4b77d 100644
--- a/kate/data/html.xml
+++ b/kate/data/html.xml
@@ -17,7 +17,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" />