1000ch / linter-textlint

A plugin for Atom Linter providing an interface to textlint.
https://atom.io/packages/linter-textlint
33 stars 13 forks source link

Support for reStructuredText and Re:VIEW format #31

Closed huideyeren closed 7 years ago

huideyeren commented 8 years ago

Checking does not work while editing reStructuredText or Re:VIEW file.

I hope to be able to use reStructuredText and Re:VIEW files as well.

(It will be helpful if you can communicate in Japanese.)

erukiti commented 7 years ago
  1. ローカルに textlint や textlint-plugin-review と textlint-rule-* をインストール
  2. CLI で textlint を叩くと *.re ファイルを処理可能なのを確認
  3. linter-textlintをインストールして、Atom 上で .txtや.mdでのtextlint処理可能なのを確認
  4. この条件で、*.re が Atom上では無反応です

https://twitter.com/azu_re/status/824788826904145922

https://github.com/1000ch/linter-textlint/blob/e8f4bce03013dc283b057ab718515398432f2ff3/lib/index.js#L45

が怪しそうだというところですが、それ以上はちょっとわかりませんでした。

1000ch commented 7 years ago

@huideyeren @erukiti Sorry for delay, this may be fixed on v2.2.0. Please try it 🙏