forked from qt-creator/qt-creator
TextEditor: readd rust mime type
Change-Id: I51883a6fa0c9f4a13c2c01e6fa9ef79b653c6703 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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>"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user