Skip to content

Commit

Permalink
Adding .sv extension to verilog syntax highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinjdahl authored Jan 19, 2021
1 parent 686ba1c commit f1cefbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ vis.ftdetect.filetypes = {
ext = { "%.vcf$", "%.vcard$" },
},
verilog = {
ext = { "%.v$", "%.ver$" },
ext = { "%.v$", "%.ver$", "%.sv$" },
},
vhdl = {
ext = { "%.vh$", "%.vhd$", "%.vhdl$" },
Expand Down

0 comments on commit f1cefbd

Please sign in to comment.