summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-04-20 17:23:34 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-04-20 17:23:34 -0700
commit6d7a62d74d4638f0e8ae026ad650269960201815 (patch)
tree96d47afa0c3ddf4fa94dfbc5bdcf37a242206ac5 /Documentation
parentThe eleventh (aka "ort") batch (diff)
parentuserdiff: add support for Scheme (diff)
downloadtgif-6d7a62d74d4638f0e8ae026ad650269960201815.tar.xz
Merge branch 'ar/userdiff-scheme'
Userdiff patterns for "Scheme" has been added. * ar/userdiff-scheme: userdiff: add support for Scheme
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 0a60472bb5..cfcfa800c2 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -845,6 +845,8 @@ patterns are available:
- `rust` suitable for source code in the Rust language.
+- `scheme` suitable for source code in the Scheme language.
+
- `tex` suitable for source code for LaTeX documents.