File tree Expand file tree Collapse file tree 2 files changed +456
-361
lines changed Expand file tree Collapse file tree 2 files changed +456
-361
lines changed Original file line number Diff line number Diff line change @@ -357,13 +357,14 @@ contexts:
357357
358358# ############## opt Params #################
359359 optional :
360- - match : (?i)\b([ABCDEFG]|ZZYZX|ac_\w+|gs_\w+|ifc_\w+|ROOM_ \w+)\b
360+ - match : (?i)\b([ABCDEFG]|ZZYZX|(ac|gs|ifc|ROOM|FM)_ \w+)\b
361361 scope : keyword.gdl.optionalparameters.fixed
362362
363363# ############## GDL globals #################
364364 gdl-globals :
365365 - include : gdl-global-param
366366 - include : request-param
367+ - include : globals-deprecated
367368 - match : (?i)\b(APPLICATION_QUERY|LIBRARYGLOBAL)\b
368369 scope : keyword.gdl.request
369370
@@ -512,6 +513,10 @@ contexts:
512513 \b
513514 scope: keyword.gdl.globals.request
514515
516+ globals-deprecated :
517+ - match : (?i)\b([A-Z](_|~))\b
518+ scope : keyword.gdl.globals.deprecated
519+
515520# ################ Buffer ##################
516521 buffer-out :
517522 - match : (?i)\b(GET|USE)\b
You can’t perform that action at this time.
0 commit comments