zmk/.gitattributes
urob ed47900269 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
2024-09-16 11:55:07 -04:00

3 lines
133 B
Text

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