Closed jparise closed 3 years ago
Use two regions to represent the extension point that wraps an embedded GraphQL string:
graphqlExtensionPoint
graphqlExtensionPointS
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 pointgraphqlExtensionPointS
represents the inner multi-line string that contains the GraphQL syntaxThe previous approach was finicky due to the character-wise offsets I was using, which proved overly tricky and error prone.
Fixes #76