TimKam / atomic-vale

a vale linter plugin for Atom
MIT License
6 stars 2 forks source link

Make grammar scopes configurable #3

Closed TimKam closed 7 years ago

TimKam commented 7 years ago

As for now, atomic vale lints exactly the following grammar scopes:

grammarScopes: [
        "source.gfm"
        "gfm.restructuredtext"
        "source.asciidoc"
        "text.md"
        "text.git-commit"
        "text.plain"
        "text.plain.null-grammar"
        "text.restructuredtext"
        "text.bibtex"
        "text.tex.latex"
        "text.tex.latex.beamer"
        "text.log.latex"
        "text.tex.latex.memoir"
        "text.tex"
      ]

Make this configurable and keep the array as the default setting.