TASC is a spell checker plugin for textadept.
Spell checking being performed via ispell compatible backend. (aspell and hunspell are supported at the moment)
Clone the root of this repository to "${HOME}/.textadept/modules/textadept-spellchecker" and put following line into your "${HOME}/.textadept/init.lua":
require('textadept-spellchecker')| Feature | Status |
|---|---|
| Basic highlighting of mistakes after file saving | Done |
| Suggestions via autocompletion interface | Done |
| Live checking support | Done |
| GUI for backend and dictionary management | Done |
| Saving/Loading backend and dictionary configuration | Done |
| Addition to personal dictionary support | Done |
| Localization | en, ru, cs |
| Localization for other languages | Assistance required |
| Windows/OSX support | Assistance required |


