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

No highlighting for punctuation.section.embedded #234

Open
optikfluffel opened this issue Mar 8, 2020 · 2 comments
Open

No highlighting for punctuation.section.embedded #234

optikfluffel opened this issue Mar 8, 2020 · 2 comments

Comments

@optikfluffel
Copy link

Those <%= ... %> are punctuation.section.embedded and are highlighted in some other themes, but not in ayu.

No highlighting in ayu:
Screenshot 2020-03-08 at 10 28 49

With highlighting in One Dark:
Screenshot 2020-03-08 at 10 28 19

@dempfi
Copy link
Owner

dempfi commented Sep 11, 2021

@optikfluffel can you please provide me with a snippet I can use to reproduce the issue?

@optikfluffel
Copy link
Author

Sure, put this in an app.html.eex file:

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

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

2 participants