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

Highlighting breaks on PHP 8.0 null-safe operator. #2

Open
mikebronner opened this issue Mar 12, 2022 · 0 comments
Open

Highlighting breaks on PHP 8.0 null-safe operator. #2

mikebronner opened this issue Mar 12, 2022 · 0 comments

Comments

@mikebronner
Copy link

<livewire:forms.address
    :addressId="$customer->residenceAddress?->getKey()"
    :customerId="$customerId"
    :formKey="$formKey"
    type="Residence"
    wire:key="{{ $formKey }}"
/>

Screen Shot 2022-03-12 at 11 08 22 AM

Notice that the question mark in the addressId attribute breaks syntax highlighting for the remainder of the file.

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

1 participant