Skip to content
Snippets Groups Projects
Commit eec8e275 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[headache] fix configuration for .xml header generation

parent 5bfb2931
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,8 @@
########
# XML #
########
| ".*\.xml" -> frame open: "<!--" line: "-" close: "-->"
| ".*\.xml" -> frame open: "<!--" line: " " close: "-->"
| ".*\.xml" -> skip match: "<\?xml.*\?>"
#######
# DTD #
......
<!---------------------------------------------------------------------------->
<?xml version="1.0" encoding="UTF-8"?>
<!-- -->
<!-- -->
<!-- This file is part of Frama-C. -->
<!-- -->
......@@ -18,9 +19,8 @@
<!-- See the GNU Lesser General Public License version 2.1 -->
<!-- for more details (enclosed in the file licenses/LGPLv2.1). -->
<!-- -->
<!---------------------------------------------------------------------------->
<!-- -->
<?xml version="1.0" encoding="UTF-8"?>
<language name="ACSL" version="1" extensions="*.acsl"
section="Sources" kateversion="2.4">
<highlighting>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment