Skip to content

Commit

Permalink
finishing up 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Jun 6, 2020
1 parent 45ae51d commit 657247e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions GDL.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ contexts:
- match: (?i)\b(CUSTOM)\b
scope: support.other.variable.parameters.custom.gdl

- match: (?i)(?<=hideparameter\s)(\s*all)\b
scope: support.other.variable.parameters.all.gdl

- match: (?i)\b(UI_(Next|Prev|Function|Link))\b
scope: support.other.variable.ui.gdl

Expand Down Expand Up @@ -774,6 +777,7 @@ contexts:
- include: expression-common
- include: easyparams
- include: string
- include: arrays

after-array:
- match: \[
Expand Down
3 changes: 2 additions & 1 deletion Messages/v3.4.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CHANGELOG:

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

# changed
• Arrays inside arrays are now allowed `foo[bar[1]]`
4 changes: 2 additions & 2 deletions Preferences/GDL.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -455,15 +455,15 @@
"WIDO_HEAD_DEPTH",
"WIDO_ORIG_DIST",
"WIDO_POSITION",
"WIDO_REVEAL_SIDE",
"WIDO_REVEAL_SIDE",
"WIDO_RIGHT_JAMB",
"WIDO_SILL",
"WIDO_THRES_DEPTH",
"windows",
"wire",

/* XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ XYZ */
{ "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}" },
{ "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}" },
"xwall_",
"xwall_{2}",
"xwall_{3}",
Expand Down

0 comments on commit 657247e

Please sign in to comment.