|
| 1 | +<?xml version='1.0' encoding='UTF-8'?> |
| 2 | +<NotepadPlus> |
| 3 | + <!-- 'eConScript' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2026-02-11 --> |
| 4 | + <!-- Default values automatically generated, and have no knowledge of the actual constructs for this particular language. --> |
| 5 | + <!-- This is a starting point, and should be improved into a full autoCompletion with function parameter hints, etc, by an expert in this language. --> |
| 6 | + <!-- If you are such an expert, please remove these comments and submit your updates back to the UDL Collection. Thank you. --> |
| 7 | + <AutoComplete language="eConScript"> |
| 8 | + <!-- Environment: Change start/stopFunc, paramSeparator, and terminal as needed --> |
| 9 | + <Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar=""/> |
| 10 | + <!-- KeyWords: generator assumes all keywords are _not_ functions --> |
| 11 | + <KeyWord name="and" func="no"/> |
| 12 | + <KeyWord name="case" func="no"/> |
| 13 | + <KeyWord name="default" func="no"/> |
| 14 | + <KeyWord name="else" func="no"/> |
| 15 | + <KeyWord name="end" func="no"/> |
| 16 | + <KeyWord name="end" func="no"/> |
| 17 | + <KeyWord name="false" func="no"/> |
| 18 | + <KeyWord name="for" func="no"/> |
| 19 | + <KeyWord name="if" func="no"/> |
| 20 | + <KeyWord name="if" func="no"/> |
| 21 | + <KeyWord name="in" func="no"/> |
| 22 | + <KeyWord name="next" func="no"/> |
| 23 | + <KeyWord name="not" func="no"/> |
| 24 | + <KeyWord name="or" func="no"/> |
| 25 | + <KeyWord name="sqlcon" func="no"/> |
| 26 | + <KeyWord name="switch" func="no"/> |
| 27 | + <KeyWord name="switch" func="no"/> |
| 28 | + <KeyWord name="then" func="no"/> |
| 29 | + <KeyWord name="to" func="no"/> |
| 30 | + <KeyWord name="true" func="no"/> |
| 31 | + </AutoComplete> |
| 32 | +</NotepadPlus> |
0 commit comments