ROBLOXLua
ROBLOX Lua support for Sublime Text
Details
Installs
- Total 2K
- Win 2K
- Mac 117
- Linux 64
May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 2 | 2 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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.
- Open Sublime Text.
- Install Package Control if it isn't already installed.
- Press
Ctrl-Shift-P
to open the command palette. - Search for
Package Control - Install Package
. - Search for
ROBLOXLua
in the list. - Press enter with the
ROBLOXLua
entry selected. - ???
- 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.
- Download the repository's source from the latest release.
- Open Sublime Text.
- Open your packages folder using Preferences>Browse Packages in the menu.
- Create a new folder in your packages folder named ROBLOXLua (it must be named ROBLOXLua or autocomplete will not work!)
- Extract the contents of the repository download into the folder you made.
- Restart Sublime Text 3.
- ???
- Profit
Images
Images were captured using the Boxy Ocean theme and syntax highlighting.