Skip to content

Commit

Permalink
fix: Use consistent scope for type variables (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Mar 4, 2024
1 parent a8b556e commit ed4b370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor-extensions/vscode/syntaxes/grain.json
Expand Up @@ -233,7 +233,7 @@
{
"match": "(\\b[a-z]\\w*\\b)(,)?",
"captures": {
"1": { "name": "variable.parameter.grain" },
"1": { "name": "variable.language.grain" },
"2": { "name": "punctuation.definition.parameters.begin.grain" }
}
}
Expand Down

0 comments on commit ed4b370

Please sign in to comment.