Expand description
§syntastica-parsers-dynamic
A parser “collection” for syntastica which loads languages at runtime.
See the project overview for more information on all parser collections.
This parser “collection” doesn’t actually include any parsers. Instead, it
provides a LanguageLoader that implements LanguageSet by loading
languages at runtime from a given set of directories, very similar to how
tree-sitter-loader does, which
is used by the tree-sitter CLI.
Structs§
- Lang
- A successfully loaded language.
- Language
Loader - A
LanguageSetimplementation that loads languages dynamically at runtime.