razak17 / tailwind-fold.nvim

Neovim plugin to conceal long class attributes.
48 stars 7 forks source link

Does not work in eruby files #7

Closed smarquez1 closed 2 weeks ago

smarquez1 commented 2 weeks ago

Plase, enable for eruby files.

Example file:

<%# index.html.erb %>

<!DOCTYPE html>
<html>
<body class="h-full">
  <div class="flex flex-row">
    <p>Example text</>
  </div>
</body>
</html>
razak17 commented 2 weeks ago

This should work now. Please update the plugin and confirm

smarquez1 commented 2 weeks ago

Works great!! thank you