From 5b3ff5bf914042040a5e28c5593b2f855de4e94b Mon Sep 17 00:00:00 2001 From: k0rrluna Date: Thu, 23 Jan 2025 07:15:21 +0300 Subject: [PATCH] Fix Verilog syntax highlighting --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 282779a..8cd04b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -*.v linguist-language=verilog +*.v linguist-language=Verilog +*.sv linguist-language=SystemVerilog +