]> git.eshelyaron.com Git - sweep.git/commitdiff
* (sweeprolog-analyze-fragment-to-faces) fix comment highlighting
authorEshel Yaron <me@eshelyaron.com>
Sat, 19 Nov 2022 20:02:45 +0000 (22:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 19 Nov 2022 20:02:45 +0000 (22:02 +0200)
sweeprolog.el

index 76a1a274b5c26c23fb3cb4920b9ed497d7bbd2ce..4d66835e01d5870181b3c7674e31c2e50cc779a9 100644 (file)
@@ -1887,7 +1887,7 @@ resulting list even when found in the current clause."
            (setq cur (point)))
          (skip-chars-forward " \t\n")
          (push (list cur (point) nil) ws)
-         (cons (list beg (point) nil)
+         (cons (list beg end nil)
                (cons (list beg end (sweeprolog-fullstop-face))
                      ws)))))
     ("functor"