Closed Hirevo closed 3 years ago
This PR simplifies the project's directory structure by grouping similarly themed folders into a new folder of their own. The goal being to reduce the number of folders at the top-level of the repository.
The main moves are:
alexandrie/
crates/alexandrie/
alexandrie-index/
crates/alexandrie-index/
alexandrie-storage/
crates/alexandrie-storage/
alexandrie-rendering/
crates/alexandrie-rendering/
syntect-syntaxes/
syntect/syntaxes/
syntect-themes/
syntect/themes/
syntect-dumps/
syntect/dumps/
The git submodules under syntect-syntaxes/ have thus also been moved to syntect/syntaxes/.
This PR simplifies the project's directory structure by grouping similarly themed folders into a new folder of their own.
The goal being to reduce the number of folders at the top-level of the repository.
The main moves are:
alexandrie/
->crates/alexandrie/
alexandrie-index/
->crates/alexandrie-index/
alexandrie-storage/
->crates/alexandrie-storage/
alexandrie-rendering/
->crates/alexandrie-rendering/
syntect-syntaxes/
->syntect/syntaxes/
syntect-themes/
->syntect/themes/
syntect-dumps/
->syntect/dumps/
The git submodules under
syntect-syntaxes/
have thus also been moved tosyntect/syntaxes/
.