phoenix_slime icon indicating copy to clipboard operation
phoenix_slime copied to clipboard

Allow colons and slashes in attribute shortcuts

Open tensiondriven opened this issue 4 years ago • 1 comments
trafficstars

https://github.com/slime-lang/slime picked up support for Tailwind CSS recently by supporting colons and slashes in class names, see:

https://github.com/slime-lang/slime/pull/163

Phoenix slime would do well to pick this up as well.

For reference, here's the commit against slim that adds such support:

https://github.com/slim-template/slim/pull/841/commits/b5e2cdac03b28dd4d8d4b8727308f7aa0d14d07f

tensiondriven avatar Oct 08 '21 14:10 tensiondriven

FWIW I recall using both colons and slashes w/o problems for quite some time. So might it be that the "upstream" change in slime-lang/slime was all that was needed?

silverdr avatar Feb 15 '22 16:02 silverdr