Sublime Forum

Adding a snippet

#1

Looking to add a divider snippet, such as:

divider divider source.css

It works, but only partly. It only seems to function wen directly preceeded by brackets of some sort. It will not work by itself on a new line.

So if the code was:

.main {
background:red;
}divider

It would work. But if:

.main {
background:red;
}

divider

It would not. Please help hah

0 Likes