Vim Tips Wiki
(Format.)
Line 7: Line 7:
 
#Done. Now open a "*.sv" file and try "%"!
 
#Done. Now open a "*.sv" file and try "%"!
   
You can download the fixed version of this plugin from: [http://www.vim.org/scripts/script.php?script_id=3332 verilog_systemverilog_fix] --AyuanX
+
You can download the fixed version of this plugin from: [http://www.vim.org/scripts/script.php?script_id=3332 verilog_systemverilog_fix] --AyuanX November 18, 2010‎
  +
----
 
There is no support for mailboxes..can you add it? -vikasch
+
There is no support for mailboxes..can you add it? -vikasch August 28, 2012
  +
----

Revision as of 04:25, 29 August 2012

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 November 18, 2010‎


There is no support for mailboxes..can you add it? -vikasch August 28, 2012