mirror of
https://github.com/ilyakooo0/bat.git
synced 2024-11-10 14:05:27 +03:00
145b99f01c
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"
19 lines
817 B
Plaintext
19 lines
817 B
Plaintext
[submodule "assets/syntaxes/Elixir"]
|
|
path = assets/syntaxes/Elixir
|
|
url = https://github.com/princemaple/elixir-sublime-syntax/
|
|
[submodule "assets/syntaxes/Packages"]
|
|
path = assets/syntaxes/Packages
|
|
url = https://github.com/sublimehq/Packages/
|
|
[submodule "assets/syntaxes/TOML"]
|
|
path = assets/syntaxes/TOML
|
|
url = https://github.com/sharkdp/sublime_toml_highlighting
|
|
[submodule "assets/syntaxes/Julia"]
|
|
path = assets/syntaxes/Julia
|
|
url = https://github.com/JuliaEditorSupport/Julia-sublime
|
|
[submodule "assets/themes/sublime-monokai-extended"]
|
|
path = assets/themes/sublime-monokai-extended
|
|
url = https://github.com/jonschlinkert/sublime-monokai-extended
|
|
[submodule "assets/syntaxes/Markdown-Extended"]
|
|
path = assets/syntaxes/Markdown-Extended
|
|
url = https://github.com/jonschlinkert/sublime-markdown-extended
|