Skip to content

Commit

Permalink
fix: add unbalancedBracketScopes to fix bracket pair for now
Browse files Browse the repository at this point in the history
close #1677
  • Loading branch information
johnsoncodehk committed Aug 10, 2022
1 parent d0b9bec commit 0e7f0f7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion extensions/vscode-vue-language-features/package.json
Expand Up @@ -194,7 +194,14 @@
"source.yaml": "yaml",
"source.toml": "toml",
"source.graphql": "graphql"
}
},
"unbalancedBracketScopes": [
"keyword.operator.relational",
"storage.type.function.arrow",
"keyword.operator.bitwise.shift",
"meta.brace.angle",
"punctuation.definition.tag"
]
},
{
"language": "vue-injection-markdown",
Expand Down

0 comments on commit 0e7f0f7

Please sign in to comment.