diff options
Diffstat (limited to 'kate/data/html-php.xml')
-rw-r--r-- | kate/data/html-php.xml | 2 |
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="<!--" beginRegion="comment" /> <StringDetect attribute="CDATA" context="CDATA" String="<![CDATA[" beginRegion="cdata" /> - <RegExpr attribute="Doctype" context="Doctype" String="<!DOCTYPE\s+" beginRegion="doctype" /> + <RegExpr attribute="Doctype" context="Doctype" String="<!DOCTYPE\s+" insensitive="TRUE" beginRegion="doctype" /> <RegExpr attribute="Processing Instruction" context="PI" String="<\?[\w:-]*" beginRegion="pi" /> <RegExpr attribute="Element" context="CSS" String="<style\b" insensitive="TRUE" beginRegion="style" /> <RegExpr attribute="Element" context="JS" String="<script\b" insensitive="TRUE" beginRegion="script" /> |