Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Syntax highlighting incorrectly shows quoted text as a comment #185

@Down10

Description

@Down10

Prerequisites

Description

Quoted text (text preceded by a > in Markdown) is incorrectly being highlighted as comment text, rather than as quoted markup text.

Steps to Reproduce

  1. Insert a > on the begging of a line of otherwise unstyled text in a GitHub Markdown language document.

Expected behavior: [What you expect to happen]

Text should display as quoted markup.

Actual behavior: [What actually happens]

Text displays as a comment.

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

All the dang time!

Versions

Atom : 1.14.1
Electron: 1.3.13
Chrome : 52.0.2743.82
Node : 6.5.0

MacOS Yosemite 10.10.5

Additional Information

I suggest changing line 1143 in the Grammar CSON file from

'name': 'comment.quote.gfm'

to

'name': 'markup.quote.gfm'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions