Commit Graph

22 Commits (a153a78d7aa41555d3b52eab0b0eef83dbc03f9e)

Author SHA1 Message Date
Martin Nordholts 84a15f0b6e assets/create.sh: Reverse patches even if `bat cache` fails or aborts 3 years ago
Martin Nordholts a3ea798246
Credit syntax definition and theme authors with new `--acknowledgements` option (#1971)
The text that is printed is generated when building assets, by analyzing LICENSE
and NOTICE files that comes with syntaxes and themes.

We take this opportunity to also add a NOTICE file as defined by Apache License 2.0.
3 years ago
a1346054 5d319dee94 style(create.sh): remove non-POSIX keyword 3 years ago
Matthias Devlamynck b50bd58795 Replace #!/bin/bash with #!/usr/bin/env bash to improve compatibility with systems where /bin/bash is not available 4 years ago
sharkdp 47a3721890 Add patch for C# syntax 4 years ago
sharkdp 32346612b7 Move syntaxes, fixes #874 4 years ago
Ethan P 962abcef80 Update create.sh to quickly check for and update missing submodules 5 years ago
Ethan P 95f2e5bbb7 Ensure submodules are updated before creating asset cache 5 years ago
Tim Sampson 7afdd44c43 cache/misc: be more cautious with bash 5 years ago
sharkdp cff01d81fa Rename 'bat cache --init' to 'bat cache --build' 5 years ago
sharkdp b68c038db8 Update link to new issue 6 years ago
sharkdp d2d01b9fe8 Always remove the local cache when creating new assets 6 years ago
Tim Sampson 9c09799e1f misc: add exec bit for create.sh 6 years ago
sharkdp a2676ccc55 Workaround for #81 6 years ago
sharkdp 2df3305b94 Add new '--blank' option for 'bat cache --init'
closes #206
6 years ago
sharkdp 9d92350cbb Use default Markdown syntax, closes #157 6 years ago
sharkdp 145b99f01c Include syntaxes and themes in repository
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"
6 years ago
sharkdp 3ee0e56315 Update create.sh script 6 years ago
Eric Davies 091b0b6437 Add Julia highlighting support 6 years ago
sharkdp 23d92d7641 Add TOML sublime syntax, closes #37 6 years ago
sharkdp 92729430fc Add elixir sublime syntax 6 years ago
sharkdp cc60ed6563 Add binary assets 6 years ago