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