i would love to make file extantions, because i would love to have the syntax highlights in my LUA Editor, the problem is that i dont want to call my functions like:
os.loadAPI("foo.lua")
foo.lua.bar()
-- instead i want:
-- foo.bar()
did somebody has a idear to realize that?
i tried:
foo = os.loadAPI("foo.lua")
foo.bar()
-- get nil
-- dont work because os.loadAPI returns true/false
dont know what to do, else than rename any files befor testing a script, eventually it will help if somebody has an editor who dont cares about file extantions, at the moment i use the Decoder Editor (From Unkown Worlds - Natural Selection) - i dont like Notepad++
thanks for you help
Syli












