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