diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2021-01-20 16:50:20 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2021-01-20 16:50:20 +0100 |
| commit | d3edb5a68e230718dd1ce9836ab1d26c0e1f84c2 (patch) | |
| tree | e18cd9e79f7ffd439eac68d0ca8cee7bbce1bddc /lua/plugins/filetype.lua | |
| parent | a1733f2a0365f2ebbfc285935647c2874fff25c1 (diff) | |
| parent | f1cefbd9b52694c2d86f4404281dfc48c06b641e (diff) | |
| download | vis-d3edb5a68e230718dd1ce9836ab1d26c0e1f84c2.tar.gz vis-d3edb5a68e230718dd1ce9836ab1d26c0e1f84c2.tar.xz | |
Merge branch 'patch-1' of https://github.com/dallinjdahl/vis
Diffstat (limited to 'lua/plugins/filetype.lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
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$" }, |
