GraphQL-SublimeText icon indicating copy to clipboard operation
GraphQL-SublimeText copied to clipboard

Does not highlight basic structures (type, interface)

Open gajus opened this issue 9 years ago • 2 comments

I have tried using the plugin, but it does not seem to highlight even basic structures, e.g.

type BlogInput {
  eventName: String
  eventUrl: String
  eventStartAt: String
  eventEndAt: String
}

interface Entity {
  id: !ID
  name: String
}

screen shot 2016-08-21 at 23 15 47

Nothing of interest is logged in the console.

gajus avatar Aug 21 '16 22:08 gajus

I can confirm this issue. Sublime v3126

avitex avatar Sep 27 '16 04:09 avitex

@avitex @gajus They seem to have forgotten about this. As you can see in the mentioned PR, I've written one that actually works and taken over the GraphQL namespace in Sublime Text, so you can install it now. Source code: https://github.com/dncrews/GraphQL-SublimeText3

Screenshot:

image

dncrews avatar Jan 20 '17 01:01 dncrews