Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Does not highlight basic structures (type, interface) #1

Open
gajus opened this issue Aug 21, 2016 · 2 comments
Open

Does not highlight basic structures (type, interface) #1

gajus opened this issue Aug 21, 2016 · 2 comments

Comments

@gajus
Copy link

gajus commented Aug 21, 2016

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.

@avitex
Copy link

avitex commented Sep 27, 2016

I can confirm this issue.
Sublime v3126

@dncrews
Copy link

dncrews commented Jan 20, 2017

@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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants