ROBLOXLua
ROBLOX Lua support for Sublime Text
Details
Installs
- Total 2K
- Win 2K
- Mac 121
- Linux 68
Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 4 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 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.