branch: elpa/raku-mode
commit 94ba37481864f154d40ad75a59ef84506d2176df
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
Realign code
---
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 9e3f6ee03a..828f2ee428 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -355,7 +355,7 @@ opening delimiter."
(open-delim (following-char))
(close-delim (matching-paren open-delim)))
(put-text-property delim-beg (1+ delim-beg)
- 'syntax-table (string-to-syntax syntax))
+ 'syntax-table (string-to-syntax syntax))
(re-search-forward (rx-to-string `(1+ ,open-delim)))
(let ((delim-length (length (match-string 0))))
(perl6-forward-brackets open-delim close-delim delim-length)