|
| 1 | +<?xml version='1.0' encoding='UTF-8'?> |
| 2 | +<NotepadPlus> |
| 3 | + <!-- 'Git' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2025-10-14 --> |
| 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="Git"> |
| 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="add" func="no"/> |
| 12 | + <KeyWord name="branch" func="no"/> |
| 13 | + <KeyWord name="checkout" func="no"/> |
| 14 | + <KeyWord name="cherry-pick" func="no"/> |
| 15 | + <KeyWord name="clone" func="no"/> |
| 16 | + <KeyWord name="commit" func="no"/> |
| 17 | + <KeyWord name="config" func="no"/> |
| 18 | + <KeyWord name="diff" func="no"/> |
| 19 | + <KeyWord name="feature" func="no"/> |
| 20 | + <KeyWord name="fetch" func="no"/> |
| 21 | + <KeyWord name="flow" func="no"/> |
| 22 | + <KeyWord name="git" func="no"/> |
| 23 | + <KeyWord name="gui" func="no"/> |
| 24 | + <KeyWord name="hotfix" func="no"/> |
| 25 | + <KeyWord name="init" func="no"/> |
| 26 | + <KeyWord name="log" func="no"/> |
| 27 | + <KeyWord name="merge" func="no"/> |
| 28 | + <KeyWord name="pull" func="no"/> |
| 29 | + <KeyWord name="push" func="no"/> |
| 30 | + <KeyWord name="release" func="no"/> |
| 31 | + <KeyWord name="remote" func="no"/> |
| 32 | + <KeyWord name="reset" func="no"/> |
| 33 | + <KeyWord name="rm" func="no"/> |
| 34 | + <KeyWord name="stash" func="no"/> |
| 35 | + <KeyWord name="status" func="no"/> |
| 36 | + </AutoComplete> |
| 37 | +</NotepadPlus> |
0 commit comments