Skip to content

GraphQL Syntax Highlighting #1634

@0xflotus

Description

@0xflotus

Is there a possibility to highlight GraphQL code with pygments? Github also supports Schema definitions and queries:

type Character {
  name: String!
  appearsIn: [Episode!]!
}
query {
  hero {
    name
  }
  droid(id: "2000") {
    name
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lexingarea: changes to individual lexers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions