Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Mar 21, 2020
1 parent a331682 commit d8646bf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions Messages/v3.2.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

██████╗ ██████╗ ██╗
██╔════╝ ██╔══██╗██║
██║ ███╗██║ ██║██║
██║ ██║██║ ██║██║
╚██████╔╝██████╔╝███████╗
╚═════╝ ╚═════╝ ╚══════╝

GDL Sublime Text package
has successfully updated

*************************

VERSION 3.2.0

*************************

• Parameters with special prefixes like
`i_` (for integer) or `b_` (for booleans)
are now highlighted like the optional
parameters (e.g. `ac_` or `gs_`)
• There is a new option you can set in the
`.sublime-project` file:
If you have nested folders you can set a
new "root" (where your HSFs are) via
```
{
"root": "nested/folder"
}
```
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"v2.2.0": "Messages/v2.2.0.txt",
"v3.0.0": "Messages/v3.0.0.txt",
"v3.1.0": "Messages/v3.1.0.txt",
"v3.1.1": "Messages/v3.1.1.txt"
"v3.1.1": "Messages/v3.1.1.txt",
"v3.2.0": "Messages/v3.2.0.txt",
}

0 comments on commit d8646bf

Please sign in to comment.