Skip to content

Commit

Permalink
fixes KXI-32045
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Oct 23, 2023
1 parent 76e2a69 commit f07d135
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,16 @@
],
"onEnterRules": [
{
"beforeText": "\\}",
"action": {
"indent": "outdent"
}
},
{
"beforeText": "\\{",
"action": {
"indent": "indent"
}
},
{
"beforeText": "\\)",
"action": {
"indent": "outdent"
}
},
{
"beforeText": "\\(",
"beforeText": "^[{[(]",
"action": {
"indent": "indent"
}
},
{
"beforeText": "\\]",
"beforeText": "^s*[)}]]",
"action": {
"indent": "outdent"
}
},
{
"beforeText": "\\[",
"action": {
"indent": "indent"
}
}
],
"comments": {
Expand Down

0 comments on commit f07d135

Please sign in to comment.