From bc9757916ed09763d96283ee62dbed58bd713a11 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 6 Oct 2020 18:54:19 +0200 Subject: Add all vim filetypes --- ftplugin/systemverilog.vim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ftplugin/systemverilog.vim (limited to 'ftplugin/systemverilog.vim') diff --git a/ftplugin/systemverilog.vim b/ftplugin/systemverilog.vim new file mode 100644 index 00000000..49502bfa --- /dev/null +++ b/ftplugin/systemverilog.vim @@ -0,0 +1,15 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'systemverilog') == -1 + +" Vim filetype plugin file +" Language: SystemVerilog +" Maintainer: kocha +" Last Change: 12-Aug-2013. + +if exists("b:did_ftplugin") + finish +endif + +" Behaves just like Verilog +runtime! ftplugin/verilog.vim + +endif -- cgit v1.2.3