bajrangCoder / zed-scss

SCSS support for Zed
13 stars 4 forks source link

Revert "Don't treat `-` as a word character" #10

Closed maxdeviant closed 2 months ago

maxdeviant commented 2 months ago

This PR reverts #9.

While it's true that we don't want to treat - as a word character for the purposes of selections, we're actually fixing this within Zed itself: https://github.com/zed-industries/zed/pull/17171

So we can leave - as a word character for the purposes of the SCSS language.

Apologies for the churn 😄

This reverts commit 755fccd4d41463b3fb16900617333d4faf827e72.

bajrangCoder commented 2 months ago

Ok, no problem!