This repository has been archived on 2024-09-09 . You can view files and clone it, but cannot push or open issues or pull requests.
f813a1501b
32 lines
477 B
JSON
32 lines
477 B
JSON
{
|
|||
"comments": {
|
|||
"lineComment": "#",
|
|||
"blockComment": [ "#=", "=#" ]
|
|||
},
|
|||
"brackets": [
|
|||
["{", "}"],
|
|||
["[", "]"],
|
|||
["(", ")"]
|
|||
],
|
|||
"autoClosingPairs": [
|
|||
["{", "}"],
|
|||
["[", "]"],
|
|||
["(", ")"],
|
|||
["`", "`"],
|
|||
{ "open": "\"", "close": "\"", "notIn": ["string", "comment"] }
|
|||
],
|
|||
"surroundingPairs": [
|
|||
["{", "}"],
|
|||
["[", "]"],
|
|||
["(", ")"],
|
|||
["\"", "\""],
|
|||
["`", "`"]
|
|||
],
|
|||
"folding": {
|
|||
"markers": {
|
|||
"start": "^\\s*#region",
|
|||
"end": "^\\s*#endregion"
|
|||
}
|
|||
}
|
|||
}
|