#-----------------------------------------------------------------------------#
# 04.11.98 GV Added _SpellIgnore to ignore token name at start of line        #
#-----------------------------------------------------------------------------#


HelpPath	SWI, C-Toolbox, C,

#-------------------------------------------

Search
#	startfold	("|<!")
#	endfold		("|!>")
	_SpellIgnore	<{'A-Za-z0-9_?'}+ ":" | $
End

# Foldparm1 (startfold,endfold)

#-------------------------------------------

ID_FirstChar	A-Za-z_
ID_Middle	A-Za-z_0-9

SyntaxOptions
	SingleQuote	No
	DoubleQuote	No
	QuoteChar	\
	QuoteQuote	No
	SplitString	No
	HexPrefix	0x
End

SyntaxComment 1
	Type		OneLine
	StartWith	#
End

SyntaxWords Group1 nocase endofid
	<
	/
	|
End

SyntaxWords Group2 nocase endofid
	%
End

SyntaxWords Group3 nocase endofid
	?
End

SyntaxWords Group4 nocase endofline
	:
End

KeyList
#	^[		InsertStr("/*")
#	^]		InsertStr("*/")
#	Return		Clicklist("indent")
End

#----------------------------------------------------------

Functions

	Key	F10
	Menu	Save & Run App  F10
	Icon	Run
	Select	SetTmp() SaveDClick ("<tmp$path>.<tmp$leaf>")
	Help	Click to save text and run.

End

Shortcuts
	re9	RMEnsure
	rl9	RMLoad
	sa9	Set Alias$@
	wi9	WimpSlot -Min
End

