src/eric7/Project/Project.py

branch
eric7
changeset 9603
4c17d54de9a3
parent 9576
be9f8e7e42e0
child 9604
12c879b251d6
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

eric ide

mercurial