Skip to content

Commit

Permalink
Added layout compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Medalink committed May 23, 2016
1 parent 3ad102c commit 29fd213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blade.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contexts:
pop: true
- include: 'scope:source.php'

- 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*|)\()'
captures:
0: entity.name.tag.block.any.html
1: constant.other.inline-data.html
Expand Down

0 comments on commit 29fd213

Please sign in to comment.