summaryrefslogtreecommitdiffstats
path: root/assets
AgeCommit message (Collapse)Author
2018-11-01Display line-feed as instead ofsharkdp
2018-11-01Use `↹` character if tab-width == 1.sharkdp
2018-11-01Feature: Highlight non-printable characterssharkdp
Adds a new `-A`/`--show-all` option (in analogy to GNU Linux `cat`s option) that highlights non-printable characters like space, tab or newline. This works in two steps: - **Preprocessing**: replace space by `•`, replace tab by `├──┤`, replace newline by `␤`, etc. - **Highlighting**: Use a newly written Sublime syntax to highlight these special symbols. Note: This feature is not technically a drop-in replacement for GNU `cat`s `--show-all` but it has the same purpose.
2018-10-20Add sublime-snazzy themesharkdp
2018-10-17Update assetssharkdp
2018-10-10Always remove the local cache when creating new assetssharkdp
2018-10-09Updates for syntect 3.0sharkdp
2018-10-09syntax: Add robot framework supportTim Sampson
2018-10-08misc: add exec bit for create.shTim Sampson
2018-10-05Update VimL syntaxsharkdp
2018-10-04Workaround for #81sharkdp
2018-09-23Update syntax-set, fixes #314v0.7.1sharkdp
2018-09-22Document INI syntax modificationssharkdp
2018-09-22Added Mercurial's hgrc-files to the list of INI-extensionsTuk Bredsdorff
2018-09-12Bump version, update assetssharkdp
2018-09-12Add PowerShell syntax, closes #306sharkdp
2018-09-05Add Crystal syntaxMiguel Madrid Mencía
2018-09-05Add Swift syntaxsharkdp
2018-09-05Add PureScript syntaxsharkdp
2018-09-05Add F# syntax, closes #284sharkdp
2018-09-05Merge branch 'master' into add-jsx-syntaxDavid Peter
2018-09-05Merge branch 'master' into support-cabal-syntaxDavid Peter
2018-09-05Merge branch 'master' into add-jsx-syntaxDavid Peter
2018-09-05Add Dart syntaxTobenna
2018-09-05Add support for cabal syntaxTobenna Ndu
2018-09-05Add support for JSX in javascript and typescriptTobenna
2018-09-03Add OneHalf themes, closes #256sharkdp
2018-09-03Add CSV syntax, closes #254sharkdp
2018-08-28Bump versionsharkdp
2018-08-28Small style changes to --list-themessharkdp
2018-08-28Changed preview codems2300
2018-08-28#213 : output hello world for each theme when --list-theme is flaggedms2300
2018-08-28Add syntaxes for Elm, Kotlin, Puppet, TypeScriptsharkdp
closes #215 closes #216 closes #217 closes #218
2018-08-28Adds zenburn theme submoduleColin Dean
Work towards #224 but @sharkdp is going to rebuild themes.bin
2018-08-20Load customized themes in addition to defaultssharkdp
- New themes in `$BAT_CONFIG_DIR/themes` are now loaded *in addition* to the default themes (they may also override). - The `Default.tmTheme` symlink is not necessary anymore. This relates to #172
2018-08-20Add new '--blank' option for 'bat cache --init'sharkdp
closes #206
2018-08-18Update submodulessharkdp
2018-07-17Update syntaxes.binsharkdp
2018-07-17Add Nix syntax, closes #180sharkdp
2018-07-17Update sublimehq/Packages, closes #183sharkdp
2018-06-15Add AWK syntax.Gert Hulselmans
2018-05-30Update syntaxes, fix CMake syntax problemsharkdp
2018-05-30Use default Markdown syntax, closes #157sharkdp
2018-05-25Add .ignore files to avoid searching asset folderssharkdp
2018-05-18Add a few popular Sublime Text themessharkdp
2018-05-18Add syntax docu, add VimL, CMake, INI, LESS syntaxsharkdp
closes #99 closes #106
2018-05-16Add syntax for Dockerfilessharkdp
closes #101
2018-05-16Include syntaxes and themes in repositorysharkdp
This changes a few things: - All syntaxes and themes are now stored (as submodules) under assets/syntaxes and assets/themes - The default directories for syntaxes and themes are "syntaxes" and "themes" (used to be "syntax" and "themes") - The "bat cache" command can now take a `--source <dir>` and `--target <dir>` option. - The cached files have been renamed to "themes.bin" and "syntaxes.bin"
2018-05-13Update create.sh scriptsharkdp
2018-05-13Add Julia highlighting supportEric Davies