Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattSL committed Jul 22, 2021
1 parent d055104 commit 5411e6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["\"", "\""]
],
// symbols that can be used to surround a selection
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["\"", "\""]
],
"indentationRules": {
"increaseIndentPattern": "(else if .* then|if .* then|(= |=)function|(= |=)function\\(.*\\)|else|else;|while.+|for.+)$",
Expand Down

0 comments on commit 5411e6a

Please sign in to comment.