forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
(v3.5.0) Roadmap
LCD 47 edited this page Dec 13, 2014
·
1 revision
This is a WIP and is more of an ideas vomit at the moment.
There has been a lot of interest in this and at least 2 pull requests with proofs of concept.
We should move the error updating code out into a class, then we will be able to swap this out for an async class with the same interface.
Write a wiki page guide for people that want to write a checker. Cover things like:
SyntasticMake
syntasitc#makeprg#build
- The functions that make up a syntax checker (
Syntasitc_ft_(IsAvailable|GetHighlightRegex|GetLocList)
) and the naming conventions. - The directory structure of the checkers
- ...
Basically anything a new developer would need to write a checker.
Need a doc for this.
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/