From 8057bc639d500ef152712329237f910ccb2f3d9b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Oct 2020 11:37:48 +0530 Subject: [PATCH] Add diff context parser defs --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 765052f13..821cb0365 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,6 @@ kitty/parse-graphics-command.h linguist-generated=true glfw/*.c linguist-vendored=true glfw/*.h linguist-vendored=true kittens/unicode_input/names.h linguist-generated=true + +*.py text diff=python +*.m text diff=objc