GraphQL-SublimeText
GraphQL-SublimeText copied to clipboard
Does not highlight basic structures (type, interface)
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
}
Nothing of interest is logged in the console.
I can confirm this issue. Sublime v3126
@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:
