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:
parent
cc8e47be53
commit
ed47900269
1 changed files with 3 additions and 2 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -1,2 +1,3 @@
|
|||
*.dtsi linguist-language=C++
|
||||
*.keymap linguist-language=C++
|
||||
# Highlight keymap files as C++, which is better than nothing.
|
||||
*.dtsi text linguist-language=C++
|
||||
*.keymap text linguist-language=C++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue