mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
83 lines
1.2 KiB
JSON
83 lines
1.2 KiB
JSON
{
|
|
"comments": {
|
|
"lineComment": "#",
|
|
"blockComment": [
|
|
"\"\"\"",
|
|
"\"\"\""
|
|
]
|
|
},
|
|
"brackets": [
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"{",
|
|
"}"
|
|
]
|
|
],
|
|
"autoClosingPairs": [
|
|
[
|
|
"'",
|
|
"'"
|
|
],
|
|
[
|
|
"\"",
|
|
"\""
|
|
],
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"{",
|
|
"}"
|
|
]
|
|
],
|
|
"surroundingPairs": [
|
|
[
|
|
"'",
|
|
"'"
|
|
],
|
|
[
|
|
"\"",
|
|
"\""
|
|
],
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"{",
|
|
"}"
|
|
]
|
|
],
|
|
"folding": {
|
|
"offSide": true,
|
|
"markers": {
|
|
"start": "^\\s*#\\s*region\\b",
|
|
"end": "^\\s*#\\s*endregion\\b"
|
|
}
|
|
},
|
|
"onEnterRules": [
|
|
{
|
|
"beforeText": ":\\s*$",
|
|
"action": {
|
|
"indent": "indent"
|
|
}
|
|
}
|
|
]
|
|
}
|