Fix syntax highlighting

Github syntax highlighting broke at some point over the past month or
so. From its documentation, it is not clear to me what changeds. This is
somewhat of a longshot attempt to making it work again.

https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
This commit is contained in:
urob 2024-09-16 11:55:07 -04:00
parent cc8e47be53
commit ed47900269

5
.gitattributes vendored
View file

@ -1,2 +1,3 @@
*.dtsi linguist-language=C++ # Highlight keymap files as C++, which is better than nothing.
*.keymap linguist-language=C++ *.dtsi text linguist-language=C++
*.keymap text linguist-language=C++