1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00

Attempt to fix syntax highlight for json on github

This commit is contained in:
Ivan Savenko 2023-09-01 12:31:20 +03:00
parent 3dcd4c7a6f
commit a75d9860db

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.json linguist-language=JSON-with-Comments
*.h linguist-language=C++
*.cpp linguist-language=C++