branch: elpa/raku-mode
commit fe2d579dfbc0e8fc6754f078b3813d3385f68256
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
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.