From adba875c66f005cfe559eeb61df43a6763add085 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 25 Jun 2018 10:48:20 +0200 Subject: [PATCH] add .gitattributes for GitLab syntax highlighting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c925e316 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.v gitlab-language=coq -- GitLab