Skip to content

Commit 7b0e4e9

Browse files
authored
Merge pull request #153 from Medalink/revert-150-master
Revert "Fix matching on complex @if directives"
2 parents a0b1f73 + fc0aff8 commit 7b0e4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ contexts:
8686
push:
8787
- meta_scope: custom.compiler.blade.php
8888
- meta_content_scope: source.php.blade
89-
- match: '(?<=$)'
89+
- match: '(?<=\))'
9090
pop: true
9191
- include: 'scope:source.php'
9292

0 commit comments

Comments
 (0)