src/eric7/Preferences/__init__.py

branch
eric7
changeset 10682
47be220abdaf
parent 10671
f2d75784e574
child 10698
ed332f3d26a7
--- a/src/eric7/Preferences/__init__.py	Thu Apr 11 09:43:05 2024 +0200
+++ b/src/eric7/Preferences/__init__.py	Tue Apr 16 15:47:11 2024 +0200
@@ -280,6 +280,7 @@
             "application/x-genshi-text",
             "application/x-gettext",
             "application/x-gooddata-maql",
+            "application/x-groovy",
             "application/x-httpd-lasso",
             "application/x-httpd-lasso[89]",
             "application/x-httpd-lasso8",
@@ -482,6 +483,10 @@
             "*Pipfile",
             "*makefile",
             "*poetry.lock",
+            "*.groovy",
+            "*Jenkinsfile",
+            "*.jenkinsfile",
+            "Jenkinsfile.*",
         ],
     }
 

eric ide

mercurial