Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Oct 10, 2015
1 parent c2105da commit fe2d579
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 @@ -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.
Expand Down

0 comments on commit fe2d579

Please sign in to comment.