Skip to content

Commit 8a5ed69

Browse files
committed
Update README with tutorial
1 parent 450db3c commit 8a5ed69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Using [Sublime Package Control](http://wbond.net/sublime_packages/package_contro
1818
Restart your Sublime and you're ready to rock!
1919

2020
## 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)!
2122
- Name your script with extension ```gml```. For example, ```nvm.gml```. Syntax highlighting will be applied automatically.
2223
- Partially type keywords or built-in variables to trigger autocompletion.
2324
- 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

Comments
 (0)