aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBazarr user <[email protected]>2017-12-18 21:46:12 -0500
committerBazarr user <[email protected]>2017-12-18 21:46:12 -0500
commit59e2af56529776c287938e8a011bb43ed3f0e22d (patch)
treed1e81938287593906585acc519399bbe243a2193
parent78e1bdb2aa9de30697c58d9b47a71c7b2ef7c039 (diff)
downloadbazarr-59e2af56529776c287938e8a011bb43ed3f0e22d.tar.gz
bazarr-59e2af56529776c287938e8a011bb43ed3f0e22d.zip
Treat tpl file as HTML
-rw-r--r--.gitattributes3
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