forked from qt-creator/qt-creator
Python: support python 3 mime type in language client
Change-Id: I9319442aecc61e854aaeb0778b959086a70d431b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -49,6 +49,7 @@ const char PYLS_SETTINGS_ID[] = "Python.PyLSSettingsID";
|
||||
* MIME type
|
||||
******************************************************************************/
|
||||
const char C_PY_MIMETYPE[] = "text/x-python";
|
||||
const char C_PY3_MIMETYPE[] = "text/x-python3";
|
||||
const char C_PY_MIME_ICON[] = "text-x-python";
|
||||
|
||||
} // namespace Constants
|
||||
|
Reference in New Issue
Block a user