From: Eshel Yaron Date: Tue, 6 Jun 2023 06:16:04 +0000 (+0300) Subject: Announce recent changes in NEWS.org and bump version to 0.18.4 X-Git-Tag: V9.1.10-sweep-0.18.4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9ce19bd337cc266f07a52aa2b0ec4a6526bf120;p=sweep.git Announce recent changes in NEWS.org and bump version to 0.18.4 --- diff --git a/NEWS.org b/NEWS.org index c424a99..da1b3ed 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,18 @@ SWI-Prolog in Emacs. For further details, please consult the manual: [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]]. +* Version 0.18.4 on 2023-06-06 + +** Highlighting and tooltip info for string-style DCG terminals + +Sweep now highlights and annotates DCG terminals written as quoted +strings in grammar rule definitions. + +** Improved exporting of DCG non-terminals + +The command ~sweeprolog-export-predicate~ now exports DCG +non-terminals as such, using the ~F//N~ notation, instead of ~F/N+2~. + * Version 0.18.3 on 2023-06-01 ** Semantic highlighting and tooltip info for declaration options diff --git a/sweeprolog.el b/sweeprolog.el index 3e7499e..02aaf41 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/dev@lists.sr.ht> ;; Keywords: prolog languages extensions ;; URL: https://git.sr.ht/~eshel/sweep -;; Package-Version: 0.18.3 +;; Package-Version: 0.18.4 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.