jawee / language-blade

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

Add echo and comment brackets to indent patterns #44

Closed Ingramz closed 8 years ago

Ingramz commented 8 years ago

Right now block directives are automatically indented, but the same should be done to echo/comment brackets such as {{, }}, {!!, !!}, {{{, }}}, {{-- and --}} because sometimes they can span across multiple lines.