-
Notifications
You must be signed in to change notification settings - Fork 435
Expand file tree
/
Copy pathJCL.xml
More file actions
38 lines (38 loc) · 1.88 KB
/
JCL.xml
File metadata and controls
38 lines (38 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version='1.0' encoding='UTF-8'?>
<NotepadPlus>
<!-- 'JCL' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2025-09-12 -->
<!-- Default values automatically generated, and have no knowledge of the actual constructs for this particular language. -->
<!-- This is a starting point, and should be improved into a full autoCompletion with function parameter hints, etc, by an expert in this language. -->
<!-- If you are such an expert, please remove these comments and submit your updates back to the UDL Collection. Thank you. -->
<AutoComplete language="JCL">
<!-- Environment: Change start/stopFunc, paramSeparator, and terminal as needed -->
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar=""/>
<!-- KeyWords: generator assumes all keywords are _not_ functions -->
<KeyWord name="CNTL" func="no"/>
<KeyWord name="COMMAND" func="no"/>
<KeyWord name="DD" func="no"/>
<KeyWord name="ELSE" func="no"/>
<KeyWord name="ENDCTL" func="no"/>
<KeyWord name="ENDIF" func="no"/>
<KeyWord name="EXEC" func="no"/>
<KeyWord name="INCLUDE" func="no"/>
<KeyWord name="JCLLIB" func="no"/>
<KeyWord name="JOB" func="no"/>
<KeyWord name="JOBPARAM" func="no"/>
<KeyWord name="MESSAGE" func="no"/>
<KeyWord name="NETACCT" func="no"/>
<KeyWord name="NOTIFY" func="no"/>
<KeyWord name="OUTPUT" func="no"/>
<KeyWord name="OUTPUT" func="no"/>
<KeyWord name="PEND" func="no"/>
<KeyWord name="PRIORITY" func="no"/>
<KeyWord name="PROC" func="no"/>
<KeyWord name="ROUTE" func="no"/>
<KeyWord name="SET" func="no"/>
<KeyWord name="SETUP" func="no"/>
<KeyWord name="SIGNOFF" func="no"/>
<KeyWord name="THEN" func="no"/>
<KeyWord name="XEQ" func="no"/>
<KeyWord name="XMIT" func="no"/>
</AutoComplete>
</NotepadPlus>