This repository was archived by the owner on Sep 20, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 1.1k
(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:
SyntasticMakesyntasitc#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.