All Projects → uduse → Sublime-GameMaker-Studio-Language-Bundle

uduse / Sublime-GameMaker-Studio-Language-Bundle

Licence: Apache-2.0 license
A sublime bundle for GameMaker Language (GML)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sublime-GameMaker-Studio-Language-Bundle

network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+156.25%)
Mutual labels:  syntax-highlighting, snippets, autocompletion
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-68.75%)
Mutual labels:  syntax-highlighting, snippets
Sublime Markdown Extended
Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
Stars: ✭ 645 (+1915.63%)
Mutual labels:  syntax-highlighting, sublime
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+240.63%)
Mutual labels:  syntax-highlighting, sublime
PrettyPrompt
A cross-platform command line prompt library that provides syntax highlighting, autocompletion, history and multi-line input.
Stars: ✭ 45 (+40.63%)
Mutual labels:  syntax-highlighting, autocompletion
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (+728.13%)
Mutual labels:  syntax-highlighting, snippets
Rdf.sh
A multi-tool shell script for doing Semantic Web jobs on the command line.
Stars: ✭ 109 (+240.63%)
Mutual labels:  syntax-highlighting, autocompletion
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-50%)
Mutual labels:  syntax-highlighting, sublime
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+340.63%)
Mutual labels:  syntax-highlighting, snippets
Electronic Interchange Github Resources
List of EDI (Mostly) Github Resources
Stars: ✭ 145 (+353.13%)
Mutual labels:  syntax-highlighting, sublime
Athenacli
AthenaCLI is a CLI tool for AWS Athena service that can do auto-completion and syntax highlighting.
Stars: ✭ 151 (+371.88%)
Mutual labels:  syntax-highlighting, autocompletion
bioSyntax-archive
Syntax highlighting for computational biology
Stars: ✭ 16 (-50%)
Mutual labels:  syntax-highlighting, sublime
vscode-ampscript
This extension allows you to connect Visual Studio Code directly to your MC Account, enables syntax highlighting for AMPScript, has built-in documentation for all AMPScript functions and also adds code snippets for language elements and functions.
Stars: ✭ 37 (+15.63%)
Mutual labels:  syntax-highlighting, snippets
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (+1081.25%)
Mutual labels:  syntax-highlighting, snippets
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-21.87%)
Mutual labels:  syntax-highlighting, snippets
Docpht
With DocPHT you can take notes and quickly document anything and without the use of any database.
Stars: ✭ 90 (+181.25%)
Mutual labels:  syntax-highlighting, snippets
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (+493.75%)
Mutual labels:  syntax-highlighting, snippets
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (+9.38%)
Mutual labels:  syntax-highlighting, snippets
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+215.63%)
Mutual labels:  syntax-highlighting, sublime
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (+328.13%)
Mutual labels:  syntax-highlighting, autocompletion

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, and print that writes show_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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].