diff options
author | 2021-04-20 17:23:34 -0700 | |
---|---|---|
committer | 2021-04-20 17:23:34 -0700 | |
commit | 6d7a62d74d4638f0e8ae026ad650269960201815 (patch) | |
tree | 96d47afa0c3ddf4fa94dfbc5bdcf37a242206ac5 /Documentation | |
parent | The eleventh (aka "ort") batch (diff) | |
parent | userdiff: add support for Scheme (diff) | |
download | tgif-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.txt | 2 |
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. |