From 92ad16b2ac48afbaf3486efbe7127489c46ebe58 Mon Sep 17 00:00:00 2001 From: arne Date: Wed, 15 Oct 2025 08:34:11 +0200 Subject: [PATCH] add syntax highlighting for *.tidal files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c83f5f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tidal linguist-language=Haskell