			EditPlus configuration files for Verilog.
				Author: Shaun Reemeyer

History:
	- Initial Release: November 1998
	- Updated and checked April 1999

Files Included:
	- verilog.stx = verilog syntax file
	- verilog.acp = verilog auto-completion
	- verilog.ctl = verilog cliptext library
	- template.v = template for new verilog files

Conditions of Use:
	- None, distribute freely

Installation:
	- copy all 4 files to the EditPlus directory
	- in EditPlus go to "Tools > Preferences"....
	- In "Files > Settings" add "Verilog" with extension "v", make sure Auto-indent
	  is enabled, enter the path to "verilog.acp", and enable Auto-completion
	- In "Files > Syntax" add type "Verilog" and enter path to "verilog.stx"
	- In "Files > Filters" add type "Verilog" with wildcard "*.v"
	- In "Files > Templates" add type "Verilog" with "Menu Text" of "Verilog" and
	  enter the path to "template.v"
	- You're now ready to do the Verilog Rock... :)