35 lines
684 B
JSON
35 lines
684 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "#",
|
||
|
"blockComment": [ "<#", "#>" ]
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
{ "open": "@'", "close": "\n'@", "notIn": ["string", "comment"]},
|
||
|
{ "open": "@\"", "close": "\n\"@", "notIn": ["string", "comment"]},
|
||
|
{ "open": "\"", "close": "\"", "notIn": ["string"]},
|
||
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
|
||
|
["<#", "#>"]
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
["'", "'"]
|
||
|
],
|
||
|
"folding": {
|
||
|
"markers": {
|
||
|
"start": "^\\s*#[rR]egion\\b",
|
||
|
"end": "^\\s*#[eE]nd[rR]egion\\b"
|
||
|
}
|
||
|
}
|
||
|
}
|