File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ patterns:
85
85
- match : (?i)(?<=\s|,)(ON|OFF|AUTO)(?=$|\s|,)
86
86
name : support.other.variable.gdl.shadow
87
87
88
+ - match : (?i)\b(UI_(NEXT|PREV))\b
89
+ name : support.other.variable.gdl.ui
90
+
88
91
- match : (?i)(?<=^|\s)(VALUES(\{2\})?|PARAMETERS|LOCK|HIDEPARAMETER|PARVALUE_DESCRIPTION)(?=$|\s)
89
92
name : keyword.gdl.nongeo.parameters
90
93
Original file line number Diff line number Diff line change 169
169
<key >name </key >
170
170
<string >support.other.variable.gdl.shadow </string >
171
171
</dict >
172
+ <dict >
173
+ <key >match </key >
174
+ <string >(?i)\b(UI_(NEXT|PREV))\b </string >
175
+ <key >name </key >
176
+ <string >support.other.variable.gdl.ui </string >
177
+ </dict >
172
178
<dict >
173
179
<key >match </key >
174
180
<string >(?i)(?< =^|\s)(VALUES(\{2\})?|PARAMETERS|LOCK|HIDEPARAMETER|PARVALUE_DESCRIPTION)(?=$|\s) </string >
You can’t perform that action at this time.
0 commit comments