summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-05-05 06:08:10 -0400
committerDan Davison <dandavison7@gmail.com>2020-05-05 06:08:10 -0400
commit177d02873c0f35a33e713568b1e0566f0cc23448 (patch)
tree3cc0b79211156d8f9afd4ee0ca7eec5f38375c18 /README.md
parent8b91a7815bea61ab6ad46a8b5b6a4a976fe68a33 (diff)
Edit instructions for installing custom themes & languages
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21b6f59f..78be41a2 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ diff -u a.txt b.txt | delta
## Supported languages and themes
To list the supported languages and color themes, use `delta --list-languages` and `delta --list-theme-names`. To see a demo of the color themes, use `delta --list-themes`.
-delta uses the same mechanisms as [bat](https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions) for locally adding custom color themes and support for new languages: please see the [bat](https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions) documentation. You will need to install bat in order to run the `bat cache --build` command.
+To add your own custom color theme, or language, please follow the instructions in the Customization section of the [bat documentation](https://github.com/sharkdp/bat/#customization): delta automatically recognizes your custom bat themes and languages. You will need to install bat in order to run the `bat cache --build` command.
The languages and color themes that ship with delta are those that ship with bat. So, to propose a new language or color theme for inclusion in delta, it would need to be a helpful addition to bat, in which case please open a PR against bat.