summaryrefslogtreecommitdiff
path: root/babel.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/babel.cfg b/babel.cfg
index 339b5df..1cbe423 100644
--- a/babel.cfg
+++ b/babel.cfg
@@ -1,2 +1,4 @@
-[jinja2: **/templates/**.j2 **/*.py]
+[jinja2: **/templates/**.j2]
extensions=jinja2.ext.autoescape,jinja2.ext.with_
+
+[python: **/*.py]