Skip to content

Commit

Permalink
Fix php scope issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynali53 committed Jun 10, 2016
1 parent 8ed3151 commit 5a40a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Comments.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>text.html.basic, source.php</string>
<string>text.html.laravel-blade, source.php.embedded.line, comment.block.laravel-blade</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
Expand Down
5 changes: 1 addition & 4 deletions blade.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ contexts:
captures:
0: constant.other.inline-data.html
2: constant.other.inline-data.html
push:
- meta_scope: custom.compiler.blade.php
- match: '(?<=[a-zA-Z_])'
pop: true
pop: false

- match: '@\{\{\{?-?'
captures:
Expand Down

0 comments on commit 5a40a48

Please sign in to comment.