summaryrefslogtreecommitdiffstats
path: root/assets/create.sh
AgeCommit message (Collapse)Author
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
2018-05-06Add TOML sublime syntax, closes #37sharkdp
2018-05-06Add elixir sublime syntaxsharkdp
2018-04-30Add binary assetssharkdp