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
Those <%= ... %> are punctuation.section.embedded and are highlighted in some other themes, but not in ayu.
<%= ... %>
punctuation.section.embedded
No highlighting in ayu:
With highlighting in One Dark:
The text was updated successfully, but these errors were encountered:
@optikfluffel can you please provide me with a snippet I can use to reproduce the issue?
Sorry, something went wrong.
Sure, put this in an app.html.eex file:
app.html.eex
<main class="container"> <p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p> <p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p> <%= @inner_content %> </main>
Oh and you probably need the Elixir Package for syntax highlighting.
No branches or pull requests
Those
<%= ... %>
arepunctuation.section.embedded
and are highlighted in some other themes, but not in ayu.No highlighting in ayu:
With highlighting in One Dark:
The text was updated successfully, but these errors were encountered: