The `language-babel` Atom plugin supports highlighting strings marked with `/* GraphQL */` as GraphQL. We use that pretty heavily, for example: ```JS const User = /* GraphQL */` type User { id: ID! } ` ```