DFreds / code-peek-atom

Atom package to peek functions in different files
MIT License
22 stars 10 forks source link

Not compatible with Semanticolor #21

Closed marnen closed 7 years ago

marnen commented 7 years ago

I'm trying to use code-peek 1.4.16 with Semanticolor, but there's a conflict. The problem is that to do its highlighting, Semanticolor prefixes the name of the current grammar with "semanticolor", so code-peek gives the error "Peek function does not currently support semanticolor - Ruby files".

So...perhaps it should ignore the "semanticolor" prefix or find some other way of determining the language?

DFreds commented 7 years ago

1.4.17 will fix this