From c0d372051b982c3011ddf5ba824ac3aac8d0b933 Mon Sep 17 00:00:00 2001 From: Sergey Serebryakov Date: Sun, 13 Mar 2016 04:41:47 -0700 Subject: [PATCH] Make Github recognize *.es files as C++ Adding an override as described on https://github.com/github/linguist --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cd037f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.es linguist-language=C++