Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable matching single quote in Atom Text Editor

How to selectively disable atom from creating a matching single quote and and backtick? This helps in programming in Scheme.

I tried Settings>Package>Bracket Matcher, if I disable Autocomplete bracket then it also disables matching brackets and matching double quotes. I want matching brackets and matching double quotes but not matching single quotes.

EDIT: This feature is now available in Atom.

like image 454
Vasantha Ganesh Avatar asked Jun 26 '16 17:06

Vasantha Ganesh


1 Answers

The feature that you want is now available. Just delete the quotes from the Autocomplete Characters in Bracket Matcher package settings.

enter image description here

like image 157
Dylan Vander Berg Avatar answered Oct 18 '22 14:10

Dylan Vander Berg