Monnoroch / ColorHighlighter

ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. Documentation: https://monnoroch.github.io/ColorHighlighter.
https://sublime.wbond.net/packages/Color%20Highlighter
1.31k stars 130 forks source link

It doesn't work in ST3 on Mac OS #452

Open Arichy opened 6 years ago

Arichy commented 6 years ago

I've reinstalled the ColorHighlighter plugin for 130000 times, however, it just doesn't work as if it didn't exist. Sublime Text 3 Mac OS 10.13.4 ColorHighlighter v8.0.9

mattkaye commented 6 years ago

Yup same issue. Plugin appears to do nothing. Same system config as @Arichy.

steel-philipp commented 6 years ago

Same issue. Got it to work super briefly by messing around with the user settings for the package. Then it just stopped. Super bummed because this looks like a really cool tool.

jsardev commented 6 years ago

Same here 😢

stephenberndt commented 6 years ago

I'm not even seeing this in package control anymore. On ST3 on a mac.

crimerrsplay commented 6 years ago

Same here MacOS 10.13 Sublime Text 3 (3170)

mobyjames commented 6 years ago

Same

ramilushev commented 6 years ago

In the settings, check that the filetype you're using is included in the "file_extensions" section. I was using .js files and was wondering why it wasn't working. Added it and now works like a charm.

crimerrsplay commented 6 years ago

@ramilushev not help

renatonmendes commented 6 years ago

Same for me. MacOS High Sierra, ST3.

glomotion commented 6 years ago

Tis working for me, although the gutters are not. Weird. MacOS 10.13.5 && SublimeText 3.1.1

chevdor commented 6 years ago

I confirm the issue and the fix. I was trying to see the coloring in a js file.

Location the settings file on your filesystem and add ".js" to the file_extensions as in https://github.com/Monnoroch/ColorHighlighter/blob/master/ColorHighlighter.sublime-settings#L59

enkia commented 6 years ago

Looks like a lot of setting variables have changed. I deleted my user settings, started fresh, and it seems to be working for me. It doesn't highlight sass variables, though.