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++