atom / bracket-matcher

Jump to brackets
MIT License
142 stars 98 forks source link

Can't wrap words with # #379

Open john-cj opened 5 years ago

john-cj commented 5 years ago

Prerequisites

Description

You could add ** and __ in the "Autocomplete Characters" field for easy Markdown and AsciiDoctor editing. However, it doesn't completely work for ##.

Steps to Reproduce

  1. Add __, **, ## in the "Autocomplete Characters" field
  2. Select some word. Then press _. The word will be wrapped with _. (word_word_).
  3. Select another word. Then press #. The word will not be wrapped with #. Instead, the word will be replaced with ##.
word    -->    _    -->    _word_
word    -->    #    -->    ##

Versions

Atom 1.34.0 ia32, Windows 7

rsese commented 5 years ago

Thanks @john-cj - reproduced with 1.34.0 on macOS 10.12.6.