Skip to content

Commit 1232307

Browse files
committed
Use double quotes to avoid ambiguity with tags
1 parent 03c09b7 commit 1232307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/graphql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ installed, GraphQL syntax support in ES6 tagged template literals is enabled.
2222
*g:graphql_javascript_tags*
2323
|g:graphql_javascript_tags| list of strings
2424

25-
Default: `['gql', 'graphql', 'Relay.QL']`
25+
Default: `["gql", "graphql", "Relay.QL"]`
2626

2727
This variable lists the JavaScript/ES6 template literal tag names that will
2828
be recognized as containing GraphQL template strings.

0 commit comments

Comments
 (0)