#4266
Yutaka Emura
Keymaster

Some eac files are included in the plug-in package, and they should be self-explanatory.

This is an example:


#T=for
for ( !^; ^; )
{

}

! specifies where the new cursor position is.
^ is an escape character.
# is a comment or #T is the keyword that trigers auto complete.