aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordallinjdahl <42781038+dallinjdahl@users.noreply.github.com>2021-01-19 14:20:09 -0700
committerGitHub <noreply@github.com>2021-01-19 14:20:09 -0700
commitf1cefbd9b52694c2d86f4404281dfc48c06b641e (patch)
tree6f10c2a613ea1d0f303b971d1e823d521d4204ad
parent686ba1c25831f09745c8492cfc38b852c19ef6b2 (diff)
downloadvis-f1cefbd9b52694c2d86f4404281dfc48c06b641e.tar.gz
vis-f1cefbd9b52694c2d86f4404281dfc48c06b641e.tar.xz
Adding .sv extension to verilog syntax highlighter
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index e5e45fd..70dd9ad 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -436,7 +436,7 @@ vis.ftdetect.filetypes = {
ext = { "%.vcf$", "%.vcard$" },
},
verilog = {
- ext = { "%.v$", "%.ver$" },
+ ext = { "%.v$", "%.ver$", "%.sv$" },
},
vhdl = {
ext = { "%.vh$", "%.vhd$", "%.vhdl$" },