mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
62 lines
861 B
JSON
62 lines
861 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "--",
|
|
"blockComment": [
|
|
"{-",
|
|
"-}"
|
|
]
|
|
},
|
|
"brackets": [
|
|
[
|
|
"{",
|
|
"}"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"(",
|
|
")"
|
|
]
|
|
],
|
|
"surroundingPairs": [
|
|
[
|
|
"{",
|
|
"}"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"\"",
|
|
"\""
|
|
]
|
|
],
|
|
"autoClosingPairs": [
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"{",
|
|
"}"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"\"",
|
|
"\""
|
|
]
|
|
],
|
|
"folding": {
|
|
"offSide": true
|
|
}
|
|
} |