Open
Description
Slim is a Ruby HTML Template engine alternative to Haml and ERB.
It would be nice to see slim template engine support with this outstanding extension.
In slim, we use tabbed syntax and everything starts with .
(dot)
is a class. Everything starts with #
(hash)
is an ID.
Whenever we hit dot on keyboard, this plugin can start to show us possible class names.
Note: dots in strings
''/""
or followed by|
does not count.
Sample:
.my-sass-class-1.another-class
a#link-1.this-is-a-class class="we-also-have-this-too"
| Hello.
#my-id.class
Reference: https://github.com/slim-template/slim