Skip to content

Commit 269a4a7

Browse files
committed
Merge pull request #91 from Lykegenes/master
Support @Append for @section
2 parents 7e3a210 + 48f1c68 commit 269a4a7

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
@@ -44,7 +44,7 @@ contexts:
4444
pop: true
4545
- include: 'scope:source.php'
4646

47-
- match: '(\s{0}|^)(\@)\b(empty|endif|endforelse|endforeach|endfor|endwhile|else|endunless|show|stop|endblock|endpartial|continue|break|endsection|parent|overwrite|endcan)\b'
47+
- match: '(\s{0}|^)(\@)\b(empty|endif|endforelse|endforeach|endfor|endwhile|else|endunless|show|stop|endblock|endpartial|continue|break|endsection|parent|overwrite|endcan|append)\b'
4848
captures:
4949
0: entity.name.tag.block.any.html
5050
1: constant.other.inline-data.html

0 commit comments

Comments
 (0)