56 lines
830 B
JSON
56 lines
830 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//"
|
|
},
|
|
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\$\\%\\^\\&\\*\\(\\)\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\\"\\'\\,\\.\\<\\>\\/\\?\\s]+)",
|
|
"brackets": [
|
|
[
|
|
"{",
|
|
"}"
|
|
],
|
|
[
|
|
"(",
|
|
")"
|
|
]
|
|
],
|
|
"autoClosingPairs": [
|
|
{
|
|
"open": "{",
|
|
"close": "}"
|
|
},
|
|
{
|
|
"open": "(",
|
|
"close": ")"
|
|
},
|
|
{
|
|
"open": "\"",
|
|
"close": "\""
|
|
}
|
|
],
|
|
"surroundingPairs": [
|
|
[
|
|
"{",
|
|
"}"
|
|
],
|
|
[
|
|
"(",
|
|
")"
|
|
],
|
|
[
|
|
"\"",
|
|
"\""
|
|
]
|
|
],
|
|
"indentationRules": {
|
|
"increaseIndentPattern": "^.*\\{\\s*$",
|
|
"decreaseIndentPattern": "^\\s*\\}"
|
|
},
|
|
"onEnterRules": [
|
|
{
|
|
"beforeText": "^.*\\{\\s*$",
|
|
"action": {
|
|
"indent": "indent"
|
|
}
|
|
}
|
|
]
|
|
}
|