emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode e11d5b76fe 104/253: Remove superfluous space fro


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode e11d5b76fe 104/253: Remove superfluous space from syntax descriptor
Date: Sat, 29 Jan 2022 08:28:46 -0500 (EST)

branch: elpa/raku-mode
commit e11d5b76fe4ec301c1c75d624e50d7c9076c2b19
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    Remove superfluous space from syntax descriptor
---
 perl6-font-lock.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl6-font-lock.el b/perl6-font-lock.el
index 86fe5d9679..3752ca8eb8 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -426,8 +426,8 @@ Takes arguments START and END which delimit the region to 
propertize."
                          (with-syntax-table perl6-string-delimiter-syntax-table
                            (perl6-syntax-propertize-delimiters "|"))))))
       ((perl6-rx variable)
-       (1 ". p")
-       (2 ". p")
+       (1 ".p")
+       (2 ".p")
        (3 (ignore (goto-char (match-beginning 3))))))
       start end)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]