diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-07-28 19:12:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-07-28 19:12:40 +0900 |
commit | aa18c1556b6e122f4b414639cf091e1e3848b974 (patch) | |
tree | d6e4f87bbb5fe01930418319e474ba923a750dfa /kate/data/html.xml | |
parent | 1bb6f88d298d1019c0c635dbff197a6a57d16c26 (diff) | |
download | tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.tar.gz tdelibs-aa18c1556b6e122f4b414639cf091e1e3848b974.zip |
Kate syntax highlighting files update - Jul 2014
Diffstat (limited to 'kate/data/html.xml')
-rw-r--r-- | kate/data/html.xml | 2 |
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="<!--" 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" /> |