]> git.eshelyaron.com Git - sweep.git/commitdiff
Fix highlighting for nonexistent Prolog flag names
authorEshel Yaron <me@eshelyaron.com>
Sat, 24 Jun 2023 07:42:06 +0000 (10:42 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 24 Jun 2023 07:42:06 +0000 (10:42 +0300)
sweeprolog.el

index e65e19702d6bfe936d8ab32215a25da8d62c727d..4a180ee20d7ca3682f60d270f0aae2efa6632276 100644 (file)
@@ -2141,7 +2141,7 @@ resulting list even when found in the current clause."
     ("flag_name"
      (list (list beg end 'sweeprolog-flag-name)))
     ("no_flag_name"
-     (list (list beg end 'sweeprolog-flag-name)))
+     (list (list beg end 'sweeprolog-no-flag-name)))
     ("ext_quant"
      (list (list beg end 'sweeprolog-ext-quant)))
     ("atom"