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:
David Schulz
2022-06-01 07:48:46 +02:00
parent 6bbddf115c
commit b9034e8426
3 changed files with 9 additions and 3 deletions

View File

@@ -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