diff options
author | Bazarr user <[email protected]> | 2017-12-18 21:46:12 -0500 |
---|---|---|
committer | Bazarr user <[email protected]> | 2017-12-18 21:46:12 -0500 |
commit | 59e2af56529776c287938e8a011bb43ed3f0e22d (patch) | |
tree | d1e81938287593906585acc519399bbe243a2193 | |
parent | 78e1bdb2aa9de30697c58d9b47a71c7b2ef7c039 (diff) | |
download | bazarr-59e2af56529776c287938e8a011bb43ed3f0e22d.tar.gz bazarr-59e2af56529776c287938e8a011bb43ed3f0e22d.zip |
Treat tpl file as HTML
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 89d74926f..4d2e4953c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ static/jquery/* linguist-vendored -static/semantic/* linguist-vendored
\ No newline at end of file +static/semantic/* linguist-vendored +*.tpl linguist-language=HTML
\ No newline at end of file |