From 16e51c9c30a6c45a081d0fa8cdc11f0ff0316508 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sun, 28 Aug 2016 21:29:16 -0400 Subject: [PATCH] Change .cs language recoginition to PHP; the closest language to Torque Script --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6a7b798..9fcc28d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.cs linguist-language=Torque +*.cs linguist-language=PHP