Problem loading VerilogFindPair
"Bruce Nepple" <[email protected]> Mon, 29 Mar 2010 15:51:27 -0700
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
from http://nedit.hackvalue.nl/niki/index.php/Macro_Collection If I paste it in a macro creation window, it fails syntax check at the first d in the first define. If I read it in as a macro file, nothing happens. ###################################################################### # # Custom token-based navigation for NEdit 5.1 # Joachim Lous ([email protected]) # March 2000 # # Modified by Gal Aviel Jan 2004 # # find_verilog_pair written by Guy Inbar, Jan 2005 # # Modified by Erez Amit, Jul 2006 # [email protected] # ###################################################################### $w = "a-zA-Z0-9_" # word characters (explicitly, so they're easy to adjust) $s = " \t\n" # whitespace characters define token_start_right { <snip> I'm using 5.5. Is that the issue? B -- NEdit Discuss mailing list - [email protected] http://www.nedit.org/mailman/listinfo/discuss