Skip to content

Conversation

jparise
Copy link
Owner

@jparise jparise commented Mar 18, 2021

Use two regions to represent the extension point that wraps an embedded
GraphQL string:

  • graphqlExtensionPoint represents the outer extension point
  • graphqlExtensionPointS represents the inner multi-line string that
    contains the GraphQL syntax

The previous approach was finicky due to the character-wise offsets I
was using, which proved overly tricky and error prone.

Fixes #76

Use two regions to represent the extension point that wraps an embedded
GraphQL string:

- `graphqlExtensionPoint` represents the outer extension point
- `graphqlExtensionPointS` represents the inner multi-line string that
  contains the GraphQL syntax

The previous approach was finicky due to the character-wise offsets I
was using, which proved overly tricky and error prone.

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

Successfully merging this pull request may close these issues.

Emebeded highlighting fallbacks to string randomly in reason files
1 participant