kevinsawicki / monokai

Monokai Atom Syntax theme
241 stars 133 forks source link

Does not work with CoffeeScript Preview package #19

Closed jordanbtucker closed 9 years ago

jordanbtucker commented 10 years ago

This theme does not highlight the preview pane in CoffeeScript Preview like the Atom Dark syntax theme does. This is because the .editor block encompasses the entire stylesheet, whereas preview panes are not .editor panes.

I commented out lines 8 and 187, and it seems to be working without issue. Although, it would probably be best to model after the Atom Dark theme, where everything starting with line 105 is not within the .editor block.

svanharmelen commented 9 years ago

@jordanbtucker I know this is quite an old issue, but if I test this now with the preview package, it works as expected. Could you confirm that it also works for you so we can close this issue?

jordanbtucker commented 9 years ago

If it works for, then that's good enough for me. CoffeeScript Preview has been deprecated in favor of Atom Preview for a long time.