Skip to content

Commit

Permalink
Merge pull request #475 from evolvedbinary/disbale-autopair
Browse files Browse the repository at this point in the history
make auto pairing optional for quotes and parens
  • Loading branch information
joewiz authored Jul 3, 2022
2 parents 3012c28 + c6273a9 commit 680ae40
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 400 deletions.
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

0 comments on commit 680ae40

Please sign in to comment.