Skip to content

Commit 000dd02

Browse files
committed
Merge pull request #92 from JayBizzle/patch-1
Fix for ST3 Build 3103 - fixes #89
2 parents 7bf274e + 6058107 commit 000dd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blade.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contexts:
3838
1: constant.other.inline-data.html
3939
2: constant.other.inline-data.html
4040
push:
41-
- meta_scope: meta.embedded.line.php
41+
- meta_scope: source.php
4242
- meta_content_scope: source.php
4343
- match: '\)'
4444
pop: true
@@ -49,7 +49,7 @@ contexts:
4949
0: entity.name.tag.block.any.html
5050
1: constant.other.inline-data.html
5151
2: constant.other.inline-data.html
52-
pop: true
52+
pop: false
5353

5454
- match: '(\s{0}|^)(\@)\b(.+)\b(?=(|\s*|)\()'
5555
captures:

0 commit comments

Comments
 (0)