sindresorhus / atom-editorconfig

Helps developers maintain consistent coding styles between different editors
https://atom.io/packages/editorconfig
MIT License
812 stars 80 forks source link

Wrong EditorConfig highlighting for inline comment #253

Closed Youssef1313 closed 1 year ago

Youssef1313 commented 1 year ago

Involved .editorconfig-files

abc = abc#abc

The # and everything after is highlighted as a comment. This doesn't adhere to latest EditorConfig specification.

Alhadis commented 1 year ago

I wasn't aware the spec was updated. Thanks for the heads up. 👍