Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL improvements #1788

Merged
merged 2 commits into from
Mar 10, 2019

Conversation

RunDevelopment
Copy link
Member

This PR resolves #1786

Changes to the GraphQL language definition:

  1. Added missing keywords.
  2. Fixed field names with arguments. (Small correction of Modify attr-name regex to include fields with arguments #1711)
  3. Added missing | operator for unions.
  4. Added highlighting of fragments.
  5. Added highlighting for class-names after type definition keywords.
  6. Added constants. These match all identifiers which do not contain lower case letters (ID is the only exception here). This is intended to highlight enum values.

Examples

Better attr-name:
image

New: Highlighting of fragments
image

New: Highlighting of constants/enum values (detected using naming conventions)
image

@MichalLytek
Copy link
Contributor

@RunDevelopment
Is there any ETA or some blockers for this feature?
I would love to release it ASAP and update Prism in Docusaurus for my docs page 😃

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

Successfully merging this pull request may close these issues.

Wrong GraphQL tokenization
2 participants