GraphQL-SublimeText3
GraphQL-SublimeText3 copied to clipboard
GraphQL IDL syntax highlighting for Sublime Text
Results
2
GraphQL-SublimeText3 issues
Sort by
recently updated
recently updated
newest added
* Add GraphQL.js syntax * Add GraphQL.re syntax * Add GraphQL.rescript syntax
https://github.com/apollographql/graphql-tag Basically manifests like ```javascript const typeDefs = gql` # Comments in GraphQL strings (such as this one) start with the hash (#) symbol. # This "Book" type defines the...