Skip to content

Commit

Permalink
Don't treat -> / end as brackets because '->' isn't always completed …
Browse files Browse the repository at this point in the history
…by 'end'
  • Loading branch information
JakeBecker committed Mar 8, 2018
1 parent 93478c7 commit e2200d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions elixir.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["->", "end"]
["(", ")"]
],
"surroundingPairs": [
["{", "}"],
Expand All @@ -20,7 +19,6 @@
["\"", "\""],
["(", ")"],
["{", "}"],
["[", "]"],
["->", "end"]
["[", "]"]
]
}

0 comments on commit e2200d5

Please sign in to comment.