diff -r 28e7f6cdf385 -r 4c17d54de9a3 src/eric7/Project/Project.py --- a/src/eric7/Project/Project.py Sat Dec 10 17:56:44 2022 +0100 +++ b/src/eric7/Project/Project.py Sat Dec 10 19:01:40 2022 +0100 @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +""# -*- coding: utf-8 -*- # Copyright (c) 2002 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> # @@ -792,7 +792,7 @@ def initFileTypes(self): """ - Public method to initialize the filetype associations with default + Public method to initialize the file type associations with default values. """ self.__pdata["FILETYPES"] = { @@ -806,6 +806,10 @@ "GNUmakefile": "OTHERS", "makefile": "OTHERS", "Makefile": "OTHERS", + "*.ini": "OTHERS", + "*.cfg": "OTHERS", + "*.toml": "OTHERS", + "*.json": "OTHERS", } # Sources