1.0.1 • Published 8 years ago

textlint-plugin-asciidoc-loose v1.0.1

Weekly downloads
47
License
MIT
Repository
github
Last release
8 years ago

textlint-plugin-asciidoc-loose

AsciiDoc/Asciidoctor loose support for textlint.

Limitation

  • Support only "Paragraph" and "Str"
  • Work on Node.js. This limitation come from vscode-textmate.
    • Oniguruma is native module.

If you interesting in the plugin, please pull request to improve!

Installation

npm install textlint-plugin-asciidoc-loose

Usage

{
    "plugins": [
        "asciidoc-loose"
    ]
}

File Extension

This plugin recognize these file extension as asciidoc file.

Tests

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT