Skip to content

Commit 2155b35

Browse files
authored
Update abaplint.json
1 parent 7263373 commit 2155b35

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

abaplint.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"CLAS",
7878
"DEVC",
7979
"INTF",
80+
"NSPC",
8081
"PROG"
8182
]
8283
},
@@ -220,7 +221,7 @@
220221
"aqqu": "^Z",
221222
"aqsg": "^Z",
222223
"auth": "^Z",
223-
"clas": "^ZC(L|X)\\_PACOTE",
224+
"clas": "^/APMG/C(L|X)_PACOTE",
224225
"cmod": "^Z",
225226
"doma": "^Z",
226227
"dtel": "^Z",
@@ -232,11 +233,11 @@
232233
"idoc": "^Z",
233234
"ignoreNames": [],
234235
"ignorePatterns": [],
235-
"intf": "^ZIF\\_PACOTE",
236+
"intf": "^/APMG/IF_PACOTE",
236237
"msag": "^Z",
237238
"patternKind": "required",
238239
"pinf": "^Z",
239-
"prog": "^Z_PACOTE",
240+
"prog": "^/APMG/PACOTE",
240241
"sfpf": "^Z",
241242
"sfpi": "^Z",
242243
"shlp": "^Z",
@@ -319,7 +320,7 @@
319320
"xml_consistency": true
320321
},
321322
"syntax": {
322-
"errorNamespace": "^(Z|Y|LCL_|TY_|LIF_)",
323+
"errorNamespace": "^(/APMG/|LCL_|TY_|LIF_)",
323324
"globalConstants": [],
324325
"globalMacros": [],
325326
"version": "v750"

0 commit comments

Comments
 (0)