Skip to content

Commit

Permalink
fixed match close bracket
Browse files Browse the repository at this point in the history
When use multiple @ in single line match close bracket highlight color is invalid 
<TAG data-title="@lang("default.off")" data-title="@lang('default.on')">
  • Loading branch information
mean-cj committed Apr 9, 2016
1 parent 269a4a7 commit e766264
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 e766264

Please sign in to comment.