jawee / language-blade

Blade (Laravel) templating support in Atom
https://atom.io/packages/language-blade
Other
51 stars 21 forks source link

Laravel 5.4 features #67

Closed Ingramz closed 7 years ago

Ingramz commented 7 years ago

So far I noticed @component, @endcomponent, @slot and @endslot from changelog, but knowing Taylor, he sneaked in some other stuff.

This time he also managed to break nearly all the blade "compilers" into traits, which makes diffing 5.3->5.4 harder.

Ingramz commented 7 years ago

@lang / @endlang

@lang existed before as a single-line statement, but now also can be used as a block in conjunction with @endlang

Ingramz commented 7 years ago

@parent might be properly parsed now, needs testing.

Ingramz commented 7 years ago

@endinject does not exist, but I found it from our grammar, my bad?