From 7194531692dc9e1803105ddf0173c7b27a84b3a0 Mon Sep 17 00:00:00 2001 From: k0rrluna Date: Thu, 23 Jan 2025 07:06:17 +0300 Subject: [PATCH] Fix Verilog file 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..d492fb9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.v text