Skip to content

Commit

Permalink
Merge pull request #65 from juniorrosul/patch-1
Browse files Browse the repository at this point in the history
added forelse in highlight
  • Loading branch information
Medalink committed Dec 16, 2014
2 parents 3868bcb + 7293045 commit 57bc33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions laravel-blade.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</dict>
<dict>
<key>begin</key>
<string>(\s{0}|^)(\@)\b(if|elseif|foreach|for|while|extends|unless|each|yield|lang|choice|section|include)\b(?=(|\s*|)\()</string>
<string>(\s{0}|^)(\@)\b(if|elseif|forelse|foreach|for|while|extends|unless|each|yield|lang|choice|section|include)\b(?=(|\s*|)\()</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down Expand Up @@ -192,7 +192,7 @@
</dict>
<dict>
<key>begin</key>
<string>(\s{0}|^)(\@)\b(endif|endforeach|endfor|endwhile|else|endunless|show|stop|endsection|parent|overwrite)\b</string>
<string>(\s{0}|^)(\@)\b(endif|endforelse|endforeach|endfor|endwhile|else|endunless|show|stop|endsection|parent|overwrite)\b</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 57bc33a

Please sign in to comment.