Entry
TSE: Syntax: Highlight: What is a possible .syn file for an Euphoria file? (TSE v2.8, v3.0, v4.0)
Jul 2nd, 2003 10:56
Knud van Eeden,
// main page = http://www.rapideuphoria.com/refman_1.htm
// copyright http://www.semware.com
// convert this text to e.g. 'euphoria.syn'
// (but if you should not change anything in the text below,
// that file is already present by default, so you do not have
// to save it if not necessary)
// see http://www.faqts.com/knowledge_base/view.phtml/aid/22932/fid/929
// and save it in your
// TSE .syn file directory '..\synhi\'
--- cut here ----------------------------------------------------------
wordset=0-9A-Z_a-z
HiliteIncompleteQuotes=FALSE
IgnoreCaseOfKeyWords=FALSE
HiliteIf0StyleComments=FALSE
Transparent=FALSE
CursorLineFlag=TransparentCursorLine
NumberFlag=Integer|C-Hex|Real|Sci-Notation|C-UL
TillEOL1=--
TillEOLStartCol1=0
Quote1="
Quote2='
QuoteEscape1=\
QuoteEscape2=\
[KeyWords1]
and by constant do else elsif end exit for function global if include
not or
procedure return then to type while with without
[KeyWords2]
! % & ( ) * + , - : ; < = > ? [ \ ] ^ { | } ~
[KeyWords3]
abort and_bits append arctan atom c_func c_proc call call_func
call_proc
clear_screen close command_line compare cos date find floor get_key
get_pixel
getc getenv gets integer length log machine_func machine_proc match
mem_copy
mem_set not_bits object open or_bits peek peek4s peek4u pixel poke
poke4
position power prepend print printf puts rand remainder repeat
routine_id
sequence sin sprintf sqrt system tan time trace xor_bits
--- cut here ----------------------------------------------------------