From bb889c81d97882bbe0e0a88bcb37ecfb33139571 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 26 Sep 2025 00:18:24 -0700 Subject: [PATCH] Feat: Add .gitattributes for .hi syntax highlighting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aedb8a0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.hi linguist-language=JavaScript