Project eric7

Sun, 11 Dec 2022 10:32:57 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 11 Dec 2022 10:32:57 +0100
branch
eric7
changeset 9605
e7d404c1780d
parent 9604
12c879b251d6
child 9606
ccf055891890

Project
- Added some more extensions to the list of default file type associations.

src/eric7/Project/Project.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Project/Project.py	Sat Dec 10 19:50:13 2022 +0100
+++ b/src/eric7/Project/Project.py	Sun Dec 11 10:32:57 2022 +0100
@@ -810,6 +810,8 @@
             "*.cfg": "OTHERS",
             "*.toml": "OTHERS",
             "*.json": "OTHERS",
+            "*.yml": "OTHERS",
+            "*.yaml": "OTHERS",
         }
 
         # Sources

eric ide

mercurial