atom / language-gfm

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

Syntax highlighting broke when the code is invalid #239

Closed jefferyyuan closed 5 years ago

jefferyyuan commented 5 years ago

Prerequisites

Description

Syntax highlighting broke when the code is invalid

Steps to Reproduce

Create a markdown document, add the following code block, and : the bash code is invalid.

Expected behavior: [What you expect to happen]

Reproduces how often: [What percentage of the time does it reproduce?]

rsese commented 5 years ago

Thanks for contributing!

I believe this is a duplicate of https://github.com/atom/language-gfm/issues/171 so you can subscribe there for updates if you'd like.


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.