Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.65 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.65 KB

linter-lua

luac — The luac program parses lua files. It can be used for detecting errors in lua code. See http://www.lua.org/manual/4.0/luac.html for more informations about luac.

This package will lint your .lua opened files in Atom through luac. It will lint on edit and/or save, so you'll see instantly if your code has errors.

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

Linter Installation

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

Installation

  • $ apm install linter (if you don't have AtomLinter/Linter installed).
  • $ apm install linter-lua

Other available linters