1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
;
; Pascal syntax definition for biew project
;
[General]
WSet=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_0123456789
[Context]
<Comments>
base={...}
extended=//...\n
extended=(*...*)
<Constants>
base='...'
[Keywords]
base=absolute
base=and
base=array
base=as
base=asm
base=assembler
base=begin
base=break
base=case
base=class
base=const
base=continue
base=constructor
base=destructor
base=dispose
base=div
base=do
base=downto
base=else
base=end
base=except
base=exit
base=export
base=exports
base=external
base=fail
base=far
base=false
base=file
base=finally
base=for
base=forward
base=function
base=goto
base=if
base=implementation
base=in
base=inherited
base=initialization
base=inline
base=interface
base=interrupt
base=is
base=label
base=library
base=mod
base=near
base=new
base=nil
base=not
base=object
base=of
base=on
base=operator
base=or
base=otherwise
base=packed
base=procedure
base=program
base=property
base=raise
base=record
base=repeat
base=self
base=set
base=shl
base=shr
base=string
base=then
base=to
base=true
base=try
base=type
base=unit
base=until
base=uses
base=var
base=virtual
base=while
base=with
base=xor
[Operators]
base=>
base=<
base=+
base=-
base=/
base=\x25
base==
base=[
base=]
base=(
base=)
base=,
base=.
base=:
base=\x3B
|