From 4ec9145700228909774c9a7b9ac65ee2ffb6e103 Mon Sep 17 00:00:00 2001 From: Dan Luu Date: Fri, 25 Oct 2013 20:52:59 -0500 Subject: [PATCH] Add common VHDL file extensions --- lib/linguist/languages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 52803496..72e55300 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1405,6 +1405,14 @@ VHDL: lexer: vhdl color: "#543978" primary_extension: .vhdl + extensions: + - .vhd + - .vhf + - .vhi + - .vho + - .vhs + - .vht + - .vhw Vala: type: programming