summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorCai Bingjun <1945458160@qq.com>2022-09-16 20:44:21 +0800
committerRémi Verschelde <rverschelde@gmail.com>2024-08-27 23:24:30 +0200
commitade3bc9683a8fbd0a017368ca3f75c18ca3bbe2b (patch)
tree19a70d7bccb490cbb82a6be160fbb4b560da65c1 /.gitattributes
parenta2f097d603540b63f5ab7fe5331b4ac8690ed7c2 (diff)
downloadredot-engine-ade3bc9683a8fbd0a017368ca3f75c18ca3bbe2b.tar.gz
Correct C++ highlighting settings in .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 5af3e121a8..30d1acb497 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,6 +1,6 @@
# Properly detect languages on Github
-*.h linguist-language=cpp
-*.inc linguist-language=cpp
+*.h linguist-language=C++
+*.inc linguist-language=C++
thirdparty/* linguist-vendored
# Normalize EOL for all files that Git considers text files