forked from qt-creator/qt-creator
Nim: Added support for nim script files
Added a new entry inside the "New" menu for creating a new nim script file (*.nims) Added support for editing them inside the editor Change-Id: I09a514fdd4e4a0e9a78bb557db3e8c7e97683b8d Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
committed by
Alessandro Portale
parent
8fce605913
commit
1a1cf3c12b
@@ -104,6 +104,7 @@ const char C_NIMCODESTYLEPREVIEWSNIPPET[] =
|
||||
* MIME type
|
||||
******************************************************************************/
|
||||
const char C_NIM_MIMETYPE[] = "text/x-nim";
|
||||
const char C_NIM_SCRIPT_MIMETYPE[] = "text/x-nim-script";
|
||||
const char C_NIM_MIME_ICON[] = "text-x-nim";
|
||||
const char C_NIM_PROJECT_MIMETYPE[] = "text/x-nim-project";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user