Skip to content

Commit 657247e

Browse files
committed
finishing up 3.4.5
1 parent 45ae51d commit 657247e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

GDL.sublime-syntax

+4
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ contexts:
381381
- match: (?i)\b(CUSTOM)\b
382382
scope: support.other.variable.parameters.custom.gdl
383383

384+
- match: (?i)(?<=hideparameter\s)(\s*all)\b
385+
scope: support.other.variable.parameters.all.gdl
386+
384387
- match: (?i)\b(UI_(Next|Prev|Function|Link))\b
385388
scope: support.other.variable.ui.gdl
386389

@@ -774,6 +777,7 @@ contexts:
774777
- include: expression-common
775778
- include: easyparams
776779
- include: string
780+
- include: arrays
777781

778782
after-array:
779783
- match: \[

Messages/v3.4.5.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ CHANGELOG:
2323

2424
# added
2525
• A few missing Globals. GDL-Sublime should now recognize all 835 possible Globals and Requests.
26+
• `all` behind a `hideparameter` is now highlighted.
2627

2728
# changed
28-
29+
• Arrays inside arrays are now allowed `foo[bar[1]]`

Preferences/GDL.sublime-completions

+2-2
Original file line numberDiff line numberDiff line change
@@ -455,15 +455,15 @@
455455
"WIDO_HEAD_DEPTH",
456456
"WIDO_ORIG_DIST",
457457
"WIDO_POSITION",
458-
"WIDO_REVEAL_SIDE",
458+
"WIDO_REVEAL_SIDE",
459459
"WIDO_RIGHT_JAMB",
460460
"WIDO_SILL",
461461
"WIDO_THRES_DEPTH",
462462
"windows",
463463
"wire",
464464

465465
/* XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ */
466-
{ "trigger": "xform", "contents": "xform ${1:a11}, ${2:a12}, ${3:a13}, ${4:a14},\n\t\t${5:a21}, ${6:a22}, ${7:a23}, ${8:a24},\n\t\t${9:a31}, ${10:a32}, ${11:a33}, ${12:a34}" },
466+
{ "trigger": "xform", "contents": "xform ${1:1}, ${2:0}, ${3:0}, ${4:0},\n\t\t${5:0}, ${6:1}, ${7:0}, ${8:0},\n\t\t${9:0}, ${10:0}, ${11:1}, ${12:0}" },
467467
"xwall_",
468468
"xwall_{2}",
469469
"xwall_{3}",

0 commit comments

Comments
 (0)