We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to fix this myself but it caused other issues.
The test file is rendering for me like this:
There are various other issues here too:
@yield
@yield('sectionname')
@section
@endsection
@stop
@parent
The text was updated successfully, but these errors were encountered:
I've been aware of this bug for quite a while - accepting pull requests :)
Sorry, something went wrong.
No branches or pull requests
I tried to fix this myself but it caused other issues.
The test file is rendering for me like this:
There are various other issues here too:
@yield
isn't highlighted (it's not actually valid like that -- but it's still not highlighted if I change it to@yield('sectionname')
@section
isn't highlighted@endsection
isn't highlighted (and@stop
is an alias for that, which also isn't highlighted)@parent
isn't highlightedThe text was updated successfully, but these errors were encountered: