branch: elpa/sweeprolog commit 28170f629ff35094f4f14c33c2c32f1ab5add9a0 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
FIXED: (sweep--colourise): handle the dict_content color term --- sweep.el | 1 + 1 file changed, 1 insertion(+) diff --git a/sweep.el b/sweep.el index 0b41fd227a..f4a9215679 100644 --- a/sweep.el +++ b/sweep.el @@ -841,6 +841,7 @@ module name, F is a functor name and N is its arity." ("list" nil) ("grammar_rule" nil) ("dict" nil) + ("dict_content" nil) ("brace_term" nil) ("rule_condition" nil) ("exported_operator" nil)