atom / autocomplete-css

CSS property name and value completions
MIT License
70 stars 75 forks source link

Update in accordance to latest language-sass changes #86

Closed winstliu closed 7 years ago

winstliu commented 7 years ago

Requirements

Description of the Change

Really small change here. The tag scope is now entity.name.tag.css in Sass, without the trailing .sass. language-css is now also included in all the CSS-like grammars, so always activate it.

Alternate Designs

None.

Benefits

Ideally, none - everything will continue to function like before.

Possible Drawbacks

See Benefits.

Applicable Issues

None.

Depending on if CI passes or not I'll try to make this backwards-compatible.

winstliu commented 7 years ago

(For reference: atom/language-sass#202 and atom/language-sass#203)