Vim Tips Wiki
Advertisement

Use this page to discuss script 1586 verilog_systemverilog: Verilog syntax highlighting for SystemVerilog

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

How to make "matchit(%)" work:

  1. Copy "ftdetect/verilog_systemverilog.vim" to "ftplugin/verilog_systemverilog.vim", deleting the line of "au XXXX".
  2. Edit "ftdetect/verilog_systemverilog.vim", deleting all other lines except the line of "runtime XXXX".
  3. Done. Now open a "*.sv" file and try "%"!

You can download the fixed version of this plugin from: verilog_systemverilog_fix --AyuanX

There is no support for mailboxes..can you add it? -vikasch

Advertisement