summaryrefslogtreecommitdiffstats
path: root/src/assets/build_assets.rs
AgeCommit message (Expand)Author
2024-02-25Inline `format!` args wherever possibleLena
2021-12-11Credit syntax definition and theme authors with new `--acknowledgements` opti...Martin Nordholts
2021-12-06Load themes lazily for improved startup time (#1969)Martin Nordholts
2021-11-22Remove the code related to minimal_syntaxes.binMartin Nordholts
2021-09-24build_assets.rs: Enable dump of syntax dependencies to Graphviz dot fileMartin Nordholts
2021-09-24build_assets.rs: Ignore explicit contexts when tracking dependenciesMartin Nordholts
2021-09-24build_assets.rs: Sort first to make dependencies.dedup() actually usefulMartin Nordholts
2021-09-22build_assets.rs: Add code to track dependents of each syntaxMartin Nordholts
2021-09-22build_assets.rs: Make OtherSyntaxLookup come before SyntaxToDependenciesMartin Nordholts
2021-09-22build_assets.rs: Rename 'Dependency' to 'OtherSyntax'Martin Nordholts
2021-09-15Extract some private submodules from 'bat::assets' (#1850)Martin Nordholts