Skip to content

Commit b5d8848

Browse files
Use GitHub C syntax highlighting on test files
Add a .gitattributes file that tells GitHub to highlight all .function files as if they were .c files. This aids in reviewing changes to tests. Signed-off-by: David Horstmann <david.horstmann@arm.com>
1 parent be0224a commit b5d8848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Classify all '.function' files as C for syntax highlighting purposes
2+
*.function linguist-language=C

0 commit comments

Comments
 (0)