mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
29 lines
449 B
JSON
29 lines
449 B
JSON
|
|
{
|
||
|
|
"comments": {
|
||
|
|
"lineComment": "#"
|
||
|
|
},
|
||
|
|
"brackets": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"]
|
||
|
|
],
|
||
|
|
"autoClosingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["\"", "\""],
|
||
|
|
["'", "'"]
|
||
|
|
],
|
||
|
|
"surroundingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["\"", "\""],
|
||
|
|
["'", "'"]
|
||
|
|
],
|
||
|
|
"indentationRules": {
|
||
|
|
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
|
||
|
|
"decreaseIndentPattern": "^\\s+\\}$"
|
||
|
|
}
|
||
|
|
}
|