Skip to content

Commit 79d306d

Browse files
committed
lower case + globals
1 parent 853be92 commit 79d306d

File tree

2 files changed

+456
-361
lines changed

2 files changed

+456
-361
lines changed

GDL.sublime-syntax

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)