Skip to content

Commit

Permalink
added support for SystemVerilog - closes #142
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 12, 2017
1 parent 430cf26 commit 1242770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export const fileIcons: FileIcons = {
{ name: 'reason', fileExtensions: ['re', 'rei'] },
{ name: 'bucklescript', fileExtensions: ['cmj'] },
{ name: 'merlin', fileExtensions: ['merlin'] },
{ name: 'verilog', fileExtensions: ['v', 'vhd'] },
{ name: 'verilog', fileExtensions: ['v', 'vhd', 'sv', 'svh'] },
{ name: 'mathematica', fileExtensions: ['nb'] },
{ name: 'wolframlanguage', fileExtensions: ['wl', 'wls'] },
{ name: 'nunjucks', fileExtensions: ['njk', 'nunjucks'] },
Expand Down

0 comments on commit 1242770

Please sign in to comment.