From 54a13d3c2be26e767bde1e864bf3bf7c1e6d84df Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 24 Mar 2016 21:49:50 +0100 Subject: [PATCH] Add manual language settings for github syntax highlighting --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index 45e319d9..5c528676 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,3 +23,11 @@ # Preserver Windows specfic lines endings *.cmd text eol=crlf + + +# Settings for github syntax highlighting +# see https://github.com/github/linguist/blob/master/README.md +docs/* linguist-documentation +*.inl linguist-language=C +*.h linguist-language=C +include/CivetServer.h linguist-language=C++