| Crates.io | syntastica-parsers-dynamic |
| lib.rs | syntastica-parsers-dynamic |
| version | 0.6.0 |
| created_at | 2025-03-06 20:51:12.280866+00 |
| updated_at | 2025-03-31 15:58:06.135256+00 |
| description | Dynamically load tree-sitter parsers and queries at runtime for syntastica |
| homepage | |
| repository | https://github.com/RubixDev/syntastica |
| max_upload_size | |
| id | 1581795 |
| size | 98,382 |
syntastica-parsers-dynamicA 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.