Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
dc993fff
Commit
dc993fff
authored
May 14, 2010
by
Leandro Melo
Browse files
Need to keep XML mime types for TextEditor plugin (designer depends on that in the database).
parent
e5401e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/TextEditor.mimetypes.xml
View file @
dc993fff
...
...
@@ -5,4 +5,13 @@
<sub-class-of
type=
"application/octet-stream"
/>
<glob
pattern=
"*.txt"
/>
</mime-type>
<mime-type
type=
"application/xml"
>
<sub-class-of
type=
"text/plain"
/>
<comment>
XML document
</comment>
<glob
pattern=
"*.xml"
/>
<glob
pattern=
"*.xsl"
/>
<glob
pattern=
"*.xslt"
/>
<glob
pattern=
"*.xbl"
/>
<alias
type=
"text/xml"
/>
</mime-type>
</mime-info>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment