aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2021-01-20 16:50:20 +0100
committerMarc André Tanner <mat@brain-dump.org>2021-01-20 16:50:20 +0100
commitd3edb5a68e230718dd1ce9836ab1d26c0e1f84c2 (patch)
treee18cd9e79f7ffd439eac68d0ca8cee7bbce1bddc /lua
parenta1733f2a0365f2ebbfc285935647c2874fff25c1 (diff)
parentf1cefbd9b52694c2d86f4404281dfc48c06b641e (diff)
downloadvis-d3edb5a68e230718dd1ce9836ab1d26c0e1f84c2.tar.gz
vis-d3edb5a68e230718dd1ce9836ab1d26c0e1f84c2.tar.xz
Merge branch 'patch-1' of https://github.com/dallinjdahl/vis
Diffstat (limited to 'lua')
-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 5b6c2ab..bf80a89 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -439,7 +439,7 @@ vis.ftdetect.filetypes = {
ext = { "%.vcf$", "%.vcard$" },
},
verilog = {
- ext = { "%.v$", "%.ver$" },
+ ext = { "%.v$", "%.ver$", "%.sv$" },
},
vhdl = {
ext = { "%.vh$", "%.vhd$", "%.vhdl$" },