Skip to content

Commit

Permalink
Clean up label pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Oct 8, 2015
1 parent b6410f9 commit 883a60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perl6-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ LIMIT can be used to bound the search."
1 'perl6-label)
;; block label references
(,(perl6-rx (symbol (or "goto" "next" "last" "redo"))
(0+ space)
(group (symbol identifier)))
(1+ space)
(group identifier))
1 'perl6-label)
;; identifiers with colons
(,(perl6-rx
Expand Down

0 comments on commit 883a60e

Please sign in to comment.