Skip to content

Commit

Permalink
(fix) workaround for unbalanced bracket (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Aug 22, 2022
1 parent 428ca9f commit eb2e8cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/svelte-vscode/package.json
Expand Up @@ -430,7 +430,14 @@
"source.js": "javascript",
"source.ts": "typescript",
"source.coffee": "coffeescript"
}
},
"unbalancedBracketScopes": [
"keyword.operator.relational",
"storage.type.function.arrow",
"keyword.operator.bitwise.shift",
"meta.brace.angle",
"punctuation.definition.tag"
]
},
{
"scopeName": "svelte.pug",
Expand Down

0 comments on commit eb2e8cd

Please sign in to comment.