From a9ce19bd337cc266f07a52aa2b0ec4a6526bf120 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 6 Jun 2023 09:16:04 +0300 Subject: [PATCH] Announce recent changes in NEWS.org and bump version to 0.18.4 --- NEWS.org | 12 ++++++++++++ sweeprolog.el | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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. -- 2.39.5