Commit 7ba2a5e
committed
Fix defaultValue parsing
Currently vscode highlighting breaks for the entire file when a
graphql defaultValue is used. This is because we don't accept a
close paren as a possible terminator for the `graphql-variable-assignment`
token.
Replace the literal '.' with a closing paren.1 parent e3c685a commit 7ba2a5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments