language-blade icon indicating copy to clipboard operation
language-blade copied to clipboard

Blade (Laravel) templating support in Atom

Results 10 language-blade issues
Sort by recently updated
recently updated
newest added

Keeps jumping back to `4`. ![bug](https://cloud.githubusercontent.com/assets/1433383/21094802/8972a72c-c050-11e6-86c8-23b038202df1.gif)

bug
atom-core

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)...

enhancement
help wanted

https://laravel.com/docs/5.6/blade#switch-statements

enhancement
help wanted

I'm having trouble getting auto-indentation to work correctly if a statement is more than one line. ``` {!! method() ->method() !!} ``` Indents to: ``` {!! method() ->method() !!} ```...

bug

Possible use case ``` php @ingramz (https://twitter.com/ingramz) ``` Possibly a negative lookahead for `//.*?\)` could work, I'll look into it later.

bug
help wanted

UI Theme - One Dark, Syntax Theme - Base16 Tomorrow Dark.

enhancement
help wanted
atom-core

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...

question

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...

enhancement
help wanted

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...

enhancement
help wanted