0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

Update runtime files. Add support for systemverilog.

This commit is contained in:
Bram Moolenaar
2014-02-11 19:15:50 +01:00
parent b8e2305656
commit 92dff1827a
18 changed files with 411 additions and 58 deletions

View File

@@ -0,0 +1,11 @@
" Vim filetype plugin file
" Language: SystemVerilog
" Maintainer: kocha <kocha.lsifrontend@gmail.com>
" Last Change: 12-Aug-2013.
if exists("b:did_ftplugin")
finish
endif
" Behaves just like Verilog
runtime! ftplugin/verilog.vim