Where to put cspell? #3970
-
So, I went to go look at writing a linter implementation for cspell for #3828, and got as far as writing a simple handler and tests, when I remembered some of the tools like Where would cspell go? It supports a lot of languages by default, and more importantly, allows even more to be added with Would it be possible to just drop a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you look at writegood implementation you can see all methods are defined inside
And each of these only call one method to define the linter for the respective language:
|
Beta Was this translation helpful? Give feedback.
If you look at writegood implementation you can see all methods are defined inside
autoload/ale/handlers/writegood.vim
and then there are specific files for each language:And each of these only call one method to define the linter for the respective language: