TextEditor: readd rust mime type

Change-Id: I51883a6fa0c9f4a13c2c01e6fa9ef79b653c6703
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
David Schulz
2024-11-20 11:17:51 +01:00
parent 05e0529013
commit 166c7d98f7

View File

@@ -50,6 +50,11 @@
" <glob pattern='*.mkd'/>",
" <glob pattern='*.markdown'/>",
" </mime-type>",
" <mime-type type='text/rust'>",
" <comment>Rust souce file</comment>",
" <sub-class-of type='text/plain'/>",
" <glob pattern='*.rs'/>",
" </mime-type>",
"</mime-info>"
]
}