Skip to content

Commit 29fd213

Browse files
committed
Added layout compiler.
1 parent 3ad102c commit 29fd213

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
@@ -32,7 +32,7 @@ contexts:
3232
pop: true
3333
- include: 'scope:source.php'
3434

35-
- match: '(\s{0}|^)(\@)\b(debug|set|if|elseif|forelse|foreach|for|while|extends|unless|each|yield|lang|choice|section|include|render|block|can|inject|partial|hasSection|elsecan|elsecannot|stack|push)\b(?=(|\s*|)\()'
35+
- match: '(\s{0}|^)(\@)\b(debug|set|if|elseif|forelse|foreach|for|while|extends|unless|each|yield|lang|choice|section|include|render|block|can|inject|partial|hasSection|elsecan|elsecannot|stack|push|layout)\b(?=(|\s*|)\()'
3636
captures:
3737
0: entity.name.tag.block.any.html
3838
1: constant.other.inline-data.html

0 commit comments

Comments
 (0)