From e1d2771285a5974890442370e8f331e393252fcf Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Mon, 15 Feb 2016 14:28:05 +0000 Subject: [PATCH] Fix @partial highlighting @endpartial was being highlighted, the beginning @partial wasn't --- blade.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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