Skip to content

Commit

Permalink
Fix mistaken reverse order of optional ( and generic <.*>
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten authored and acao committed Jan 28, 2024
1 parent ce75cdd commit ba22e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-graphql-syntax/grammars/graphql.js.json
Expand Up @@ -36,7 +36,7 @@
},
{
"contentName": "meta.embedded.block.graphql",
"begin": "\\s*+(?:(?:(Relay)\\??\\.)(QL)|(gql|graphql|graphql\\.experimental))\\s*\\(?\\s*(?:<.*>)(`|'|\")",
"begin": "\\s*+(?:(?:(Relay)\\??\\.)(QL)|(gql|graphql|graphql\\.experimental))\\s*(?:<.*>)\\s*\\(?\\s*(`|'|\")",
"beginCaptures": {
"1": {
"name": "variable.other.class.js"
Expand Down

0 comments on commit ba22e03

Please sign in to comment.