diff --git a/blade.sublime-syntax b/blade.sublime-syntax index b2e41a8..a29ac21 100644 --- a/blade.sublime-syntax +++ b/blade.sublime-syntax @@ -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