syntastica-parsers-git

Crates.iosyntastica-parsers-git
lib.rssyntastica-parsers-git
version0.4.1
sourcesrc
created_at2023-05-24 19:17:19.225836
updated_at2023-09-19 11:18:25.090116
descriptionCollection of tree-sitter parsers for syntastica, fetching with git in the build-script
homepage
repositoryhttps://github.com/RubixDev/syntastica
max_upload_size
id873679
size54,655
Silas Groh (RubixDev)

documentation

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

README

syntastica-parsers-git

Collection of tree-sitter parsers for syntastica, fetching with git in the build-script.

See the project overview for more information on all parser collections.

Improving compilation speed

Due to the nature of this parser collection, compilation can take a very long time with many parsers enabled, since all parsers are cloned and built every time the build script is run. In a local development environment you can use the following environment variables to reuse files from a previous run.

Option one: Setting a different clone directory

You can set SYNTASTICA_PARSERS_CLONE_DIR to a directory to clone the parser repositories to, so that they only have to be built but not downloaded every time.

Option two: Reusing built archives

Set SYNTASTICA_PARSERS_CACHE_DIR to a directory where all built parsers will be copied to. When a binary for a parser is already present in that directory, it will be reused the next time the build script is run.

List of included parsers

List of parsers included in the some feature
List of parsers additionally included in the most feature
List of parsers additionally included in the all feature
Commit count: 291

cargo fmt