• Strings "Type", "Id", "Params", "Hint" are shown in separate columns of completion listbox, with separate colors. "Id" is the text which is inserted for a line.
    • If "\" char is present in hint part, then it must be escaped: "\".

    First line in the file can be the "control" line: it specifies what chars are "word chars" for the used syntax.For example, if word chars are minus, dot, and # sign, the control line should be:

    1. #chars .-#