Skip to content

Commit

Permalink
Merge pull request #199 from taylorotwell/patch-1
Browse files Browse the repository at this point in the history
Add @feature and @endfeature
  • Loading branch information
Medalink committed Feb 24, 2023
2 parents 49e1e0a + 873ca45 commit bfbc138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/Blade.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variables:
(?x: acfrepeater | auth | block | break | can | canany | cannot | case
| choice | class | component | continue | dd | debug | dump | each | elsecan
| elsecanany | elsecannot | elseif | embed | empty | env | error | extends
| for | foreach | forelse | guest | hasSection | hipchat | if | include
| feature | for | foreach | forelse | guest | hasSection | hipchat | if | include
| includeFirst | includeIf | includeUnless | includeWhen | inject | isset
| js | lang | layout | livewire | macro | macrodef | method | minify
| partial | php | push | render | section | servers | set | slack | slot
Expand All @@ -30,7 +30,7 @@ variables:
(?x: acfend | after | append | auth | break | breakpoint | continue | csrf
| default | else | empty | endafter | endauth | endblock | endcan | endcanany
| endcannot | endcomponent | endembed | endempty | endempty | endenv
| enderror | endfor | endforeach | endforelse | endguest | endif | endisset
| enderror | endfeature | endfor | endforeach | endforelse | endguest | endif | endisset
| endmacro | endmarkdown | endminify | endonce | endpartial | endproduction
| endpush | endsection | endsetup | endslot | endstory | endswitch | endtask
| endunless | endverbatim | endwhile | guest | livewireScripts
Expand Down

0 comments on commit bfbc138

Please sign in to comment.