You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Using [Sublime Package Control](http://wbond.net/sublime_packages/package_contro
18
18
Restart your Sublime and you're ready to rock!
19
19
20
20
## Usage
21
+
-[Checkout my tutorial on setting up your GameMaker Studio: 2 for Sublime](Checkout my tutorial on setting up your GameMaker Studio: 2 for Sublime)!
21
22
- Name your script with extension ```gml```. For example, ```nvm.gml```. Syntax highlighting will be applied automatically.
22
23
- Partially type keywords or built-in variables to trigger autocompletion.
23
24
- Partially type function name to trigger function snippet. If multiple parameters are avaliable, TAB (↹) to go to next one. Available snippets are: ```for```, ```if```, ```else```, ```repeat```, ```switch```, ```while```, ```with```, and most of the built-in functions.
0 commit comments