textmate / css.tmbundle

TextMate support for CSS
54 stars 36 forks source link

Word movement improvement #15

Open sorbits opened 10 years ago

sorbits commented 10 years ago

Hyphenated words should scope the hyphen as punctuation.

For example:

.my-class {
    font-weight: bold;
}

Here both my-class and font-weight are treated as a single unit when using option left/right.