summaryrefslogtreecommitdiffstats
path: root/src/assets.rs
AgeCommit message (Expand)Author
2020-04-24Fix some clippy lintsLzu Tao
2020-04-22Add *_with_name methodssharkdp
2020-04-22Add syntaxes and themes methodsharkdp
2020-04-22Rename error modulesharkdp
2020-04-22Fix warnings, sort imports, input from stringsharkdp
2020-04-22Completely refactor 'input' modulesharkdp
2020-04-22Add InputDescriptionsharkdp
2020-04-22Rename InputFile => Inputsharkdp
2020-04-22Separate inputs from configsharkdp
2020-04-22Large refactoring towards a better builder structuresharkdp
2020-04-21Fix compilation of librarysharkdp
2020-04-21Add metadata information to cached assetssharkdp
2020-04-21Small refactoring, handle invalid UTF-8 filenamessharkdp
2020-04-21Extract common syntax functionality to helper fnsKyle Criddle
2020-04-21Pass stdin as a generic BufRead, fix stdin testssharkdp
2020-04-21Rename field name, new constructorssharkdp
2020-04-21Moved user_provided_filename to be contained within OrdinaryFile structKyle Criddle
2020-04-21Use --file-name to detect syntax highlightingKyle Criddle
2020-03-22Rename test methodssharkdp
2020-03-22Add more default mappings, reverse traversalsharkdp
2020-03-22Use absolute path for lookup in databasesharkdp
2020-03-22Initial implementation of glob-based syntax mappingsharkdp
2020-03-21Move syntaxes, fixes #874sharkdp
2020-03-21Add an even simple examplesharkdp
2020-03-21Hide get_syntax, move tests to modulesharkdp
2020-03-21Rename methods and parameterssharkdp
2020-03-21Add fallback theme, remove BAT_THEME_DEFAULTsharkdp
2020-03-21Hide some methods from HighlightingAssetssharkdp
2020-03-21Do not export syntax_set and theme_setsharkdp
2020-03-21Move error module to separate filesharkdp
2020-03-21Major restructuring of theme/syntax handlingsharkdp
2019-10-20Derive fmt::Debug whenever possibleFahmi Akbar Wildana
2019-05-30Enforce the creation of the full cache dir pathFernando Mendes
2019-03-09Applied linter fixesDaniele Esposti
2019-03-09Migrated to Rust 2018Daniele Esposti
2019-02-07Add --cache-dir optionsharkdp
2018-10-17Implement syntax mappingsharkdp
2018-10-16Fix includesharkdp
2018-10-16Add simple configuration filesharkdp
2018-10-09Updates for syntect 3.0sharkdp
2018-10-07Use first-line detection for STDINsharkdp
2018-10-07Simplify access to first linesharkdp
2018-10-07Add first-line detection for all input typessharkdp
2018-10-07Move InputFile to separate modulesharkdp
2018-08-28Include theme_preview file in binarysharkdp
2018-08-22Major refactoring and cleanupsharkdp
2018-08-20Load customized themes in addition to defaultssharkdp
2018-08-20Add new '--blank' option for 'bat cache --init'sharkdp
2018-08-19Separate syntax set and theme setsharkdp
2018-08-18Update dependenciessharkdp