mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 17:31:40 +02:00
Some .v files are incorrectly identified by GitHub Linguist as Coq or Vlang files, which confuses people who browse the repo on GitHub. According to https://github.com/github/linguist#using-gitattributes adding a .gitattributes file can solve this problem.
2 lines
30 B
Plaintext
2 lines
30 B
Plaintext
*.v linguist-language=Verilog
|