소스 검색

Add manual language settings for github syntax highlighting

bel 9 년 전
부모
커밋
54a13d3c2b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .gitattributes

+ 8 - 0
.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++