atom-color-highlight
atom-color-highlight copied to clipboard
Editing a file outside atom instance causes issues when reopening
Steps to reproduce:
- open atom with
atom .
- open styles.less
- quit atom
- move directory
- open atom with
atom .
- delete parts of styles.less
- quit atom again
- return to the first directory
- reopen atom with
atom .
, causing styles.less to be opened automatically - Colours are highlighted in the wrong places.
Thanks for the report. I'm not sure if it's a problem with the highlights or with the underlying markers, I'll have to dig a bit into it.