Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-lua

Repository files navigation

linter-lua

linter-lua package will lint your lua in Atom through luac or luajit.

Due to the way that luac works it will only notify you of the first error found in the file.

Installation

Linter Installation

Before using this package, you must ensure that luac or luajit is installed on your system.

Package installation

apm install linter linter-lua language-lua