Skip to content

Commit

Permalink
Merge pull request #162 from KxSystems/ecmel-fixes-2
Browse files Browse the repository at this point in the history
fixes KXI-32045
  • Loading branch information
ecmel authored Oct 24, 2023
2 parents 9dd0ff1 + f07d135 commit 07d35e5
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 07d35e5

Please sign in to comment.