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

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

[nongnu] elpa/raku-mode fe2d579dfb 132/253: Indentation fix


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode fe2d579dfb 132/253: Indentation fix
Date: Sat, 29 Jan 2022 08:28:48 -0500 (EST)

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

    Indentation fix
---
 perl6-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl6-font-lock.el b/perl6-font-lock.el
index 12acf7c5c3..749bdbf00f 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -460,7 +460,7 @@ Takes arguments START and END which delimit the region to 
propertize."
        ;; go back to the end of the twigils/sigils, so other syntax
        ;; rules above can be applied to later parts of the variable name
        (4 (ignore (goto-char (or (match-end 2) (match-end 1)))))))
-      start end)))
+     start end)))
 
 (defun perl6-font-lock-syntactic-face (state)
   "Specify font lock faces based on syntax table entries.



reply via email to

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