Crate syntastica_parsers_dynamic

Crate syntastica_parsers_dynamic 

Source
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.
LanguageLoader
A LanguageSet implementation that loads languages dynamically at runtime.