atom / language-gfm

GitHub Flavored Markdown in Atom
MIT License
101 stars 108 forks source link

Syntax highlighting errors when letter **B**olding #203

Closed boazsegev closed 7 years ago

boazsegev commented 7 years ago

Prerequisites

Description

Syntax highlighting will break when using bold (**) in the middle of a word, i.e. **B**old becomes an endless Bold (...) instead of Bold.

Steps to Reproduce

  1. Open markdown document.
  2. Write: **B**olding is caused by having time as your barber.

Expected behavior:

Syntax highlighting should show: Bolding is caused by having time as your barber.

Actual behavior:

Syntax highlighting should show: Bolding is caused by having time as your barber.

Reproduces how often:

Always (sadly, even inside code blocks, but this might be a different issue).

Versions

OSX 10.12.4 Atom.io 1.16.0 language-gfm 0.88.1

rsese commented 7 years ago

Thanks for the report!

We noticed that this is a duplicate of https://github.com/atom/language-gfm/issues/117. You may want to subscribe there for updates.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.

boazsegev commented 7 years ago

I'm Apologize. I didn't notice that report when I searched for duplicates (and it's the first search item... I don't know how I missed it!)... My bad.

I'll follow the issue over there.

Thanks for your time and your patience.

rsese commented 7 years ago

No problem, we appreciate that you looked for existing issues :v: