branch: elpa/jinja2-mode
commit bbfe9b4940a6b538c3a6a960b00cb72a601d7a17
Author: Florian Mounier <[email protected]>
Commit: Florian Mounier <[email protected]>
Add logic operators
---
jinja2-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/jinja2-mode.el b/jinja2-mode.el
index a9ada899e2..3cce71041d 100644
--- a/jinja2-mode.el
+++ b/jinja2-mode.el
@@ -65,6 +65,7 @@
"false" "none" "False" "True" "None"
"loop" "super" "caller" "varargs"
"kwargs" "break" "continue" "is"
+ "not" "or" "and"
"do" "pluralize" "set" "from" "import"
"context" "with" "without" "ignore"
"missing" "scoped"))