74 lines
1.4 KiB
JSON
74 lines
1.4 KiB
JSON
{
|
|
"comments": {
|
|
"blockComment": [
|
|
"#[=[",
|
|
"]=]"
|
|
],
|
|
"lineComment": "#"
|
|
},
|
|
"brackets": [
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"{",
|
|
"}"
|
|
]
|
|
],
|
|
"autoClosingPairs": [
|
|
{
|
|
"open": "{",
|
|
"close": "}"
|
|
},
|
|
{
|
|
"open": "[",
|
|
"close": "]"
|
|
},
|
|
{
|
|
"open": "(",
|
|
"close": ")"
|
|
},
|
|
{
|
|
"open": "\"",
|
|
"close": "\"",
|
|
"notIn": [
|
|
"string"
|
|
]
|
|
}
|
|
],
|
|
"autoCloseBefore": ";:.,=}])>` \n\t",
|
|
"surroundingPairs": [
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"[",
|
|
"]"
|
|
],
|
|
[
|
|
"{",
|
|
"}"
|
|
],
|
|
[
|
|
"\"",
|
|
"\""
|
|
]
|
|
],
|
|
"folding": {
|
|
"markers": {
|
|
"start": "^\\s*#region\\b",
|
|
"end": "^\\s*#endregion\\b"
|
|
}
|
|
},
|
|
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)",
|
|
"indentationRules": {
|
|
"increaseIndentPattern": "^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$",
|
|
"decreaseIndentPattern": "^((?!.*?\\/\\*).*\\*/)?\\s*[\\)\\}\\]].*$"
|
|
}
|
|
} |