atom-color-highlight icon indicating copy to clipboard operation
atom-color-highlight copied to clipboard

Highlights color declarations in files

Results 20 atom-color-highlight issues
Sort by recently updated
recently updated
newest added

Happens when quickly doing loads of undo and redo. --- **Atom Version**: 0.184.0 **System**: linux 3.18.6-1-ARCH **Thrown From**: [atom-color-highlight](https://github.com/abe33/atom-color-highlight) package, v3.0.8 ### Stack Trace Uncaught TypeError: Cannot read property 'tokenAtBufferColumn'...

![screen shot 2015-02-08 at 13 38 03](https://cloud.githubusercontent.com/assets/170500/6096573/8757d914-af98-11e4-9233-e620fefc8bec.png) ![screen shot 2015-02-08 at 13 38 21](https://cloud.githubusercontent.com/assets/170500/6096574/8758ba28-af98-11e4-8c16-773e672b86dd.png)

I found this error on console and I noticed that it is caused by this package and by the [atom-project-palette-finder](https://github.com/abe33/atom-project-palette-finder/) package. It occurs when I launch Atom and I have...

Shouldn't be colored here?! ![bildschirmfoto 2015-01-15 um 11 30 29](https://cloud.githubusercontent.com/assets/3591665/5755942/82db34fe-9caa-11e4-9a3b-cfbc223c9cc5.png) ![bildschirmfoto 2015-01-15 um 11 30 57](https://cloud.githubusercontent.com/assets/3591665/5755944/8477046e-9caa-11e4-8bc0-21070bc3e7fd.png) tststs

I have it set for "no markers in comments", shouldn't these be not colored? ![screen shot 2015-01-12 at 2 16 06 pm](https://cloud.githubusercontent.com/assets/835148/5709226/0273c6b4-9a66-11e4-89bf-c2ce5acbb53f.png) Atom 0.169, ACH 3.0.3, OS 10.10.1

Today, while editing an SVG file, I invoked the Emmet "wrap" command (ctrl-w) and started to type a "g" take to wrap my svg paths in a group. The svg...

Uncaught TypeError: Cannot read property 'buffer' of undefined **Atom Version**: 0.161.0-f866e69 **System**: linux 3.16.0-28-generic **Thrown From**: [atom-color-highlight](https://github.com/abe33/atom-color-highlight) package, v2.0.16 ### Steps To Reproduce 1. Change font size. ### Stack Trace...

Uncaught Error: This TextEditor has been destroyed **Atom Version**: 0.162.0 **System**: Mac OS X 10.10.1 **Thrown From**: [atom-color-highlight](https://github.com/abe33/atom-color-highlight) package, v2.0.6 ### Steps To Reproduce 1. Split panes with a file...

So far, this specifically affects JS and CS files. I haven't checked anything else yet... ``` Uncaught RangeError: Maximum call stack size exceeded /Users/brian/.atom/packages/atom-color-highlight/node_modules/pigments/lib/color-model.js:36 ``` (It probably shouldn't even be...

Steps to reproduce: 1) open atom with `atom .` 2) open styles.less 3) quit atom 4) move directory 5) open atom with `atom .` 6) delete parts of styles.less 7)...