Skip to content

Commit

Permalink
Merge pull request #101 from mean-cj/master
Browse files Browse the repository at this point in the history
fixed match close bracket
  • Loading branch information
Medalink committed Apr 14, 2016
2 parents 9ffa811 + e766264 commit 7bf274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blade.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contexts:
push:
- meta_scope: meta.embedded.line.php
- meta_content_scope: source.php
- match: '\)(?!.*\))'
- match: '\)'
pop: true
- include: 'scope:source.php'

Expand Down

0 comments on commit 7bf274e

Please sign in to comment.