Skip to content

Commit fb2a2c4

Browse files
Kevin Lindsaytrevor-scheer
authored andcommitted
End variable assignment on newline as well (#907)
1 parent 7e7fc43 commit fb2a2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode-apollo/syntaxes/graphql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
},
268268
"graphql-variable-assignment": {
269269
"begin": "\\s(=)",
270-
"end": "(?=.)",
270+
"end": "(?=[\n.])",
271271
"applyEndPatternLast": 1,
272272
"beginCaptures": {
273273
"1": { "name": "punctuation.assignment.graphql" }

0 commit comments

Comments
 (0)