We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad102c commit 29fd213Copy full SHA for 29fd213
blade.sublime-syntax
@@ -32,7 +32,7 @@ contexts:
32
pop: true
33
- include: 'scope:source.php'
34
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*|)\()'
+ - 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*|)\()'
36
captures:
37
0: entity.name.tag.block.any.html
38
1: constant.other.inline-data.html
0 commit comments