commit | e5833c182cd05b15fe3450bc792abfe34e7e52dd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Sep 21 10:52:14 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 21 10:52:14 2022 +0200 |
tree | e836420b83e21f988eafc8966f405314d083d07c | |
parent | d433cd7d07cef61907166dd285a457d152a6cb2b [diff] | |
parent | b5d884815c9e95900fb2fc209150b7d6d43a8c27 [diff] |
Merge pull request #6300 from davidhorstmann-arm/syntax-highlighting-function-files Use GitHub C syntax highlighting on test files
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ceb59d7 --- /dev/null +++ b/.gitattributes
@@ -0,0 +1,2 @@ +# Classify all '.function' files as C for syntax highlighting purposes +*.function linguist-language=C