Dan Pantry - 2009-08-22

Hi there. I'm trying to make a custom language using Notepad++, but the problem I have is that this language is rather.. annoying in the way it's commands are laid out.

They are laid out like the following:

Unit:Function()
or
Unit:Function(args1, args2, args3)
or
LocalVariable:Function()
or even
LocalVariable:Function(args1, args2, args3)

Does anyone have any idea how I can make the Function highlight, and not the localvariable?

Regards.