Skip to content

Commit 198610c

Browse files
committed
add g_ and id(x)_ as prefixed params
1 parent a48abb8 commit 198610c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GDL.sublime-syntax

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@ contexts:
437437
scope: meta.parameters.profile.gdl
438438
- match: (?i)\b(dict_\w+)\b
439439
scope: meta.parameters.dict.gdl
440+
- match: (?i)\b(g_\w+)\b
441+
scope: meta.parameters.flag.gdl
442+
- match: (?i)\b(id(x)?_\w+)\b
443+
scope: meta.parameters.index.gdl
440444

441445
############### GDL globals #################
442446
gdl-globals:

0 commit comments

Comments
 (0)