syntastica-parsers-dynamic

Crates.iosyntastica-parsers-dynamic
lib.rssyntastica-parsers-dynamic
version0.6.0
created_at2025-03-06 20:51:12.280866+00
updated_at2025-03-31 15:58:06.135256+00
descriptionDynamically load tree-sitter parsers and queries at runtime for syntastica
homepage
repositoryhttps://github.com/RubixDev/syntastica
max_upload_size
id1581795
size98,382
Silas Groh (RubixDev)

documentation

https://rubixdev.github.io/syntastica/syntastica_parsers_dynamic/

README

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.

Commit count: 359

cargo fmt