Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make auto pairing optional for quotes and parens #475

Merged
merged 12 commits into from
Jul 3, 2022
4 changes: 4 additions & 0 deletions index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,10 @@
<input type="checkbox" name="show-invisibles"/>
<label for="show-invisibles">Show Invisibles:</label>
</li>
<li>
<input type="checkbox" name="auto-pair"/>
<label for="auto-pair">Auto-pair characters:</label>
</li>
<li>
<input type="checkbox" name="emmet"/>
<label for="emmet">Enable emmet in HTML mode:</label>
Expand Down
Loading