Skip to content

Commit

Permalink
Merge pull request #93 from JayBizzle/patch-2
Browse files Browse the repository at this point in the history
Fix @partial highlighting
  • Loading branch information
Medalink committed Apr 14, 2016
2 parents 269a4a7 + e1d2771 commit 9ffa811
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)\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)\b(?=(|\s*|)\()'
captures:
0: entity.name.tag.block.any.html
1: constant.other.inline-data.html
Expand Down

0 comments on commit 9ffa811

Please sign in to comment.