1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-10 20:01:45 +00:00

Add code for analyzing dependencies between syntaxes

And also to generate independent SyntaxSets. This will later be used
to improve bat startup time.
This commit is contained in:
Martin Nordholts
2021-08-01 19:08:57 +02:00
parent bd797c75a4
commit 47d955a2ab
3 changed files with 191 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ mod preprocessor;
mod pretty_printer;
pub(crate) mod printer;
pub mod style;
mod syntax_dependencies;
pub(crate) mod syntax_mapping;
mod terminal;
pub(crate) mod wrapping;