ROBLOXLua
ROBLOX Lua support for Sublime Text
Details
Installs
- Total 2K
- Win 2K
- Mac 115
- Linux 59
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 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 |
Mac | 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 | 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 | 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.