diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-03 15:27:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-03 15:27:29 -0300 |
commit | f866e46faefedc345d409ccb130d411002ef7a2b (patch) | |
tree | a3d462483341acbbb35f67b3cee254aaf802d029 | |
parent | 885e3f31a70f9055bac8d78578acd39ee96ce015 (diff) | |
download | serverdata-f866e46faefedc345d409ccb130d411002ef7a2b.tar.gz serverdata-f866e46faefedc345d409ccb130d411002ef7a2b.tar.bz2 serverdata-f866e46faefedc345d409ccb130d411002ef7a2b.tar.xz serverdata-f866e46faefedc345d409ccb130d411002ef7a2b.zip |
C highlights EVERYwhere
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b290dacea..cd38c837b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,10 @@ # Why do we end files with .txt, anyway? npc/*/*.txt gitlab-language=c +# Configuration files +db/re/*.conf gitlab-language=c +db/*.conf gitlab-language=c +conf/**/*.conf gitlab-language=c +conf/*.conf gitlab-language=c +conf/*.base gitlab-language=c + |