Skip to content

Commit bfbc138

Browse files
authored
Merge pull request #199 from taylorotwell/patch-1
Add @feature and @endfeature
2 parents 49e1e0a + 873ca45 commit bfbc138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Syntaxes/Blade.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variables:
2020
(?x: acfrepeater | auth | block | break | can | canany | cannot | case
2121
| choice | class | component | continue | dd | debug | dump | each | elsecan
2222
| elsecanany | elsecannot | elseif | embed | empty | env | error | extends
23-
| for | foreach | forelse | guest | hasSection | hipchat | if | include
23+
| feature | for | foreach | forelse | guest | hasSection | hipchat | if | include
2424
| includeFirst | includeIf | includeUnless | includeWhen | inject | isset
2525
| js | lang | layout | livewire | macro | macrodef | method | minify
2626
| partial | php | push | render | section | servers | set | slack | slot
@@ -30,7 +30,7 @@ variables:
3030
(?x: acfend | after | append | auth | break | breakpoint | continue | csrf
3131
| default | else | empty | endafter | endauth | endblock | endcan | endcanany
3232
| endcannot | endcomponent | endembed | endempty | endempty | endenv
33-
| enderror | endfor | endforeach | endforelse | endguest | endif | endisset
33+
| enderror | endfeature | endfor | endforeach | endforelse | endguest | endif | endisset
3434
| endmacro | endmarkdown | endminify | endonce | endpartial | endproduction
3535
| endpush | endsection | endsetup | endslot | endstory | endswitch | endtask
3636
| endunless | endverbatim | endwhile | guest | livewireScripts

0 commit comments

Comments
 (0)