summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor/ScxmlEditor.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scxmleditor/ScxmlEditor.json.in')
-rw-r--r--src/plugins/scxmleditor/ScxmlEditor.json.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/scxmleditor/ScxmlEditor.json.in b/src/plugins/scxmleditor/ScxmlEditor.json.in
index 1e48677f5f..1218f4129b 100644
--- a/src/plugins/scxmleditor/ScxmlEditor.json.in
+++ b/src/plugins/scxmleditor/ScxmlEditor.json.in
@@ -18,14 +18,14 @@
\"Experimental\" : true,
$$dependencyList,
- \"Mimetypes\" : \"
- <?xml version=\'1.0\'?>
- <mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>
- <mime-type type=\'application/scxml+xml\'>
- <sub-class-of type=\'text/xml\'/>
- <comment>SCXML file</comment>
- <glob pattern=\'*.scxml\'/>
- </mime-type>
- </mime-info>
- \"
+ \"Mimetypes\" : [
+ \"<?xml version=\'1.0\'?>\",
+ \"<mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>\",
+ \" <mime-type type=\'application/scxml+xml\'>\",
+ \" <sub-class-of type=\'text/xml\'/>\",
+ \" <comment>SCXML file</comment>\",
+ \" <glob pattern=\'*.scxml\'/>\",
+ \" </mime-type>\",
+ \"</mime-info>\"
+ ]
}