Skip to content

Commit

Permalink
Enable auto closing in string (Azure#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol authored Aug 22, 2020
1 parent 180b3ab commit fba9efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vscode-bicep/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
{ "open": "(", "close": ")" },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] }
],
"autoCloseBefore": ":.,=}])' \n\t",
"indentationRules": {
"increaseIndentPattern": "^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$",
"decreaseIndentPattern": "^((?!.*?\\/\\*).*\\*/)?\\s*[\\}\\]].*$"
Expand Down

0 comments on commit fba9efb

Please sign in to comment.