Skip to content
Snippets Groups Projects
Commit db8c7d86 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'fix/headache/xml-valid-headers' into 'master'

[headache] fix configuration for .xml header generation

See merge request frama-c/frama-c!4654
parents 5bfb2931 eec8e275
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,8 @@ ...@@ -171,7 +171,8 @@
######## ########
# XML # # XML #
######## ########
| ".*\.xml" -> frame open: "<!--" line: "-" close: "-->" | ".*\.xml" -> frame open: "<!--" line: " " close: "-->"
| ".*\.xml" -> skip match: "<\?xml.*\?>"
####### #######
# DTD # # DTD #
......
<!----------------------------------------------------------------------------> <?xml version="1.0" encoding="UTF-8"?>
<!-- -->
<!-- --> <!-- -->
<!-- This file is part of Frama-C. --> <!-- This file is part of Frama-C. -->
<!-- --> <!-- -->
...@@ -18,9 +19,8 @@ ...@@ -18,9 +19,8 @@
<!-- See the GNU Lesser General Public License version 2.1 --> <!-- See the GNU Lesser General Public License version 2.1 -->
<!-- for more details (enclosed in the file licenses/LGPLv2.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" <language name="ACSL" version="1" extensions="*.acsl"
section="Sources" kateversion="2.4"> section="Sources" kateversion="2.4">
<highlighting> <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