Merge pull request #390 from umarcor/linguist

gitattributes: add linguist-language attributes for Verilog and VHDL sources
This commit is contained in:
Tim Ansell 2020-11-26 14:32:25 -08:00 committed by GitHub
commit 7f60402f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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