language-blade
language-blade copied to clipboard
Blade (Laravel) templating support in Atom
Keeps jumping back to `4`. 
Requires https://github.com/atom/language-php/pull/217 to work Cannot merge before Github Linguist also uses Atom's HTML and PHP grammars.
https://laravel.com/docs/5.5/blade#extending-a-layout @section('title', 'Page Title') Name is difficult to choose and remember: se (SEction) ss (short section) sc (SeCtion, but short =) can conflict with tag "script") short (long) shortsec (long)...
I'm having trouble getting auto-indentation to work correctly if a statement is more than one line. ``` {!! method() ->method() !!} ``` Indents to: ``` {!! method() ->method() !!} ```...
Possible use case ``` php @ingramz (https://twitter.com/ingramz) ``` Possibly a negative lookahead for `//.*?\)` could work, I'll look into it later.
UI Theme - One Dark, Syntax Theme - Base16 Tomorrow Dark.
Previously, using this package to insert Blade directives added directives without any spaces (i.e. `@foreach($foo as $bar)`, `@if($foo)` etc. Now, directives contain spaces between the directive name and the opening...
By default "use blade comments" setting is enabled, which will automatically add ``` cson ".blade.html.php.text": editor: commentEnd: " --}}" commentStart: "{{-- " ``` to the user's config file. While this...
Blade has evolved quite a lot during the past year and the amount of downloads for this package [has more than doubled during that time](http://web.archive.org/web/20150921042707/https://atom.io/packages/language-blade)! Thank you to everyone who...