Skip to content

Commit

Permalink
Merge pull request #108 from erlang-ls/remove-keywords-from-brackets
Browse files Browse the repository at this point in the history
Remove keywords from brackets
  • Loading branch information
robertoaloi authored Oct 4, 2021
2 parents 6f97ef5 + db30428 commit 7e7ee59
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
"brackets": [
[ "(", ")" ],
[ "[", "]" ],
[ "{", "}" ],
[ "if", "end" ],
[ "case", "end" ],
[ "receive", "end" ],
[ "begin", "end" ],
[ "try", "end" ],
[ "fun", "end" ]
[ "{", "}" ]
],
"autoClosingPairs": [
[ "(", ")" ],
Expand Down

0 comments on commit 7e7ee59

Please sign in to comment.