I am trying to add simple syntax highlighting and auto completion for a simple scripting language.
I added syntax highlighting using this article
Now I want to know how to enable auto completion with Notepad ++ for my custom language. Does anyone know how to do that?