ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

ROBLOXLua

by MemoryPenguin ST3

ROBLOX Lua support for Sublime Text

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 115
  • Linux 58
Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2
Windows 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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

RBXLua for Sublime Text

This plugin adds support for ROBLOX Lua to Sublime Text 3. Currently it supports syntax highlighting, indentation, snippets, and an extremely comprehensive set of completions automatically generated from the API dump.

You will need Sublime Text 3 build 3084 or later to use syntax highlighting, which depends on the new sublime-syntax format. The earliest stable build with this support is build 3103.

Once installed, simply select the language using Ctrl-Shift-P and searching for Set Syntax: ROBLOX Lua, or open a .lua or .rbxs file. The language definition will by automatically applied to .lua and .rbxs file extensions. If it isn't applied to .lua, you may need to disable the default Lua package by adding its name to the ignored_packages array, so it looks like this:

{
    "ignored_packages":
    [
        "Vintage",
        "Lua"
    ]
}

Installation

Package Control

The easiest way to install the plugin is through Package Control.

  1. Open Sublime Text.
  2. Install Package Control if it isn't already installed.
  3. Press Ctrl-Shift-P to open the command palette.
  4. Search for Package Control - Install Package.
  5. Search for ROBLOXLua in the list.
  6. Press enter with the ROBLOXLua entry selected.
  7. ???
  8. Profit

Manual

In case you can't use Package Control, you can install the plugin manually. Note that you will have to manually update each time a new update is released.

  1. Download the repository's source from the latest release.
  2. Open Sublime Text.
  3. Open your packages folder using Preferences>Browse Packages in the menu.
  4. Create a new folder in your packages folder named ROBLOXLua (it must be named ROBLOXLua or autocomplete will not work!)
  5. Extract the contents of the repository download into the folder you made.
  6. Restart Sublime Text 3.
  7. ???
  8. Profit

Images

Images were captured using the Boxy Ocean theme and syntax highlighting.

Demo 1

Demo 2

Demo 3