Skip to content

Commit 450db3c

Browse files
committed
Update README for 3.0.0
1 parent fbd1f40 commit 450db3c

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
![Preview](./demo.gif)
44

55
## Features
6-
- Syntax highlighting
7-
- Keywords autocompletion
8-
- Basic control snippets
6+
- Syntax Highlighting
7+
- Keywords/Built-In Variables Autocompletion
8+
- Function Snippets
9+
- Basic Control Snippets
10+
- Auto Indentation
911

1012
## Installation
1113

@@ -16,4 +18,7 @@ Using [Sublime Package Control](http://wbond.net/sublime_packages/package_contro
1618
Restart your Sublime and you're ready to rock!
1719

1820
## Usage
19-
Name your script with extension ```gml```. For example, ```nvm.gml```. Syntax highlighting and autocompletion are automatic and snippets can be triggered with their name. Available snippets are: ```for```, ```if```, ```else```, ```repeat```, ```switch```, ```while```, ```with```.
21+
- Name your script with extension ```gml```. For example, ```nvm.gml```. Syntax highlighting will be applied automatically.
22+
- Partially type keywords or built-in variables to trigger autocompletion.
23+
- 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.
24+
- To indent your gml file, use: Command Palette (⌘⇧P) ➤ Indentation: Reindent Lines.

0 commit comments

Comments
 (0)