https://github.com/sublimelinter/sublimelinter-lua
SublimeLinter 3 plugin for Lua, using luac -p.
https://github.com/sublimelinter/sublimelinter-lua
Last synced: 10 months ago
JSON representation
SublimeLinter 3 plugin for Lua, using luac -p.
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-lua
- Owner: SublimeLinter
- License: mit
- Created: 2013-12-18T20:32:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:22:02.000Z (10 months ago)
- Last Synced: 2025-04-24T11:29:30.815Z (10 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 20
- Watchers: 8
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-lua
=========================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-lua)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [luac -p](http://www.lua.org).
It will be used with files that have the "Lua" syntax.
## Installation
SublimeLinter must be installed in order to use this plugin.
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
Before using this plugin, ensure that `lua` (which includes `luac`) is installed on your system.
To install `lua`, do one of the following:
1. Install a binary from the [binaries downloads page](http://luabinaries.sourceforge.net).
1. On Mac OS X, use [homebrew](http://brew.sh) to install by typing the following in a terminal:
```
brew install lua
```
Note that more recent versions of lua may be available via `brew`, type `brew search lua` to check.
1. On Windows, you can install with [Lua for Windows](https://github.com/rjpcomputing/luaforwindows).
Please make sure that the path to `luac` is available to SublimeLinter.
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html