summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven <burnett@posteo.de>2026-01-19 23:13:59 +0100
committerGitHub <noreply@github.com>2026-01-19 23:13:59 +0100
commitb7ef6686037342f699eadc47a64472a79b1ba1e6 (patch)
tree1d1740767fdcb88ef0b181cd5e79d7ef85c4db10
parent959a27fd763e2e960ef31adf891118a261bad1c7 (diff)
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.
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f318b7f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.zc linguist-language=C