From 931503368617fe82145ece3bc55f80eb8cc5069c Mon Sep 17 00:00:00 2001 From: k0rrluna Date: Thu, 23 Jan 2025 07:09:08 +0300 Subject: [PATCH] Fix Verilog file syntax highlighting --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d492fb9..282779a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.v text +*.v linguist-language=verilog