GameMaker Language (GML) Bundle
A sublime bundle for GameMaker Language (GML)
Labels language syntax
Details
Installs
- Total 3K
- Win 3K
- Mac 579
- Linux 166
Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 1 | 3 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
GameMaker Language (GML) Bundle for Sublime
Features
- Syntax Highlighting
- Keywords/Built-In Variables Autocompletion
- User-created Resources Autocompletion
- Function/Control Snippets
- Auto Indentation
- Create new script through Sublime (Beta)
Installation
Using Sublime Package Control:
Command Palette (⌘⇧P) ➤ Package Control: Install package ➤ GameMaker Language (GML) Bundle
Restart your Sublime and you're ready to rock!
Usage
GameMaker: Studio 2
- Checkout my tutorial on setting up your GameMaker Studio: 2 for Sublime!
- Name your source file with extension
gml
. For example,example.gml
. Syntax highlighting will be applied automatically. - Partially type keywords, built-in variables, and names of user-created resources to trigger autocompletion. To enable user-created resources completions, make sure your project root directory is opened in Sublime.
- Partially type function names to trigger function snippets. If multiple parameters are avaliable, TAB (↹) to go to next one. Most of the built-in functions are avaliable as snippets.
- Other custom snippets are:
for
,if
,else
,repeat
,switch
,while
,with
, andprint
that writesshow_debug_message
. - To indent your gml file, use:
Command Palette (⌘⇧P) ➤ Indentation: Reindent Lines.
- To create a new script, use:
Command Palette (⌘⇧P) ➤ GameMaker: New Script
GameMaker: Studio 1.4 or earlier:
- You need to copy & paste manually between Sublime and GameMaker: Studio.
- Name your source file with extension
gmll
, the extra 'l' stands for legacy. For example,example.gmll
. - User-created resources autocompletion is not supported.
- Everything else is pretty much the same as GameMaker: Studio 2.