Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting break after function call in include #72

Closed
JosephSilber opened this issue Mar 27, 2015 · 2 comments
Closed

Syntax highlighting break after function call in include #72

JosephSilber opened this issue Mar 27, 2015 · 2 comments

Comments

@JosephSilber
Copy link

This works well:

@include('products.partials.add-to-cart', [
    'quantity' => 1,
    'price' => $product->present()->price,
])

highlighting works

But this breaks after the parentheses:

@include('products.partials.add-to-cart', [
    'price' => $product->present()->price,
    'quantity' => 1,
])

highlighting doesn't work

Here's a video of it in action: sublime-blade.mov


Might be related to #67

@wmeredith
Copy link

I have this same problem.
screen shot 2015-07-07 at 2 39 05 pm

@Medalink
Copy link
Owner

Medalink commented Jul 7, 2015

Fixed in 711179b.

@Medalink Medalink closed this as completed Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants