Skip to content

Commit 48f1c68

Browse files
committed
Support @Append for @section
1 parent 7e3a210 commit 48f1c68

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)