graphql-python / GraphQL-SublimeText

GraphQL language syntax for SublimeText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not highlight basic structures (type, interface)

gajus opened this issue · 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.

commented

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:

image