From b7ef6686037342f699eadc47a64472a79b1ba1e6 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 19 Jan 2026 23:13:59 +0100 Subject: chore(gitattributes): Use C syntax highlighting for .zc files in linguist In order to have Github highlight the .zc files, we configure the linguist backend via .gitattributes. This will highlight .zc files with C syntax until Zen-C is officially recognized on Githubs linguist repo. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f318b7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.zc linguist-language=C -- cgit v1.2.3