summaryrefslogtreecommitdiffstats
path: root/src/assets.rs
AgeCommit message (Expand)Author
2021-07-09Abort ignored filename suffix stripping early on unworkable filenamesDavid Peter
2021-07-09Simplify ignored filename suffix strippingDavid Peter
2021-07-09Find syntax ignoring known backup/template filename suffixesVille Skyttä
2021-05-27Use `!theme.is_empty()`Mohamed Abdelnour
2021-03-15Add SystemVerilog supportSean McLoughlin
2021-03-07Improve readabilityAleksey Kladov
2021-02-28Change circle detection to use new more conservative method and run in main l...Niklas Mohrin
2021-02-16Update dependencies; replace unmaintained (#1522)Caden Haustein
2020-12-28bat cache --build: Print syntect error message for themes if anyMartin Nordholts
2020-12-28Introduce bat_warning! helper macroMartin Nordholts
2020-12-21Add ansi theme to replace ansi-light and ansi-darkMitchell Kember
2020-09-20Handle file extension conflicts in --list-languagesKienyew
2020-06-26Defaults *.fs to F#Caio Alonso
2020-06-03Fix compiler warning for 'windows' tests (dead_code)Roy Ivy III
2020-05-29[breaking] Remove special handling for theme previewsEthan P
2020-05-27Update testssharkdp
2020-05-26Switch from path-absolutize to path_abssharkdp
2020-05-24Fix syntax detection for symlinkssharkdp
2020-05-24Fix syntax detection for files called 'rails'sharkdp
2020-05-16Refactor HighlightingAssets::get_syntax to return Result typeEthan P
2020-05-15Add helper fn for checking if opened input is theme preview fileEthan P
2020-05-13Consolidate syntax detection behavior for all InputKind typesEthan P
2020-05-13Rename test for checking if inputkinds are consistentEthan P
2020-05-13Test that OrdinaryFile consistent with CustomReaderEthan P
2020-05-13Change assets.rs tests to use InputKind::CustomReaderEthan P
2020-05-11Make syntax detection more consistent for Reader and File inputsEthan P
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