gitattributes: add linguist-language attributes for Verilog and VHDL sources

This commit is contained in:
umarcor 2020-11-26 06:28:33 +01:00
parent a5f416f448
commit 3effc66c53

6
.gitattributes vendored
View File

@ -27,3 +27,9 @@ Makefile text eol=lf
*.jpg diff=image
*.png diff=image
*.gds diff=gds
# Settings to improve linguist data reporting (used by GitHub)
*.v linguist-language=Verilog
*.vh linguist-language=Verilog
*.vhd linguist-language=VHDL
*.vhdl linguist-language=VHDL