dotfiles/vscode/.vscode/extensions/hashicorp.terraform-2.31.0-darwin-arm64/language-configuration.json
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

82 lines
770 B
JSON

{
"comments": {
"lineComment": "#",
"blockComment": [
"/*",
"*/"
]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
],
"autoClosingPairs": [
{
"open": "{",
"close": "}"
},
{
"open": "[",
"close": "]"
},
{
"open": "(",
"close": ")"
},
{
"open": "\"",
"close": "\"",
"notIn": [
"string"
]
},
{
"open": "'",
"close": "'",
"notIn": [
"string",
"comment"
]
}
],
"autoCloseBefore": ";:.,=}])> \n\t\"",
"surroundingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"\"",
"\""
],
[
"'",
"'"
]
],
"folding": {
"markers": {
"start": "^\\s*#region",
"end": "^\\s*#endregion"
}
}
}