From 67a3561a547a4f906486833a24dccc3d40c64d19 Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Sun, 28 Mar 2021 13:27:58 +0900 Subject: [PATCH] add .gitattribute to highlight *.vimspec and .themisrc as Vim script on GitHub (#1122) --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 212566614..934e94f13 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -* text=auto \ No newline at end of file +* text=auto +*.vimspec linguist-language=vim +.themisrc linguist-language=vim