atom / bracket-matcher

Jump to brackets
MIT License
142 stars 98 forks source link

Not matching < > greater than less than #369

Closed cyphunk closed 5 years ago

cyphunk commented 5 years ago

Prerequisites

Description

Selecting text in a .txt file and then pressing ( would normall cause the selected text to be encased in (). However, when pressing < the expected result of encasing the selected text or word (including word not split between lines) does not encase the selection with < >

Steps to Reproduce

  1. open a txt or .md in safe mode atom
  2. type a word, select word, press <

Expected behavior: selected word is encased in < > when selecting and pressing <

Actual behavior: selected word is deleted and replaced with <

Reproduces how often: always

Versions

Atom    : 1.32.1
Electron: 2.0.12
Chrome  : 61.0.3163.100
Node    : 8.9.3
rsese commented 5 years ago

Thanks for reaching out! You can do this by adding "<>" to Settings > Packages > Bracket Matcher > Autocomplete Characters. If that doesn't help let me know!