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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.