# ---------------- Alan ----------------
# alan.fed
#     by Stephen Griffiths
#     Version 1, October 1999
#     Version 2, August 2000
#        -added 24 more keywords,
#        -removed 'include'
#        -added hero,inventory (intrinsicly
#               defined keywords)
#        -updated Alan homepage URL
#        -added std.i library keywords
#     Version 3, February 2001
#        -updated std.i library keywords
#               for std.i v0.3.1
#        -added Alan compiler options keywords
#
# FED text editor syntax highlighting
# configuration data for the ALAN
# interactive fiction authoring language.
#
# FED - MSDOS&Linux executables & source
#   http://www.talula.demon.co.uk/
#
# ALAN
#   http://www.welcome.to/alan-if
#
# Please email me if you find corrections
# or improvements for this data so I can
# publish them for other Alan users.
#                            [email protected]
#
# Use a text editor to add this whole file
# to the end of the FED.SYN file which you
# should find in your FED program directory.
# (You can delete these informational lines
# starting with hash symbols if you want to.)
#
Files=ala,i
OpenComment1="
CloseComment1="
EOLComment1=--
Symbols=!&()*+,-./:;<=>?[]^{|}~
String='
Keywords=actor,after,and,article,at,attributes,before,between
Keywords=cancel,check,container,contains,count,decrease,default
Keywords=depending,describe,description,does,else,elsif,empty,end,english
Keywords=event,exit,for,has,header,here,hero,if,in,increase,inventory,is,isa
Keywords=language,length,limits,list,locate,location
Keywords=look,make,max,mentioned,name,nearby,no,not,object
Keywords=of,on,only,options,or,pack,quit,random,restore,save,say,schedule,
Keywords=score,script,set,start,step,sum,swedish,synonyms
Keywords=syntax,then,to,until,use,verb,visits,wait,when,where,width,$include
#
# The following Keywords are for 'proposed standard library' version 0.3.1
# This library can be downloaded from
#             ftp://ftp.gmd.de/if-archive/programming/alan/examples/
# If you're using that library then uncomment the following Keyword lines
#             (i.e. remove the # symbols at the start of each line)
#Keywords=again,ask,attack,attack_with,brief,can_talk,close,close_with,closeable
#Keywords=closed,credits,down,drink,drinkable,drop,east,eat,edible,examinable
#Keywords=examine,give,help,hint,inanimate,invent,inventory ,jump,jump_on,kiss
#Keywords=knock,knock_on,listen,listen_to,lock,lock_with,lockable,locked
#Keywords=look_at,look_in,named,north,northeast,northwest,nowhere,on
#Keywords=open,open_with,pick_up1,pick_up2
#Keywords=push,push_with,pushable,put,put_behind,put_down1,put_down2
#Keywords=put_in,put_near,put_o_on,put_on,put_on_o,put_under,q,quit,read
#Keywords=readable,remove,restart,restore,save,say_to,say_word,search,searchable
#Keywords=shoot,shoot_at,shoot_at0,shoot_with,shootable,shout,smell,smell0
#Keywords=south,southeast,southwest,switch_off1,switch_off2,switch_on1
#Keywords=switch_on2,switchable,take,take_from,take_o_off,take_off_o,takeable
#Keywords=talk_to,talk_to_a,tell,throw,throw_at,throw_in,throw_to,touch
#Keywords=touch_with,touchable,turn_off1,turn_off2,turn_on1,turn_on2,undo
#Keywords=undress,unlock,unlock_with,up,verbose,wait,weapon,wear,wearable
#Keywords=weight,west,worn
End