Skip to content

Commit

Permalink
[PHP7] Fix "do" loop highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Aug 14, 2016
1 parent f14dc78 commit 42ced44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/php7/statement/bodied.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ contexts:
# Without header.
- match: |
(?xi)\b
(?> else
(?> do
| else
| try
| finally
)\b
Expand All @@ -34,7 +35,6 @@ contexts:
(?> if
| elseif
| for(?:each)?
| do
| while
| catch
| switch
Expand Down

0 comments on commit 42ced44

Please sign in to comment.