Skip to content

Commit

Permalink
Realign code
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Oct 6, 2015
1 parent 456d718 commit 94ba374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl6-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 94ba374

Please sign in to comment.