Thanks!
I'll include it in the next release!
/Björn
flywheeldk wrote:
> --- In koneditor@yahoogroups.com, Björn Andersson <bjorn_and@y...>
>
> Hello!
> Ok now I have updated the difinitions a bit
>
> // --------------------
> // Pascal syntax highlight
>
> name = "Pascal"
> extensions = .pas, .inc
>
> set caseinsensitive = yes
>
> set foreground = Green
> set fontattribute = italic
> multilinecomment = {:}
> set fontattribute = normal
>
> set foreground = Blue
>
> keyword = break, case, do, else, for, goto, if, return, switch, while
>
> set requiresDelimEnd = no
>
> set foreground = Blue
> keyword = AND,ARRAY,ASM,BEGIN,BOOLEAN,BYTE,CASE,CHAR,COMP,CONSTRUCTOR,
> CONST,DESTRUCTOR,DIV,DOUBLE,DOWNTO,DO,ELSE,END,EXIT,EXTENDED,EXTERNAL,
> FALSE,FILE,FORWARD,FOR,FUNCTION,GOTO,IF,IMPLEMENTATION,INTEGER,
> INTERFACE,IN,LABEL,LONGINT,MOD,NIL,NOT,OBJECT,OF,OR,OTHERWISE,PACKED,
> PRIVATE,PROCEDURE,PROGRAM,REAL,RECORD,REPEAT,SEGMENT,SET,SHL,SHR,
> SHORTINT,SINGLE,STRING,THEN,TO,TRUE,TYPE,UNIT,UNTIL,USES,VAR,VIRTUAL,
> WHILE,WITH,WORD,XOR,PROGRAM,IF,THEN,TEXT
>
> set requiresDelimEnd = no
>
> set foreground = Red
> keyword = ABS,ARCTAN,CHR,COS,DISPOSE,EOF,EOLN,EXP,GET,LN,NEW,ODD,ORD,
> PACK,PAGE,PRED,PUT,READLN,READ,RESET,REWRITE,ROUND,SIN,SQRT,SUCC,TRUNC,
> UNPACK,WRITELN,WRITE,ClRSCR,GOTOXY,ASSIGN,CLOSE,DELETE
>
> set requiresDelimEnd = no
>
> set foreground = DarkRed
> keyword =
> "$",".",",",":=","@","(",")",".","=","*","+","-","/","[","]","#","<",">",
> ":",";","{","}","^"
>
> set foreground = LightGray
> pair = "(":")"
>
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> * Visit your group "koneditor
> <http://groups.yahoo.com/group/koneditor>" on the web.
>
> * To unsubscribe from this group, send an email to:
> koneditor-unsubscribe@yahoogroups.com
> <mailto:koneditor-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>