fcrespo82 / atom-markdown-table-formatter

A simple markdown plugin to format tables.
MIT License
21 stars 7 forks source link

Grammar config #29

Closed lierdakil closed 8 years ago

lierdakil commented 8 years ago

Closes #22

fcrespo82 commented 8 years ago

In mine config.cson appears as:

  "markdown-table-formatter":
    markdownGrammarScopes: [
      "source.gfm"
      "text.plain.null-grammar"
    ]

But you configure it in the package settings.

Update: read your update after :+1: