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 105
  • Linux 52
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7
Windows 0 0 2 1 0 2 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1
Mac 0 0 0 1 0 2 0 1 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 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 1 0 1 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

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